diff --git a/.travis.yml b/.travis.yml index ad8eb84a225..8d5a54b0548 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,7 @@ matrix: notifications: email: on_success: never # [always|never|change] default: change - on_failure: change # [always|never|change] default: always + on_failure: never # [always|never|change] default: always irc: channels: - "chat.freenode.net#dolibarr" @@ -319,7 +319,7 @@ script: php upgrade2.php 5.0.0 6.0.0 > $TRAVIS_BUILD_DIR/upgrade500600-2.log php step5.php 5.0.0 6.0.0 > $TRAVIS_BUILD_DIR/upgrade500600-3.log php upgrade.php 6.0.0 7.0.0 ignoredbversion > $TRAVIS_BUILD_DIR/upgrade600700.log - php upgrade2.php 6.0.0 7.0.0 MAIN_MODULE_WEBSITE > $TRAVIS_BUILD_DIR/upgrade600700-2.log + php upgrade2.php 6.0.0 7.0.0 MAIN_MODULE_WEBSITE,MAIN_MODULE_SUPPLIERPROPOSAL > $TRAVIS_BUILD_DIR/upgrade600700-2.log php step5.php 6.0.0 7.0.0 > $TRAVIS_BUILD_DIR/upgrade600700-3.log cd - set +e diff --git a/COPYRIGHT b/COPYRIGHT index 9242cb8b9c4..bd3565c3bd1 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -36,7 +36,7 @@ Stripe 4.7.0 MIT licence Yes JS libraries: jQuery 3.1.1 MIT License Yes JS library jQuery UI 1.12.1 GPL and MIT License Yes JS library plugin UI -jQuery select2 4.0.4 GPL and Apache License Yes JS library plugin for sexier multiselect +jQuery select2 4.0.5 GPL and Apache License Yes JS library plugin for sexier multiselect jQuery blockUI 2.70.0 GPL and MIT License Yes JS library plugin blockUI (to use ajax popups) jQuery Colorpicker 1.1 MIT License Yes JS library for color picker for a defined list of colors jQuery Flot 0.8.3 MIT License Yes JS library to build graph diff --git a/ChangeLog b/ChangeLog index 5b6a62c4e03..0de3ed5df3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ English Dolibarr ChangeLog ***** ChangeLog for 7.0.0 compared to 6.0.* ***** +For users: For developers: NEW: Add hook addAdminLdapOptions and doAction in ldap admin page @@ -16,18 +17,46 @@ Following changes may create regressions for some external modules, but were nec * The methode "cloture" on contract were renamed into "closeAll". * The substitution key for reference of object is now __REF__ whatever is the object (it replaces __ORDERREF__, __PROPALREF__, ...) -* The substition key __SIGNATURE__ was renamed into __USER_SIGNATURE__ to standardize naming conventions. +* The substition key __SIGNATURE__ was renamed into __USER_SIGNATURE__ to follow naming conventions. * Substitution keys with syntax %XXX% were renamed into __XXX__ to match others. -* Some REST API to access the dictionary (country, town, ...) were moved into a common API. +* Some REST API to access setup features, like dictionaries (country, town, extrafields, ...) were moved into a + common API "/setup". +* The REST API /documents were renamed into /documents/download and /documents/upload. * Page bank/index.php and bank/bankentries.php were renamed into bank/list.php and bank/bankentries_list.php to follow page naming conventions (so default filter/sort order features can also work). -* The trigger ORDER_SUPPLIER_STATUS_ONPROCESS was renamed into ORDER_SUPPLIER_STATUS_ORDERED -* The trigger ORDER_SUPPLIER_STATUS_RECEIVED_ALL was renamed into ORDER_SUPPLIER_STATUS_RECEIVED_COMPLETELY -* The parameter note into method cloture() is added at end of private note (previously in v6, it replaced) +* The trigger ORDER_SUPPLIER_STATUS_ONPROCESS was renamed into ORDER_SUPPLIER_STATUS_ORDERED. +* The trigger ORDER_SUPPLIER_STATUS_RECEIVED_ALL was renamed into ORDER_SUPPLIER_STATUS_RECEIVED_COMPLETELY. +* The parameter note into method cloture() is added at end of private note (previously in v6, it replaced). * The parameter $user is now mandatory for method createFromOrder and createFromPropal. -* Remove js library fileupload that was not used by core code. +* Removed js library 'fileupload' that was not used by core code. +***** ChangeLog for 6.0.3 compared to 6.0.2 ***** +FIX: #7211 Update qty dispatched on qty change +FIX: #7458 +FIX: #7593 +FIX: #7616 +FIX: #7619 +FIX: #7626 +FIX: #7648 +FIX: #7675 +FIX: Agenda events are not exported in the ICAL, VCAL if begin exactly with the same $datestart +FIX: API to get object does not return data of linked objects +FIX: Bad localtax apply +FIX: Bad ressource list in popup in gantt view +FIX: bankentries search conciliated if val 0 +FIX: hook formObjectOptions() must use $expe and not $object +FIX: make of link to other object during creation +FIX: Missing function getLinesArray +FIX: old batch not shown in multi shipping +FIX: paid supplier invoices are shown as abandoned +FIX: selection of thirdparty was lost on stats page of invoices +FIX: sql syntax error because of old field accountancy_journal +FIX: Stats on invoices show nothing +FIX: substitution in ODT of thirdparties documents +FIX: wrong key in selectarray +FIX: wrong personnal project time spent + ***** ChangeLog for 6.0.2 compared to 6.0.1 ***** FIX: #7148 FIX: #7288 @@ -251,6 +280,23 @@ Following changes may create regression for some external modules, but were nece content by doing a print into function, sometimes by returning content into "resprint". This has been fixed to follow hook specifications so you must return output into "resprint". + +***** ChangeLog for 5.0.7 compared to 5.0.6 ***** +FIX: #7000 Dashboard link for late pending payment supplier invoices do not work +FIX: #7148 +FIX: #7325 Default VAT rate when editing template invoices is 0% +FIX: #7366 renaming table with pgsql +FIX: #7391 +FIX: #7510 Bug: extrafield content disappear when generate pdf within intervention +FIX: Agenda events are not exported in the ICAL, VCAL if begin exactly with the same $datestart +FIX: Bad link to unpayed suppliers invoices +FIX: bankentries search conciliated if val 0 +FIX: multicompany better accuracy in rounding and with revenue stamp. +FIX: PDF output was sharing 2 different currencies in same total +FIX: Upgrade missing on field +FIX: wrong key in selectarray +FIX: wrong personnal project time spent + ***** ChangeLog for 5.0.6 compared to 5.0.5 ***** FIX: Removed a bad symbolic link into custom directory. FIX: Renaming a resource ref rename also the directory of attached files. diff --git a/build/exe/doliwamp/doliwamp.iss b/build/exe/doliwamp/doliwamp.iss index 2ef8ab32f22..fbd821b367c 100644 --- a/build/exe/doliwamp/doliwamp.iss +++ b/build/exe/doliwamp/doliwamp.iss @@ -32,7 +32,7 @@ AppPublisherURL=http://www.nltechno.com AppSupportURL=http://www.dolibarr.org AppUpdatesURL=http://www.dolibarr.org AppComments=DoliWamp includes Dolibarr, Apache, PHP and Mysql softwares. -AppCopyright=Copyright (C) 2008-2016 Laurent Destailleur, NLTechno +AppCopyright=Copyright (C) 2008-2017 Laurent Destailleur (NLTechno), Fabian Rodriguez (Le Goût du Libre) DefaultDirName=c:\dolibarr DefaultGroupName=Dolibarr ;LicenseFile=COPYING @@ -351,9 +351,8 @@ begin if not FileExists ('c:/windows/system32/msvcr110.dll') and not FileExists ('c:/windows/sysWOW64/msvcr110.dll') and not FileExists ('c:/winnt/system32/msvcr110.dll') and not FileExists ('c:/winnt/sysWOW64/msvcr110.dll') then begin - // TODO Copy file or ask to install package ? - //CustomMessage('YouWillInstallDoliWamp')+#13#13 - MsgBox('The package vcredist_x86.exe must have been installed first. It seems it is not. Please install it first from http://www.microsoft.com/en-us/download/details.aspx?id=30679 then restart DoliWamp installation/upgrade.',mbInformation,MB_OK); + // TODO - offer to install the component by opening the URL in the default browser, abort installation if user doesn't accept + MsgBox('The "Visual C++ Redistributable for Visual Studio 2012" component is missing. Please install the 32-bit version (vcredit_x86.exe) first from http://www.microsoft.com/en-us/download/details.aspx?id=30679 and restart DoliWamp installation/upgrade.',mbInformation,MB_OK); end; // Pb seems similar with msvcp110.dll //vcredist_x64.exe diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index e0fa89d924d..2802e55c702 100755 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -571,6 +571,7 @@ if ($nboftargetok) { $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/mobiledetect/mobiledetectlib/.gitmodules`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/nusoap/lib/Mail`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/nusoap/samples`; + $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/parsedown/LICENSE.txt`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/php-iban/docs`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/phpoffice/phpexcel/.gitattributes`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/phpoffice/phpexcel/Classes/license.md`; @@ -579,6 +580,7 @@ if ($nboftargetok) { $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/phpoffice/phpexcel/Examples`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/phpoffice/phpexcel/unitTests`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/phpoffice/phpexcel/license.md`; + $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/stripe/LICENSE`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/tcpdf/fonts/dejavu-fonts-ttf-*`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/tcpdf/fonts/freefont-*`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/tcpdf/fonts/ae_fonts_*`; @@ -590,6 +592,8 @@ if ($nboftargetok) { $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/tecnickcom/tcpdf/fonts/utils`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/tecnickcom/tcpdf/tools`; $ret=`rm -f $BUILDROOT/$PROJECT/htdocs/includes/tecnickcom/tcpdf/LICENSE.TXT`; + $ret=`rm -f $BUILDROOT/$PROJECT/htdocs/theme/common/octicons/LICENSE`; + print "Remove subdir of custom dir\n"; print "find $BUILDROOT/$PROJECT/htdocs/custom/* -type d -exec rm -fr {} \\;\n"; diff --git a/dev/initdata/purge-data.php b/dev/initdata/purge-data.php index f89a3ba2698..f992dcb2dc6 100755 --- a/dev/initdata/purge-data.php +++ b/dev/initdata/purge-data.php @@ -78,15 +78,17 @@ $sqls=array( 'DELETE FROM '.MAIN_DB_PREFIX.'propaldet', 'DELETE FROM '.MAIN_DB_PREFIX.'propal', ), - 'supplier_order'=>array( + 'supplier_proposal'=>array( + 'DELETE FROM '.MAIN_DB_PREFIX.'supplier_proposaldet', + 'DELETE FROM '.MAIN_DB_PREFIX.'supplier_proposal', + ), + 'supplier_order'=>array( 'DELETE FROM '.MAIN_DB_PREFIX.'commande_fournisseurdet', 'DELETE FROM '.MAIN_DB_PREFIX.'commande_fournisseur', ), - 'supplier_invoice'=>array( + 'supplier_invoice'=>array( 'DELETE FROM '.MAIN_DB_PREFIX.'facture_fourn_det', 'DELETE FROM '.MAIN_DB_PREFIX.'facture_fourn', - 'DELETE FROM '.MAIN_DB_PREFIX.'supplier_proposaldet', - 'DELETE FROM '.MAIN_DB_PREFIX.'supplier_proposal', ), 'delivery'=>array( 'DELETE FROM '.MAIN_DB_PREFIX.'livraisondet', @@ -114,8 +116,10 @@ $sqls=array( 'DELETE FROM '.MAIN_DB_PREFIX.'product_lang', 'DELETE FROM '.MAIN_DB_PREFIX.'product_price', 'DELETE FROM '.MAIN_DB_PREFIX.'product_fournisseur_price', - 'DELETE FROM '.MAIN_DB_PREFIX.'product_stock', - 'DELETE FROM '.MAIN_DB_PREFIX.'product', + 'DELETE FROM '.MAIN_DB_PREFIX.'product_batch', + 'DELETE FROM '.MAIN_DB_PREFIX.'product_stock', + 'DELETE FROM '.MAIN_DB_PREFIX.'product_lot', + 'DELETE FROM '.MAIN_DB_PREFIX.'product', ), 'project'=>array( 'DELETE FROM '.MAIN_DB_PREFIX.'projet_task_time', @@ -128,12 +132,13 @@ $sqls=array( ), 'thirdparty'=>array( '@contact', - 'DELETE FROM '.MAIN_DB_PREFIX.'cabinetmed_cons', + 'DELETE FROM '.MAIN_DB_PREFIX.'cabinetmed_cons', 'UPDATE '.MAIN_DB_PREFIX.'adherent SET fk_soc = NULL', 'DELETE FROM '.MAIN_DB_PREFIX.'categorie_fournisseur', 'DELETE FROM '.MAIN_DB_PREFIX.'categorie_societe', 'DELETE FROM '.MAIN_DB_PREFIX.'societe_remise_except', - 'DELETE FROM '.MAIN_DB_PREFIX.'societe', + 'DELETE FROM '.MAIN_DB_PREFIX.'societe_rib', + 'DELETE FROM '.MAIN_DB_PREFIX.'societe', ) ); @@ -152,27 +157,37 @@ $mode = $argv[1]; $option = $argv[2]; if (empty($mode) || ! in_array($mode,array('test','confirm'))) { - print "Usage: $script_file (test|confirm) (all|option)\n"; + print "Usage: $script_file (test|confirm) (all|option) [dbtype dbhost dbuser dbpassword dbname dbport]\n"; print "\n"; print "option can be ".implode(',',array_keys($sqls))."\n"; exit(-1); } if (empty($option) || ! in_array($option, array_merge(array('all'),array_keys($sqls))) ) { - print "Usage: $script_file (test|confirm) (all|option)\n"; + print "Usage: $script_file (test|confirm) (all|option) [dbtype dbhost dbuser dbpassword dbname dbport]\n"; print "\n"; print "option can be ".implode(',',array_keys($sqls))."\n"; exit(-1); } +// Replace database handler +if (! empty($argv[3])) +{ + $db->close(); + unset($db); + $db=getDoliDBInstance($argv[3], $argv[4], $argv[5], $argv[6], $argv[7], $argv[8]); + $user=new User($db); +} +//var_dump($user->db->database_name); $ret=$user->fetch('','admin'); if (! $ret > 0) { - print 'A user with login "admin" and all permissions must be created to use this script.'."\n"; + print 'An admin user with login "admin" must exists to use this script.'."\n"; exit; } -$user->getrights(); +//$user->getrights(); + print "Purge all data for this database:\n"; print "Server = ".$db->database_host."\n"; @@ -190,14 +205,14 @@ if (! $confirmed) /** * Process sql requests of a family - * + * * @param string $family Name of family key of array $sqls * @return int -1 if KO, 1 if OK */ function processfamily($family) { global $db, $sqls; - + $error=0; foreach($sqls[$family] as $sql) { @@ -207,7 +222,7 @@ function processfamily($family) processfamily($newfamily); continue; } - + print "Run sql: ".$sql."\n"; $resql=$db->query($sql); if (! $resql) @@ -217,7 +232,7 @@ function processfamily($family) $error++; } } - + if ($error) { print $db->lasterror(); @@ -225,7 +240,7 @@ function processfamily($family) break; } } - + if ($error) return -1; else return 1; } @@ -242,7 +257,7 @@ foreach($sqls as $family => $familysql) $oldfamily = $family; $result=processfamily($family); - if ($result < 0) + if ($result < 0) { $error++; break; diff --git a/dev/setup/apache/virtualhost b/dev/setup/apache/virtualhost new file mode 100644 index 00000000000..c3a2dff3e43 --- /dev/null +++ b/dev/setup/apache/virtualhost @@ -0,0 +1,62 @@ + +#php_admin_value sendmail_path "/usr/sbin/sendmail -t -i" +#php_admin_value mail.force_extra_parameters "-f postmaster@mydomain.com" +php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f postmaster@mydomain.com" +php_admin_value open_basedir /tmp/:/home/../htdocs + +ServerName myvirtualalias +ServerAlias myvirtualalias + +UseCanonicalName On + +AddDefaultCharset UTF-8 + +DocumentRoot "/home/.../htdocs" + + + AllowOverride None + Options -Indexes -MultiViews +FollowSymLinks -ExecCGI + Require all granted + + + + Deny from all + RemoveHandler .phtml .php .php3 .php4 .php5 .php6 .phps .cgi .exe .pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .htm .html .wml + AddType application/x-httpd-php-source .phtml .php .php3 .php4 .php5 .php6 .phps .cgi .exe .pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .htm .html .wml + + + +ErrorLog /var/log/apache2/myvirtualalias_error_log +TransferLog /var/log/apache2/myvirtualalias_access_log + +# Compress returned resources of type php pages, text file export, css and javascript +AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript application/x-javascript + +AddType text/javascript .jgz +AddEncoding gzip .jgz +ExpiresActive On +ExpiresByType image/x-icon A2592000 +ExpiresByType image/gif A2592000 +ExpiresByType image/png A2592000 +ExpiresByType image/jpeg A2592000 +ExpiresByType text/css A2592000 +ExpiresByType text/javascript A2592000 +ExpiresByType application/x-javascript A2592000 +ExpiresByType application/javascript A2592000 + +SSLEngine On + +# A self-signed (snakeoil) certificate can be created by installing +# the ssl-cert package. See +# /usr/share/doc/apache2.2-common/README.Debian.gz for more info. +# If both key and certificate are stored in the same file, only the +# SSLCertificateFile directive is needed. +SSLCertificateFile /etc/letsencrypt/live/www.mydomain.com/cert.pem +SSLCertificateKeyFile /etc/letsencrypt/live/www.mydomain.com/privkey.pem +SSLCertificateChainFile /etc/letsencrypt/live/www.mydomain.com/chain.pem + +#RewriteEngine on +#RewriteCond %{SERVER_PORT} ^80$ +#RewriteRule ^(.*)$ https://%{SERVER_NAME}$1 [L,R] + + diff --git a/htdocs/accountancy/admin/account.php b/htdocs/accountancy/admin/account.php index fb48bc8094f..4dcc4be7b01 100644 --- a/htdocs/accountancy/admin/account.php +++ b/htdocs/accountancy/admin/account.php @@ -1,7 +1,7 @@ * Copyright (C) 2013-2017 Alexandre Spangaro - * Copyright (C) 2016 Laurent Destailleur + * Copyright (C) 2016-2017 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -67,8 +67,8 @@ $arrayfields=array( 'aa.account_number'=>array('label'=>$langs->trans("AccountNumber"), 'checked'=>1), 'aa.label'=>array('label'=>$langs->trans("Label"), 'checked'=>1), 'aa.account_parent'=>array('label'=>$langs->trans("Accountparent"), 'checked'=>0), - 'aa.pcg_type'=>array('label'=>$langs->trans("Pcgtype"), 'checked'=>0, 'help'=>'PcgtypeDesc'), - 'aa.pcg_subtype'=>array('label'=>$langs->trans("Pcgsubtype"), 'checked'=>0, 'help'=>'PcgtypeDesc'), + 'aa.pcg_type'=>array('label'=>$langs->trans("Pcgtype"), 'checked'=>1, 'help'=>'PcgtypeDesc'), + 'aa.pcg_subtype'=>array('label'=>$langs->trans("Pcgsubtype"), 'checked'=>1, 'help'=>'PcgtypeDesc'), 'aa.active'=>array('label'=>$langs->trans("Activated"), 'checked'=>1) ); @@ -105,14 +105,32 @@ if (empty($reshook)) $search_array_options=array(); } - if (GETPOST('change_chart')) + if (GETPOST('change_chart','alpha')) { $chartofaccounts = GETPOST('chartofaccounts', 'int'); - if (! empty($chartofaccounts)) { + if ($chartofaccounts > 0) + { + // Get language code for this $chartofaccounts + $sql ='SELECT code FROM '.MAIN_DB_PREFIX.'c_country as c, '.MAIN_DB_PREFIX.'accounting_system as a'; + $sql.=' WHERE c.rowid = a.fk_country AND a.rowid = '.(int) $chartofaccounts; + $resql = $db->query($sql); + if ($resql) + { + $obj = $db->fetch_object($resql); + $country_code = $obj->code; + } + else dol_print_error($db); + + // Try to load sql file + if ($country_code) + { + $sqlfile = DOL_DOCUMENT_ROOT.'/install/mysql/data/llx_accounting_account_'.strtolower($country_code).'.sql'; + $result = run_sql($sqlfile, 1, 0, 1); + } if (! dolibarr_set_const($db, 'CHARTOFACCOUNTS', $chartofaccounts, 'chaine', 0, '', $conf->entity)) { - $error ++; + $error++; } } else { $error ++; @@ -216,25 +234,29 @@ if ($resql) // Box to select active chart of account print $langs->trans("Selectchartofaccounts") . " : "; print '"; + print ajax_combobox("chartofaccounts"); print ''; print '
'; print '
'; diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php index 03565528fc1..f3924f73a76 100644 --- a/htdocs/accountancy/admin/accountmodel.php +++ b/htdocs/accountancy/admin/accountmodel.php @@ -41,14 +41,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/accounting.lib.php'; if (! empty($conf->accounting->enabled)) require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php'; -$langs->load("errors"); -$langs->load("admin"); -$langs->load("main"); -$langs->load("companies"); -$langs->load("resource"); -$langs->load("holiday"); -$langs->load("accountancy"); -$langs->load("hrm"); +$langs->loadLangs(array("errors","admin","companies","resource","holiday","compta","accountancy","hrm")); $action=GETPOST('action','alpha')?GETPOST('action','alpha'):'view'; $confirm=GETPOST('confirm','alpha'); @@ -68,7 +61,7 @@ $active = 1; $sortfield = GETPOST("sortfield",'alpha'); $sortorder = GETPOST("sortorder",'alpha'); $page = GETPOST("page",'int'); -if ($page == -1 || $page == null) { $page = 0 ; } +if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1 $offset = $listlimit * $page ; $pageprev = $page - 1; $pagenext = $page + 1; @@ -100,7 +93,7 @@ $tablib[32]= "DictionaryAccountancyCategory"; // Requests to extract data $tabsql=array(); -$tabsql[31]= "SELECT s.rowid as rowid, pcg_version, s.label, s.active FROM ".MAIN_DB_PREFIX."accounting_system as s"; +$tabsql[31]= "SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM ".MAIN_DB_PREFIX."accounting_system as s, ".MAIN_DB_PREFIX."c_country as c WHERE s.fk_country=c.rowid and c.active=1"; $tabsql[32]= "SELECT a.rowid as rowid, a.code as code, a.label, a.range_account, a.sens, a.category_type, a.formula, a.position as position, a.fk_country as country_id, c.code as country_code, c.label as country, a.active FROM ".MAIN_DB_PREFIX."c_accounting_category as a, ".MAIN_DB_PREFIX."c_country as c WHERE a.fk_country=c.rowid and c.active=1"; // Criteria to sort dictionaries @@ -110,17 +103,17 @@ $tabsqlsort[32]="position ASC"; // Nom des champs en resultat de select pour affichage du dictionnaire $tabfield=array(); -$tabfield[31]= "pcg_version,label"; +$tabfield[31]= "pcg_version,label,country_id,country"; $tabfield[32]= "code,label,range_account,sens,category_type,formula,position,country_id,country"; // Nom des champs d'edition pour modification d'un enregistrement $tabfieldvalue=array(); -$tabfieldvalue[31]= "pcg_version,label"; +$tabfieldvalue[31]= "pcg_version,label,country"; $tabfieldvalue[32]= "code,label,range_account,sens,category_type,formula,position,country"; // Nom des champs dans la table pour insertion d'un enregistrement $tabfieldinsert=array(); -$tabfieldinsert[31]= "pcg_version,label"; +$tabfieldinsert[31]= "pcg_version,label,fk_country"; $tabfieldinsert[32]= "code,label,range_account,sens,category_type,formula,position,fk_country"; // Nom du rowid si le champ n'est pas de type autoincrement @@ -173,7 +166,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify')) $ok=1; foreach ($listfield as $f => $value) { - if ($value == 'country_id' && in_array($tablib[$id],array('DictionaryVAT','DictionaryRegion','DictionaryCompanyType','DictionaryHolidayTypes','DictionaryRevenueStamp','DictionaryAccountancysystem','DictionaryAccountancyCategory'))) continue; // For some pages, country is not mandatory + if ($value == 'country_id' && in_array($tablib[$id],array('DictionaryVAT','DictionaryRegion','DictionaryCompanyType','DictionaryHolidayTypes','DictionaryRevenueStamp','DictionaryAccountancyCategory','Pcg_version'))) continue; // For some pages, country is not mandatory if ($value == 'country' && in_array($tablib[$id],array('DictionaryCanton','DictionaryCompanyType','DictionaryRevenueStamp'))) continue; // For some pages, country is not mandatory if ($value == 'localtax1' && empty($_POST['localtax1_type'])) continue; if ($value == 'localtax2' && empty($_POST['localtax2_type'])) continue; @@ -188,6 +181,8 @@ if (GETPOST('actionadd') || GETPOST('actionmodify')) $ok=0; $fieldnamekey=$listfield[$f]; // We take translate key of field + + if ($fieldnamekey == 'pcg_version') $fieldnamekey='Pcg_version'; if ($fieldnamekey == 'libelle' || ($fieldnamekey == 'label')) $fieldnamekey='Label'; if ($fieldnamekey == 'libelle_facture') $fieldnamekey = 'LabelOnDocuments'; if ($fieldnamekey == 'nbjour') $fieldnamekey='NbOfDays'; diff --git a/htdocs/accountancy/admin/categories_list.php b/htdocs/accountancy/admin/categories_list.php index 53569c50b00..488123acc70 100644 --- a/htdocs/accountancy/admin/categories_list.php +++ b/htdocs/accountancy/admin/categories_list.php @@ -64,7 +64,7 @@ $active = 1; $sortfield = GETPOST("sortfield",'alpha'); $sortorder = GETPOST("sortorder",'alpha'); $page = GETPOST("page",'int'); -if ($page == -1 || $page == null) { $page = 0 ; } +if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1 $offset = $listlimit * $page ; $pageprev = $page - 1; $pagenext = $page + 1; @@ -569,6 +569,7 @@ if ($id) print ""; $colspan=count($fieldlist)+3; + if ($id == 32) $colspan++; print ' '; // Keep   to have a line with enough height } diff --git a/htdocs/accountancy/admin/export.php b/htdocs/accountancy/admin/export.php index 9a8a659db99..af11824e91a 100644 --- a/htdocs/accountancy/admin/export.php +++ b/htdocs/accountancy/admin/export.php @@ -5,6 +5,7 @@ * Copyright (C) 2014 Marcos García * Copyright (C) 2014 Juanjo Menent * Copyright (C) 2015 Jean-François Ferry + * Copyright (C) 2017 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,12 +48,40 @@ $action = GETPOST('action', 'alpha'); // Parameters ACCOUNTING_EXPORT_* $main_option = array ( - 'ACCOUNTING_EXPORT_PREFIX_SPEC' + 'ACCOUNTING_EXPORT_PREFIX_SPEC', ); +$configuration = AccountancyExport::getTypeConfig(); + +$listparam = $configuration[param]; + +$listformat = $configuration[format]; + +$listcr = $configuration[cr]; + + $model_option = array ( - 'ACCOUNTING_EXPORT_SEPARATORCSV', - 'ACCOUNTING_EXPORT_DATE' + '1' => array( + 'label' => 'ACCOUNTING_EXPORT_FORMAT', + 'param' => $listformat, + ), + '2' => array( + 'label' => 'ACCOUNTING_EXPORT_SEPARATORCSV', + 'param' => '', + ), + '3' => array( + 'label' => 'ACCOUNTING_EXPORT_ENDLINE', + 'param' => $listcr, + ), + '4' => array( + 'label' => 'ACCOUNTING_EXPORT_DATE', + 'param' => '', + ), + //'ACCOUNTING_EXPORT_PIECE', + //'ACCOUNTING_EXPORT_GLOBAL_ACCOUNT', + //'ACCOUNTING_EXPORT_LABEL', + //'ACCOUNTING_EXPORT_AMOUNT', + //'ACCOUNTING_EXPORT_DEVISE', ); /* @@ -61,24 +90,15 @@ $model_option = array ( if ($action == 'update') { $error = 0; - $format = GETPOST('format', 'alpha'); - $modelcsv = GETPOST('modelcsv', 'int'); - - if (! empty($format)) { - if (! dolibarr_set_const($db, 'ACCOUNTING_EXPORT_FORMAT', $format, 'chaine', 0, '', $conf->entity)) { - $error ++; - } - } else { - $error ++; - } + $modelcsv = GETPOST('ACCOUNTING_EXPORT_MODELCSV', 'int'); if (! empty($modelcsv)) { if (! dolibarr_set_const($db, 'ACCOUNTING_EXPORT_MODELCSV', $modelcsv, 'chaine', 0, '', $conf->entity)) { $error ++; } - if ($modelcsv==AccountancyExport::$EXPORT_TYPE_QUADRATUS || $modelcsv==AccountancyExport::$EXPORT_TYPE_CIEL) { - dolibarr_set_const($db, 'ACCOUNTING_EXPORT_FORMAT', 'txt', 'chaine', 0, '', $conf->entity); - } + //if ($modelcsv==AccountancyExport::$EXPORT_TYPE_QUADRATUS || $modelcsv==AccountancyExport::$EXPORT_TYPE_CIEL) { + // dolibarr_set_const($db, 'ACCOUNTING_EXPORT_FORMAT', 'txt', 'chaine', 0, '', $conf->entity); + //} } else { $error ++; } @@ -91,16 +111,22 @@ if ($action == 'update') { } } - foreach ( $model_option as $constname ) { - $constvalue = GETPOST($constname, 'alpha'); + foreach ($listparam[$modelcsv] as $key => $value ) { + $constante = $key; - if (! dolibarr_set_const($db, $constname, $constvalue, 'chaine', 0, '', $conf->entity)) { - $error ++; - } + if (strpos($constante, 'ACCOUNTING')!==false) { + $constvalue = GETPOST($key, 'alpha'); + if (! dolibarr_set_const($db, $constante, $constvalue, 'chaine', 0, '', $conf->entity)) { + $error ++; + } + } } if (! $error) { - setEventMessages($langs->trans("SetupSaved"), null, 'mesgs'); + // reload + $configuration = AccountancyExport::getTypeConfig(); + $listparam = $configuration[param]; + setEventMessages($langs->trans("SetupSaved"), null, 'mesgs'); } else { setEventMessages($langs->trans("Error"), null, 'errors'); } @@ -117,11 +143,57 @@ $form = new Form($db); // $linkback = '' . $langs->trans("BackToModuleList") . ''; print load_fiche_titre($langs->trans('ConfigAccountingExpert'), $linkback, 'title_setup'); +$head = admin_accounting_prepare_head(); + +print "\n".''."\n"; + print '
'; print ''; print ''; -$var = true; +dol_fiche_head($head, 'export', $langs->trans("Configuration"), -1, 'technic'); /* * Main Options @@ -132,7 +204,6 @@ print ''; print '' . $langs->trans('Options') . ''; print "\n"; -$var = ! $var; $num = count($main_option); if ($num) { @@ -146,7 +217,7 @@ if ($num) { // Value print ''; - print ''; + print ''; print ''; } } @@ -164,7 +235,6 @@ print ''; print '' . $langs->trans("Modelcsv") . ''; print ''; -$var = ! $var; print ''; print '' . $langs->trans("Selectmodelcsv") . ''; @@ -175,7 +245,7 @@ if (! $conf->use_javascript_ajax) { } else { print ''; $listmodelcsv = AccountancyExport::getType(); - print $form->selectarray("modelcsv", $listmodelcsv, $conf->global->ACCOUNTING_EXPORT_MODELCSV, 0); + print $form->selectarray("ACCOUNTING_EXPORT_MODELCSV", $listmodelcsv, $conf->global->ACCOUNTING_EXPORT_MODELCSV, 0); print ''; } @@ -195,39 +265,21 @@ if ($num2) { print '' . $langs->trans('OtherOptions') . ''; print "\n"; - if ($conf->global->ACCOUNTING_EXPORT_MODELCSV > AccountancyExport::$EXPORT_TYPE_NORMAL) - { - print '' . $langs->trans('OptionsDeactivatedForThisExportModel') . ''; - } - - print ''; - print '' . $langs->trans("Selectformat") . ''; - if (! $conf->use_javascript_ajax) { - print ''; - print $langs->trans("NotAvailableWhenAjaxDisabled"); - print ""; - } else { - print ''; - $listformat = array ( - 'csv' => $langs->trans("csv"), - 'txt' => $langs->trans("txt") - ); - print $form->selectarray("format", $listformat, $conf->global->ACCOUNTING_EXPORT_FORMAT, 0); - - print ''; - } - print ""; - - foreach ( $model_option as $key ) { + foreach ( $model_option as $key) { print ''; - // Param - $label = $langs->trans($key); - print '' . $label . ''; + // Param + $label = $key[label]; + print '' . $langs->trans($label) . ''; // Value - print ''; - print ''; + print ''; + if (is_array($key[param])) { + print $form->selectarray($label, $key[param], $conf->global->$label, 0); + } else { + print ''; + } + print ''; } diff --git a/htdocs/accountancy/admin/journals_list.php b/htdocs/accountancy/admin/journals_list.php index 220b36c6a52..620a7786310 100644 --- a/htdocs/accountancy/admin/journals_list.php +++ b/htdocs/accountancy/admin/journals_list.php @@ -58,7 +58,7 @@ $active = 1; $sortfield = GETPOST("sortfield",'alpha'); $sortorder = GETPOST("sortorder",'alpha'); $page = GETPOST("page",'int'); -if ($page == -1 || $page == null) { $page = 0 ; } +if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1 $offset = $listlimit * $page ; $pageprev = $page - 1; $pagenext = $page + 1; diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php index 382d0697b6a..0dea177f00e 100644 --- a/htdocs/accountancy/bookkeeping/balance.php +++ b/htdocs/accountancy/bookkeeping/balance.php @@ -1,7 +1,7 @@ - * Copyright (C) 2016 Florian Henry - * Copyright (C) 2016 Alexandre Spangaro +/* Copyright (C) 2016 Olivier Geffroy + * Copyright (C) 2016 Florian Henry + * Copyright (C) 2016-2017 Alexandre Spangaro * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -125,9 +125,8 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x', if ($action == 'export_csv') { $sep = $conf->global->ACCOUNTING_EXPORT_SEPARATORCSV; - if ($conf->global->ACCOUNTING_EXPORT_MODELCSV == AccountancyExport::$EXPORT_TYPE_CEGID) $sep = ";"; // For CEGID, we force separator. - $journal = 'bookkepping'; + $journal = 'balance'; include DOL_DOCUMENT_ROOT . '/accountancy/tpl/export_journal.tpl.php'; @@ -138,10 +137,11 @@ if ($action == 'export_csv') { foreach ($object->lines as $line) { print length_accountg($line->numero_compte) . $sep; - print $line->debit . $sep; - print $line->credit . $sep; - print $line->debit . $sep; - print $line->credit - $line->debit . $sep; + print $object->get_compte_desc($line->numero_compte) . $sep; + print price($line->debit) . $sep; + print price($line->credit) . $sep; + print price($line->debit) . $sep; + print price($line->credit - $line->debit) . $sep; print "\n"; } } diff --git a/htdocs/accountancy/bookkeeping/card.php b/htdocs/accountancy/bookkeeping/card.php index 81adbcb266b..37497491299 100644 --- a/htdocs/accountancy/bookkeeping/card.php +++ b/htdocs/accountancy/bookkeeping/card.php @@ -1,8 +1,8 @@ +/* Copyright (C) 2013-2017 Olivier Geffroy * Copyright (C) 2013-2017 Florian Henry - * Copyright (C) 2013-2017 Alexandre Spangaro - * Copyright (C) 2017 Laurent Destailleur + * Copyright (C) 2013-2017 Alexandre Spangaro + * Copyright (C) 2017 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -33,6 +33,8 @@ require_once DOL_DOCUMENT_ROOT . '/fourn/class/fournisseur.facture.class.php'; require_once DOL_DOCUMENT_ROOT . '/accountancy/class/accountingjournal.class.php'; $langs->load("accountancy"); +$langs->load("bills"); +$langs->load("compta"); // Security check $id = GETPOST('id', 'int'); @@ -40,7 +42,7 @@ if ($user->societe_id > 0) { accessforbidden(); } $action = GETPOST('action','aZ09'); -$mode = GETPOST('mode','aZ09'); // '' or 'tmp' +$mode = GETPOST('mode','aZ09'); // '' or 'tmp' $piece_num = GETPOST("piece_num"); $mesg = ''; @@ -72,16 +74,16 @@ if ($action == "confirm_update") { $error = 0; if ((floatval($debit) != 0.0) && (floatval($credit) != 0.0)) { - $error++; - setEventMessages($langs->trans('ErrorDebitCredit'), null, 'errors'); - $action='update'; + $error++; + setEventMessages($langs->trans('ErrorDebitCredit'), null, 'errors'); + $action='update'; + } + if (empty($account_number) || $account_number == '-1') + { + $error++; + setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("AccountAccountingShort")), null, 'errors'); + $action='update'; } - if (empty($account_number) || $account_number == '-1') - { - $error++; - setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("AccountAccountingShort")), null, 'errors'); - $action='update'; - } if (! $error) { @@ -89,7 +91,7 @@ if ($action == "confirm_update") { $result = $book->fetch($id, null, $mode); if ($result < 0) { - $error++; + $error++; setEventMessages($book->error, $book->errors, 'errors'); } else { $book->numero_compte = $account_number; @@ -112,13 +114,13 @@ if ($action == "confirm_update") { if ($result < 0) { setEventMessages($book->error, $book->errors, 'errors'); } else { - if ($mode != '_tmp') - { - setEventMessages($langs->trans('Saved'), null, 'mesgs'); - } + if ($mode != '_tmp') + { + setEventMessages($langs->trans('Saved'), null, 'mesgs'); + } - $debit = 0; - $credit = 0; + $debit = 0; + $credit = 0; $action = ''; } @@ -132,14 +134,14 @@ else if ($action == "add") { if ((floatval($debit) != 0.0) && (floatval($credit) != 0.0)) { $error++; - setEventMessages($langs->trans('ErrorDebitCredit'), null, 'errors'); - $action=''; + setEventMessages($langs->trans('ErrorDebitCredit'), null, 'errors'); + $action=''; } if (empty($account_number) || $account_number == '-1') { - $error++; - setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("AccountAccountingShort")), null, 'errors'); - $action=''; + $error++; + setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("AccountAccountingShort")), null, 'errors'); + $action=''; } if (! $error) { @@ -175,7 +177,7 @@ else if ($action == "add") { } else { if ($mode != '_tmp') { - setEventMessages($langs->trans('Saved'), null, 'mesgs'); + setEventMessages($langs->trans('Saved'), null, 'mesgs'); } $debit = 0; @@ -209,9 +211,9 @@ else if ($action == "confirm_create") { $book = new BookKeeping($db); if (! GETPOST('code_journal') || GETPOST('code_journal') == '-1') { - setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("Journal")), null, 'errors'); - $action='create'; - $error++; + setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("Journal")), null, 'errors'); + $action='create'; + $error++; } if (! GETPOST('next_num_mvt')) { @@ -237,10 +239,10 @@ else if ($action == "confirm_create") { if ($result < 0) { setEventMessages($book->error, $book->errors, 'errors'); } else { - if ($mode != '_tmp') - { - setEventMessages($langs->trans('Saved'), null, 'mesgs'); - } + if ($mode != '_tmp') + { + setEventMessages($langs->trans('Saved'), null, 'mesgs'); + } $action = 'update'; $id=$book->id; $piece_num = $book->piece_num; @@ -254,10 +256,10 @@ if ($action == 'setdate') { if ($result < 0) { setEventMessages($object->error, $object->errors, 'errors'); } else { - if ($mode != '_tmp') - { - setEventMessages($langs->trans('Saved'), null, 'mesgs'); - } + if ($mode != '_tmp') + { + setEventMessages($langs->trans('Saved'), null, 'mesgs'); + } $action = ''; } } @@ -270,7 +272,7 @@ if ($action == 'setjournal') { } else { if ($mode != '_tmp') { - setEventMessages($langs->trans('Saved'), null, 'mesgs'); + setEventMessages($langs->trans('Saved'), null, 'mesgs'); } $action = ''; } @@ -284,7 +286,7 @@ if ($action == 'setdocref') { } else { if ($mode != '_tmp') { - setEventMessages($langs->trans('Saved'), null, 'mesgs'); + setEventMessages($langs->trans('Saved'), null, 'mesgs'); } $action = ''; } @@ -318,7 +320,8 @@ if ($action == 'delete') { print $formconfirm; } -if ($action == 'create') { +if ($action == 'create') +{ print load_fiche_titre($langs->trans("CreateMvts")); $book = new BookKeeping($db); @@ -359,17 +362,21 @@ if ($action == 'create') { print ''; print ''; + /* print ''; print '' . $langs->trans("Doctype") . ''; print ''; print ''; + */ print ''; dol_fiche_end(); - print '
'; - print '     '; + print '
'; + print ''; + print '     '; + print ''; print '
'; print ''; @@ -380,9 +387,9 @@ if ($action == 'create') { setEventMessages($book->error, $book->errors, 'errors'); } - if (! empty($book->piece_num)) { - - $backlink = '' . $langs->trans('BackToList') . ''; + if (! empty($book->piece_num)) + { + $backlink = '' . $langs->trans('BackToList') . ''; print load_fiche_titre($langs->trans("UpdateMvts"), $backlink); @@ -395,23 +402,21 @@ if ($action == 'create') { dol_fiche_head($head, 'transaction', '', -1); - //dol_banner_tab($book, '', $backlink); - print '
'; print '
'; print '
'; print ''; - // account movement + // Account movement print ''; print ''; print ''; print ''; - // date + // Date print '
' . $langs->trans("NumMvts") . '' . $book->piece_num . '
'; print ''; print ''; - //journal + + // Journal print ''."\n"; print ''; // Limit to superadmin /*if (! empty($conf->multicompany->enabled) && !$user->entity) @@ -403,6 +403,9 @@ if ($mode == 'searchkey') $recordtoshow=array(); + // Search modules dirs + $modulesdir = dolGetModulesDirs(); + $nbempty=0; /*var_dump($langcode); var_dump($transkey); @@ -416,29 +419,30 @@ if ($mode == 'searchkey') } else { - // Load all translations keys - foreach($conf->file->dol_document_root as $keydir => $searchdir) + // Search into dir of modules (the $modulesdir is already a list that loop on $conf->file->dol_document_root) + foreach($modulesdir as $keydir => $tmpsearchdir) { - // Directory of translation files - $dir_lang = $searchdir."/langs/".$langcode; - $dir_lang_osencoded=dol_osencode($dir_lang); + $searchdir = $tmpsearchdir; // $searchdir can be '.../htdocs/core/modules/' or '.../htdocs/custom/mymodule/core/modules/' - $filearray=dol_dir_list($dir_lang_osencoded,'files',0,'','',$sortfield,(strtolower($sortorder)=='asc'?SORT_ASC:SORT_DESC),1); + // Directory of translation files + $dir_lang = dirname(dirname($searchdir))."/langs/".$langcode; // The 2 dirname is to go up in dir for 2 levels + $dir_lang_osencoded=dol_osencode($dir_lang); - foreach($filearray as $file) - { - $tmpfile=preg_replace('/.lang/i', '', basename($file['name'])); - $newlang->load($tmpfile, 0, 0, '', 0); // Load translation files + database overwrite - $newlangfileonly->load($tmpfile, 0, 0, '', 1); // Load translation files only - //print 'After loading lang '.$tmpfile.', newlang has '.count($newlang->tab_translate).' records
'."\n"; - } + $filearray=dol_dir_list($dir_lang_osencoded,'files',0,'','',$sortfield,(strtolower($sortorder)=='asc'?SORT_ASC:SORT_DESC),1); + foreach($filearray as $file) + { + $tmpfile=preg_replace('/.lang/i', '', basename($file['name'])); + $newlang->load($tmpfile, 0, 0, '', 0); // Load translation files + database overwrite + $newlangfileonly->load($tmpfile, 0, 0, '', 1); // Load translation files only + //print 'After loading lang '.$tmpfile.', newlang has '.count($newlang->tab_translate).' records
'."\n"; + } } // Now search into translation array foreach($newlang->tab_translate as $key => $val) { - if ($transkey && ! preg_match('/'.preg_quote($transkey).'/', $key)) continue; - if ($transvalue && ! preg_match('/'.preg_quote($transvalue).'/', $val)) continue; + if ($transkey && ! preg_match('/'.preg_quote($transkey).'/i', $key)) continue; + if ($transvalue && ! preg_match('/'.preg_quote($transvalue).'/i', $val)) continue; $recordtoshow[$key]=$val; } } @@ -566,6 +570,10 @@ dol_fiche_end(); print "\n"; +if (! empty($langcode)) +{ + dol_set_focus('#transvalue'); +} llxFooter(); diff --git a/htdocs/api/class/api.class.php b/htdocs/api/class/api.class.php index dede8690c06..5c85cddfaee 100644 --- a/htdocs/api/class/api.class.php +++ b/htdocs/api/class/api.class.php @@ -96,6 +96,7 @@ class DolibarrApi // Remove $db object property for object unset($object->db); + unset($object->ismultientitymanaged); // Remove linkedObjects. We should already have linkedObjectIds that avoid huge responses unset($object->linkedObjects); @@ -129,6 +130,8 @@ class DolibarrApi unset($object->statuts_short); unset($object->statuts_logo); unset($object->statuts_long); + unset($object->labelstatut); + unset($object->labelstatut_short); unset($object->element); unset($object->fk_element); diff --git a/htdocs/api/class/api_documents.class.php b/htdocs/api/class/api_documents.class.php index 92b48dfd0c6..da97215dc0c 100644 --- a/htdocs/api/class/api_documents.class.php +++ b/htdocs/api/class/api_documents.class.php @@ -53,8 +53,10 @@ class Documents extends DolibarrApi /** - * Returns a document. Note that, this API is similar to using the wrapper link "documents.php" to download - * a file (used for internal HTML links of documents into application), but with no need to be into a logged session (no need to post the session cookie). + * Download a document. + * + * Note that, this API is similar to using the wrapper link "documents.php" to download a file (used for + * internal HTML links of documents into application), but with no need to have a session cookie (the token is used instead). * * @param string $module_part Name of module or area concerned by file download ('facture', ...) * @param string $original_file Relative path with filename, relative to modulepart (for example: IN201701-999/IN201701-999.pdf) @@ -67,6 +69,8 @@ class Documents extends DolibarrApi * @throws 400 * @throws 401 * @throws 200 + * + * @url GET /download */ public function index($module_part, $original_file='', $regeneratedoc=0) { @@ -132,7 +136,7 @@ class Documents extends DolibarrApi /** * Return the list of documents of a dedicated element (from its ID or Ref) * - * @param string $modulepart Name of module or area concerned ('facture', 'project', 'member', ...) + * @param string $modulepart Name of module or area concerned ('thirdparty', 'member', 'facture', 'project', ...) * @param int $id ID of element * @param string $ref Ref of element * @param string $sortfield Sort criteria ('','fullname','relativename','name','date','size') @@ -141,7 +145,7 @@ class Documents extends DolibarrApi * * @throws RestException * - * @url GET list + * @url GET / */ function getDocumentsListByElement($modulepart, $id=0, $ref='', $sortfield='', $sortorder='') { @@ -216,7 +220,8 @@ class Documents extends DolibarrApi /** - * Push a file. + * Upload a file. + * * Test sample 1: { "filename": "mynewfile.txt", "modulepart": "facture", "ref": "FA1701-001", "subdir": "", "filecontent": "content text", "fileencoding": "", "overwriteifexists": "0" }. * Test sample 2: { "filename": "mynewfile.txt", "modulepart": "medias", "ref": "", "subdir": "mysubdir1/mysubdir2", "filecontent": "content text", "fileencoding": "", "overwriteifexists": "0" }. * @@ -229,6 +234,8 @@ class Documents extends DolibarrApi * @param int $overwriteifexists Overwrite file if exists (1 by default) * @return bool State of copy * @throws RestException + * + * @url GET /upload */ public function post($filename, $modulepart, $ref='', $subdir='', $filecontent='', $fileencoding='', $overwriteifexists=0) { diff --git a/htdocs/api/class/api_login.class.php b/htdocs/api/class/api_login.class.php index c6b71e8b25c..d59e0036423 100644 --- a/htdocs/api/class/api_login.class.php +++ b/htdocs/api/class/api_login.class.php @@ -36,7 +36,7 @@ class Login * * Request the API token for a couple username / password. * Using method POST is recommanded for security reasons (method GET is often logged by default by web servers with parameters so with login and pass into server log file). - * Both methods are provided for developer conveniance. Best is to not use at all the login API method and enter directly the "api_key" into field at the top right of page (Note: "api_key" can be found/set on the user page). + * Both methods are provided for developer conveniance. Best is to not use at all the login API method and enter directly the "DOLAPIKEY" into field at the top right of page. Note: Tha API key (DOLAPIKEY) can be found/set on the user page. * * @param string $login User login * @param string $password User password diff --git a/htdocs/api/class/api_dictionary.class.php b/htdocs/api/class/api_setup.class.php similarity index 96% rename from htdocs/api/class/api_dictionary.class.php rename to htdocs/api/class/api_setup.class.php index b0d5bb00b0a..ab11c1e2e2f 100644 --- a/htdocs/api/class/api_dictionary.class.php +++ b/htdocs/api/class/api_setup.class.php @@ -30,10 +30,10 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/ccountry.class.php'; * @access protected * @class DolibarrApiAccess {@requires user,external} */ -class Dictionary extends DolibarrApi +class Setup extends DolibarrApi { private $translations = null; - + /** * Constructor */ @@ -52,11 +52,11 @@ class Dictionary extends DolibarrApi * @param int $page Page number {@min 0} * @param int $active Payment type is active or not {@min 0} {@max 1} * @param string $sqlfilters SQL criteria to filter with. Syntax example "(t.code:=:'CHQ')" - * - * @url GET payment/types + * + * @url GET dictionary/payment_types * * @return array [List of payment types] - * + * * @throws 400 RestException * @throws 200 OK */ @@ -104,7 +104,7 @@ class Dictionary extends DolibarrApi return $list; } - + /** * Get the list of countries. * @@ -121,9 +121,9 @@ class Dictionary extends DolibarrApi * @param string $lang Code of the language the label of the countries must be translated to * @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)" * @return List of countries - * - * @url GET countries - * + * + * @url GET dictionary/countries + * * @throws RestException */ function getListOfCountries($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $filter = '', $lang = '', $sqlfilters = '') @@ -135,7 +135,7 @@ class Dictionary extends DolibarrApi $sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."c_country as t"; $sql.=" WHERE 1 = 1"; // Add sql filters - if ($sqlfilters) + if ($sqlfilters) { if (! DolibarrApi::_checkFilters($sqlfilters)) { @@ -144,7 +144,7 @@ class Dictionary extends DolibarrApi $regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)'; $sql.=" AND (".preg_replace_callback('/'.$regexstring.'/', 'DolibarrApi::_forge_criteria_callback', $sqlfilters).")"; } - + $sql.= $this->db->order($sortfield, $sortorder); if ($limit) { @@ -152,7 +152,7 @@ class Dictionary extends DolibarrApi $page = 0; } $offset = $limit * $page; - + $sql .= $this->db->plimit($limit, $offset); } @@ -177,7 +177,7 @@ class Dictionary extends DolibarrApi } else { throw new RestException(503, 'Error when retrieving list of countries : '.$country->error); } - + return $list; } @@ -187,9 +187,9 @@ class Dictionary extends DolibarrApi * @param int $id ID of country * @param string $lang Code of the language the name of the * country must be translated to - * - * @url GET countries/{id} - * + * + * @url GET dictionary/countries/{id} + * * @throws RestException */ function getCountryByID($id, $lang = '') @@ -212,21 +212,21 @@ class Dictionary extends DolibarrApi * Clean sensible object datas * * @param object $object Object to clean - * @return array Array of cleaned object properties + * @return array Array of cleaned object properties */ function _cleanObjectDatas($object) { $object = parent::_cleanObjectDatas($object); - + unset($object->error); unset($object->errors); - + return $object; } /** * Translate the name of the country to the given language. - * + * * @param Ccountry $country Country * @param string $lang Code of the language the name of the * country must be translated to @@ -249,8 +249,8 @@ class Dictionary extends DolibarrApi } } } - } - + } + /** * Get the list of events types. * @@ -262,8 +262,8 @@ class Dictionary extends DolibarrApi * @param string $module To filter on module events * @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)" * @return List of events types - * - * @url GET events + * + * @url GET dictionary/event_types * * @throws RestException */ @@ -312,9 +312,9 @@ class Dictionary extends DolibarrApi } return $list; - } - - + } + + /** * Get the list of extra fields. * @@ -323,7 +323,7 @@ class Dictionary extends DolibarrApi * @param string $type Type of element ('adherent', 'commande', 'thirdparty', 'facture', 'propal', 'product', ...) * @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.label:like:'SO-%')" * @return List of events types - * + * * @url GET extrafields * * @throws RestException @@ -335,7 +335,7 @@ class Dictionary extends DolibarrApi if ($type == 'thirdparty') $type='societe'; if ($type == 'contact') $type='socpeople'; - $sql = "SELECT t.rowid, t.name, t.label, t.type, t.size, t.elementtype, t.fieldunique, t.fieldrequired, t.param, t.pos, t.alwayseditable, t.perms, t.list, t.ishidden, t.fielddefault, t.fieldcomputed"; + $sql = "SELECT t.rowid, t.name, t.label, t.type, t.size, t.elementtype, t.fieldunique, t.fieldrequired, t.param, t.pos, t.alwayseditable, t.perms, t.list, t.fielddefault, t.fieldcomputed"; $sql.= " FROM ".MAIN_DB_PREFIX."extrafields as t"; $sql.= " WHERE t.entity IN (".getEntity('extrafields').")"; if (! empty($type)) $sql.= " AND t.elementtype = '".$this->db->escape($type)."'"; @@ -373,7 +373,6 @@ class Dictionary extends DolibarrApi $list[$tab->elementtype][$tab->name]['alwayseditable']=$tab->alwayseditable; $list[$tab->elementtype][$tab->name]['perms']=$tab->perms; $list[$tab->elementtype][$tab->name]['list']=$tab->list; - $list[$tab->elementtype][$tab->name]['ishidden']=$tab->ishidden; } } } @@ -388,9 +387,9 @@ class Dictionary extends DolibarrApi } return $list; - } - - + } + + /** * Get the list of towns. * @@ -402,9 +401,9 @@ class Dictionary extends DolibarrApi * @param string $town To filter on city name * @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)" * @return List of towns - * - * @url GET towns - * + * + * @url GET dictionary/towns + * * @throws RestException */ function getListOfTowns($sortfield = "zip,town", $sortorder = 'ASC', $limit = 100, $page = 0, $zipcode = '', $town = '', $sqlfilters = '') @@ -426,8 +425,8 @@ class Dictionary extends DolibarrApi $regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)'; $sql.=" AND (".preg_replace_callback('/'.$regexstring.'/', 'DolibarrApi::_forge_criteria_callback', $sqlfilters).")"; } - - + + $sql.= $this->db->order($sortfield, $sortorder); if ($limit) { @@ -435,10 +434,10 @@ class Dictionary extends DolibarrApi $page = 0; } $offset = $limit * $page; - + $sql .= $this->db->plimit($limit, $offset); } - + $result = $this->db->query($sql); if ($result) { @@ -450,9 +449,9 @@ class Dictionary extends DolibarrApi } else { throw new RestException(503, 'Error when retrieving list of towns : '.$this->db->lasterror()); } - + return $list; - } + } /** * Get the list of payments terms. @@ -464,7 +463,7 @@ class Dictionary extends DolibarrApi * @param int $active Payment term is active or not {@min 0} {@max 1} * @param string $sqlfilters SQL criteria to filter. Syntax example "(t.code:=:'CHQ')" * - * @url GET payment/terms + * @url GET dictionary/payment_terms * * @return array List of payment terms * diff --git a/htdocs/api/class/api_status.class.php b/htdocs/api/class/api_status.class.php index 2ac8da018d6..ea61731b51a 100644 --- a/htdocs/api/class/api_status.class.php +++ b/htdocs/api/class/api_status.class.php @@ -21,7 +21,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/lib/functions.lib.php'; /** * API that gives the status of the Dolibarr instance. * - * @access protected + * @access protected * @class DolibarrApiAccess {@requires user,external} */ class Status @@ -30,10 +30,13 @@ class Status * Get status (Dolibarr version) */ function index() { + global $conf; + return array( 'success' => array( 'code' => 200, - 'dolibarr_version' => DOL_VERSION + 'dolibarr_version' => DOL_VERSION, + 'access_locked' => (empty($conf->global->MAIN_ONLY_LOGIN_ALLOWED)?'0':$conf->global->MAIN_ONLY_LOGIN_ALLOWED) ) ); } diff --git a/htdocs/api/index.php b/htdocs/api/index.php index 21f284ebfe1..50e0421010a 100644 --- a/htdocs/api/index.php +++ b/htdocs/api/index.php @@ -128,7 +128,7 @@ if (! empty($reg[1]) && $reg[1] == 'explorer' && ($reg[2] == '/resources.json' | foreach ($modulesdir as $dir) { // Search available module - dol_syslog("Scan directory ".$dir." for module descriptor to after search for API files"); + dol_syslog("Scan directory ".$dir." for module descriptor files, then search for API files"); $handle=@opendir(dol_osencode($dir)); if (is_resource($handle)) @@ -139,14 +139,15 @@ if (! empty($reg[1]) && $reg[1] == 'explorer' && ($reg[2] == '/resources.json' | { $module = strtolower($regmod[1]); $moduledirforclass = getModuleDirForApiClass($module); - $moduleforperm = $module; - if ($module == 'propale') { $moduleforperm='propal'; } + $modulenameforenabled = $module; + if ($module == 'propale') { $modulenameforenabled='propal'; } + if ($module == 'supplierproposal') { $modulenameforenabled='supplier_proposal'; } - //dol_syslog("Found module file ".$file." - module=".$module." - moduledirforclass=".$moduledirforclass); + dol_syslog("Found module file ".$file." - module=".$module." - modulenameforenabled=".$modulenameforenabled." - moduledirforclass=".$moduledirforclass); // Defined if module is enabled $enabled=true; - if (empty($conf->$moduleforperm->enabled)) $enabled=false; + if (empty($conf->$modulenameforenabled->enabled)) $enabled=false; if ($enabled) { @@ -182,10 +183,15 @@ if (! empty($reg[1]) && $reg[1] == 'explorer' && ($reg[2] == '/resources.json' | $classname = ucwords($regapi[1]); $classname = str_replace('_', '', $classname); require_once $dir_part.$file_searched; - if (class_exists($classname)) + if (class_exists($classname.'Api')) + { + //dol_syslog("Found API by index.php: classname=".$classname."Api for module ".$dir." into ".$dir_part.$file_searched); + $listofapis[strtolower($classname.'Api')] = $classname.'Api'; + } + elseif (class_exists($classname)) { //dol_syslog("Found API by index.php: classname=".$classname." for module ".$dir." into ".$dir_part.$file_searched); - $listofapis[] = $classname; + $listofapis[strtolower($classname)] = $classname; } else { @@ -202,10 +208,10 @@ if (! empty($reg[1]) && $reg[1] == 'explorer' && ($reg[2] == '/resources.json' | // Sort the classes before adding them to Restler. // The Restler API Explorer shows the classes in the order they are added and it's a mess if they are not sorted. - sort($listofapis); - foreach ($listofapis as $classname) + asort($listofapis); + foreach ($listofapis as $apiname => $classname) { - $api->r->addAPIClass($classname); + $api->r->addAPIClass($classname, $apiname); } } @@ -218,36 +224,56 @@ if (! empty($reg[1]) && ($reg[1] != 'explorer' || ($reg[2] != '/resources.json' $module = $regbis[1]; } - // Load a dedicated API file - dol_syslog("Load a dedicated API file"); - $module=strtolower($module); $moduledirforclass = getModuleDirForApiClass($module); + // Load a dedicated API file + dol_syslog("Load a dedicated API file moduledirforclass=".$moduledirforclass); + if (in_array($module, array('category','contact','customer','invoice','order','product','thirdparty','user'))) // Old Apis { $classfile = $module; if ($module == 'customer') { $classfile = 'thirdparty'; } if ($module == 'order') { $classfile = 'commande'; } - $dir_part_file = dol_buildpath('/'.$moduledirforclass.'/class/api_deprecated_'.$classfile.'.class.php'); + $dir_part_file = dol_buildpath('/'.$moduledirforclass.'/class/api_deprecated_'.$classfile.'.class.php', 0, 2); $classname=ucwords($module); if ($module == 'customer') { $classname='Thirdparty'; } if ($module == 'order') { $classname='Commande'; } //var_dump($classfile);var_dump($classname);exit; - require_once $dir_part_file; + $res = false; + if ($dir_part_file) $res = include_once $dir_part_file; + if (! $res) + { + print 'API not found (failed to include API file)'; + header('HTTP/1.1 501 API not found (failed to include API file)'); + exit(0); + } if (class_exists($classname.'Api')) $api->r->addAPIClass($classname.'Api', '/'); } else { - $classfile = str_replace('_', '', $module); - if ($module == 'contracts') $moduledirforclass = 'contrat'; - if ($module == 'supplierinvoices') $classfile = 'supplier_invoices'; - if ($module == 'supplierorders') $classfile = 'supplier_orders'; - $dir_part_file = dol_buildpath('/'.$moduledirforclass.'/class/api_'.$classfile.'.class.php'); + $tmpmodule = $module; + if ($tmpmodule != 'api') $tmpmodule = preg_replace('/api$/i','', $tmpmodule); + $classfile = str_replace('_', '', $tmpmodule); + if ($module == 'supplierproposals') $classfile = 'supplier_proposals'; + if ($module == 'supplierorders') $classfile = 'supplier_orders'; + if ($module == 'supplierinvoices') $classfile = 'supplier_invoices'; + $dir_part_file = dol_buildpath('/'.$moduledirforclass.'/class/api_'.$classfile.'.class.php', 0, 2); + $classname=ucwords($module); - require_once $dir_part_file; + dol_syslog('Search /'.$moduledirforclass.'/class/api_'.$classfile.'.class.php => dir_part_file='.$dir_part_file.' classname='.$classname); + + $res = false; + if ($dir_part_file) $res = include_once $dir_part_file; + if (! $res) + { + print 'API not found (failed to include API file)'; + header('HTTP/1.1 501 API not found (failed to include API file)'); + exit(0); + } + if (class_exists($classname)) $api->r->addAPIClass($classname); } } diff --git a/htdocs/blockedlog/class/blockedlog.class.php b/htdocs/blockedlog/class/blockedlog.class.php index 4bce16fb796..fffd5cc9d80 100644 --- a/htdocs/blockedlog/class/blockedlog.class.php +++ b/htdocs/blockedlog/class/blockedlog.class.php @@ -96,7 +96,8 @@ class BlockedLog /** * try to retrieve logged object link */ - public function getObjectLink() { + public function getObjectLink() + { global $langs; if($this->element === 'facture') { @@ -110,6 +111,17 @@ class BlockedLog $this->error++; } } + if($this->element === 'invoice_supplier') { + require_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.facture.class.php'; + + $object = new FactureFournisseur($this->db); + if($object->fetch($this->fk_object)>0) { + return $object->getNomUrl(1); + } + else{ + $this->error++; + } + } else if($this->element === 'payment') { require_once DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php'; @@ -121,6 +133,17 @@ class BlockedLog $this->error++; } } + else if($this->element === 'payment_supplier') { + require_once DOL_DOCUMENT_ROOT.'/fourn/class/paiementfourn.class.php'; + + $object = new PaiementFourn($this->db); + if($object->fetch($this->fk_object)>0) { + return $object->getNomUrl(1); + } + else{ + $this->error++; + } + } return $langs->trans('ImpossibleToReloadObject', $this->element, $this->fk_object); @@ -129,7 +152,8 @@ class BlockedLog /** * try to retrieve user author */ - public function getUser() { + public function getUser() + { global $langs, $cachedUser; if(empty($cachedUser))$cachedUser=array(); @@ -149,16 +173,22 @@ class BlockedLog } /** - * populate log by object + * Populate properties of log from object data * - * @param payment|facture $object object to store + * @param Object $object object to store */ - public function setObjectData(&$object) { - - if($object->element=='payment') { + public function setObjectData(&$object) + { + // Set date + if ($object->element == 'payment' || $object->element == 'payment_supplier') + { $this->date_object = $object->datepaye; } - else{ + elseif ($object->element=='payment_salary') + { + $this->date_object = $object->datev; + } + else { $this->date_object = $object->date; } @@ -168,7 +198,23 @@ class BlockedLog $this->object_data=new stdClass(); - if($this->element === 'facture') { + if ($this->element == 'facture') + { + if(empty($object->thirdparty))$object->fetch_thirdparty(); + $this->object_data->thirdparty = new stdClass(); + + foreach($object->thirdparty as $key=>$value) { + if(!is_object($value)) $this->object_data->thirdparty->{$key} = $value; + } + + $this->object_data->total_ht = (double) $object->total_ht; + $this->object_data->total_tva = (double) $object->total_tva; + $this->object_data->total_ttc = (double) $object->total_ttc; + $this->object_data->total_localtax1= (double) $object->total_localtax1; + $this->object_data->total_localtax2= (double) $object->total_localtax2; + $this->object_data->note_public = (double) $object->note_public; + } + if($this->element == 'invoice_supplier') { if(empty($object->thirdparty))$object->fetch_thirdparty(); $this->object_data->thirdparty = new stdClass(); @@ -185,10 +231,13 @@ class BlockedLog $this->object_data->note_private= (double) $object->note_private; } - elseif($this->element==='payment'){ - + elseif ($this->element == 'payment'|| $object->element == 'payment_supplier') + { $this->object_data->amounts = $object->amounts; - + } + elseif($this->element == 'payment_salary') + { + $this->object_data->amounts = array($object->amount); } } @@ -511,6 +560,15 @@ class BlockedLog $this->amounts = (double) $obj->amount; } } + if($this->element === 'payment_supplier') { + $sql="SELECT amount FROM ".MAIN_DB_PREFIX."paiementfourn WHERE rowid=".$this->fk_object; + + $res = $this->db->query($sql); + + if($res && $obj = $this->db->fetch_object($res)) { + $this->amounts = (double) $obj->amount; + } + } elseif($this->element === 'facture') { $sql="SELECT total_ttc FROM ".MAIN_DB_PREFIX."facture WHERE rowid=".$this->fk_object; diff --git a/htdocs/bookmarks/bookmarks.lib.php b/htdocs/bookmarks/bookmarks.lib.php index 5224acd1e70..cb234de583f 100644 --- a/htdocs/bookmarks/bookmarks.lib.php +++ b/htdocs/bookmarks/bookmarks.lib.php @@ -35,111 +35,117 @@ function printBookmarksList($aDb, $aLangs) $db = $aDb; $langs = $aLangs; - require_once DOL_DOCUMENT_ROOT.'/bookmarks/class/bookmark.class.php'; - if (! isset($conf->global->BOOKMARKS_SHOW_IN_MENU)) $conf->global->BOOKMARKS_SHOW_IN_MENU=5; - - $langs->load("bookmarks"); - - $url= $_SERVER["PHP_SELF"]; - - if (! empty($_SERVER["QUERY_STRING"])) - { - $url.=(dol_escape_htmltag($_SERVER["QUERY_STRING"])?'?'.dol_escape_htmltag($_SERVER["QUERY_STRING"]):''); - } - else - { - global $sortfield,$sortorder; - $tmpurl=''; - // No urlencode, all param $url will be urlencoded later - if ($sortfield) $tmpurl.=($tmpurl?'&':'').'sortfield='.$sortfield; - if ($sortorder) $tmpurl.=($tmpurl?'&':'').'sortorder='.$sortorder; - if (is_array($_POST)) - { - foreach($_POST as $key => $val) - { - if (preg_match('/^search_/', $key) && $val != '') $tmpurl.=($tmpurl?'&':'').$key.'='.$val; - } - } - $url.=($tmpurl?'?'.$tmpurl:''); - } - - $ret = ''; - - // Menu bookmark $ret.= ''."\n"; - $ret.= ''."\n"; - $ret.= ''; - $ret.= ''; + $ret.= ''; + $ret.= ''; + // Url to go on create new bookmark page + if (! empty($user->rights->bookmark->creer)) + { + //$urltoadd=DOL_URL_ROOT.'/bookmarks/card.php?action=create&urlsource='.urlencode($url).'&url='.urlencode($url); + $urltoadd=DOL_URL_ROOT.'/bookmarks/card.php?action=create&url='.urlencode($url); + $ret.= ''; + } + // Menu with all bookmarks + if (! empty($conf->global->BOOKMARKS_SHOW_IN_MENU)) + { + $sql = "SELECT rowid, title, url, target FROM ".MAIN_DB_PREFIX."bookmark"; + $sql.= " WHERE (fk_user = ".$user->id." OR fk_user is NULL OR fk_user = 0)"; + $sql.= " AND entity IN (".getEntity('bookmarks').")"; + $sql.= " ORDER BY position"; + if ($resql = $db->query($sql) ) + { + $i=0; + while ($i < $conf->global->BOOKMARKS_SHOW_IN_MENU && $obj = $db->fetch_object($resql)) + { + $ret.=''; + $i++; + } + } + else + { + dol_print_error($db); + } + } + + $ret.= ''; + $ret.= ''; + + $ret.=ajax_combobox('boxbookmark'); + + $ret.=''; } - $ret.= ''; - $ret.= ''; - - $ret.=ajax_combobox('boxbookmark'); - - $ret.=''; - $ret .= ''; + $ret.= ''."\n"; return $ret; } diff --git a/htdocs/bookmarks/class/bookmark.class.php b/htdocs/bookmarks/class/bookmark.class.php index b72089e61b8..1beb4b36871 100644 --- a/htdocs/bookmarks/class/bookmark.class.php +++ b/htdocs/bookmarks/class/bookmark.class.php @@ -30,7 +30,7 @@ class Bookmark extends CommonObject { public $element='bookmark'; public $table_element='bookmark'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto = 'bookmark'; var $db; diff --git a/htdocs/categories/admin/categorie_extrafields.php b/htdocs/categories/admin/categorie_extrafields.php index c72ef73e970..c20dff5db42 100644 --- a/htdocs/categories/admin/categorie_extrafields.php +++ b/htdocs/categories/admin/categorie_extrafields.php @@ -37,7 +37,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php index 7a7a6f06a1f..2e69626c1aa 100644 --- a/htdocs/categories/class/categorie.class.php +++ b/htdocs/categories/class/categorie.class.php @@ -766,12 +766,10 @@ class Categorie extends CommonObject // For backward compatibility if ($type == 'societe') { $type = 'customer'; - dol_syslog( get_class( $this ) . "::del_type(): type 'societe' is deprecated, please use 'customer' instead", - LOG_WARNING ); + dol_syslog( get_class( $this ) . "::del_type(): type 'societe' is deprecated, please use 'customer' instead", LOG_WARNING); } elseif ($type == 'fournisseur') { $type = 'supplier'; - dol_syslog( get_class( $this ) . "::del_type(): type 'fournisseur' is deprecated, please use 'supplier' instead", - LOG_WARNING ); + dol_syslog( get_class( $this ) . "::del_type(): type 'fournisseur' is deprecated, please use 'supplier' instead", LOG_WARNING); } $this->db->begin(); diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index a3ca8053281..daa5ade05b5 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -88,13 +88,13 @@ if ($id > 0 && $removeelem > 0) { $tmpobject = new Societe($db); $result = $tmpobject->fetch($removeelem); - $elementtype = 'fournisseur'; + $elementtype = 'supplier'; } else if ($type == Categorie::TYPE_CUSTOMER && $user->rights->societe->creer) { $tmpobject = new Societe($db); $result = $tmpobject->fetch($removeelem); - $elementtype = 'societe'; + $elementtype = 'customer'; } else if ($type == Categorie::TYPE_MEMBER && $user->rights->adherent->creer) { diff --git a/htdocs/collab/index.php b/htdocs/collab/index.php index 2c995543fdf..2c056cd0e07 100644 --- a/htdocs/collab/index.php +++ b/htdocs/collab/index.php @@ -155,7 +155,7 @@ $form = new Form($db); $help_url=''; -llxHeader('', $langs->trans("WebsiteSetup"), $help_url, '', 0, '', '', '', '', ''."\n".'
'); +llxHeader('', $langs->trans("WebsiteSetup"), $help_url, '', 0, '', '', '', '', '', ''."\n".'
'); print "\n".'
'; print ''; @@ -177,7 +177,7 @@ if (count($object->records) > 0) // ***** Part for web sites print '
'; - print $langs->trans("Website").': '; + print $langs->trans("WebSite").': '; print '
'; // List of websites diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 36d551ea577..a66a4635281 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -2,8 +2,8 @@ /* Copyright (C) 2002-2004 Rodolphe Quiedeville * Copyright (C) 2004-2011 Laurent Destailleur * Copyright (C) 2005-2012 Regis Houssin - * Copyright (C) 2011 Juanjo Menent - * Copyright (C) 2015 Marcos García + * Copyright (C) 2011-2017 Juanjo Menent + * Copyright (C) 2015 Marcos García * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ class ActionComm extends CommonObject public $element='action'; public $table_element = 'actioncomm'; public $table_rowid = 'id'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto='action'; /** @@ -928,7 +928,7 @@ class ActionComm extends CommonObject $sql.= ")"; if (! $user->rights->societe->client->voir && ! $user->societe_id) $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe_commerciaux as sc ON a.fk_soc = sc.fk_soc"; $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe as s ON a.fk_soc = s.rowid"; - $sql.= " WHERE 1"; + $sql.= " WHERE 1 = 1"; if(empty($load_state_board)) $sql.= " AND a.percent >= 0 AND a.percent < 100"; $sql.= " AND a.entity IN (".getEntity('agenda').")"; if (! $user->rights->societe->client->voir && ! $user->societe_id) $sql.= " AND (a.fk_soc IS NULL OR sc.fk_user = " .$user->id . ")"; @@ -1135,7 +1135,6 @@ class ActionComm extends CommonObject if ($this->type_code != 'AC_OTH_AUTO') $labeltype = $langs->trans('ActionAC_MANUAL'); } - $tooltip = '' . $langs->trans('ShowAction'.$objp->code) . ''; if (! empty($this->ref)) $tooltip .= '
' . $langs->trans('Ref') . ': ' . $this->ref; @@ -1204,10 +1203,13 @@ class ActionComm extends CommonObject { $libelle.=(($this->type_code && $libelle!=$langs->transnoentities("Action".$this->type_code) && $langs->transnoentities("Action".$this->type_code)!="Action".$this->type_code)?' ('.$langs->transnoentities("Action".$this->type_code).')':''); } - $result.=$linkstart.img_object(($notooltip?'':$langs->trans("ShowAction").': '.$libelle), ($overwritepicto?$overwritepicto:'action'), ($notooltip?'class="valigntextbottom"':'class="classfortooltip valigntextbottom"'), 0, 0, $notooltip?0:1).$linkend; } - if ($withpicto==1) $result.=' '; - $result.=$linkstart.$libelleshort.$linkend; + + $result.=$linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$langs->trans("ShowAction").': '.$libelle), ($overwritepicto?$overwritepicto:'action'), ($notooltip?'class="'.(($withpicto != 2) ? 'paddingright ' : '').'valigntextbottom"':'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip valigntextbottom"'), 0, 0, $notooltip?0:1); + $result.=$libelleshort; + $result.=$linkend; + return $result; } @@ -1341,6 +1343,7 @@ class ActionComm extends CommonObject { // Note: Output of sql request is encoded in $conf->file->character_set_client // This assignment in condition is not a bug. It allows walking the results. + $diff = 0; while ($obj=$this->db->fetch_object($resql)) { $qualified=true; @@ -1377,6 +1380,7 @@ class ActionComm extends CommonObject { $eventarray[]=$event; } + $diff++; } } else @@ -1528,10 +1532,18 @@ class ActionComm extends CommonObject return 0; } + $now = dol_now(); + dol_syslog(__METHOD__, LOG_DEBUG); + // TODO Scan events of type 'email' into table llx_actioncomm_reminder with status todo, send email, then set status to done + + // Delete also very old past events (we do not keep more than 1 month record in past) + $sql = "DELETE FROM ".MAIN_DB_PREFIX."actioncomm_reminder WHERE dateremind < '".$this->db->jdate($now - (3600 * 24 * 32))."'"; + $this->db->query($sql); + return 0; } diff --git a/htdocs/comm/action/class/actioncommreminder.class.php b/htdocs/comm/action/class/actioncommreminder.class.php new file mode 100644 index 00000000000..4873db461f6 --- /dev/null +++ b/htdocs/comm/action/class/actioncommreminder.class.php @@ -0,0 +1,229 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * \file class/actioncommreminder.class.php + * \ingroup agenda + * \brief This file is a CRUD class file for ActionCommReminder (Create/Read/Update/Delete) + */ + +// Put here all includes required by your class file +require_once DOL_DOCUMENT_ROOT . '/core/class/commonobject.class.php'; + + +/** + * Class for ActionCommReminder + */ +class ActionCommReminder extends CommonObject +{ + /** + * @var string ID to identify managed object + */ + public $element = 'actioncomm_reminder'; + /** + * @var string Name of table without prefix where object is stored + */ + public $table_element = 'actioncomm_reminder'; + /** + * @var array Does actioncommreminder support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + */ + public $ismultientitymanaged = 0; + /** + * @var string String with name of icon for actioncommreminder. Must be the part after the 'object_' into object_actioncommreminder.png + */ + public $picto = 'generic'; + + + /** + * 'type' if the field format. + * 'label' the translation key. + * 'enabled' is a condition when the field must be managed. + * 'visible' says if field is visible in list (Examples: 0=Not visible, 1=Visible on list and create/update/view forms, 2=Visible on list only. Using a negative value means field is not shown by default on list but can be selected for viewing) + * 'notnull' is set to 1 if not null in database. Set to -1 if we must set data to null if empty ('' or 0). + * 'index' if we want an index in database. + * 'foreignkey'=>'tablename.field' if the field is a foreign key (it is recommanded to name the field fk_...). + * 'position' is the sort order of field. + * 'searchall' is 1 if we want to search in this field when making a search from the quick search button. + * 'isameasure' must be set to 1 if you want to have a total on list for this field. Field type must be summable like integer or double(24,8). + * 'help' is a string visible as a tooltip on field + * 'comment' is not used. You can store here any text of your choice. It is not used by application. + * 'default' is a default value for creation (can still be replaced by the global setup of default values) + * 'showoncombobox' if field must be shown into the label of combobox + */ + + // BEGIN MODULEBUILDER PROPERTIES + /** + * @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor. + */ + public $fields=array( + 'rowid' => array('type'=>'integer', 'label'=>'TechnicalID', 'visible'=>-1, 'enabled'=>1, 'position'=>1, 'notnull'=>1, 'index'=>1, 'comment'=>"Id",), + 'dateremind' => array('type'=>'datetime', 'label'=>'DateRemind', 'visible'=>1, 'enabled'=>1, 'position'=>60, 'notnull'=>1, 'index'=>1,), + 'typeremind' => array('type'=>'varchar(32)', 'label'=>'TypeRemind', 'visible'=>-1, 'enabled'=>1, 'position'=>55, 'notnull'=>1, 'comment'=>"email, browser, sms",), + 'fk_user' => array('type'=>'integer', 'label'=>'User', 'visible'=>-1, 'enabled'=>1, 'position'=>65, 'notnull'=>1, 'index'=>1,), + 'offsetvalue' => array('type'=>'integer', 'label'=>'OffsetValue', 'visible'=>1, 'enabled'=>1, 'position'=>56, 'notnull'=>1,), + 'offsetunit' => array('type'=>'varchar(1)', 'label'=>'OffsetUnit', 'visible'=>1, 'enabled'=>1, 'position'=>57, 'notnull'=>1, 'comment'=>"m, h, d, w",), + 'status' => array('type'=>'integer', 'label'=>'Status', 'visible'=>1, 'enabled'=>1, 'position'=>1000, 'notnull'=>1, 'default'=>0, 'index'=>0, 'arrayofkeyval'=>array('0'=>'ToDo', '1'=>'Done')), + ); + public $rowid; + public $dateremind; + public $typeremind; + public $fk_user; + public $offsetvalue; + public $offsetunit; + public $status; + // END MODULEBUILDER PROPERTIES + + + + /** + * Constructor + * + * @param DoliDb $db Database handler + */ + public function __construct(DoliDB $db) + { + global $conf; + + $this->db = $db; + + if (empty($conf->global->MAIN_SHOW_TECHNICAL_ID)) $this->fields['rowid']['visible']=0; + if (empty($conf->multicompany->enabled)) $this->fields['entity']['enabled']=0; + } + + /** + * Create object into database + * + * @param User $user User that creates + * @param bool $notrigger false=launch triggers after, true=disable triggers + * @return int <0 if KO, Id of created object if OK + */ + public function create(User $user, $notrigger = false) + { + return $this->createCommon($user, $notrigger); + } + + + /** + * Load object in memory from the database + * + * @param int $id Id object + * @param string $ref Ref + * @return int <0 if KO, 0 if not found, >0 if OK + */ + public function fetch($id, $ref = null) + { + $result = $this->fetchCommon($id, $ref); + return $result; + } + + /** + * Update object into database + * + * @param User $user User that modifies + * @param bool $notrigger false=launch triggers after, true=disable triggers + * @return int <0 if KO, >0 if OK + */ + public function update(User $user, $notrigger = false) + { + return $this->updateCommon($user, $notrigger); + } + + /** + * Delete object in database + * + * @param User $user User that deletes + * @param bool $notrigger false=launch triggers after, true=disable triggers + * @return int <0 if KO, >0 if OK + */ + public function delete(User $user, $notrigger = false) + { + return $this->deleteCommon($user, $notrigger); + } + + /** + * Retourne le libelle du status d'un user (actif, inactif) + * + * @param int $mode 0=libelle long, 1=libelle court, 2=Picto + Libelle court, 3=Picto, 4=Picto + Libelle long, 5=Libelle court + Picto + * @return string Label of status + */ + function getLibStatut($mode=0) + { + return $this->LibStatut($this->status,$mode); + } + + /** + * Return the status + * + * @param int $status Id status + * @param int $mode 0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto, 6=Long label + Picto + * @return string Label of status + */ + static function LibStatut($status,$mode=0) + { + global $langs; + + if ($mode == 0) + { + $prefix=''; + if ($status == 1) return $langs->trans('Done'); + if ($status == 0) return $langs->trans('ToDo'); + } + if ($mode == 1) + { + if ($status == 1) return $langs->trans('Done'); + if ($status == 0) return $langs->trans('ToDo'); + } + if ($mode == 2) + { + if ($status == 1) return img_picto($langs->trans('Done'),'statut4').' '.$langs->trans('Done'); + if ($status == 0) return img_picto($langs->trans('ToDo'),'statut5').' '.$langs->trans('ToDo'); + } + if ($mode == 3) + { + if ($status == 1) return img_picto($langs->trans('Done'),'statut4'); + if ($status == 0) return img_picto($langs->trans('ToDo'),'statut5'); + } + if ($mode == 4) + { + if ($status == 1) return img_picto($langs->trans('Done'),'statut4').' '.$langs->trans('Done'); + if ($status == 0) return img_picto($langs->trans('ToDo'),'statut5').' '.$langs->trans('ToDo'); + } + if ($mode == 5) + { + if ($status == 1) return $langs->trans('Done').' '.img_picto($langs->trans('Done'),'statut4'); + if ($status == 0) return $langs->trans('ToDo').' '.img_picto($langs->trans('ToDo'),'statut5'); + } + if ($mode == 6) + { + if ($status == 1) return $langs->trans('Done').' '.img_picto($langs->trans('Done'),'statut4'); + if ($status == 0) return $langs->trans('ToDo').' '.img_picto($langs->trans('ToDo'),'statut5'); + } + } + + /** + * Initialise object with example values + * Id must be 0 if object instance is a specimen + * + * @return void + */ + public function initAsSpecimen() + { + $this->initAsSpecimenCommon(); + } + +} + diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index bda7dd7a594..431ac1b5569 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -297,7 +297,11 @@ if ($status == 'done') $title=$langs->trans("DoneActions"); if ($status == 'todo') $title=$langs->trans("ToDoActions"); $param=''; -if ($actioncode || isset($_GET['actioncode']) || isset($_POST['actioncode'])) $param.="&actioncode=".$actioncode; +if ($actioncode || isset($_GET['actioncode']) || isset($_POST['actioncode'])) { + if(is_array($actioncode)) { + foreach($actioncode as $str_action) $param.="&actioncode[]=".$str_action; + } else $param.="&actioncode=".$actioncode; +} if ($resourceid > 0) $param.="&resourceid=".$resourceid; if ($status || isset($_GET['status']) || isset($_POST['status'])) $param.="&status=".$status; if ($filter) $param.="&filter=".$filter; @@ -482,7 +486,14 @@ if (! empty($actioncode)) elseif ($actioncode == 'AC_ALL_AUTO') $sql.= " AND ca.type = 'systemauto'"; else { - $sql.=" AND ca.code IN ('".implode("','", explode(',',$actioncode))."')"; + if (is_array($actioncode)) + { + $sql.=" AND ca.code IN ('".implode("','", $actioncode)."')"; + } + else + { + $sql.=" AND ca.code IN ('".implode("','", explode(',', $actioncode))."')"; + } } } } @@ -1364,7 +1375,7 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa print '>'; print '
'; print $langs->trans('Docdate'); @@ -429,11 +434,12 @@ if ($action == 'create') { print ''; print ''; } else { - print $book->doc_date ? dol_print_date($book->doc_date, 'daytext') : ' '; + print $book->doc_date ? dol_print_date($book->doc_date, 'daytext') : ' '; } print '
'; print ''; print ''; - //docref + + // Ref document print '\n"; print ''; */ -$substitutionarray=pdf_getSubstitutionArray($langs); +$substitutionarray=pdf_getSubstitutionArray($langs, null, null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; @@ -555,7 +555,7 @@ print '
'; print ''; print ''; print '
'; print ''; print "\n"; -$substitutionarray=pdf_getSubstitutionArray($langs); +$substitutionarray=pdf_getSubstitutionArray($langs, null, null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; $htmltext.='
'; print '
\n"; print "\n"; print ""; -$substitutionarray=pdf_getSubstitutionArray($langs); +$substitutionarray=pdf_getSubstitutionArray($langs, null, null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; @@ -511,7 +511,7 @@ print ''; print ''; print ''; print '
\n"; print '\n"; print '\n"; +// Web user group by default $labeluser=dol_getwebuser('user'); $labelgroup=dol_getwebuser('group'); if ($labeluser && $labelgroup) { - print '\n"; + print '\n"; +} +// Web user group real (detected by 'id' external command) +$arrayout=array(); $varout=0; +exec('id', $arrayout, $varout); +if (empty($varout)) // Test command is ok. Work only on Linux OS. +{ + print '\n"; } print '
'; print $langs->trans('Codejournal'); @@ -455,7 +461,8 @@ if ($action == 'create') { } print '
'; print '\n"; print "\n"; $var=true; -$substitutionarray=pdf_getSubstitutionArray($langs); +$substitutionarray=pdf_getSubstitutionArray($langs, null, null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; @@ -550,7 +550,7 @@ print ''; print ''; print ''; print '
'; print "\n"; $var=true; -$substitutionarray=pdf_getSubstitutionArray($langs, array('objectamount')); +$substitutionarray=pdf_getSubstitutionArray($langs, array('objectamount'), null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; @@ -482,8 +482,7 @@ $htmltext.='
'; $var=! $var; print '
'."\n"; //Use draft Watermark print ''."\n"; diff --git a/htdocs/admin/defaultvalues.php b/htdocs/admin/defaultvalues.php index 6b98668b0d3..e4ba112511e 100644 --- a/htdocs/admin/defaultvalues.php +++ b/htdocs/admin/defaultvalues.php @@ -193,20 +193,14 @@ if (empty($conf->global->MAIN_ENABLE_DEFAULT_VALUES)) { // Button off, click to enable $enabledisablehtml.= ''; - //$enabledisablehtml.= img_picto($langs->trans("Disabled"),'switch_off'); - $enabledisablehtml.=''; - if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) $enabledisablehtml.=$langs->trans("EnableDefaultValues"); - $enabledisablehtml.=''; + $enabledisablehtml.= img_picto($langs->trans("Disabled"),'switch_off'); $enabledisablehtml.= ''; } else { // Button on, click to disable $enabledisablehtml.= ''; - //$enabledisablehtml.= img_picto($langs->trans("Activated"),'switch_on'); - $enabledisablehtml.=''; - if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) $enabledisablehtml.=$langs->trans("DisableDefaultValues"); - $enabledisablehtml.=''; + $enabledisablehtml.= img_picto($langs->trans("Activated"),'switch_on'); $enabledisablehtml.= ''; } diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 068513b245c..fb9a101d474 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -74,7 +74,7 @@ $active = 1; $sortfield = GETPOST("sortfield",'alpha'); $sortorder = GETPOST("sortorder",'alpha'); $page = GETPOST("page",'int'); -if ($page == -1 || $page == null) { $page = 0 ; } +if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1 $offset = $listlimit * $page ; $pageprev = $page - 1; $pagenext = $page + 1; diff --git a/htdocs/admin/expedition.php b/htdocs/admin/expedition.php index ba389c5207a..d623de33f31 100644 --- a/htdocs/admin/expedition.php +++ b/htdocs/admin/expedition.php @@ -477,14 +477,14 @@ print ""; print "\n"; print ""; -$substitutionarray=pdf_getSubstitutionArray($langs); +$substitutionarray=pdf_getSubstitutionArray($langs, null, null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; $htmltext.='
'; print '
\n"; print '\n"; diff --git a/htdocs/admin/expedition_extrafields.php b/htdocs/admin/expedition_extrafields.php index 8c24c49cb23..09e0e8b9a92 100644 --- a/htdocs/admin/expedition_extrafields.php +++ b/htdocs/admin/expedition_extrafields.php @@ -47,7 +47,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/expeditiondet_extrafields.php b/htdocs/admin/expeditiondet_extrafields.php index 283eeab452a..ff388d8a69a 100644 --- a/htdocs/admin/expeditiondet_extrafields.php +++ b/htdocs/admin/expeditiondet_extrafields.php @@ -7,7 +7,7 @@ * Copyright (C) 2013 Philippe Grand * Copyright (C) 2013 Florian Henry * Copyright (C) 2015 Claudio Aschieri - * + * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,7 +47,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/expensereport.php b/htdocs/admin/expensereport.php index 1dd5166e1cb..86fac86f532 100644 --- a/htdocs/admin/expensereport.php +++ b/htdocs/admin/expensereport.php @@ -482,7 +482,7 @@ print ''; print "\n"; $var=true; -$substitutionarray=pdf_getSubstitutionArray($langs); +$substitutionarray=pdf_getSubstitutionArray($langs, null, null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; @@ -490,7 +490,7 @@ $htmltext.='
'; $var=! $var; print '
'."\n"; //Use draft Watermark print ''."\n"; diff --git a/htdocs/admin/expensereport_extrafields.php b/htdocs/admin/expensereport_extrafields.php index d1d3aacc9cc..8635c336a2b 100644 --- a/htdocs/admin/expensereport_extrafields.php +++ b/htdocs/admin/expensereport_extrafields.php @@ -44,7 +44,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index 85ee8c09934..1f574175898 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -711,7 +711,7 @@ print '\n"; print ''; -$substitutionarray=pdf_getSubstitutionArray($langs); +$substitutionarray=pdf_getSubstitutionArray($langs, null, null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; @@ -722,7 +722,7 @@ print '
'; print ''; print ''; print '
'; print ''; print "\n"; print "\n"; -$substitutionarray=pdf_getSubstitutionArray($langs); +$substitutionarray=pdf_getSubstitutionArray($langs, null, null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; @@ -544,7 +544,7 @@ print ''; print ''; print ''; print '
'; print "\n"; $var=true; -$substitutionarray=pdf_getSubstitutionArray($langs); +$substitutionarray=pdf_getSubstitutionArray($langs, null, null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; @@ -465,7 +465,7 @@ print ''; print ''; print ''; print '
'; // Menu top - + print ''; print ''; // Menu smartphone - + print ''; print ''; print ''; - + print ''; print ''; print ''; - + print ''; print ''; print ''; print '
'; print $langs->trans('Docref'); @@ -488,9 +495,20 @@ if ($action == 'create') { print ''; // Doc type + if(! empty($book->doc_type)) + { + print ''; + print ''; + print ''; + print ''; + } + + // Date document creation print ''; - print ''; - print ''; + print ''; + print ''; print ''; // Validate @@ -542,7 +560,6 @@ if ($action == 'create') { print '
'; - $result = $book->fetchAllPerMvt($piece_num, $mode); if ($result < 0) { setEventMessages($book->error, $book->errors, 'errors'); @@ -570,7 +587,7 @@ if ($action == 'create') { print_liste_field_titre("AccountAccountingShort"); print_liste_field_titre("SubledgerAccount"); print_liste_field_titre("LabelAccount"); - print_liste_field_titre("Label"); + print_liste_field_titre("LabelOperation"); print_liste_field_titre("Debit", "", "", "", "", 'align="right"'); print_liste_field_titre("Credit", "", "", "", "", 'align="right"'); print_liste_field_titre("Action", "", "", "", "", 'width="60" align="center"'); @@ -587,16 +604,16 @@ if ($action == 'create') { print $formaccounting->select_account($line->numero_compte, 'account_number', 1, array (), 1, 1, ''); print ''; print ''; print ''; print ''; @@ -644,14 +661,14 @@ if ($action == 'create') { print ''; print ''; print ''; @@ -665,15 +682,15 @@ if ($action == 'create') { if ($mode=='_tmp' && $action=='') { - print '
'; + print '
'; print '
'; if ($total_debit == $total_credit) { - print ''.$langs->trans("ValidTransaction").''; + print ''.$langs->trans("ValidTransaction").''; } else { - print ''; + print ''; } print '   '; diff --git a/htdocs/accountancy/bookkeeping/list.php b/htdocs/accountancy/bookkeeping/list.php index 30db29db927..eb991d55543 100644 --- a/htdocs/accountancy/bookkeeping/list.php +++ b/htdocs/accountancy/bookkeeping/list.php @@ -1,7 +1,7 @@ - * Copyright (C) 2013-2016 Florian Henry - * Copyright (C) 2013-2017 Alexandre Spangaro +/* Copyright (C) 2013-2016 Olivier Geffroy + * Copyright (C) 2013-2016 Florian Henry + * Copyright (C) 2013-2017 Alexandre Spangaro * Copyright (C) 2016-2017 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify @@ -44,6 +44,10 @@ $search_doc_ref = GETPOST("search_doc_ref"); $search_date_start = dol_mktime(0, 0, 0, GETPOST('date_startmonth', 'int'), GETPOST('date_startday', 'int'), GETPOST('date_startyear', 'int')); $search_date_end = dol_mktime(0, 0, 0, GETPOST('date_endmonth', 'int'), GETPOST('date_endday', 'int'), GETPOST('date_endyear', 'int')); $search_doc_date = dol_mktime(0, 0, 0, GETPOST('doc_datemonth', 'int'), GETPOST('doc_dateday', 'int'), GETPOST('doc_dateyear', 'int')); +$search_date_creation_start = dol_mktime(0, 0, 0, GETPOST('date_creation_startmonth', 'int'), GETPOST('date_creation_startday', 'int'), GETPOST('date_creation_startyear', 'int')); +$search_date_creation_end = dol_mktime(0, 0, 0, GETPOST('date_creation_endmonth', 'int'), GETPOST('date_creation_endday', 'int'), GETPOST('date_creation_endyear', 'int')); +$search_date_modification_start = dol_mktime(0, 0, 0, GETPOST('date_modification_startmonth', 'int'), GETPOST('date_modification_startday', 'int'), GETPOST('date_modification_startyear', 'int')); +$search_date_modification_end = dol_mktime(0, 0, 0, GETPOST('date_modification_endmonth', 'int'), GETPOST('date_modification_endday', 'int'), GETPOST('date_modification_endyear', 'int')); if (GETPOST("button_delmvt_x") || GETPOST("button_delmvt.x") || GETPOST("button_delmvt")) { $action = 'delbookkeepingyear'; @@ -53,7 +57,6 @@ if (GETPOST("button_export_file_x") || GETPOST("button_export_file.x") || GETPOS } $search_accountancy_code = GETPOST("search_accountancy_code"); - $search_accountancy_code_start = GETPOST('search_accountancy_code_start', 'alpha'); if ($search_accountancy_code_start == - 1) { $search_accountancy_code_start = ''; @@ -64,7 +67,6 @@ if ($search_accountancy_code_end == - 1) { } $search_accountancy_aux_code = GETPOST("search_accountancy_aux_code"); - $search_accountancy_aux_code_start = GETPOST('search_accountancy_aux_code_start', 'alpha'); if ($search_accountancy_aux_code_start == - 1) { $search_accountancy_aux_code_start = ''; @@ -102,15 +104,30 @@ if ($action != 'export_file' && ! isset($_POST['begin']) && ! isset($_GET['begin $search_date_end = dol_mktime(0, 0, 0, 12, 31, dol_print_date(dol_now(), '%Y')); } +$arrayfields=array( + 't.piece_num'=>array('label'=>$langs->trans("TransactionNumShort"), 'checked'=>1), + 't.doc_date'=>array('label'=>$langs->trans("Docdate"), 'checked'=>1), + 't.doc_ref'=>array('label'=>$langs->trans("Docref"), 'checked'=>1), + 't.numero_compte'=>array('label'=>$langs->trans("AccountAccountingShort"), 'checked'=>1), + 't.subledger_account'=>array('label'=>$langs->trans("SubledgerAccount"), 'checked'=>1), + 't.label_operation'=>array('label'=>$langs->trans("Label"), 'checked'=>1), + 't.debit'=>array('label'=>$langs->trans("Debit"), 'checked'=>1), + 't.credit'=>array('label'=>$langs->trans("Credit"), 'checked'=>1), + 't.code_journal'=>array('label'=>$langs->trans("Codejournal"), 'checked'=>1), + 't.date_creation'=>array('label'=>$langs->trans("DateCreation"), 'checked'=>0), + 't.tms'=>array('label'=>$langs->trans("DateModification"), 'checked'=>0), +); /* - * Action + * Actions */ if (GETPOST('cancel','alpha')) { $action='list'; $massaction=''; } if (! GETPOST('confirmmassaction','alpha') && $massaction != 'presend' && $massaction != 'confirm_presend') { $massaction=''; } +include DOL_DOCUMENT_ROOT.'/core/actions_changeselectedfields.inc.php'; + if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x','alpha') || GETPOST('button_removefilter','alpha')) // All tests are required to be compatible with all browsers { $search_mvt_num = ''; @@ -128,6 +145,10 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x', $search_ledger_code = ''; $search_date_start = ''; $search_date_end = ''; + $search_date_creation_start = ''; + $search_date_creation_end = ''; + $search_date_modification_start = ''; + $search_date_modification_end = ''; } // Must be after the remove filter action, before the export. @@ -196,6 +217,26 @@ if (! empty($search_mvt_num)) { $filter['t.piece_num'] = $search_mvt_num; $param .= '&search_mvt_num=' . $search_mvt_num; } +if (! empty($search_date_creation_start)) { + $filter['t.date_creation>='] = $search_date_creation_start; + $tmp=dol_getdate($search_date_creation_start); + $param .= '&date_creation_startmonth=' . $tmp['mon'] . '&date_creation_startday=' . $tmp['mday'] . '&date_creation_startyear=' . $tmp['year']; +} +if (! empty($search_date_creation_end)) { + $filter['t.date_creation<='] = $search_date_creation_end; + $tmp=dol_getdate($search_date_creation_end); + $param .= '&date_creation_endmonth=' . $tmp['mon'] . '&date_creation_endday=' . $tmp['mday'] . '&date_creation_endyear=' . $tmp['year']; +} +if (! empty($search_date_modification_start)) { + $filter['t.tms>='] = $search_date_modification_start; + $tmp=dol_getdate($search_date_modification_start); + $param .= '&date_modification_startmonth=' . $tmp['mon'] . '&date_modification_startday=' . $tmp['mday'] . '&date_modification_startyear=' . $tmp['year']; +} +if (! empty($search_date_modification_end)) { + $filter['t.tms<='] = $search_date_modification_end; + $tmp=dol_getdate($search_date_modification_end); + $param .= '&date_modification_endmonth=' . $tmp['mon'] . '&date_modification_endday=' . $tmp['mday'] . '&date_modification_endyear=' . $tmp['year']; +} if ($action == 'delbookkeeping') { @@ -370,137 +411,288 @@ print '
' . $langs->trans("Doctype") . '' . $book->doc_type . '
' . $langs->trans("Doctype") . '' . $book->doc_type . '' . $langs->trans("DateCreation") . ''; + print $book->date_creation ? dol_print_date($book->date_creation, 'daytext') : ' '; + print '
'; - // TODO For the moment we keep a fre input text instead of a combo. The select_auxaccount has problem because it does not - // use setup of keypress to select thirdparty and this hang browser on large database. - if (! empty($conf->global->ACCOUNTANCY_COMBO_FOR_AUX)) - { - print $formaccounting->select_auxaccount($line->subledger_account, 'subledger_account', 1); - } - else - { - print ''; - } + // TODO For the moment we keep a free input text instead of a combo. The select_auxaccount has problem because it does not + // use setup of keypress to select thirdparty and this hang browser on large database. + if (! empty($conf->global->ACCOUNTANCY_COMBO_FOR_AUX)) + { + print $formaccounting->select_auxaccount($line->subledger_account, 'subledger_account', 1); + } + else + { + print ''; + } print ''; // TODO For the moment we keep a fre input text instead of a combo. The select_auxaccount has problem because it does not // use setup of keypress to select thirdparty and this hang browser on large database. - if (! empty($conf->global->ACCOUNTANCY_COMBO_FOR_AUX)) - { - print $formaccounting->select_auxaccount($subledger_account, 'subledger_account', 1); - } - else - { - print ''; - } + if (! empty($conf->global->ACCOUNTANCY_COMBO_FOR_AUX)) + { + print $formaccounting->select_auxaccount($subledger_account, 'subledger_account', 1); + } + else + { + print ''; + } print '
'; +$varpage=empty($contextpage)?$_SERVER["PHP_SELF"]:$contextpage; +$selectedfields=$form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage); // This also change content of $arrayfields +if ($massactionbutton) $selectedfields.=$form->showCheckAddButtons('checkforselect', 1); +print '
'; +print '
'; + +// Filters lines print ''; -print ''; -print ''; -print ''; -print ''; -print ''; } -else +// Date document +if (! empty($arrayfields['t.doc_date']['checked'])) { - print ''; + print ''; } -print ''; -print '
'; -print $langs->trans('to').' '; -// TODO For the moment we keep a free input text instead of a combo. The select_auxaccount has problem because it does not -// use setup of keypress to select thirdparty and this hang browser on large database. -if (! empty($conf->global->ACCOUNTANCY_COMBO_FOR_AUX)) +// Ref document +if (! empty($arrayfields['t.doc_ref']['checked'])) { - print $formaccounting->select_auxaccount($search_accountancy_aux_code_end, 'search_accountancy_aux_code_end', 1); + print '
'; } -else +// Accountancy account +if (! empty($arrayfields['t.numero_compte']['checked'])) { - print ''; + print ''; } -print ''; -print ''; -print ''; -print ''; -print ''; -print ''; +// Subledger account +if (! empty($arrayfields['t.subledger_account']['checked'])) +{ + print ''; +} +// Label operation +if (! empty($arrayfields['t.label_operation']['checked'])) +{ + print ''; +} +// Debit +if (! empty($arrayfields['t.debit']['checked'])) +{ + print ''; +} +// Credit +if (! empty($arrayfields['t.credit']['checked'])) +{ + print ''; +} +// Code journal +if (! empty($arrayfields['t.code_journal']['checked'])) +{ + print ''; +} +// Date creation +if (! empty($arrayfields['t.date_creation']['checked'])) +{ + print ''; +} +// Date modification +if (! empty($arrayfields['t.tms']['checked'])) +{ + print ''; +} +// Action column print ''; -print ''; +print "\n"; print ''; -print_liste_field_titre("TransactionNumShort", $_SERVER['PHP_SELF'], "t.piece_num", "", $param, "", $sortfield, $sortorder); -print_liste_field_titre("Docdate", $_SERVER['PHP_SELF'], "t.doc_date", "", $param, 'align="center"', $sortfield, $sortorder); -print_liste_field_titre("Docref", $_SERVER['PHP_SELF'], "t.doc_ref", "", $param, "", $sortfield, $sortorder); -print_liste_field_titre("AccountAccountingShort", $_SERVER['PHP_SELF'], "t.numero_compte", "", $param, "", $sortfield, $sortorder); -print_liste_field_titre("SubledgerAccount", $_SERVER['PHP_SELF'], "t.subledger_account", "", $param, "", $sortfield, $sortorder); -print_liste_field_titre("Label", $_SERVER['PHP_SELF'], "t.label_operation", "", $param, "", $sortfield, $sortorder); -print_liste_field_titre("Debit", $_SERVER['PHP_SELF'], "t.debit", "", $param, 'align="right"', $sortfield, $sortorder); -print_liste_field_titre("Credit", $_SERVER['PHP_SELF'], "t.credit", "", $param, 'align="right"', $sortfield, $sortorder); -print_liste_field_titre("Codejournal", $_SERVER['PHP_SELF'], "t.code_journal", "", $param, 'align="center"', $sortfield, $sortorder); -$checkpicto=''; -if ($massactionbutton) $checkpicto=$form->showCheckAddButtons('checkforselect', 1); -print_liste_field_titre($checkpicto, $_SERVER["PHP_SELF"], "", $param, "", 'width="60" align="center"', $sortfield, $sortorder); +if (! empty($arrayfields['t.piece_num']['checked'])) print_liste_field_titre("TransactionNumShort", $_SERVER['PHP_SELF'], "t.piece_num", "", $param, "", $sortfield, $sortorder); +if (! empty($arrayfields['t.doc_date']['checked'])) print_liste_field_titre("Docdate", $_SERVER['PHP_SELF'], "t.doc_date", "", $param, 'align="center"', $sortfield, $sortorder); +if (! empty($arrayfields['t.doc_ref']['checked'])) print_liste_field_titre("Docref", $_SERVER['PHP_SELF'], "t.doc_ref", "", $param, "", $sortfield, $sortorder); +if (! empty($arrayfields['t.numero_compte']['checked'])) print_liste_field_titre("AccountAccountingShort", $_SERVER['PHP_SELF'], "t.numero_compte", "", $param, "", $sortfield, $sortorder); +if (! empty($arrayfields['t.subledger_account']['checked'])) print_liste_field_titre("SubledgerAccount", $_SERVER['PHP_SELF'], "t.subledger_account", "", $param, "", $sortfield, $sortorder); +if (! empty($arrayfields['t.label_operation']['checked'])) print_liste_field_titre("Label", $_SERVER['PHP_SELF'], "t.label_operation", "", $param, "", $sortfield, $sortorder); +if (! empty($arrayfields['t.debit']['checked'])) print_liste_field_titre("Debit", $_SERVER['PHP_SELF'], "t.debit", "", $param, 'align="right"', $sortfield, $sortorder); +if (! empty($arrayfields['t.credit']['checked'])) print_liste_field_titre("Credit", $_SERVER['PHP_SELF'], "t.credit", "", $param, 'align="right"', $sortfield, $sortorder); +if (! empty($arrayfields['t.code_journal']['checked'])) print_liste_field_titre("Codejournal", $_SERVER['PHP_SELF'], "t.code_journal", "", $param, 'align="center"', $sortfield, $sortorder); +if (! empty($arrayfields['t.date_creation']['checked'])) print_liste_field_titre("DateCreation", $_SERVER['PHP_SELF'], "t.date_creation", "", $param, 'align="center"', $sortfield, $sortorder); +if (! empty($arrayfields['t.tms']['checked'])) print_liste_field_titre("DateModification", $_SERVER['PHP_SELF'], "t.tms", "", $param, 'align="center"', $sortfield, $sortorder); +print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"],"",'','','align="center"',$sortfield,$sortorder,'maxwidthsearch '); print "\n"; -$total_debit = 0; -$total_credit = 0; - -$i=0; -while ($i < min($num, $limit)) +if ($num > 0) { - $line = $object->lines[$i]; + $i=0; + $totalarray=array(); + while ($i < min($num, $limit)) + { + $line = $object->lines[$i]; - $total_debit += $line->debit; - $total_credit += $line->credit; + $total_debit += $line->debit; + $total_credit += $line->credit; - print ''; + print ''; - print ''; - print ''; - print ''; - print ''; - print ''; - print ''; - print ''; - print ''; + // Piece number + if (! empty($arrayfields['t.piece_num']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } - $accountingjournal = new AccountingJournal($db); - $result = $accountingjournal->fetch('',$line->code_journal); - $journaltoshow = (($result > 0)?$accountingjournal->getNomUrl(0,0,0,'',0) : $line->code_journal); - print ''; + // Document date + if (! empty($arrayfields['t.doc_date']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } - print ''; - print "\n"; + // Document ref + if (! empty($arrayfields['t.doc_ref']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } - $i++; + // Account number + if (! empty($arrayfields['t.numero_compte']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + + // Subledger account + if (! empty($arrayfields['t.subledger_account']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + + // Label operation + if (! empty($arrayfields['t.label_operation']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + + // Amount debit + if (! empty($arrayfields['t.debit']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + if (! $i) $totalarray['totaldebitfield']=$totalarray['nbfield']; + $totalarray['totaldebit'] += $line->debit; + } + + // Amount credit + if (! empty($arrayfields['t.credit']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + if (! $i) $totalarray['totalcreditfield']=$totalarray['nbfield']; + $totalarray['totalcredit'] += $line->credit; + } + + // Journal code + if (! empty($arrayfields['t.code_journal']['checked'])) + { + $accountingjournal = new AccountingJournal($db); + $result = $accountingjournal->fetch('',$line->code_journal); + $journaltoshow = (($result > 0)?$accountingjournal->getNomUrl(0,0,0,'',0) : $line->code_journal); + print ''; + if (! $i) $totalarray['nbfield']++; + } + + // Creation operation date + if (! empty($arrayfields['t.date_creation']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + + // Modification operation date + if (! empty($arrayfields['t.tms']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + + // Action column + print ''; + if (! $i) $totalarray['nbfield']++; + + print "\n"; + + $i++; + } + + // Show total line + if (isset($totalarray['totaldebitfield']) || isset($totalarray['totalcreditfield'])) + { + $i=0; + while ($i < $totalarray['nbfield']) + { + $i++; + if ($i == 1) + { + if ($num < $limit && empty($offset)) print ''; + else print ''; + } + elseif ($totalarray['totaldebitfield'] == $i) print ''; + elseif ($totalarray['totalcreditfield'] == $i) print ''; + else print ''; + } + print ''; + + } } -print ''; -if ($num < $limit) print ''; -else print ''; -print ''; -print ''; -print ''; -print ''; -print ''; - print "
'; -print '
'; -print $langs->trans('From') . ' '; -print $form->select_date($search_date_start, 'date_start', 0, 0, 1); -print '
'; -print '
'; -print $langs->trans('to') . ' '; -print $form->select_date($search_date_end, 'date_end', 0, 0, 1); -print '
'; -print '
'; -print '
'; -print $langs->trans('From').' '; -print $formaccounting->select_account($search_accountancy_code_start, 'search_accountancy_code_start', 1, array (), 1, 1, 'maxwidth200'); -print '
'; -print '
'; -print $langs->trans('to').' '; -print $formaccounting->select_account($search_accountancy_code_end, 'search_accountancy_code_end', 1, array (), 1, 1, 'maxwidth200'); -print '
'; -print '
'; -print '
'; -print $langs->trans('From').' '; -// TODO For the moment we keep a free input text instead of a combo. The select_auxaccount has problem because it does not -// use setup of keypress to select thirdparty and this hang browser on large database. -if (! empty($conf->global->ACCOUNTANCY_COMBO_FOR_AUX)) +// Movement number +if (! empty($arrayfields['t.piece_num']['checked'])) { - print $formaccounting->select_auxaccount($search_accountancy_aux_code_start, 'search_accountancy_aux_code_start', 1); + print '
'; + print '
'; + print $langs->trans('From') . ' '; + print $form->select_date($search_date_start, 'date_start', 0, 0, 1); + print '
'; + print '
'; + print $langs->trans('to') . ' '; + print $form->select_date($search_date_end, 'date_end', 0, 0, 1); + print '
'; + print '
'; + print '
'; + print $langs->trans('From').' '; + print $formaccounting->select_account($search_accountancy_code_start, 'search_accountancy_code_start', 1, array (), 1, 1, 'maxwidth200'); + print '
'; + print '
'; + print $langs->trans('to').' '; + print $formaccounting->select_account($search_accountancy_code_end, 'search_accountancy_code_end', 1, array (), 1, 1, 'maxwidth200'); + print '
'; + print '
'; -print ''; -print '  '; + print '
'; + print $langs->trans('From').' '; + // TODO For the moment we keep a free input text instead of a combo. The select_auxaccount has problem because it does not + // use setup of keypress to select thirdparty and this hang browser on large database. + if (! empty($conf->global->ACCOUNTANCY_COMBO_FOR_AUX)) + { + print $formaccounting->select_auxaccount($search_accountancy_aux_code_start, 'search_accountancy_aux_code_start', 1); + } + else + { + print ''; + } + print '
'; + print '
'; + print $langs->trans('to').' '; + // TODO For the moment we keep a free input text instead of a combo. The select_auxaccount has problem because it does not + // use setup of keypress to select thirdparty and this hang browser on large database. + if (! empty($conf->global->ACCOUNTANCY_COMBO_FOR_AUX)) + { + print $formaccounting->select_auxaccount($search_accountancy_aux_code_end, 'search_accountancy_aux_code_end', 1); + } + else + { + print ''; + } + print '
'; + print '
'; + print ''; + print '  '; + print '
'; + print $langs->trans('From') . ' '; + print $form->select_date($search_date_creation_start, 'date_creation_start', 0, 0, 1); + print '
'; + print '
'; + print $langs->trans('to') . ' '; + print $form->select_date($search_date_creation_end, 'date_creation_end', 0, 0, 1); + print '
'; + print '
'; + print '
'; + print $langs->trans('From') . ' '; + print $form->select_date($search_date_modification_start, 'date_modification_start', 0, 0, 1); + print '
'; + print '
'; + print $langs->trans('to') . ' '; + print $form->select_date($search_date_modification_end, 'date_modification_end', 0, 0, 1); + print '
'; + print '
'; $searchpicto=$form->showFilterButtons(); print $searchpicto; print '
' . $line->piece_num . '' . dol_print_date($line->doc_date, 'day') . '' . $line->doc_ref . '' . length_accountg($line->numero_compte) . '' . length_accounta($line->subledger_account) . '' . $line->label_operation . '' . ($line->debit ? price($line->debit) : ''). '' . ($line->credit ? price($line->credit) : '') . '' . $line->piece_num . '' . $journaltoshow . '' . dol_print_date($line->doc_date, 'day') . ''; - print '' . img_edit() . ' '; - print '' . img_delete() . ''; - print '
' . $line->doc_ref . '' . length_accountg($line->numero_compte) . '' . length_accounta($line->subledger_account) . '' . $line->label_operation . '' . ($line->debit ? price($line->debit) : ''). '' . ($line->credit ? price($line->credit) : '') . '' . $journaltoshow . '' . dol_print_date($line->date_creation, 'day') . '' . dol_print_date($line->date_modification, 'day') . ''; + print '' . img_edit() . ' '; + print '' . img_delete() . ''; + print '
'.$langs->trans("Total").''.$langs->trans("Totalforthispage").''.price($totalarray['totaldebit']).''.price($totalarray['totalcredit']).'
'.$langs->trans("Total").''.$langs->trans("Totalforthispage").''; -print price($total_debit); -print ''; -print price($total_credit); -print '
"; print ''; diff --git a/htdocs/accountancy/class/accountancyexport.class.php b/htdocs/accountancy/class/accountancyexport.class.php index ac92dcab195..b09336aff48 100644 --- a/htdocs/accountancy/class/accountancyexport.class.php +++ b/htdocs/accountancy/class/accountancyexport.class.php @@ -6,6 +6,7 @@ * Copyright (C) 2015 Raphaël Doursenaud * Copyright (C) 2016 Pierre-Henry Favre * Copyright (C) 2016-2017 Alexandre Spangaro + * Copyright (C) 2017 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -49,7 +50,8 @@ class AccountancyExport public static $EXPORT_TYPE_EBP = 7; public static $EXPORT_TYPE_COGILOG = 8; public static $EXPORT_TYPE_AGIRIS = 9; - + public static $EXPORT_TYPE_CONFIGURABLE = 10; + /** * * @var string[] Error codes (or messages) @@ -78,11 +80,11 @@ class AccountancyExport $this->db = &$db; $this->separator = $conf->global->ACCOUNTING_EXPORT_SEPARATORCSV; - $this->end_line = "\n"; + $this->end_line = empty($conf->global->ACCOUNTING_EXPORT_ENDLINE)?"\n":($conf->global->ACCOUNTING_EXPORT_ENDLINE==1?"\n":"\r\n"); } /** - * Array wit all export type available (key + label) + * Array with all export type available (key + label) * * @return array of type */ @@ -98,10 +100,73 @@ class AccountancyExport self::$EXPORT_TYPE_QUADRATUS => $langs->trans('Modelcsv_quadratus'), self::$EXPORT_TYPE_EBP => $langs->trans('Modelcsv_ebp'), self::$EXPORT_TYPE_COGILOG => $langs->trans('Modelcsv_cogilog'), - self::$EXPORT_TYPE_AGIRIS => $langs->trans('Modelcsv_agiris') - ); + self::$EXPORT_TYPE_AGIRIS => $langs->trans('Modelcsv_agiris'), + self::$EXPORT_TYPE_CONFIGURABLE => $langs->trans('Modelcsv_configurable'), + ); } + /** + * Array with all export type available (key + label) and parameters for config + * + * @return array of type + */ + public static function getTypeConfig() { + global $conf, $langs; + + return array ( + 'param' => array( + self::$EXPORT_TYPE_NORMAL => array( + 'label' => $langs->trans('Modelcsv_normal'), + 'ACCOUNTING_EXPORT_FORMAT' => empty($conf->global->ACCOUNTING_EXPORT_FORMAT)?'txt':$conf->global->ACCOUNTING_EXPORT_FORMAT, + 'ACCOUNTING_EXPORT_SEPARATORCSV' => empty($conf->global->ACCOUNTING_EXPORT_SEPARATORCSV)?',':$conf->global->ACCOUNTING_EXPORT_SEPARATORCSV, + 'ACCOUNTING_EXPORT_ENDLINE' => empty($conf->global->ACCOUNTING_EXPORT_ENDLINE)?1:$conf->global->ACCOUNTING_EXPORT_ENDLINE, + 'ACCOUNTING_EXPORT_DATE' => empty($conf->global->ACCOUNTING_EXPORT_DATE)?'%d%m%Y':$conf->global->ACCOUNTING_EXPORT_DATE, + ), + self::$EXPORT_TYPE_CEGID => array( + 'label' => $langs->trans('Modelcsv_CEGID'), + ), + self::$EXPORT_TYPE_COALA => array( + 'label' => $langs->trans('Modelcsv_COALA'), + ), + self::$EXPORT_TYPE_BOB50 => array( + 'label' => $langs->trans('Modelcsv_bob50'), + ), + self::$EXPORT_TYPE_CIEL => array( + 'label' => $langs->trans('Modelcsv_ciel'), + 'ACCOUNTING_EXPORT_FORMAT' => 'txt', + ), + self::$EXPORT_TYPE_QUADRATUS => array( + 'label' => $langs->trans('Modelcsv_quadratus'), + 'ACCOUNTING_EXPORT_FORMAT' => 'txt', + ), + self::$EXPORT_TYPE_EBP => array( + 'label' => $langs->trans('Modelcsv_ebp'), + ), + self::$EXPORT_TYPE_COGILOG => array( + 'label' => $langs->trans('Modelcsv_cogilog'), + ), + self::$EXPORT_TYPE_AGIRIS => array( + 'label' => $langs->trans('Modelcsv_agiris'), + ), + self::$EXPORT_TYPE_CONFIGURABLE => array( + 'label' => $langs->trans('Modelcsv_configurable'), + 'ACCOUNTING_EXPORT_FORMAT' => empty($conf->global->ACCOUNTING_EXPORT_FORMAT)?'txt':$conf->global->ACCOUNTING_EXPORT_FORMAT, + 'ACCOUNTING_EXPORT_SEPARATORCSV' => empty($conf->global->ACCOUNTING_EXPORT_SEPARATORCSV)?',':$conf->global->ACCOUNTING_EXPORT_SEPARATORCSV, + 'ACCOUNTING_EXPORT_ENDLINE' => empty($conf->global->ACCOUNTING_EXPORT_ENDLINE)?1:$conf->global->ACCOUNTING_EXPORT_ENDLINE, + 'ACCOUNTING_EXPORT_DATE' => empty($conf->global->ACCOUNTING_EXPORT_DATE)?'%d%m%Y':$conf->global->ACCOUNTING_EXPORT_DATE, + ), + ), + 'cr'=> array ( + '1' => $langs->trans("Unix"), + '2' => $langs->trans("Windows") + ), + 'format' => array ( + 'csv' => $langs->trans("csv"), + 'txt' => $langs->trans("txt") + ), + ); + } + /** * Download the export * @@ -151,6 +216,9 @@ class AccountancyExport case self::$EXPORT_TYPE_AGIRIS : $this->exportAgiris($TData); break; + case self::$EXPORT_TYPE_CONFIGURABLE : + $this->exportConfigurable($TData); + break; default: $this->errors[] = $langs->trans('accountancy_error_modelnotfound'); break; @@ -191,7 +259,8 @@ class AccountancyExport public function exportCegid($objectLines) { foreach ( $objectLines as $line ) { $date = dol_print_date($line->doc_date, '%d%m%Y'); - $separator = ";"; + $separator = ";"; + $end_line = "\n"; print $date . $separator; print $line->code_journal . $separator; @@ -201,7 +270,7 @@ class AccountancyExport print price($line->montant) . $separator; print $line->label_operation . $separator; print $line->doc_ref; - print $this->end_line; + print $end_line; } } @@ -215,24 +284,26 @@ class AccountancyExport public function exportCogilog($objectLines) { foreach ( $objectLines as $line ) { $date = dol_print_date($line->doc_date, '%d%m%Y'); + $separator = ";"; + $end_line = "\n"; - print $line->code_journal . $this->separator; - print $date . $this->separator; - print $line->piece_num . $this->separator; - print length_accountg($line->numero_compte) . $this->separator; - print '' . $this->separator; - print $line->label_operation . $this->separator; - print $date . $this->separator; + print $line->code_journal . $separator; + print $date . $separator; + print $line->piece_num . $separator; + print length_accountg($line->numero_compte) . $separator; + print '' . $separator; + print $line->label_operation . $separator; + print $date . $separator; if ($line->sens=='D') { - print price($line->montant) . $this->separator; - print '' . $this->separator; + print price($line->montant) . $separator; + print '' . $separator; }elseif ($line->sens=='C') { - print '' . $this->separator; - print price($line->montant) . $this->separator; + print '' . $separator; + print price($line->montant) . $separator; } - print $line->doc_ref . $this->separator; - print $line->label_operation . $this->separator; - print $this->end_line; + print $line->doc_ref . $separator; + print $line->label_operation . $separator; + print $end_line; } } @@ -245,18 +316,21 @@ class AccountancyExport */ public function exportCoala($objectLines) { // Coala export + $separator = ";"; + $end_line = "\n"; + foreach ( $objectLines as $line ) { $date = dol_print_date($line->doc_date, '%d/%m/%Y'); - print $date . $this->separator; - print $line->code_journal . $this->separator; - print length_accountg($line->numero_compte) . $this->separator; - print $line->piece_num . $this->separator; - print $line->doc_ref . $this->separator; - print price($line->debit) . $this->separator; - print price($line->credit) . $this->separator; - print 'E' . $this->separator; - print length_accountg($line->subledger_account) . $this->separator; - print $this->end_line; + print $date . $separator; + print $line->code_journal . $separator; + print length_accountg($line->numero_compte) . $separator; + print $line->piece_num . $separator; + print $line->doc_ref . $separator; + print price($line->debit) . $separator; + print price($line->credit) . $separator; + print 'E' . $separator; + print length_accountg($line->subledger_account) . $separator; + print $end_line; } } @@ -270,28 +344,31 @@ class AccountancyExport public function exportBob50($objectLines) { // Bob50 + $separator = ";"; + $end_line = "\n"; + foreach ( $objectLines as $line ) { - print $line->piece_num . $this->separator; + print $line->piece_num . $separator; $date = dol_print_date($line->doc_date, '%d/%m/%Y'); - print $date . $this->separator; + print $date . $separator; if (empty($line->subledger_account)) { - print 'G' . $this->separator; - print length_accounta($line->numero_compte) . $this->separator; + print 'G' . $separator; + print length_accounta($line->numero_compte) . $separator; } else { if (substr($line->numero_compte, 0, 3) == '411') { - print 'C' . $this->separator; + print 'C' . $separator; } if (substr($line->numero_compte, 0, 3) == '401') { - print 'F' . $this->separator; + print 'F' . $separator; } - print length_accountg($line->subledger_account) . $this->separator; + print length_accountg($line->subledger_account) . $separator; } - print price($line->debit) . $this->separator; - print price($line->credit) . $this->separator; - print dol_trunc($line->label_operation, 32) . $this->separator; - print $this->end_line; + print price($line->debit) . $separator; + print price($line->credit) . $separator; + print dol_trunc($line->label_operation, 32) . $separator; + print $end_line; } } @@ -305,7 +382,7 @@ class AccountancyExport public function exportCiel(&$TData) { global $conf; - $this->end_line ="\r\n"; + $end_line ="\r\n"; $i = 1; $date_ecriture = dol_print_date(dol_now(), $conf->global->ACCOUNTING_EXPORT_DATE); // format must be yyyymmdd @@ -328,7 +405,7 @@ class AccountancyExport $Tab['intitule_compte'] = str_pad(self::trunc($data->label_operation, 34), 34); $Tab['end'] = 'O2003'; - $Tab['end_line'] = $this->end_line; + $Tab['end_line'] = $end_line; print implode($Tab); $i ++; @@ -345,7 +422,7 @@ class AccountancyExport public function exportQuadratus(&$TData) { global $conf; - $this->end_line ="\r\n"; + $end_line ="\r\n"; $date_ecriture = dol_print_date(time(), $conf->global->ACCOUNTING_EXPORT_DATE); // format must be ddmmyy foreach ( $TData as $data ) { @@ -380,7 +457,7 @@ class AccountancyExport $Tab['num_piece3'] = str_pad(self::trunc($data->piece_num, 10), 10); $Tab['filler4'] = str_repeat(' ', 73); - $Tab['end_line'] = $this->end_line; + $Tab['end_line'] = $end_line; print implode($Tab); } @@ -396,24 +473,25 @@ class AccountancyExport */ public function exportEbp($objectLines) { - $this->separator = ','; + $separator = ','; + $end_line = "\n"; foreach ( $objectLines as $line ) { $date = dol_print_date($line->doc_date, '%d%m%Y'); - print $line->id . $this->separator; - print $date . $this->separator; - print $line->code_journal . $this->separator; - print length_accountg($line->numero_compte) . $this->separator; - print substr(length_accountg($line->numero_compte),0,2) . $this->separator; - print '"'.dol_trunc($line->label_operation,40,'right','UTF-8',1).'"' . $this->separator; - print '"'.dol_trunc($line->piece_num,15,'right','UTF-8',1).'"'.$this->separator; - print price2num($line->montant).$this->separator; - print $line->sens.$this->separator; - print $date . $this->separator; + print $line->id . $separator; + print $date . $separator; + print $line->code_journal . $separator; + print length_accountg($line->numero_compte) . $separator; + print substr(length_accountg($line->numero_compte),0,2) . $separator; + print '"'.dol_trunc($line->label_operation,40,'right','UTF-8',1).'"' . $separator; + print '"'.dol_trunc($line->piece_num,15,'right','UTF-8',1).'"'.$separator; + print price2num($line->montant).$separator; + print $line->sens.$separator; + print $date . $separator; print 'EUR'; - print $this->end_line; + print $end_line; } } @@ -427,33 +505,64 @@ class AccountancyExport */ public function exportAgiris($objectLines) { - $this->separator = ';'; + $separator = ';'; + $end_line = "\n"; foreach ( $objectLines as $line ) { $date = dol_print_date($line->doc_date, '%d%m%Y'); - print $line->piece_num . $this->separator; - print $line->label_operation . $this->separator; - print $date . $this->separator; - print $line->label_operation . $this->separator; + print $line->piece_num . $separator; + print $line->label_operation . $separator; + print $date . $separator; + print $line->label_operation . $separator; if (empty($line->subledger_account)) { - print length_accountg($line->numero_compte) . $this->separator; + print length_accountg($line->numero_compte) . $separator; } else { - print length_accounta($line->subledger_account) . $this->separator; + print length_accounta($line->subledger_account) . $separator; } - print $line->doc_ref . $this->separator; - print price($line->debit) . $this->separator; - print price($line->credit) . $this->separator; - print price($line->montant).$this->separator; - print $line->sens.$this->separator; + print $line->doc_ref . $separator; + print price($line->debit) . $separator; + print price($line->credit) . $separator; + print price($line->montant) . $separator; + print $line->sens . $separator; print $line->code_journal; - print $this->end_line; + print $end_line; } } + /** + * Export format : Configurable + * + * @param array $objectLines data + * + * @return void + */ + public function exportConfigurable($objectLines) { + global $conf; + + foreach ($objectLines as $line) { + $tab = array(); + // export configurable + $date = dol_print_date($line->doc_date, $conf->global->ACCOUNTING_EXPORT_DATE); + $tab[] = $date; + $tab[] = $line->doc_ref; + $tab[] = $line->piece_num; + $tab[] = $line->label_operation; + $tab[] = length_accountg($line->numero_compte); + $tab[] = length_accounta($line->subledger_account); + $tab[] = price($line->debit); + $tab[] = price($line->credit); + $tab[] = price($line->montant); + $tab[] = $line->code_journal; + + $separator = $this->separator; + print implode($separator, $tab) . $this->end_line; + } + } + /** * diff --git a/htdocs/accountancy/class/accountingjournal.class.php b/htdocs/accountancy/class/accountingjournal.class.php index cb72c321118..41cce96995f 100644 --- a/htdocs/accountancy/class/accountingjournal.class.php +++ b/htdocs/accountancy/class/accountingjournal.class.php @@ -29,7 +29,7 @@ class AccountingJournal extends CommonObject public $element='accounting_journal'; public $table_element='accounting_journal'; public $fk_element = ''; - protected $ismultientitymanaged = 0; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 0; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe var $rowid; diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php index 2b03f86d2e9..bb6f6949cbb 100644 --- a/htdocs/accountancy/class/bookkeeping.class.php +++ b/htdocs/accountancy/class/bookkeeping.class.php @@ -564,7 +564,8 @@ class BookKeeping extends CommonObject $sql .= " t.import_key,"; $sql .= " t.code_journal,"; $sql .= " t.journal_label,"; - $sql .= " t.piece_num"; + $sql .= " t.piece_num,"; + $sql .= " t.date_creation"; $sql .= ' FROM ' . MAIN_DB_PREFIX . $this->table_element.$mode. ' as t'; $sql .= ' WHERE 1 = 1'; $sql .= " AND entity IN (" . getEntity('accountancy') . ")"; @@ -603,6 +604,7 @@ class BookKeeping extends CommonObject $this->code_journal = $obj->code_journal; $this->journal_label = $obj->journal_label; $this->piece_num = $obj->piece_num; + $this->date_creation = $this->db->jdate($obj->date_creation); } $this->db->free($resql); @@ -658,7 +660,8 @@ class BookKeeping extends CommonObject $sql .= " t.import_key,"; $sql .= " t.code_journal,"; $sql .= " t.journal_label,"; - $sql .= " t.piece_num"; + $sql .= " t.piece_num,"; + $sql .= " t.date_creation"; // Manage filter $sqlwhere = array (); if (count($filter) > 0) { @@ -675,6 +678,8 @@ class BookKeeping extends CommonObject $sqlwhere[] = $key . ' LIKE \'' . $this->db->escape($value) . '%\''; } elseif ($key == 't.label_operation') { $sqlwhere[] = $key . ' LIKE \'' . $this->db->escape($value) . '%\''; + } elseif ($key == 't.date_creation>=' || $key == 't.date_creation<=') { + $sqlwhere[] = $key . '\'' . $this->db->idate($value) . '\''; } else { $sqlwhere[] = $key . ' LIKE \'%' . $this->db->escape($value) . '%\''; } @@ -725,6 +730,7 @@ class BookKeeping extends CommonObject $line->code_journal = $obj->code_journal; $line->journal_label = $obj->journal_label; $line->piece_num = $obj->piece_num; + $line->date_creation = $obj->date_creation; $this->lines[] = $line; } @@ -777,7 +783,8 @@ class BookKeeping extends CommonObject $sql .= " t.import_key,"; $sql .= " t.code_journal,"; $sql .= " t.journal_label,"; - $sql .= " t.piece_num"; + $sql .= " t.piece_num,"; + $sql .= " t.date_creation"; $sql .= ' FROM ' . MAIN_DB_PREFIX . $this->table_element . ' as t'; // Manage filter $sqlwhere = array (); @@ -793,6 +800,10 @@ class BookKeeping extends CommonObject $sqlwhere[] = $key . '=' . $value; } elseif ($key == 't.subledger_account' || $key == 't.numero_compte') { $sqlwhere[] = $key . ' LIKE \'' . $this->db->escape($value) . '%\''; + } elseif ($key == 't.date_creation>=' || $key == 't.date_creation<=') { + $sqlwhere[] = $key . '\'' . $this->db->idate($value) . '\''; + } elseif ($key == 't.tms>=' || $key == 't.tms<=') { + $sqlwhere[] = $key . '\'' . $this->db->idate($value) . '\''; } else { $sqlwhere[] = $key . ' LIKE \'%' . $this->db->escape($value) . '%\''; } @@ -841,6 +852,7 @@ class BookKeeping extends CommonObject $line->code_journal = $obj->code_journal; $line->journal_label = $obj->journal_label; $line->piece_num = $obj->piece_num; + $line->date_creation = $obj->date_creation; $this->lines[] = $line; } @@ -1336,6 +1348,7 @@ class BookKeeping extends CommonObject $this->code_journal = 'VT'; $this->journal_label = 'Journal de vente'; $this->piece_num = ''; + $this->date_creation = $now; } /** @@ -1348,7 +1361,7 @@ class BookKeeping extends CommonObject public function fetchPerMvt($piecenum, $mode='') { global $conf; - $sql = "SELECT piece_num,doc_date,code_journal,journal_label,doc_ref,doc_type"; + $sql = "SELECT piece_num,doc_date,code_journal,journal_label,doc_ref,doc_type,date_creation"; $sql .= " FROM " . MAIN_DB_PREFIX . $this->table_element.$mode; $sql .= " WHERE piece_num = " . $piecenum; $sql .= " AND entity IN (" . getEntity('accountancy') . ")"; @@ -1364,6 +1377,7 @@ class BookKeeping extends CommonObject $this->doc_date = $this->db->jdate($obj->doc_date); $this->doc_ref = $obj->doc_ref; $this->doc_type = $obj->doc_type; + $this->date_creation = $obj->date_creation; } else { $this->error = "Error " . $this->db->lasterror(); dol_syslog(get_class($this) . "::" . __METHOD__ . $this->error, LOG_ERR); @@ -1414,7 +1428,7 @@ class BookKeeping extends CommonObject $sql = "SELECT rowid, doc_date, doc_type,"; $sql .= " doc_ref, fk_doc, fk_docdet, thirdparty_code, subledger_account, subledger_label,"; $sql .= " numero_compte, label_compte, label_operation, debit, credit,"; - $sql .= " montant, sens, fk_user_author, import_key, code_journal, journal_label, piece_num"; + $sql .= " montant, sens, fk_user_author, import_key, code_journal, journal_label, piece_num, date_creation"; $sql .= " FROM " . MAIN_DB_PREFIX . $this->table_element.$mode; $sql .= " WHERE piece_num = " . $piecenum; $sql .= " AND entity IN (" . getEntity('accountancy') . ")"; @@ -1447,6 +1461,7 @@ class BookKeeping extends CommonObject $line->code_journal = $obj->code_journal; $line->journal_label = $obj->journal_label; $line->piece_num = $obj->piece_num; + $line->date_creation = $obj->date_creation; $this->linesmvt[] = $line; } @@ -1785,4 +1800,5 @@ class BookKeepingLine public $code_journal; public $journal_label; public $piece_num; + public $date_creation; } diff --git a/htdocs/accountancy/customer/list.php b/htdocs/accountancy/customer/list.php index 2d26a2d06d8..d20a008d4fd 100644 --- a/htdocs/accountancy/customer/list.php +++ b/htdocs/accountancy/customer/list.php @@ -91,6 +91,9 @@ if ($user->societe_id > 0) if (! $user->rights->accounting->bind->write) accessforbidden(); +// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context +$hookmanager->initHooks(array('accountancycustomerlist')); + $formaccounting = new FormAccounting($db); $accounting = new AccountingAccount($db); $aarowid_s = $accounting->fetch('', $conf->global->ACCOUNTING_SERVICE_SOLD_ACCOUNT, 1); @@ -104,29 +107,36 @@ $aarowid_p = $accounting->fetch('', $conf->global->ACCOUNTING_PRODUCT_SOLD_ACCOU if (GETPOST('cancel','alpha')) { $action='list'; $massaction=''; } if (! GETPOST('confirmmassaction','alpha') && $massaction != 'presend' && $massaction != 'confirm_presend') { $massaction=''; } -// Purge search criteria -if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x','alpha') || GETPOST('button_removefilter','alpha')) // All test are required to be compatible with all browsers +$parameters=array(); +$reshook=$hookmanager->executeHooks('doActions',$parameters, $object, $action); // Note that $action and $object may have been modified by some hooks +if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); + +if (empty($reshook)) { - $search_lineid = ''; - $search_ref = ''; - $search_invoice = ''; - $search_label = ''; - $search_desc = ''; - $search_amount = ''; - $search_account = ''; - $search_vat = ''; - $search_day = ''; - $search_month = ''; - $search_year = ''; + // Purge search criteria + if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x','alpha') || GETPOST('button_removefilter','alpha')) // All test are required to be compatible with all browsers + { + $search_lineid = ''; + $search_ref = ''; + $search_invoice = ''; + $search_label = ''; + $search_desc = ''; + $search_amount = ''; + $search_account = ''; + $search_vat = ''; + $search_day = ''; + $search_month = ''; + $search_year = ''; + } + + // Mass actions + $objectclass='AccountingAccount'; + $permtoread = $user->rights->accounting->read; + $permtodelete = $user->rights->accounting->delete; + $uploaddir = $conf->accounting->dir_output; + include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php'; } -// Mass actions -$objectclass='Skeleton'; -$objectlabel='Skeleton'; -$permtoread = $user->rights->accounting->read; -$permtodelete = $user->rights->accounting->delete; -$uploaddir = $conf->accounting->dir_output; -include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php'; if ($massaction == 'ventil') { $msg=''; @@ -192,6 +202,9 @@ $sql = "SELECT f.facnumber, f.rowid as facid, f.datef, f.type as ftype,"; $sql .= " l.rowid, l.fk_product, l.description, l.total_ht, l.fk_code_ventilation, l.product_type as type_l, l.tva_tx as tva_tx_line, l.vat_src_code,"; $sql .= " p.rowid as product_id, p.ref as product_ref, p.label as product_label, p.fk_product_type as type, p.accountancy_code_sell as code_sell, p.tva_tx as tva_tx_prod,"; $sql .= " aa.rowid as aarowid"; +$parameters=array(); +$reshook=$hookmanager->executeHooks('printFieldListSelect',$parameters); // Note that $action and $object may have been modified by hook +$sql.=$hookmanager->resPrint; $sql .= " FROM " . MAIN_DB_PREFIX . "facture as f"; $sql .= " INNER JOIN " . MAIN_DB_PREFIX . "facturedet as l ON f.rowid = l.fk_facture"; $sql .= " LEFT JOIN " . MAIN_DB_PREFIX . "product as p ON p.rowid = l.fk_product"; @@ -246,6 +259,11 @@ if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) { } $sql .= " AND f.entity IN (" . getEntity('facture', 0) . ")"; // We don't share object for accountancy +// Add where from hooks +$parameters=array(); +$reshook=$hookmanager->executeHooks('printFieldListWhere',$parameters); // Note that $action and $object may have been modified by hook +$sql.=$hookmanager->resPrint; + $sql .= $db->order($sortfield, $sortorder); // Count total nb of records diff --git a/htdocs/accountancy/index.php b/htdocs/accountancy/index.php index 86026f69f09..270a6b1ab09 100644 --- a/htdocs/accountancy/index.php +++ b/htdocs/accountancy/index.php @@ -66,7 +66,7 @@ $step = 0; print $langs->trans("AccountancyAreaDescIntro")."
\n"; print "
\n";print "
\n"; -print_fiche_titre($langs->trans("AccountancyAreaDescActionOnce"), '', 'object_calendar')."
\n"; +print_fiche_titre(' '.$langs->trans("AccountancyAreaDescActionOnce"), '', '')."
\n"; print '
'; print "
\n"; @@ -142,7 +142,7 @@ print '
'; print "
\n"; -print_fiche_titre($langs->trans("AccountancyAreaDescActionFreq"), '', 'object_calendarweek'); +print_fiche_titre(' '.$langs->trans("AccountancyAreaDescActionFreq"), '', ''); print '
'; print "
\n"; $step = 0; diff --git a/htdocs/accountancy/supplier/list.php b/htdocs/accountancy/supplier/list.php index f154d0b77d0..1750b90acd7 100644 --- a/htdocs/accountancy/supplier/list.php +++ b/htdocs/accountancy/supplier/list.php @@ -91,6 +91,9 @@ if ($user->societe_id > 0) if (! $user->rights->accounting->bind->write) accessforbidden(); +// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context +$hookmanager->initHooks(array('accountancysupplierlist')); + $formaccounting = new FormAccounting($db); $accounting = new AccountingAccount($db); // TODO: we should need to check if result is a really exist accountaccount rowid..... @@ -105,29 +108,35 @@ $aarowid_p = $accounting->fetch('', $conf->global->ACCOUNTING_PRODUCT_BUY_ACCOUN if (GETPOST('cancel','alpha')) { $action='list'; $massaction=''; } if (! GETPOST('confirmmassaction','alpha') && $massaction != 'presend' && $massaction != 'confirm_presend') { $massaction=''; } -// Purge search criteria -if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x','alpha') || GETPOST('button_removefilter','alpha')) // All test are required to be compatible with all browsers -{ - $search_lineid = ''; - $search_ref = ''; - $search_invoice = ''; - $search_label = ''; - $search_desc = ''; - $search_amount = ''; - $search_account = ''; - $search_vat = ''; - $search_day = ''; - $search_month = ''; - $search_year = ''; -} +$parameters=array(); +$reshook=$hookmanager->executeHooks('doActions',$parameters, $object, $action); // Note that $action and $object may have been modified by some hooks +if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); -// Mass actions -$objectclass='Skeleton'; -$objectlabel='Skeleton'; -$permtoread = $user->rights->accounting->read; -$permtodelete = $user->rights->accounting->delete; -$uploaddir = $conf->accounting->dir_output; -include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php'; +if (empty($reshook)) +{ + // Purge search criteria + if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x','alpha') || GETPOST('button_removefilter','alpha')) // All test are required to be compatible with all browsers + { + $search_lineid = ''; + $search_ref = ''; + $search_invoice = ''; + $search_label = ''; + $search_desc = ''; + $search_amount = ''; + $search_account = ''; + $search_vat = ''; + $search_day = ''; + $search_month = ''; + $search_year = ''; + } + + // Mass actions + $objectclass='AccountingAccount'; + $permtoread = $user->rights->accounting->read; + $permtodelete = $user->rights->accounting->delete; + $uploaddir = $conf->accounting->dir_output; + include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php'; +} if ($massaction == 'ventil') { $msg=''; @@ -194,6 +203,9 @@ $sql = "SELECT f.rowid as facid, f.ref, f.ref_supplier, f.libelle as invoice_lab $sql.= " l.rowid, l.fk_product, l.description, l.total_ht as price, l.fk_code_ventilation, l.product_type as type_l, l.tva_tx as tva_tx_line, l.vat_src_code,"; $sql.= " p.rowid as product_id, p.ref as product_ref, p.label as product_label, p.fk_product_type as type, p.accountancy_code_buy as code_buy, p.tva_tx as tva_tx_prod,"; $sql.= " aa.rowid as aarowid"; +$parameters=array(); +$reshook=$hookmanager->executeHooks('printFieldListSelect',$parameters); // Note that $action and $object may have been modified by hook +$sql.=$hookmanager->resPrint; $sql.= " FROM " . MAIN_DB_PREFIX . "facture_fourn as f"; $sql.= " INNER JOIN " . MAIN_DB_PREFIX . "facture_fourn_det as l ON f.rowid = l.fk_facture_fourn"; $sql.= " LEFT JOIN " . MAIN_DB_PREFIX . "product as p ON p.rowid = l.fk_product"; @@ -243,6 +255,11 @@ else if ($search_year > 0) } $sql .= " AND f.entity IN (" . getEntity('facture_fourn', 0) . ")"; // We don't share object for accountancy +// Add where from hooks +$parameters=array(); +$reshook=$hookmanager->executeHooks('printFieldListWhere',$parameters); // Note that $action and $object may have been modified by hook +$sql.=$hookmanager->resPrint; + $sql .= $db->order($sortfield, $sortorder); // Count total nb of records diff --git a/htdocs/adherents/admin/adherent_extrafields.php b/htdocs/adherents/admin/adherent_extrafields.php index 542b4f29a57..8b82fa7be48 100644 --- a/htdocs/adherents/admin/adherent_extrafields.php +++ b/htdocs/adherents/admin/adherent_extrafields.php @@ -37,7 +37,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/adherents/admin/adherent_type_extrafields.php b/htdocs/adherents/admin/adherent_type_extrafields.php index 8e0d5f9eaa8..1fd89cc1bd4 100644 --- a/htdocs/adherents/admin/adherent_type_extrafields.php +++ b/htdocs/adherents/admin/adherent_type_extrafields.php @@ -40,7 +40,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index 33be4abb8e6..81167eebc5e 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -43,7 +43,7 @@ class Adherent extends CommonObject { public $element='member'; public $table_element='adherent'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe var $mesgs; diff --git a/htdocs/adherents/document.php b/htdocs/adherents/document.php index 6cc0ddd0c4f..59328f24fd5 100644 --- a/htdocs/adherents/document.php +++ b/htdocs/adherents/document.php @@ -52,7 +52,7 @@ $result=restrictedArea($user,'adherent',$id); $sortfield = GETPOST("sortfield",'alpha'); $sortorder = GETPOST("sortorder",'alpha'); $page = GETPOST("page",'int'); -if ($page == -1 || $page == null) { $page = 0 ; } +if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1 $offset = $conf->liste_limit * $page ; $pageprev = $page - 1; $pagenext = $page + 1; diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index 71c0e223f92..a41d310abfe 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -130,7 +130,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/adherents/subscription/list.php b/htdocs/adherents/subscription/list.php index 6b4bcaa74ae..398039b228e 100644 --- a/htdocs/adherents/subscription/list.php +++ b/htdocs/adherents/subscription/list.php @@ -46,7 +46,7 @@ $limit = GETPOST('limit','int')?GETPOST('limit','int'):$conf->liste_limit; $sortfield = GETPOST("sortfield",'alpha'); $sortorder = GETPOST("sortorder",'alpha'); $page = GETPOST("page",'int'); -if ($page == -1 || $page == null) { $page = 0 ; } +if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1 $offset = $limit * $page ; $pageprev = $page - 1; $pagenext = $page + 1; diff --git a/htdocs/admin/agenda.php b/htdocs/admin/agenda.php index cd07b4db587..57edea39a32 100644 --- a/htdocs/admin/agenda.php +++ b/htdocs/admin/agenda.php @@ -38,6 +38,7 @@ $langs->load("agenda"); $action = GETPOST('action','alpha'); $cancel = GETPOST('cancel','alpha'); +$search_event = GETPOST('search_event', 'alpha'); // Get list of triggers available $sql = "SELECT a.rowid, a.code, a.label, a.elementtype"; @@ -70,6 +71,12 @@ else * Actions */ +// Purge search criteria +if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x','alpha') ||GETPOST('button_removefilter','alpha')) // All tests are required to be compatible with all browsers +{ + $search_event = ''; +} + if ($action == "save" && empty($cancel)) { $i=0; @@ -78,10 +85,13 @@ if ($action == "save" && empty($cancel)) foreach ($triggers as $trigger) { - $param='MAIN_AGENDA_ACTIONAUTO_'.$trigger['code']; + $keyparam='MAIN_AGENDA_ACTIONAUTO_'.$trigger['code']; //print "param=".$param." - ".$_POST[$param]; - $res = dolibarr_set_const($db,$param,(GETPOST($param,'alpha')?GETPOST($param,'alpha'):''),'chaine',0,'',$conf->entity); - if (! $res > 0) $error++; + if ($search_event === '' || preg_match('/'.preg_quote($search_event,'/').'/i', $keyparam)) + { + $res = dolibarr_set_const($db,$keyparam,(GETPOST($keyparam,'alpha')?GETPOST($keyparam,'alpha'):''),'chaine',0,'',$conf->entity); + if (! $res > 0) $error++; + } } if (! $error) @@ -140,6 +150,8 @@ print '
'; print ''; print ''; +$param = ''; +$param.= '&search_event='.urlencode($search_event); $head=agenda_prepare_head(); @@ -151,8 +163,19 @@ print "
\n"; print ''; print ''; -print ''; -print ''; +print ''; +// Action column +print ''; +print ''; +print ''."\n"; +print ''; +print ''; +print ''; +print ''; print ''."\n"; // Show each trigger (list is in c_action_trigger) if (! empty($triggers)) @@ -173,15 +196,17 @@ if (! empty($triggers)) if ($trigger['code'] == 'FICHINTER_CLASSIFY_BILLED' && empty($conf->global->FICHINTER_CLASSIFY_BILLED)) continue; if ($trigger['code'] == 'FICHINTER_CLASSIFY_UNBILLED' && empty($conf->global->FICHINTER_CLASSIFY_BILLED)) continue; - - print ''; - print ''; - print ''; - print ''."\n"; + if ($search_event === '' || preg_match('/'.preg_quote($search_event,'/').'/i', $trigger['code'])) + { + print ''; + print ''; + print ''; + print ''."\n"; + } } } } diff --git a/htdocs/admin/agenda_extrafields.php b/htdocs/admin/agenda_extrafields.php index b331611e511..ec7701a1a13 100644 --- a/htdocs/admin/agenda_extrafields.php +++ b/htdocs/admin/agenda_extrafields.php @@ -44,7 +44,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/agenda_other.php b/htdocs/admin/agenda_other.php index a999db51857..ab53bfb937f 100644 --- a/htdocs/admin/agenda_other.php +++ b/htdocs/admin/agenda_other.php @@ -352,6 +352,15 @@ else } print ''."\n"; +// AGENDA_DEFAULT_VIEW +print ''."\n"; +print ''."\n"; +print ''."\n"; +print ''."\n"; + if (! empty($conf->global->AGENDA_USE_EVENT_TYPE)) { @@ -381,15 +390,6 @@ print ''."\n"; -// AGENDA_DEFAULT_VIEW -print ''."\n"; -print ''."\n"; -print ''."\n"; -print ''."\n"; - print '
'.$langs->trans("ActionsEvents").''.$langs->trans("All").'/'.$langs->trans("None").''; +print ''; +$searchpicto=$form->showFilterButtons(); +print $searchpicto; +print '
'.$langs->trans("ActionsEvents").''.$langs->trans("All").'/'.$langs->trans("None").'
'.$trigger['code'].''.$trigger['label'].''; - $key='MAIN_AGENDA_ACTIONAUTO_'.$trigger['code']; - $value=$conf->global->$key; - print ''; - print '
'.$trigger['code'].''.$trigger['label'].''; + $key='MAIN_AGENDA_ACTIONAUTO_'.$trigger['code']; + $value=$conf->global->$key; + print ''; + print '
'.$langs->trans("AGENDA_DEFAULT_VIEW").' '."\n"; +$tmplist=array('show_list'=>$langs->trans("ViewList"), 'show_month'=>$langs->trans("ViewCal"), 'show_week'=>$langs->trans("ViewWeek"), 'show_day'=>$langs->trans("ViewDay"), 'show_peruser'=>$langs->trans("ViewPerUser")); +print $form->selectarray('AGENDA_DEFAULT_VIEW', $tmplist, $conf->global->AGENDA_DEFAULT_VIEW); +print '
'."\n"; $formactions->form_select_status_action('agenda', $conf->global->AGENDA_DEFAULT_FILTER_STATUS, 1, 'AGENDA_DEFAULT_FILTER_STATUS', 1, 2, 'minwidth100'); print '
'.$langs->trans("AGENDA_DEFAULT_VIEW").' '."\n"; -$tmplist=array('show_list'=>$langs->trans("ViewList"), 'show_month'=>$langs->trans("ViewCal"), 'show_week'=>$langs->trans("ViewWeek"), 'show_day'=>$langs->trans("ViewDay"), 'show_peruser'=>$langs->trans("ViewPerUser")); -print $form->selectarray('AGENDA_DEFAULT_VIEW', $tmplist, $conf->global->AGENDA_DEFAULT_VIEW); -print '
'; dol_fiche_end(); diff --git a/htdocs/admin/bank_extrafields.php b/htdocs/admin/bank_extrafields.php index 794483350f1..ccdde0eecb6 100644 --- a/htdocs/admin/bank_extrafields.php +++ b/htdocs/admin/bank_extrafields.php @@ -39,7 +39,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/chequereceipts.php b/htdocs/admin/chequereceipts.php index 0a31b24b109..299d18d3b4f 100644 --- a/htdocs/admin/chequereceipts.php +++ b/htdocs/admin/chequereceipts.php @@ -258,14 +258,14 @@ $var=true; $var=! $var; -$substitutionarray=pdf_getSubstitutionArray($langs); +$substitutionarray=pdf_getSubstitutionArray($langs, null, null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; $htmltext.='
'; print '
'; -print $form->textwithpicto($langs->trans("FreeLegalTextOnChequeReceipts"), $langs->trans("AddCRIfTooLong").'

'.$htmltext).'
'; +print $form->textwithpicto($langs->trans("FreeLegalTextOnChequeReceipts"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'freetexttooltip').'
'; $variablename='BANK_CHEQUERECEIPT_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) { diff --git a/htdocs/admin/commande.php b/htdocs/admin/commande.php index 1c88073cf2b..09e904e3a5d 100644 --- a/htdocs/admin/commande.php +++ b/htdocs/admin/commande.php @@ -539,7 +539,7 @@ print "
 
'; -print $form->textwithpicto($langs->trans("FreeLegalTextOnOrders"), $langs->trans("AddCRIfTooLong").'

'.$htmltext).'
'; +print $form->textwithpicto($langs->trans("FreeLegalTextOnOrders"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'freetexttooltip').'
'; $variablename='ORDER_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) { @@ -573,7 +573,7 @@ print ""; print ''; print ""; print '
'; -print $form->textwithpicto($langs->trans("WatermarkOnDraftOrders"), $htmltext); +print $form->textwithpicto($langs->trans("WatermarkOnDraftOrders"), $htmltext, 1, 'help', '', 0, 2, 'watermarktooltip').'
'; print '
'; print ''; print ''; diff --git a/htdocs/admin/contract.php b/htdocs/admin/contract.php index ae8daea86e2..b83373b70c0 100644 --- a/htdocs/admin/contract.php +++ b/htdocs/admin/contract.php @@ -474,7 +474,7 @@ print ''.$langs->trans("Value").'
'; -//print $form->textwithpicto($langs->trans("FreeLegalTextOnContracts"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'tooltiphelp'); -print $form->textwithpicto($langs->trans("FreeLegalTextOnContracts"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2); +print $form->textwithpicto($langs->trans("FreeLegalTextOnContracts"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'tooltiphelp'); print '
'; $variablename='CONTRACT_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) @@ -501,8 +500,7 @@ print '
'; -//print $form->textwithpicto($langs->trans("WatermarkOnDraftContractCards"), $htmltext, 1, 'help', '', 0, 2, 'tooltiphelp'); -print $form->textwithpicto($langs->trans("WatermarkOnDraftContractCards"), $htmltext, 1, 'help', '', 0, 2); +print $form->textwithpicto($langs->trans("WatermarkOnDraftContractCards"), $htmltext, 1, 'help', '', 0, 2, 'watermarktooltip').'
'; print '
'; print ''; print '
".$langs->trans("Parameter")."
'; -print $form->textwithpicto($langs->trans("FreeLegalTextOnShippings"), $langs->trans("AddCRIfTooLong").'

'.$htmltext).'
'; +print $form->textwithpicto($langs->trans("FreeLegalTextOnShippings"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'freetexttooltip').'
'; $variablename='SHIPPING_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) { @@ -499,7 +499,7 @@ else print "
'; -print $form->textwithpicto($langs->trans("WatermarkOnDraftContractCards"), $htmltext).'
'; +print $form->textwithpicto($langs->trans("WatermarkOnDraftContractCards"), $htmltext, 1, 'help', '', 0, 2, 'watermarktooltip').'
'; print ''; print "
'; -print $form->textwithpicto($langs->trans("FreeLegalTextOnExpenseReports"), $langs->trans("AddCRIfTooLong").'

'.$htmltext).'
'; +print $form->textwithpicto($langs->trans("FreeLegalTextOnExpenseReports"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'freetexttooltip').'
'; $variablename='EXPENSEREPORT_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) { @@ -507,7 +507,7 @@ print '
'; -print $form->textwithpicto($langs->trans("WatermarkOnDraftExpenseReports"), $htmltext).'
'; +print $form->textwithpicto($langs->trans("WatermarkOnDraftExpenseReports"), $htmltext, 1, 'help', '', 0, 2, 'watermarktooltip').'
'; print ''; print '
'; -print $form->textwithpicto($langs->trans("FreeLegalTextOnInvoices"), $langs->trans("AddCRIfTooLong").'

'.$htmltext).'
'; +print $form->textwithpicto($langs->trans("FreeLegalTextOnInvoices"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'freetexttooltip').'
'; $variablename='INVOICE_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) { @@ -744,7 +744,7 @@ print ''; print ''; print ''; print '
'; -print $form->textwithpicto($langs->trans("WatermarkOnDraftBill"), $htmltext); +print $form->textwithpicto($langs->trans("WatermarkOnDraftBill"), $htmltext, 1, 'help', '', 0, 2, 'watermarktooltip').'
'; print '
'; print ''; diff --git a/htdocs/admin/fichinter.php b/htdocs/admin/fichinter.php index 04e002602bb..0ada37d2ffb 100644 --- a/htdocs/admin/fichinter.php +++ b/htdocs/admin/fichinter.php @@ -534,7 +534,7 @@ print ''.$langs->trans("Value").' 
'; -print $form->textwithpicto($langs->trans("FreeLegalTextOnInterventions"), $langs->trans("AddCRIfTooLong").'

'.$htmltext).'
'; +print $form->textwithpicto($langs->trans("FreeLegalTextOnInterventions"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'freetexttooltip').'
'; $variablename='FICHINTER_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) { @@ -567,7 +567,7 @@ print ""; print ''; print ""; print '
'; -print $form->textwithpicto($langs->trans("WatermarkOnDraftInterventionCards"), $htmltext).'
'; +print $form->textwithpicto($langs->trans("WatermarkOnDraftInterventionCards"), $htmltext, 1, 'help', '', 0, 2, 'watermarktooltip').'
'; print '
'; print ''; print ''; diff --git a/htdocs/admin/livraison.php b/htdocs/admin/livraison.php index 24e2772ae0d..bff8d75069a 100644 --- a/htdocs/admin/livraison.php +++ b/htdocs/admin/livraison.php @@ -454,7 +454,7 @@ print ' 
'; -print $form->textwithpicto($langs->trans("FreeLegalTextOnDeliveryReceipts"), $langs->trans("AddCRIfTooLong").'

'.$htmltext).'
'; +print $form->textwithpicto($langs->trans("FreeLegalTextOnDeliveryReceipts"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'freetexttooltip').'
'; $variablename='DELIVERY_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) { diff --git a/htdocs/admin/livraison_extrafields.php b/htdocs/admin/livraison_extrafields.php index 84037ae9b80..5c9a17edc7a 100644 --- a/htdocs/admin/livraison_extrafields.php +++ b/htdocs/admin/livraison_extrafields.php @@ -47,7 +47,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/livraisondet_extrafields.php b/htdocs/admin/livraisondet_extrafields.php index 22a7e89d724..47e5b2eb975 100644 --- a/htdocs/admin/livraisondet_extrafields.php +++ b/htdocs/admin/livraisondet_extrafields.php @@ -7,7 +7,7 @@ * Copyright (C) 2013 Philippe Grand * Copyright (C) 2013 Florian Henry * Copyright (C) 2015 Claudio Aschieri - * + * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,7 +47,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/mails_senderprofile_list.php b/htdocs/admin/mails_senderprofile_list.php index 2190705ea8b..e695ca122b4 100644 --- a/htdocs/admin/mails_senderprofile_list.php +++ b/htdocs/admin/mails_senderprofile_list.php @@ -116,7 +116,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/admin/mails_templates.php b/htdocs/admin/mails_templates.php index 4e25e93084b..8c1cb138bc3 100644 --- a/htdocs/admin/mails_templates.php +++ b/htdocs/admin/mails_templates.php @@ -70,7 +70,7 @@ $active = 1; $sortfield = GETPOST("sortfield",'alpha'); $sortorder = GETPOST("sortorder",'alpha'); $page = GETPOST("page",'int'); -if ($page == -1 || $page == null) { $page = 0 ; } +if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1 $offset = $listlimit * $page ; $pageprev = $page - 1; $pagenext = $page + 1; diff --git a/htdocs/admin/menus.php b/htdocs/admin/menus.php index 888045f3297..5e0b6fac6f6 100644 --- a/htdocs/admin/menus.php +++ b/htdocs/admin/menus.php @@ -28,6 +28,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php'; require_once DOL_DOCUMENT_ROOT.'/core/class/html.formadmin.class.php'; $action=GETPOST('action','aZ09'); +$cancel=GETPOST('cancel','alpha'); $langs->load("companies"); $langs->load("products"); @@ -62,22 +63,22 @@ error_reporting($err); * Actions */ -if ($action == 'update' && empty($_POST["cancel"])) +if ($action == 'update' && ! $cancel) { $_SESSION["mainmenu"]="home"; // Le gestionnaire de menu a pu changer - dolibarr_set_const($db, "MAIN_MENU_STANDARD", $_POST["MAIN_MENU_STANDARD"],'chaine',0,'',$conf->entity); - dolibarr_set_const($db, "MAIN_MENU_SMARTPHONE", $_POST["MAIN_MENU_SMARTPHONE"],'chaine',0,'',$conf->entity); + dolibarr_set_const($db, "MAIN_MENU_STANDARD", GETPOST('MAIN_MENU_STANDARD','alpha'),'chaine',0,'',$conf->entity); + dolibarr_set_const($db, "MAIN_MENU_SMARTPHONE", GETPOST('MAIN_MENU_SMARTPHONE','alpha'),'chaine',0,'',$conf->entity); - dolibarr_set_const($db, "MAIN_MENUFRONT_STANDARD", $_POST["MAIN_MENUFRONT_STANDARD"],'chaine',0,'',$conf->entity); - dolibarr_set_const($db, "MAIN_MENUFRONT_SMARTPHONE",$_POST["MAIN_MENUFRONT_SMARTPHONE"],'chaine',0,'',$conf->entity); + dolibarr_set_const($db, "MAIN_MENUFRONT_STANDARD", GETPOST('MAIN_MENUFRONT_STANDARD','alpha'),'chaine',0,'',$conf->entity); + dolibarr_set_const($db, "MAIN_MENUFRONT_SMARTPHONE", GETPOST('MAIN_MENUFRONT_SMARTPHONE','alpha'),'chaine',0,'',$conf->entity); // Define list of menu handlers to initialize $listofmenuhandler=array(); - $listofmenuhandler[preg_replace('/(_backoffice|_frontoffice|_menu)?\.php/i','',$_POST["MAIN_MENU_STANDARD"])]=1; - $listofmenuhandler[preg_replace('/(_backoffice|_frontoffice|_menu)?\.php/i','',$_POST["MAIN_MENUFRONT_STANDARD"])]=1; - if (isset($_POST["MAIN_MENU_SMARTPHONE"])) $listofmenuhandler[preg_replace('/(_backoffice|_frontoffice|_menu)?\.php/i','',$_POST["MAIN_MENU_SMARTPHONE"])]=1; - if (isset($_POST["MAIN_MENUFRONT_SMARTPHONE"])) $listofmenuhandler[preg_replace('/(_backoffice|_frontoffice|_menu)?\.php/i','',$_POST["MAIN_MENUFRONT_SMARTPHONE"])]=1; + $listofmenuhandler[preg_replace('/(_backoffice|_frontoffice|_menu)?\.php/i','',GETPOST('MAIN_MENU_STANDARD','alpha'))]=1; + $listofmenuhandler[preg_replace('/(_backoffice|_frontoffice|_menu)?\.php/i','',GETPOST('MAIN_MENUFRONT_STANDARD','alpha'))]=1; + if (GETPOST('MAIN_MENU_SMARTPHONE','alpha')) $listofmenuhandler[preg_replace('/(_backoffice|_frontoffice|_menu)?\.php/i','',GETPOST('MAIN_MENU_SMARTPHONE','alpha'))]=1; + if (GETPOST('MAIN_MENUFRONT_SMARTPHONE','alpha')) $listofmenuhandler[preg_replace('/(_backoffice|_frontoffice|_menu)?\.php/i','',GETPOST('MAIN_MENUFRONT_SMARTPHONE','alpha'))]=1; // Initialize menu handlers foreach ($listofmenuhandler as $key => $val) @@ -179,7 +180,7 @@ if ($action == 'edit') print '
'.$langs->trans("DefaultMenuManager").''; $formadmin->select_menu(empty($conf->global->MAIN_MENU_STANDARD_FORCED)?$conf->global->MAIN_MENU_STANDARD:$conf->global->MAIN_MENU_STANDARD_FORCED, 'MAIN_MENU_STANDARD', $dirstandard, empty($conf->global->MAIN_MENU_STANDARD_FORCED)?'':' disabled'); @@ -190,7 +191,7 @@ if ($action == 'edit') print '
'.$langs->trans("DefaultMenuSmartphoneManager").''; $formadmin->select_menu(empty($conf->global->MAIN_MENU_SMARTPHONE_FORCED)?$conf->global->MAIN_MENU_SMARTPHONE:$conf->global->MAIN_MENU_SMARTPHONE_FORCED, 'MAIN_MENU_SMARTPHONE', array_merge($dirstandard,$dirsmartphone), empty($conf->global->MAIN_MENU_SMARTPHONE_FORCED)?'':' disabled'); @@ -217,7 +218,7 @@ else print '
'.$langs->trans("DefaultMenuManager").''; $filelib=preg_replace('/.php$/i','',(empty($conf->global->MAIN_MENU_STANDARD_FORCED)?$conf->global->MAIN_MENU_STANDARD:$conf->global->MAIN_MENU_STANDARD_FORCED)); @@ -229,7 +230,7 @@ else print '
'.$langs->trans("DefaultMenuSmartphoneManager").''; diff --git a/htdocs/admin/modulehelp.php b/htdocs/admin/modulehelp.php index ff0f7a58099..bc48feb076f 100644 --- a/htdocs/admin/modulehelp.php +++ b/htdocs/admin/modulehelp.php @@ -421,9 +421,13 @@ if ($mode == 'feature') $i=0; foreach($objMod->tabs as $val) { - $tmp=explode(':',$val,3); - $text.=($i?', ':'').$tmp[0].':'.$tmp[1]; - $i++; + if (is_array($val)) $val=$val['data']; + if (is_string($val)) + { + $tmp=explode(':',$val,3); + $text.=($i?', ':'').$tmp[0].':'.$tmp[1]; + $i++; + } } } else $text.=$langs->trans("No"); @@ -508,10 +512,10 @@ if ($mode == 'feature') $i=0; foreach($objMod->module_parts['hooks'] as $key => $val) { - if ($key == 'entity') continue; + if ($key === 'entity') continue; // For special values - if ($key == 'data') + if ($key === 'data') { if (is_array($val)) { diff --git a/htdocs/admin/order_extrafields.php b/htdocs/admin/order_extrafields.php index 043d6bbadd9..c2ecb2a5bc0 100644 --- a/htdocs/admin/order_extrafields.php +++ b/htdocs/admin/order_extrafields.php @@ -44,7 +44,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/orderdet_extrafields.php b/htdocs/admin/orderdet_extrafields.php index 5120fd5c931..db86f7ba2fe 100644 --- a/htdocs/admin/orderdet_extrafields.php +++ b/htdocs/admin/orderdet_extrafields.php @@ -45,7 +45,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/pdf.php b/htdocs/admin/pdf.php index a7ed12a5336..8028c81cf04 100644 --- a/htdocs/admin/pdf.php +++ b/htdocs/admin/pdf.php @@ -110,10 +110,10 @@ $formother=new FormOther($db); $formadmin=new FormAdmin($db); $arraydetailsforpdffoot = array( - 0 => $langs->trans('NoDetails'), - 1 => $langs->trans('DisplayCompanyInfo'), - 2 => $langs->trans('DisplayCompanyManagers'), - 3 => $langs->trans('DisplayCompanyInfoAndManagers') + 0 => $langs->transnoentitiesnoconv('NoDetails'), + 1 => $langs->transnoentitiesnoconv('DisplayCompanyInfo'), + 2 => $langs->transnoentitiesnoconv('DisplayCompanyManagers'), + 3 => $langs->transnoentitiesnoconv('DisplayCompanyInfoAndManagers') ); print load_fiche_titre($langs->trans("PDF"),'','title_setup'); @@ -589,7 +589,7 @@ else // Show print '
'.$langs->trans("ShowDetailsInPDFPageFoot").''; - print $arraydetailsforpdffoot[$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS]; + print $arraydetailsforpdffoot[($conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS ? $conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS : 0)]; print '
'; diff --git a/htdocs/admin/propal.php b/htdocs/admin/propal.php index b3434d0bd7a..8d09e81e142 100644 --- a/htdocs/admin/propal.php +++ b/htdocs/admin/propal.php @@ -545,7 +545,7 @@ print "
'; -print $form->textwithpicto($langs->trans("FreeLegalTextOnProposal"), $langs->trans("AddCRIfTooLong").'

'.$htmltext).'
'; +print $form->textwithpicto($langs->trans("FreeLegalTextOnProposal"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'freetexttooltip').'
'; $variablename='PROPOSAL_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) { @@ -577,7 +577,7 @@ print ""; print ''; print ""; print '
'; -print $form->textwithpicto($langs->trans("WatermarkOnDraftProposal"), $htmltext).'
'; +print $form->textwithpicto($langs->trans("WatermarkOnDraftProposal"), $htmltext, 1, 'help', '', 0, 2, 'watermarktooltip').'
'; print '
'; print ''; print ''; diff --git a/htdocs/admin/resource_extrafields.php b/htdocs/admin/resource_extrafields.php index c3d90fac3e5..6f8eeaa167e 100644 --- a/htdocs/admin/resource_extrafields.php +++ b/htdocs/admin/resource_extrafields.php @@ -43,7 +43,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/supplier_invoice.php b/htdocs/admin/supplier_invoice.php index d3ea8b9a63e..a0b8d9e2e4f 100644 --- a/htdocs/admin/supplier_invoice.php +++ b/htdocs/admin/supplier_invoice.php @@ -471,14 +471,14 @@ print ''.$langs->trans("Value").' 
'; -print $form->textwithpicto($langs->trans("FreeLegalTextOnInvoices"), $langs->trans("AddCRIfTooLong").'

'.$htmltext).'
'; +print $form->textwithpicto($langs->trans("FreeLegalTextOnInvoices"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'freetexttooltip').'
'; $variablename='SUPPLIER_INVOICE_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) { diff --git a/htdocs/admin/supplier_order.php b/htdocs/admin/supplier_order.php index 6b99bb1c39c..a9dfe95a2c3 100644 --- a/htdocs/admin/supplier_order.php +++ b/htdocs/admin/supplier_order.php @@ -537,14 +537,14 @@ else } */ -$substitutionarray=pdf_getSubstitutionArray($langs); +$substitutionarray=pdf_getSubstitutionArray($langs, null, null, 2); $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation"); $htmltext = ''.$langs->trans("AvailableVariables").':
'; foreach($substitutionarray as $key => $val) $htmltext.=$key.'
'; $htmltext.='
'; print '
'; -print $form->textwithpicto($langs->trans("FreeLegalTextOnOrders"), $langs->trans("AddCRIfTooLong").'

'.$htmltext).'
'; +print $form->textwithpicto($langs->trans("FreeLegalTextOnOrders"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'freetexttooltip').'
'; $variablename='SUPPLIER_ORDER_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) { diff --git a/htdocs/admin/supplier_proposal.php b/htdocs/admin/supplier_proposal.php index 44d8b2f3627..862b90e179f 100644 --- a/htdocs/admin/supplier_proposal.php +++ b/htdocs/admin/supplier_proposal.php @@ -500,7 +500,7 @@ print '
'.$langs->trans("Value")." 
'; -print $form->textwithpicto($langs->trans("FreeLegalTextOnSupplierProposal"), $langs->trans("AddCRIfTooLong").'

'.$htmltext).'
'; +print $form->textwithpicto($langs->trans("FreeLegalTextOnSupplierProposal"), $langs->trans("AddCRIfTooLong").'

'.$htmltext, 1, 'help', '', 0, 2, 'freetexttooltip').'
'; $variablename='SUPPLIER_PROPOSAL_FREE_TEXT'; if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) { @@ -533,7 +533,7 @@ print ""; print ''; print ""; print '
'; -print $form->textwithpicto($langs->trans("WatermarkOnDraftProposal"), $htmltext).'
'; +print $form->textwithpicto($langs->trans("WatermarkOnDraftProposal"), $htmltext, 1, 'help', '', 0, 2, 'watermarktooltip').'
'; print '
'; print ''; print ''; diff --git a/htdocs/admin/supplierinvoice_extrafields.php b/htdocs/admin/supplierinvoice_extrafields.php index 4e0bd1d0dd2..ad04e1f5256 100644 --- a/htdocs/admin/supplierinvoice_extrafields.php +++ b/htdocs/admin/supplierinvoice_extrafields.php @@ -48,7 +48,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/supplierinvoicedet_extrafields.php b/htdocs/admin/supplierinvoicedet_extrafields.php index 26b3b42e970..469a00732dd 100644 --- a/htdocs/admin/supplierinvoicedet_extrafields.php +++ b/htdocs/admin/supplierinvoicedet_extrafields.php @@ -48,7 +48,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/supplierorder_extrafields.php b/htdocs/admin/supplierorder_extrafields.php index bcad8121afc..55ca530e27f 100644 --- a/htdocs/admin/supplierorder_extrafields.php +++ b/htdocs/admin/supplierorder_extrafields.php @@ -44,7 +44,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/supplierorderdet_extrafields.php b/htdocs/admin/supplierorderdet_extrafields.php index 97d505144bb..55491385027 100644 --- a/htdocs/admin/supplierorderdet_extrafields.php +++ b/htdocs/admin/supplierorderdet_extrafields.php @@ -45,7 +45,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/admin/system/web.php b/htdocs/admin/system/web.php index 7a5816ad3e8..ca911af97b8 100644 --- a/htdocs/admin/system/web.php +++ b/htdocs/admin/system/web.php @@ -53,11 +53,19 @@ print '
'.$langs->trans("IP")."".$_SERVER["SERVE print '
'.$langs->trans("Port")."" . $_SERVER["SERVER_PORT"] . "
'.$langs->trans("DocumentRootServer")."".$_SERVER["DOCUMENT_ROOT"]."
'.$langs->trans("DataRootServer")."" . DOL_DATA_ROOT . "
'.$langs->trans("WebUserGroup")."".$labeluser.'/'.$labelgroup."
'.$langs->trans("WebUserGroup")." (env vars)".$labeluser.'/'.$labelgroup."
'.$langs->trans("WebUserGroup")." (real, 'id' command)".join(',', $arrayout)."
'; print ''; diff --git a/htdocs/admin/tools/listsessions.php b/htdocs/admin/tools/listsessions.php index 6106fbe8dd8..76f7debf3e7 100644 --- a/htdocs/admin/tools/listsessions.php +++ b/htdocs/admin/tools/listsessions.php @@ -47,7 +47,7 @@ $langs->load("other"); $sortfield = GETPOST("sortfield",'alpha'); $sortorder = GETPOST("sortorder",'alpha'); $page = GETPOST("page",'int'); -if ($page == -1 || $page == null) { $page = 0 ; } +if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1 $offset = $conf->liste_limit * $page ; $pageprev = $page - 1; $pagenext = $page + 1; diff --git a/htdocs/admin/translation.php b/htdocs/admin/translation.php index 4965d6cf759..d42ae4b2ade 100644 --- a/htdocs/admin/translation.php +++ b/htdocs/admin/translation.php @@ -210,7 +210,7 @@ llxHeader('',$langs->trans("Setup"),$wikihelp); $param='&mode='.$mode; $enabledisablehtml=''; -if (empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) $enabledisablehtml.= $langs->trans("EnableOverwriteTranslation").' '; +$enabledisablehtml.= $langs->trans("EnableOverwriteTranslation").' '; if (empty($conf->global->MAIN_ENABLE_OVERWRITE_TRANSLATION)) { // Button off, click to enable @@ -298,9 +298,9 @@ if ($mode == 'overwrite') print $formadmin->select_language(GETPOST('langcode'), 'langcode', 0, null, 1, 0, $disablededit?1:0, 'maxwidthonsmartphone', 1); print '
'; - print ''; + print ''; print ''; - print ''; + print ''; print '
0 && $limit != $conf->liste_limit) $param.='&limit='.$limit; -if ($actioncode != '') $param.="&actioncode=".$actioncode; +if ($actioncode != '') { + if(is_array($actioncode)) { + foreach($actioncode as $str_action) $param.="&actioncode[]=".$str_action; + } else $param.="&actioncode=".$actioncode; +} if ($resourceid > 0) $param.="&resourceid=".$resourceid; if ($status != '' && $status > -1) $param.="&status=".$status; if ($filter) $param.="&filter=".$filter; @@ -227,7 +231,14 @@ if (! empty($actioncode)) elseif ($actioncode == 'AC_ALL_AUTO') $sql.= " AND c.type = 'systemauto'"; else { - $sql.=" AND c.code IN ('".implode("','", explode(',',$actioncode))."')"; + if (is_array($actioncode)) + { + $sql.=" AND c.code IN ('".implode("','", $actioncode)."')"; + } + else + { + $sql.=" AND c.code IN ('".implode("','", explode(',', $actioncode))."')"; + } } } } diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php index 792d4f9760d..05eba093cfd 100644 --- a/htdocs/comm/action/peruser.php +++ b/htdocs/comm/action/peruser.php @@ -203,7 +203,11 @@ if ($status == 'done') $title=$langs->trans("DoneActions"); if ($status == 'todo') $title=$langs->trans("ToDoActions"); $param=''; -if ($actioncode || isset($_GET['actioncode']) || isset($_POST['actioncode'])) $param.="&actioncode=".$actioncode; +if ($actioncode || isset($_GET['actioncode']) || isset($_POST['actioncode'])) { + if(is_array($actioncode)) { + foreach($actioncode as $str_action) $param.="&actioncode[]=".$str_action; + } else $param.="&actioncode=".$actioncode; +} if ($resourceid > 0) $param.="&resourceid=".$resourceid; if ($status || isset($_GET['status']) || isset($_POST['status'])) $param.="&status=".$status; if ($filter) $param.="&filter=".$filter; @@ -394,7 +398,14 @@ if (! empty($actioncode)) elseif ($actioncode == 'AC_ALL_AUTO') $sql.= " AND ca.type = 'systemauto'"; else { - $sql.=" AND ca.code IN ('".implode("','", explode(',',$actioncode))."')"; + if (is_array($actioncode)) + { + $sql.=" AND ca.code IN ('".implode("','", $actioncode)."')"; + } + else + { + $sql.=" AND ca.code IN ('".implode("','", explode(',', $actioncode))."')"; + } } } } diff --git a/htdocs/comm/admin/propal_extrafields.php b/htdocs/comm/admin/propal_extrafields.php index 8d2ecd88277..33c38282847 100644 --- a/htdocs/comm/admin/propal_extrafields.php +++ b/htdocs/comm/admin/propal_extrafields.php @@ -38,7 +38,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); @@ -87,7 +87,7 @@ if ($action != 'create' && $action != 'edit') /* ************************************************************************** */ /* */ -/* Creation of an optional field */ +/* Creation of an optional field */ /* */ /* ************************************************************************** */ diff --git a/htdocs/comm/admin/propaldet_extrafields.php b/htdocs/comm/admin/propaldet_extrafields.php index 80f5afdaeed..270274327e6 100644 --- a/htdocs/comm/admin/propaldet_extrafields.php +++ b/htdocs/comm/admin/propaldet_extrafields.php @@ -45,7 +45,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php index 1b3d231382c..8fb590d61b4 100644 --- a/htdocs/comm/card.php +++ b/htdocs/comm/card.php @@ -186,8 +186,12 @@ if (empty($reshook)) if ($ret < 0) $error++; if (! $error) { - $result = $object->insertExtraFields(); - if ($result < 0) $error++; + $result = $object->insertExtraFields(); + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; + } } if ($error) $action = 'edit_extras'; } diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php index 5a5ef5fa90c..cdfd3e526cd 100644 --- a/htdocs/comm/mailing/cibles.php +++ b/htdocs/comm/mailing/cibles.php @@ -224,6 +224,8 @@ if ($object->fetch($id) >= 0) dol_fiche_end(); + print '
'; + $allowaddtarget=($object->statut == 0); diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php index 835d5971ed2..a15ed888a6e 100644 --- a/htdocs/comm/propal/card.php +++ b/htdocs/comm/propal/card.php @@ -1176,7 +1176,11 @@ if (empty($reshook)) if (! $error) { $result = $object->insertExtraFields(); - if ($result < 0) $error++; + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; + } } if ($error) $action = 'edit_extras'; } @@ -2191,7 +2195,7 @@ if ($action == 'create') // Show object lines $result = $object->getLinesArray(); - print ' + print ' @@ -2364,13 +2368,19 @@ if ($action == 'create') $somethingshown = $form->showLinkedObjectBlock($object, $linktoelem); // Show online signature link - $useonlinepayment = $conf->global->MAIN_FEATURES_LEVEL; + $useonlinesignature = $conf->global->MAIN_FEATURES_LEVEL; // Replace this with 1 when feature to make online signature is ok - if ($object->statut != Propal::STATUS_DRAFT && $useonlinepayment) + if ($object->statut != Propal::STATUS_DRAFT && $useonlinesignature) { - print '
'; + print '
'; require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php'; - print showOnlineSignatureUrl('proposal', $object->ref); + print showOnlineSignatureUrl('proposal', $object->ref).'
'; + } + + if ($object->statut != Propal::STATUS_DRAFT && ! empty($conf->global->PROPOSAL_ALLOW_EXTERNAL_DOWNLOAD)) + { + print '
'."\n"; + print showDirectDownloadLink($object).'
'; } print '
'; diff --git a/htdocs/comm/propal/class/api_proposals.class.php b/htdocs/comm/propal/class/api_proposals.class.php index 364f63bd4e4..97ea07bf7e6 100644 --- a/htdocs/comm/propal/class/api_proposals.class.php +++ b/htdocs/comm/propal/class/api_proposals.class.php @@ -90,7 +90,7 @@ class Proposals extends DolibarrApi * @param string $sortorder Sort order * @param int $limit Limit for list * @param int $page Page number - * @param string $thirdparty_ids Thirdparty ids to filter commercial proposal of. Example: '1' or '1,2,3' {@pattern /^2|3$/i} + * @param string $thirdparty_ids Thirdparty ids to filter commercial proposals. {@example '1' or '1,2,3'} {@pattern /^[0-9,]*$/i} * @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.ref:like:'SO-%') and (t.datec:<:'20160101')" * @return array Array of order objects */ @@ -152,9 +152,9 @@ class Proposals extends DolibarrApi while ($i < $min) { $obj = $db->fetch_object($result); - $propal_static = new Propal($db); - if($propal_static->fetch($obj->rowid)) { - $obj_ret[] = $this->_cleanObjectDatas($propal_static); + $proposal_static = new Propal($db); + if($proposal_static->fetch($obj->rowid)) { + $obj_ret[] = $this->_cleanObjectDatas($proposal_static); } $i++; } @@ -163,7 +163,7 @@ class Proposals extends DolibarrApi throw new RestException(503, 'Error when retrieve propal list : '.$db->lasterror()); } if( ! count($obj_ret)) { - throw new RestException(404, 'No order found'); + throw new RestException(404, 'No proposal found'); } return $obj_ret; } @@ -580,6 +580,7 @@ class Proposals extends DolibarrApi $object = parent::_cleanObjectDatas($object); + unset($object->note); unset($object->name); unset($object->lastname); unset($object->firstname); diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php index 19e70235e9e..54ff5e1afc0 100644 --- a/htdocs/comm/propal/class/propal.class.php +++ b/htdocs/comm/propal/class/propal.class.php @@ -48,7 +48,7 @@ class Propal extends CommonObject public $table_element='propal'; public $table_element_line='propaldet'; public $fk_element='fk_propal'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto='propal'; /** @@ -836,8 +836,9 @@ class Propal extends CommonObject if (empty($this->availability_id)) $this->availability_id=0; if (empty($this->demand_reason_id)) $this->demand_reason_id=0; - // Multicurrency - if (!empty($this->multicurrency_code)) list($this->fk_multicurrency,$this->multicurrency_tx) = MultiCurrency::getIdAndTxFromCode($this->db, $this->multicurrency_code, $this->date); + // Multicurrency (test on $this->multicurrency_tx because we should take the default rate only if not using origin rate) + if (!empty($this->multicurrency_code) && empty($this->multicurrency_tx)) list($this->fk_multicurrency,$this->multicurrency_tx) = MultiCurrency::getIdAndTxFromCode($this->db, $this->multicurrency_code, $this->date); + else $this->fk_multicurrency = MultiCurrency::getIdFromCode($this->db, $this->multicurrency_code); if (empty($this->fk_multicurrency)) { $this->multicurrency_code = $conf->currency; @@ -3357,11 +3358,11 @@ class Propal extends CommonObject $linkstart.=$linkclose.'>'; $linkend=''; - if ($withpicto) - $result.=($linkstart.img_object(($notooltip?'':$label), $this->picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend); - if ($withpicto && $withpicto != 2) - $result.=' '; - $result.=$linkstart.$this->ref.$linkend; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $this->picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; + return $result; } diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php index ebca22f8114..a7fe6b05201 100644 --- a/htdocs/comm/propal/list.php +++ b/htdocs/comm/propal/list.php @@ -158,7 +158,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php index 1402cc75870..238b677395e 100644 --- a/htdocs/commande/card.php +++ b/htdocs/commande/card.php @@ -1226,7 +1226,9 @@ if (empty($reshook)) // some hooks if (empty($reshook)) { $result = $object->insertExtraFields(); - if ($result < 0) { + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); $error++; } } else if ($reshook < 0) @@ -2386,7 +2388,7 @@ if ($action == 'create' && $user->rights->commande->creer) */ $result = $object->getLinesArray(); - print ' + print ' @@ -2582,6 +2584,20 @@ if ($action == 'create' && $user->rights->commande->creer) $linktoelem = $form->showLinkToObjectBlock($object, null, array('order')); $somethingshown = $form->showLinkedObjectBlock($object, $linktoelem); + // Show online signature link + $useonlinepayment = $conf->global->ORDER_SHOW_ONLINE_PAYMENT_ON_ORDER; + if ($object->statut != Commande::STATUS_DRAFT && $useonlinepayment) + { + print '
'; + require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php'; + print showOnlinePaymentUrl('order', $object->ref).'
'; + } + + if ($object->statut != Commande::STATUS_DRAFT && ! empty($conf->global->ORDER_ALLOW_EXTERNAL_DOWNLOAD)) + { + print '
'."\n"; + print showDirectDownloadLink($object).'
'; + } print '
'; diff --git a/htdocs/commande/class/api_orders.class.php b/htdocs/commande/class/api_orders.class.php index e31aaa4e060..a6788f95698 100644 --- a/htdocs/commande/class/api_orders.class.php +++ b/htdocs/commande/class/api_orders.class.php @@ -552,6 +552,7 @@ class Orders extends DolibarrApi $object = parent::_cleanObjectDatas($object); + unset($object->note); unset($object->address); unset($object->barcode_type); unset($object->barcode_type_code); diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index e475615a3d1..04ba162cb9e 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -46,7 +46,7 @@ class Commande extends CommonOrder public $table_element_line = 'commandedet'; public $class_element_line = 'OrderLine'; public $fk_element = 'fk_commande'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto = 'order'; /** @@ -610,6 +610,7 @@ class Commande extends CommonOrder return -1; } } + return 0; } /** @@ -711,7 +712,7 @@ class Commande extends CommonOrder // $date_commande is deprecated $date = ($this->date_commande ? $this->date_commande : $this->date); - // Multicurrency (test on $this->multicurrency_tx because we sould take the default rate only if not using origin rate) + // Multicurrency (test on $this->multicurrency_tx because we should take the default rate only if not using origin rate) if (!empty($this->multicurrency_code) && empty($this->multicurrency_tx)) list($this->fk_multicurrency,$this->multicurrency_tx) = MultiCurrency::getIdAndTxFromCode($this->db, $this->multicurrency_code, $date); else $this->fk_multicurrency = MultiCurrency::getIdFromCode($this->db, $this->multicurrency_code); if (empty($this->fk_multicurrency)) @@ -1905,6 +1906,40 @@ class Commande extends CommonOrder return $nb; } + /** + * Count numbe rof shipments for this order + * + * @return int <0 if KO, Nb of shipment found if OK + */ + function getNbOfShipments() + { + $nb = 0; + + $sql = 'SELECT COUNT(DISTINCT ed.fk_expedition) as nb'; + $sql.= ' FROM '.MAIN_DB_PREFIX.'expeditiondet as ed,'; + $sql.= ' '.MAIN_DB_PREFIX.'commandedet as cd'; + $sql.= ' WHERE'; + $sql.= ' ed.fk_origin_line = cd.rowid'; + $sql.= ' AND cd.fk_commande =' .$this->id; + //print $sql; + + dol_syslog(get_class($this)."::getNbOfShipments", LOG_DEBUG); + $resql = $this->db->query($sql); + if ($resql) + { + $obj = $this->db->fetch_object($resql); + if ($obj) $nb = $obj->nb; + + $this->db->free($resql); + return $nb; + } + else + { + $this->error=$this->db->lasterror(); + return -1; + } + } + /** * Load array this->expeditions of lines of shipments with nb of products sent for each order line * Note: For a dedicated shipment, the fetch_lines can be used to load the qty_asked and qty_shipped. This function is use to return qty_shipped cumulated for the order @@ -1931,18 +1966,18 @@ class Commande extends CommonOrder //print $sql; dol_syslog(get_class($this)."::loadExpeditions", LOG_DEBUG); - $result = $this->db->query($sql); - if ($result) + $resql = $this->db->query($sql); + if ($resql) { - $num = $this->db->num_rows($result); + $num = $this->db->num_rows($resql); $i = 0; while ($i < $num) { - $obj = $this->db->fetch_object($result); + $obj = $this->db->fetch_object($resql); $this->expeditions[$obj->rowid] = $obj->qty; $i++; } - $this->db->free(); + $this->db->free($resql); return $num; } else @@ -1950,7 +1985,6 @@ class Commande extends CommonOrder $this->error=$this->db->lasterror(); return -1; } - } /** @@ -2001,18 +2035,18 @@ class Commande extends CommonOrder $sql.= " FROM ".MAIN_DB_PREFIX."product_stock as ps"; $sql.= " WHERE ps.fk_product IN (".join(',',$array_of_product).")"; $sql.= ' GROUP BY fk_product '; - $result = $this->db->query($sql); - if ($result) + $resql = $this->db->query($sql); + if ($resql) { - $num = $this->db->num_rows($result); + $num = $this->db->num_rows($resql); $i = 0; while ($i < $num) { - $obj = $this->db->fetch_object($result); + $obj = $this->db->fetch_object($resql); $this->stocks[$obj->fk_product] = $obj->total; $i++; } - $this->db->free(); + $this->db->free($resql); } } return 0; @@ -3085,7 +3119,6 @@ class Commande extends CommonOrder // End call triggers } - //TODO: Check for error after each action. If one failed we rollback, don't waste time to do action if previous fail if (! $error) { // Delete order details @@ -3095,23 +3128,24 @@ class Commande extends CommonOrder $error++; $this->errors[]=$this->db->lasterror(); } + } - // Delete order - $sql = 'DELETE FROM '.MAIN_DB_PREFIX."commande WHERE rowid = ".$this->id; - if (! $this->db->query($sql) ) - { - $error++; - $this->errors[]=$this->db->lasterror(); - } - + if (! $error) + { // Delete linked object $res = $this->deleteObjectLinked(); if ($res < 0) $error++; + } + if (! $error) + { // Delete linked contacts $res = $this->delete_linked_contact(); if ($res < 0) $error++; + } + if (! $error) + { // Remove extrafields if ((! $error) && (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED))) // For avoid conflicts if trigger used { @@ -3122,8 +3156,22 @@ class Commande extends CommonOrder dol_syslog(get_class($this)."::delete error -4 ".$this->error, LOG_ERR); } } + } - // On efface le repertoire de pdf provisoire + if (! $error) + { + // Delete object + $sql = 'DELETE FROM '.MAIN_DB_PREFIX."commande WHERE rowid = ".$this->id; + if (! $this->db->query($sql) ) + { + $error++; + $this->errors[]=$this->db->lasterror(); + } + } + + if (! $error) + { + // Remove directory with files $comref = dol_sanitizeFileName($this->ref); if ($conf->commande->dir_output && !empty($this->ref)) { @@ -3149,8 +3197,6 @@ class Commande extends CommonOrder } } } - - } if (! $error) @@ -3367,7 +3413,6 @@ class Commande extends CommonOrder if ($short) return $url; - $picto = 'order'; $label = ''; if ($user->rights->commande->lire) { @@ -3401,9 +3446,11 @@ class Commande extends CommonOrder $linkstart.=$linkclose.'>'; $linkend=''; - if ($withpicto) $result.=($linkstart.img_object(($notooltip?'':$label), $picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend); - if ($withpicto && $withpicto != 2) $result.=' '; - $result.=$linkstart.$this->ref.$linkend; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $this->picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; + return $result; } diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index c792f42f00e..e007953bfe3 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -142,7 +142,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/compta/bank/bankentries_list.php b/htdocs/compta/bank/bankentries_list.php index a829cdc8cba..5e79874ae8f 100644 --- a/htdocs/compta/bank/bankentries_list.php +++ b/htdocs/compta/bank/bankentries_list.php @@ -151,7 +151,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/compta/bank/card.php b/htdocs/compta/bank/card.php index 0fc7657f184..8aafef55fba 100644 --- a/htdocs/compta/bank/card.php +++ b/htdocs/compta/bank/card.php @@ -197,8 +197,15 @@ if ($action == 'update') $object->proprio = trim($_POST["proprio"]); $object->owner_address = trim($_POST["owner_address"]); - $account_number = GETPOST('account_number', 'int'); - if ($account_number <= 0) { $object->account_number = ''; } else { $object->account_number = $account_number; } + $account_number = GETPOST('account_number', 'alpha'); + if (empty($account_number) || $account_number == '-1') + { + $object->account_number = ''; + } + else + { + $object->account_number = $account_number; + } $fk_accountancy_journal = GETPOST('fk_accountancy_journal','int'); if ($fk_accountancy_journal <= 0) { $object->fk_accountancy_journal = ''; } else { $object->fk_accountancy_journal = $fk_accountancy_journal; } @@ -213,7 +220,7 @@ if ($action == 'update') if ($conf->global->MAIN_BANK_ACCOUNTANCY_CODE_ALWAYS_REQUIRED && empty($object->account_number)) { - setEventMessages($langs->transnoentitiesnoconv("ErrorFieldRequired",$langs->transnoentitiesnoconv("AccountancyCode")), null, 'error'); + setEventMessages($langs->transnoentitiesnoconv("ErrorFieldRequired",$langs->transnoentitiesnoconv("AccountancyCode")), null, 'errors'); $action='edit'; // Force chargement page en mode creation $error++; } diff --git a/htdocs/compta/bank/class/account.class.php b/htdocs/compta/bank/class/account.class.php index 8ad1ccd2ecf..6bc9ae16089 100644 --- a/htdocs/compta/bank/class/account.class.php +++ b/htdocs/compta/bank/class/account.class.php @@ -386,7 +386,7 @@ class Account extends CommonObject * Add an entry into table ".MAIN_DB_PREFIX."bank * * @param int $date Date operation - * @param string $oper 1,2,3,4... (deprecated) or TYP,VIR,PRE,LIQ,VAD,CB,CHQ... + * @param string $oper 1,2,3,4... (deprecated) or 'TYP','VIR','PRE','LIQ','VAD','CB','CHQ'... * @param string $label Descripton * @param float $amount Amount * @param string $num_chq Numero cheque ou virement @@ -1324,11 +1324,14 @@ class Account extends CommonObject if ($add_save_lastsearch_values) $url.='&save_lastsearch_values=1'; } - $link = 'picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref.($option == 'reflabel' && $this->label ? ' - '.$this->label : ''); + $result .= $linkend; - if ($withpicto) $result.=($link.img_object($label, 'account', 'class="classfortooltip"').$linkend.' '); - $result.=$link.$this->ref.($option == 'reflabel' && $this->label ? ' - '.$this->label : '').$linkend; return $result; } diff --git a/htdocs/compta/bank/list.php b/htdocs/compta/bank/list.php index 19120e12888..23df6a44285 100644 --- a/htdocs/compta/bank/list.php +++ b/htdocs/compta/bank/list.php @@ -103,7 +103,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/compta/bank/transfer.php b/htdocs/compta/bank/transfer.php index 7696427b059..3819e2acccb 100644 --- a/htdocs/compta/bank/transfer.php +++ b/htdocs/compta/bank/transfer.php @@ -82,9 +82,12 @@ if ($action == 'add') $accountto=new Account($db); $accountto->fetch(GETPOST('account_to','int')); - if ($accountto->currency_code == $accountfrom->currency_code) { + if ($accountto->currency_code == $accountfrom->currency_code) + { $amountto=$amount; - } else { + } + else + { if (! $amountto) { $error++; diff --git a/htdocs/compta/deplacement/class/deplacement.class.php b/htdocs/compta/deplacement/class/deplacement.class.php index c0a4ef94613..c67fce127c2 100644 --- a/htdocs/compta/deplacement/class/deplacement.class.php +++ b/htdocs/compta/deplacement/class/deplacement.class.php @@ -35,7 +35,7 @@ class Deplacement extends CommonObject public $table_element='deplacement'; public $table_element_line = ''; public $fk_element = ''; - protected $ismultientitymanaged = 0; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 0; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe var $datec; // Creation date var $dated; diff --git a/htdocs/compta/facture/admin/facture_cust_extrafields.php b/htdocs/compta/facture/admin/facture_cust_extrafields.php index c7a43c737de..2e985c8a009 100644 --- a/htdocs/compta/facture/admin/facture_cust_extrafields.php +++ b/htdocs/compta/facture/admin/facture_cust_extrafields.php @@ -39,7 +39,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php b/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php index 1bc9272a32f..0cbea0c8d89 100644 --- a/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php +++ b/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php @@ -40,7 +40,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/compta/facture/admin/facturedet_cust_extrafields.php b/htdocs/compta/facture/admin/facturedet_cust_extrafields.php index 3a5f8c3387f..b17e3c416d2 100644 --- a/htdocs/compta/facture/admin/facturedet_cust_extrafields.php +++ b/htdocs/compta/facture/admin/facturedet_cust_extrafields.php @@ -40,7 +40,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php b/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php index 8c2a0b3365a..0951dff721b 100644 --- a/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php +++ b/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php @@ -40,7 +40,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index a6f37ae4fc3..8365a52f277 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -2041,8 +2041,10 @@ if (empty($reshook)) // some hooks if (empty($reshook)) { $result = $object->insertExtraFields(); - if ($result < 0) { - $error ++; + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; } } else if ($reshook < 0) $error ++; @@ -4076,7 +4078,7 @@ else if ($id > 0 || ! empty($ref)) } } - print ' + print ' @@ -4380,9 +4382,15 @@ else if ($id > 0 || ! empty($ref)) if ($object->statut != Facture::STATUS_DRAFT && $useonlinepayment) { - print '
'; + print '
'."\n"; require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php'; - print showOnlinePaymentUrl('invoice', $object->ref); + print showOnlinePaymentUrl('invoice', $object->ref).'
'; + } + + if ($object->statut != Facture::STATUS_DRAFT && ! empty($conf->global->INVOICE_ALLOW_EXTERNAL_DOWNLOAD)) + { + print '
'."\n"; + print showDirectDownloadLink($object).'
'; } print '
'; diff --git a/htdocs/compta/facture/class/api_invoices.class.php b/htdocs/compta/facture/class/api_invoices.class.php index 344a5d280c7..fec3edd11ea 100644 --- a/htdocs/compta/facture/class/api_invoices.class.php +++ b/htdocs/compta/facture/class/api_invoices.class.php @@ -71,6 +71,12 @@ class Invoices extends DolibarrApi throw new RestException(404, 'Invoice not found'); } + // Get payment details + $this->invoice->totalpaye = $this->invoice->getSommePaiement(); + $this->invoice->totalcreditnotes = $this->invoice->getSumCreditNotesUsed(); + $this->invoice->totaldeposits = $this->invoice->getSumDepositsUsed(); + $this->invoice->resteapayer = price2num($this->invoice->total_ttc - $this->invoice->totalpaye - $this->invoice->totalcreditnotes - $this->invoice->totaldeposits, 'MT'); + if( ! DolibarrApi::_checkAccessToResource('facture',$this->invoice->id)) { throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); } @@ -646,6 +652,247 @@ class Invoices extends DolibarrApi } + /** + * Add a discount line into an invoice (as an invoice line) using an existing absolute discount (Consume the discount) + * + * @param int $id Id of invoice + * @param int $discountid Id of discount + * + * @url POST {id}/usediscount/{discountid} + * + * @return int + * @throws 400 + * @throws 401 + * @throws 404 + * @throws 405 + */ + function useDiscount($id, $discountid) { + + if(! DolibarrApiAccess::$user->rights->facture->creer) { + throw new RestException(401); + } + if(empty($id)) { + throw new RestException(400, 'Invoice ID is mandatory'); + } + if(empty($discountid)) { + throw new RestException(400, 'Discount ID is mandatory'); + } + + if( ! DolibarrApi::_checkAccessToResource('facture',$id)) { + throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); + } + + $result = $this->invoice->fetch($id); + if( ! $result ) { + throw new RestException(404, 'Invoice not found'); + } + + $result = $this->invoice->insert_discount($discountid); + if( $result < 0) { + throw new RestException(405, $this->invoice->error); + } + + return $result; + } + + /** + * Add an available credit note discount to payments of an existing invoice (Consume the credit note) + * + * @param int $id Id of invoice + * @param int $discountid Id of a discount coming from a credit note + * + * @url POST {id}/usecreditnote/{discountid} + * + * @return int + * @throws 400 + * @throws 401 + * @throws 404 + * @throws 405 + */ + function useCreditNote($id, $discountid) { + + require_once DOL_DOCUMENT_ROOT . '/core/class/discount.class.php'; + + if(! DolibarrApiAccess::$user->rights->facture->creer) { + throw new RestException(401); + } + if(empty($id)) { + throw new RestException(400, 'Invoice ID is mandatory'); + } + if(empty($discountid)) { + throw new RestException(400, 'Credit ID is mandatory'); + } + + if( ! DolibarrApi::_checkAccessToResource('facture',$id)) { + throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); + } + $discount = new DiscountAbsolute($this->db); + $result = $discount->fetch($discountid); + if( ! $result ) { + throw new RestException(404, 'Credit not found'); + } + + $result = $discount->link_to_invoice(0, $id); + if( $result < 0) { + throw new RestException(405, $discount->error); + } + + return $result; + } + + /** + * Get list of payments of a given invoice + * + * @param int $id Id of invoice + * + * @url GET {id}/payments + * + * @return array + * @throws 400 + * @throws 401 + * @throws 404 + * @throws 405 + */ + function getPayments($id) { + + if(! DolibarrApiAccess::$user->rights->facture->lire) { + throw new RestException(401); + } + if(empty($id)) { + throw new RestException(400, 'Invoice ID is mandatory'); + } + + if( ! DolibarrApi::_checkAccessToResource('facture',$id)) { + throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); + } + + $result = $this->invoice->fetch($id); + if( ! $result ) { + throw new RestException(404, 'Invoice not found'); + } + + $result = $this->invoice->getListOfPayments(); + if( $result < 0) { + throw new RestException(405, $this->invoice->error); + } + + return $result; + } + + /** + * Add payment line to a specific invoice + * + * The model schema is defined by the PaymentData class. + * + * @param int $id Id of invoice + * @param string $datepaye {@from body} Payment date {@type timestamp} + * @param int $paiementid {@from body} Payment mode Id {@min 1} + * @param string $closepaidinvoices {@from body} Close paid invoices {@choice yes,no} + * @param int $accountid {@from body} Account Id {@min 1} + * @param string $num_paiement {@from body} Payment number (optional) + * @param string $comment {@from body} Note (optional) + * @param string $chqemetteur {@from body} Payment issuer (mandatory if paiementcode = 'CHQ') + * @param string $chqbank {@from body} Issuer bank name (optional) + * + * @url POST {id}/payments + * + * @return int Payment ID + * @throws 400 + * @throws 401 + * @throws 404 + */ + function addPayment($id, $datepaye, $paiementid, $closepaidinvoices, $accountid, $num_paiement='', $comment='', $chqemetteur='', $chqbank='') { + global $conf; + + require_once DOL_DOCUMENT_ROOT . '/compta/paiement/class/paiement.class.php'; + + if(! DolibarrApiAccess::$user->rights->facture->creer) { + throw new RestException(401); + } + if(empty($id)) { + throw new RestException(400, 'Invoice ID is mandatory'); + } + + if( ! DolibarrApi::_checkAccessToResource('facture',$id)) { + throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); + } + + $request_data = (object) $payment_data; + + if (! empty($conf->banque->enabled)) { + if(empty($accountid)) { + throw new RestException(400, 'Account ID is mandatory'); + } + } + + if(empty($paiementid)) { + throw new RestException(400, 'Paiement ID or Paiement Code is mandatory'); + } + + + $result = $this->invoice->fetch($id); + if( ! $result ) { + throw new RestException(404, 'Invoice not found'); + } + + // Calculate amount to pay + $totalpaye = $this->invoice->getSommePaiement(); + $totalcreditnotes = $this->invoice->getSumCreditNotesUsed(); + $totaldeposits = $this->invoice->getSumDepositsUsed(); + $resteapayer = price2num($this->invoice->total_ttc - $totalpaye - $totalcreditnotes - $totaldeposits, 'MT'); + + $this->db->begin(); + // Clean parameters amount if payment is for a credit note + if ($this->invoice->type == Facture::TYPE_CREDIT_NOTE) { + $resteapayer = price2num($resteapayer,'MT'); + $amounts[$id] = -$resteapayer; + // Multicurrency + $newvalue = price2num($this->invoice->multicurrency_total_ttc,'MT'); + $multicurrency_amounts[$id] = -$newvalue; + } else { + $resteapayer = price2num($resteapayer,'MT'); + $amounts[$id] = $resteapayer; + // Multicurrency + $newvalue = price2num($this->invoice->multicurrency_total_ttc,'MT'); + $multicurrency_amounts[$id] = $newvalue; + } + + + // Creation of payment line + $paiement = new Paiement($this->db); + $paiement->datepaye = $datepaye; + $paiement->amounts = $amounts; // Array with all payments dispatching with invoice id + $paiement->multicurrency_amounts = $multicurrency_amounts; // Array with all payments dispatching + $paiement->paiementid = $paiementid; + $paiement->paiementcode = dol_getIdFromCode($this->db,$paiementid,'c_paiement','id','code',1); + $paiement->num_paiement = $num_paiement; + $paiement->note = $comment; + + $paiement_id = $paiement->create(DolibarrApiAccess::$user, ($closepaidinvoices=='yes'?1:0)); // This include closing invoices + if ($paiement_id < 0) + { + $this->db->rollback(); + throw new RestException(400, 'Payment error : '.$paiement->error); + } + + if (! empty($conf->banque->enabled)) { + $label='(CustomerInvoicePayment)'; + + if($paiement->paiementcode == 'CHQ' && empty($chqemetteur)) { + throw new RestException(400, 'Emetteur is mandatory when payment code is '.$paiement->paiementcode); + } + if ($this->invoice->type == Facture::TYPE_CREDIT_NOTE) $label='(CustomerInvoicePaymentBack)'; // Refund of a credit note + $result=$paiement->addPaymentToBank(DolibarrApiAccess::$user,'payment',$label,$accountid,$chqemetteur,$chqbank); + if ($result < 0) + { + $this->db->rollback(); + throw new RestException(400, 'Add payment to bank error : '.$paiement->error); + } + } + $this->db->commit(); + return $paiement_id; + } + /** * Clean sensible object datas * @@ -656,6 +903,7 @@ class Invoices extends DolibarrApi $object = parent::_cleanObjectDatas($object); + unset($object->note); unset($object->address); unset($object->barcode_type); unset($object->barcode_type_code); diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index a1997318aad..9801726246b 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -52,7 +52,7 @@ class Facture extends CommonInvoice public $table_element='facture'; public $table_element_line = 'facturedet'; public $fk_element = 'fk_facture'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto='bill'; /** @@ -79,6 +79,8 @@ class Facture extends CommonInvoice public $remise_percent; public $total_ht=0; public $total_tva=0; + public $total_localtax1=0; + public $total_localtax2=0; public $total_ttc=0; public $revenuestamp; @@ -244,7 +246,7 @@ class Facture extends CommonInvoice $this->brouillon = 1; if (empty($this->entity)) $this->entity = $conf->entity; - // Multicurrency (test on $this->multicurrency_tx because we sould take the default rate only if not using origin rate) + // Multicurrency (test on $this->multicurrency_tx because we should take the default rate only if not using origin rate) if (!empty($this->multicurrency_code) && empty($this->multicurrency_tx)) list($this->fk_multicurrency,$this->multicurrency_tx) = MultiCurrency::getIdAndTxFromCode($this->db, $this->multicurrency_code); else $this->fk_multicurrency = MultiCurrency::getIdFromCode($this->db, $this->multicurrency_code); if (empty($this->fk_multicurrency)) @@ -977,6 +979,8 @@ class Facture extends CommonInvoice $line->subprice = $object->lines[$i]->subprice; $line->total_ht = $object->lines[$i]->total_ht; $line->total_tva = $object->lines[$i]->total_tva; + $line->total_localtax1 = $object->lines[$i]->total_localtax1; + $line->total_localtax2 = $object->lines[$i]->total_localtax2; $line->total_ttc = $object->lines[$i]->total_ttc; $line->vat_src_code = $object->lines[$i]->vat_src_code; $line->tva_tx = $object->lines[$i]->tva_tx; @@ -1128,6 +1132,10 @@ class Facture extends CommonInvoice $label.= '
' . $langs->trans('AmountHT') . ': ' . price($this->total_ht, 0, $langs, 0, -1, -1, $conf->currency); if (! empty($this->total_tva)) $label.= '
' . $langs->trans('VAT') . ': ' . price($this->total_tva, 0, $langs, 0, -1, -1, $conf->currency); + if (! empty($this->total_tva)) + $label.= '
' . $langs->trans('LT1') . ': ' . price($this->total_localtax1, 0, $langs, 0, -1, -1, $conf->currency); + if (! empty($this->total_tva)) + $label.= '
' . $langs->trans('LT2') . ': ' . price($this->total_localtax2, 0, $langs, 0, -1, -1, $conf->currency); if (! empty($this->total_ttc)) $label.= '
' . $langs->trans('AmountTTC') . ': ' . price($this->total_ttc, 0, $langs, 0, -1, -1, $conf->currency); if ($this->type == self::TYPE_REPLACEMENT) $label=$langs->transnoentitiesnoconv("ShowInvoiceReplace").': '.$this->ref; @@ -1153,9 +1161,10 @@ class Facture extends CommonInvoice $linkstart.=$linkclose.'>'; $linkend='
'; - if ($withpicto) $result.=($linkstart.img_object(($notooltip?'':$label), $picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend); - if ($withpicto && $withpicto != 2) $result.=' '; - if ($withpicto != 2) $result.=$linkstart.($max?dol_trunc($this->ref,$max):$this->ref).$linkend; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= ($max?dol_trunc($this->ref,$max):$this->ref); + $result .= $linkend; if ($addlinktonotes) { @@ -1582,7 +1591,7 @@ class Facture extends CommonInvoice /** - * Add a discount line into invoice using an existing absolute discount + * Add a discount line into an invoice (as an invoice line) using an existing absolute discount (Consume the discount) * * @param int $idremise Id of absolute discount * @return int >0 if OK, <0 if KO @@ -1648,7 +1657,7 @@ class Facture extends CommonInvoice $result=$this->update_price(1); if ($result > 0) { - // Create linke between discount and invoice line + // Create link between discount and invoice line $result=$remise->link_to_invoice($lineid,0); if ($result < 0) { @@ -3184,7 +3193,7 @@ class Facture extends CommonInvoice $field2='fk_paiementfourn'; } - $sql = 'SELECT pf.amount, pf.multicurrency_amount, p.fk_paiement, p.datep, p.num_paiement as num, t.code'; + $sql = 'SELECT p.ref, pf.amount, pf.multicurrency_amount, p.fk_paiement, p.datep, p.num_paiement as num, t.code'; $sql.= ' FROM '.MAIN_DB_PREFIX.$table.' as pf, '.MAIN_DB_PREFIX.$table2.' as p, '.MAIN_DB_PREFIX.'c_paiement as t'; $sql.= ' WHERE pf.'.$field.' = '.$this->id; //$sql.= ' WHERE pf.'.$field.' = 1'; @@ -3202,7 +3211,7 @@ class Facture extends CommonInvoice while ($i < $num) { $obj = $this->db->fetch_object($resql); - $retarray[]=array('amount'=>$obj->amount,'type'=>$obj->code, 'date'=>$obj->datep, 'num'=>$obj->num); + $retarray[]=array('amount'=>$obj->amount,'type'=>$obj->code, 'date'=>$obj->datep, 'num'=>$obj->num, 'ref'=>$obj->ref); $i++; } $this->db->free($resql); @@ -3505,11 +3514,12 @@ class Facture extends CommonInvoice /** - * Renvoi liste des factures remplacables - * Statut validee ou abandonnee pour raison autre + non payee + aucun paiement + pas deja remplacee + * Return list of invoices qualified to be replaced by another invoice. + * Invoices matching the following rules are returned: + * (Status validated or abandonned for a reason 'other') + not payed + no payment at all + not already replaced * - * @param int $socid Id societe - * @return array Tableau des factures ('id'=>id, 'ref'=>ref, 'status'=>status, 'paymentornot'=>0/1) + * @param int $socid Id thirdparty + * @return array Array of invoices ('id'=>id, 'ref'=>ref, 'status'=>status, 'paymentornot'=>0/1) */ function list_replacable_invoices($socid=0) { @@ -3552,12 +3562,12 @@ class Facture extends CommonInvoice /** - * Renvoi liste des factures qualifiables pour correction par avoir - * Les factures qui respectent les regles suivantes sont retournees: - * (validee + paiement en cours) ou classee (payee completement ou payee partiellement) + pas deja remplacee + pas deja avoir + * Return list of invoices qualified to be corrected by a credit note. + * Invoices matching the following rules are returned: + * (validated + payment on process) or classified (payed completely or payed partiely) + not already replaced + not already a credit note * - * @param int $socid Id societe - * @return array Tableau des factures ($id => array('ref'=>,'paymentornot'=>,'status'=>,'paye'=>) + * @param int $socid Id thirdparty + * @return array Array of invoices ($id => array('ref'=>,'paymentornot'=>,'status'=>,'paye'=>) */ function list_qualified_avoir_invoices($socid=0) { diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php index fbdabad8fa0..622b1bc7731 100644 --- a/htdocs/compta/facture/fiche-rec.php +++ b/htdocs/compta/facture/fiche-rec.php @@ -386,22 +386,16 @@ if (empty($reshook)) // Fill array 'array_options' with data from update form $extralabels = $extrafields->fetch_name_optionals_label($object->table_element); $ret = $extrafields->setOptionalsFromPost($extralabels, $object, GETPOST('attribute')); - if ($ret < 0) - $error ++; + if ($ret < 0) $error++; - if (! $error) { - - $result = $object->insertExtraFields(); - if ($result < 0) { - $error ++; - } - } else if ($reshook < 0) - $error ++; - - if ($error) { - $action = 'edit_extras'; - setEventMessages($object->error, $object->errors, 'errors'); - } + if (! $error) { + $result = $object->insertExtraFields(); + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; + } + } } // Add a new line diff --git a/htdocs/compta/facture/invoicetemplate_list.php b/htdocs/compta/facture/invoicetemplate_list.php index c7c13b1628a..b1b95b99f7b 100644 --- a/htdocs/compta/facture/invoicetemplate_list.php +++ b/htdocs/compta/facture/invoicetemplate_list.php @@ -138,7 +138,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php index c0bf0233f89..1f45a7cec3e 100644 --- a/htdocs/compta/facture/list.php +++ b/htdocs/compta/facture/list.php @@ -174,7 +174,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 103ec747e37..d00c54cc9e2 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -136,7 +136,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele if (! empty($conf->facture->enabled) && $user->rights->facture->lire) { $sql = "SELECT f.facnumber"; - $sql.= ", f.rowid, f.total as total_ht, f.tva as total_tva, f.total_ttc"; + $sql.= ", f.rowid, f.total as total_ht, f.tva as total_tva, f.total_ttc, f.ref_client"; $sql.= ", f.type"; $sql.= ", s.nom as name"; $sql.= ", s.rowid as socid"; @@ -178,6 +178,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire) $facturestatic->total_ht=$obj->total_ht; $facturestatic->total_tva=$obj->total_tva; $facturestatic->total_ttc=$obj->total_ttc; + $facturestatic->ref_client=$obj->ref_client; $facturestatic->type=$obj->type; print $facturestatic->getNomUrl(1,''); print ''; @@ -218,7 +219,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire) */ if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->facture->lire) { - $sql = "SELECT f.ref, f.rowid, f.total_ht, f.total_tva, f.total_ttc, f.type"; + $sql = "SELECT f.ref, f.rowid, f.total_ht, f.total_tva, f.total_ttc, f.type, f.ref_supplier"; $sql.= ", s.nom as name"; $sql.= ", s.rowid as socid"; $sql.= ", s.code_fournisseur"; @@ -253,6 +254,7 @@ if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->facture- $facturesupplierstatic->total_ht=$obj->total_ht; $facturesupplierstatic->total_tva=$obj->total_tva; $facturesupplierstatic->total_ttc=$obj->total_ttc; + $facturesupplierstatic->ref_supplier=$obj->ref_supplier; $facturesupplierstatic->type=$obj->type; print $facturesupplierstatic->getNomUrl(1,'',16); print ''; diff --git a/htdocs/compta/recap-compta.php b/htdocs/compta/recap-compta.php index c3231ecccdd..4b5351324a3 100644 --- a/htdocs/compta/recap-compta.php +++ b/htdocs/compta/recap-compta.php @@ -1,6 +1,7 @@ * Copyright (C) 2004-2017 Laurent Destailleur + * Copyright (C) 2017 Pierre-Henry Favre * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -39,6 +40,9 @@ $result = restrictedArea($user, 'societe', $id, '&societe'); $object = new Societe($db); if ($id > 0) $object->fetch($id); +// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context +$hookmanager->initHooks(array('recapcomptacard','globalcard')); + // Load variable for pagination $limit = GETPOST('limit','int')?GETPOST('limit','int'):$conf->liste_limit; $sortfield = GETPOST('sortfield','alpha'); @@ -60,6 +64,9 @@ $arrayfields=array( /* * Actions */ +$parameters = array('socid' => $id); +$reshook = $hookmanager->executeHooks('doActions', $parameters, $object); // Note that $object may have been modified by some hooks +if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); // None @@ -139,13 +146,20 @@ if ($id > 0) $userstatic->id=$objf->userid; $userstatic->login=$objf->login; - $TData[] = array( + $values = array( + 'fk_facture' => $objf->facid, 'date' => $fac->date, 'link' => $fac->getNomUrl(1), 'status' => $fac->getLibStatut(2,$totalpaye), 'amount' => $fac->total_ttc, 'author' => $userstatic->getLoginUrl(1) ); + + $parameters = array('socid' => $id, 'values' => &$values, 'fac' => $fac, 'userstatic' => $userstatic); + $reshook = $hookmanager->executeHooks('facdao', $parameters, $object); // Note that $parameters['values'] and $object may have been modified by some hooks + if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); + + $TData[] = $values; $TDataSort[] = $fac->date; // Paiements @@ -175,13 +189,20 @@ if ($id > 0) $userstatic->id=$objp->userid; $userstatic->login=$objp->login; - $TData[] = array( + $values = array( + 'fk_paiement' => $objp->rowid, 'date' => $db->jdate($objp->dp), 'link' => $langs->trans("Payment") .' '. $paymentstatic->getNomUrl(1), 'status' => '', 'amount' => -$objp->amount, 'author' => $userstatic->getLoginUrl(1) ); + + $parameters = array('socid' => $id, 'values' => &$values, 'fac' => $fac, 'userstatic' => $userstatic, 'paymentstatic' => $paymentstatic); + $reshook = $hookmanager->executeHooks('paydao', $parameters, $object); // Note that $parameters['values'] and $object may have been modified by some hooks + if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); + + $TData[] = $values; $TDataSort[] = $db->jdate($objp->dp); $j++; @@ -224,7 +245,11 @@ if ($id > 0) // Display array foreach($TData as $data) { - print '
'; + $html_class = ''; + if (!empty($data['fk_facture'])) $html_class = 'facid-'.$data['fk_facture']; + elseif (!empty($data['fk_paiement'])) $html_class = 'payid-'.$data['fk_paiement']; + + print ''; print "\n"; print '\n"; diff --git a/htdocs/compta/salaries/card.php b/htdocs/compta/salaries/card.php index 47d4c027185..a456777f631 100644 --- a/htdocs/compta/salaries/card.php +++ b/htdocs/compta/salaries/card.php @@ -73,6 +73,8 @@ if ($action == 'add' && $_POST["cancel"] <> $langs->trans("Cancel")) $dateep=dol_mktime(12,0,0, $_POST["dateepmonth"], $_POST["dateepday"], $_POST["dateepyear"]); if (empty($datev)) $datev=$datep; + $type_payment = dol_getIdFromCode($db, GETPOST("paymenttype", 'alpha'), 'c_paiement'); + $object->accountid=GETPOST("accountid") > 0 ? GETPOST("accountid","int") : 0; $object->fk_user=GETPOST("fk_user") > 0 ? GETPOST("fk_user","int") : 0; $object->datev=$datev; @@ -82,7 +84,7 @@ if ($action == 'add' && $_POST["cancel"] <> $langs->trans("Cancel")) $object->datesp=$datesp; $object->dateep=$dateep; $object->note=GETPOST("note"); - $object->type_payment=GETPOST("paymenttype") > 0 ? GETPOST("paymenttype", "int") : 0; + $object->type_payment=($type_payment > 0 ? $type_payment : 0); $object->num_payment=GETPOST("num_payment"); $object->fk_user_author=$user->id; @@ -101,7 +103,7 @@ if ($action == 'add' && $_POST["cancel"] <> $langs->trans("Cancel")) setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Employee")), null, 'errors'); $error++; } - if (empty($object->type_payment) || $object->type_payment < 0) + if (empty($type_payment) || $type_payment < 0) { setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("PaymentMode")), null, 'errors'); $error++; @@ -292,7 +294,7 @@ if ($action == 'create') // Type payment print ''; // Number diff --git a/htdocs/compta/salaries/class/paymentsalary.class.php b/htdocs/compta/salaries/class/paymentsalary.class.php index 7fbbaf43d48..57d2d94f1a3 100644 --- a/htdocs/compta/salaries/class/paymentsalary.class.php +++ b/htdocs/compta/salaries/class/paymentsalary.class.php @@ -349,7 +349,7 @@ class PaymentSalary extends CommonObject $sql.= ", '".$this->db->idate($this->datev)."'"; $sql.= ", ".$this->amount; $sql.= ", ".($this->salary > 0 ? $this->salary : "null"); - $sql.= ", '".$this->db->escape($this->type_payment)."'"; + $sql.= ", ".$this->db->escape($this->type_payment); $sql.= ", '".$this->db->escape($this->num_payment)."'"; if ($this->note) $sql.= ", '".$this->db->escape($this->note)."'"; $sql.= ", '".$this->db->escape($this->label)."'"; diff --git a/htdocs/compta/salaries/index.php b/htdocs/compta/salaries/index.php index 6928d3e38f6..2da142aff15 100644 --- a/htdocs/compta/salaries/index.php +++ b/htdocs/compta/salaries/index.php @@ -114,7 +114,7 @@ $sql.= " AND s.entity = ".$conf->entity; // Search criteria if ($search_ref) $sql.=" AND s.rowid=".$search_ref; -if ($search_user) $sql.=natural_search(array('u.login', 'u.lastname', 'u.firstname', 'u.email', 'u.note'), $search_user); +if ($search_user) $sql.=natural_search(array('u.login', 'u.lastname', 'u.firstname', 'u.email'), $search_user); if ($search_label) $sql.=natural_search(array('s.label'), $search_label); if ($search_amount) $sql.=natural_search("s.amount", $search_amount, 1); if ($search_account > 0) $sql .=" AND b.fk_account=".$search_account; diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php index 7e9437f5442..494533fce75 100644 --- a/htdocs/contact/class/contact.class.php +++ b/htdocs/contact/class/contact.class.php @@ -39,7 +39,8 @@ class Contact extends CommonObject { public $element='contact'; public $table_element='socpeople'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $picto = 'contact'; public $civility_id; // In fact we store civility_code public $civility_code; @@ -1053,8 +1054,12 @@ class Contact extends CommonObject $linkend=''; } - if ($withpicto) $result.=($linkstart.img_object($label, 'contact', 'class="classfortooltip"').$linkend.' '); - $result.=$linkstart.($maxlen?dol_trunc($this->getFullName($langs),$maxlen):$this->getFullName($langs)).$linkend; + + $result.=$linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), ($this->picto?$this->picto:'generic'), ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip valigntextbottom"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.=($maxlen?dol_trunc($this->getFullName($langs),$maxlen):$this->getFullName($langs)); + $result.=$linkend; + return $result; } diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index 4b0356c8e52..a97e6687126 100644 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -160,7 +160,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/contrat/admin/contract_extrafields.php b/htdocs/contrat/admin/contract_extrafields.php index 509c5307ef8..abfc2b2b65d 100644 --- a/htdocs/contrat/admin/contract_extrafields.php +++ b/htdocs/contrat/admin/contract_extrafields.php @@ -41,7 +41,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/contrat/admin/contractdet_extrafields.php b/htdocs/contrat/admin/contractdet_extrafields.php index 39c691e7ddc..e2eb2bacc6c 100644 --- a/htdocs/contrat/admin/contractdet_extrafields.php +++ b/htdocs/contrat/admin/contractdet_extrafields.php @@ -41,7 +41,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php index fd5898879ae..b761eb1864b 100644 --- a/htdocs/contrat/card.php +++ b/htdocs/contrat/card.php @@ -326,13 +326,21 @@ if (empty($reshook)) { $label = $lines[$i]->product_label; } - $desc = ($lines[$i]->desc && $lines[$i]->desc!=$lines[$i]->libelle)?dol_htmlentitiesbr($lines[$i]->desc):''; } else { $desc = dol_htmlentitiesbr($lines[$i]->desc); } + // Extrafields + $array_options = array(); + if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED) && method_exists($lines[$i], 'fetch_optionals')) // For avoid conflicts if + // trigger used + { + $lines[$i]->fetch_optionals($lines[$i]->rowid); + $array_options = $lines[$i]->array_options; + } + $txtva = $lines[$i]->vat_src_code ? $lines[$i]->tva_tx . ' (' . $lines[$i]->vat_src_code . ')' : $lines[$i]->tva_tx; // View third's localtaxes for now @@ -355,7 +363,7 @@ if (empty($reshook)) $lines[$i]->info_bits, $lines[$i]->fk_fournprice, $lines[$i]->pa_ht, - array(), + $array_options, $lines[$i]->fk_unit ); @@ -821,21 +829,19 @@ if (empty($reshook)) // Fill array 'array_options' with data from update form $extralabels = $extrafields->fetch_name_optionals_label($object->table_element); $ret = $extrafields->setOptionalsFromPost($extralabels, $object, GETPOST('attribute')); - if ($ret < 0) - $error ++; + if ($ret < 0) $error++; if (! $error) { - - $result = $object->insertExtraFields(); - if ($result < 0) { - $error ++; - } - } else if ($reshook < 0) - $error ++; + $result = $object->insertExtraFields(); + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; + } + } if ($error) { $action = 'edit_extras'; - setEventMessages($object->error, $object->errors, 'errors'); } } elseif ($action=='setref_supplier') diff --git a/htdocs/contrat/class/api_contracts.class.php b/htdocs/contrat/class/api_contracts.class.php index 7e92b8d6efe..0bc02458869 100644 --- a/htdocs/contrat/class/api_contracts.class.php +++ b/htdocs/contrat/class/api_contracts.class.php @@ -40,7 +40,7 @@ class Contracts extends DolibarrApi ); /** - * @var Contract $contract {@type Contrat} + * @var Contrat $contract {@type Contrat} */ public $contract; @@ -156,6 +156,7 @@ class Contracts extends DolibarrApi { $num = $db->num_rows($result); $min = min($num, ($limit <= 0 ? $num : $limit)); + $i=0; while ($i < $min) { $obj = $db->fetch_object($result); @@ -207,7 +208,7 @@ class Contracts extends DolibarrApi } /** - * Get lines of an contract + * Get lines of a contract * * @param int $id Id of contract * @@ -269,8 +270,8 @@ class Contracts extends DolibarrApi $request_data->localtax2_tx, $request_data->fk_product, $request_data->remise_percent, - $request_data->date_start, // date ouverture = date_start_real - $request_data->date_end, // date_cloture = date_end_real + $request_data->date_start, // date_start = date planned start, date ouverture = date_start_real + $request_data->date_end, // date_end = date planned end, date_cloture = date_end_real $request_data->HT, $request_data->subprice_excl_tax, $request_data->info_bits, @@ -450,7 +451,6 @@ class Contracts extends DolibarrApi * Validate an contract * * @param int $id Contract ID - * @param int $idwarehouse Warehouse ID * @param int $notrigger 1=Does not execute triggers, 0= execute triggers * * @url POST {id}/validate @@ -460,12 +460,10 @@ class Contracts extends DolibarrApi * Error message: "Forbidden: Content type `text/plain` is not supported." * Workaround: send this in the body * { - * "idwarehouse": 0, * "notrigger": 0 * } */ - /* - function validate($id, $idwarehouse=0, $notrigger=0) + function validate($id, $notrigger=0) { if(! DolibarrApiAccess::$user->rights->contrat->creer) { throw new RestException(401); @@ -479,7 +477,7 @@ class Contracts extends DolibarrApi throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); } - $result = $this->contract->valid(DolibarrApiAccess::$user, $idwarehouse, $notrigger); + $result = $this->contract->validate(DolibarrApiAccess::$user, '', $notrigger); if ($result == 0) { throw new RestException(500, 'Error nothing done. May be object is already validated'); } @@ -494,7 +492,54 @@ class Contracts extends DolibarrApi ) ); } - */ + + /** + * Close all services of a contract + * + * @param int $id Contract ID + * @param int $notrigger 1=Does not execute triggers, 0= execute triggers + * + * @url POST {id}/close + * + * @return array + * FIXME An error 403 is returned if the request has an empty body. + * Error message: "Forbidden: Content type `text/plain` is not supported." + * Workaround: send this in the body + * { + * "notrigger": 0 + * } + */ + function close($id, $notrigger=0) + { + if(! DolibarrApiAccess::$user->rights->contrat->creer) { + throw new RestException(401); + } + $result = $this->contract->fetch($id); + if( ! $result ) { + throw new RestException(404, 'Contract not found'); + } + + if( ! DolibarrApi::_checkAccessToResource('contrat',$this->contract->id)) { + throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); + } + + $result = $this->contract->closeAll(DolibarrApiAccess::$user, $notrigger); + if ($result == 0) { + throw new RestException(500, 'Error nothing done. May be object is already close'); + } + if ($result < 0) { + throw new RestException(500, 'Error when closing Contract: '.$this->contract->error); + } + + return array( + 'success' => array( + 'code' => 200, + 'message' => 'Contract closed (Ref='.$this->contract->ref.'). All services were closed.' + ) + ); + } + + /** * Clean sensible object datas @@ -508,6 +553,16 @@ class Contracts extends DolibarrApi unset($object->address); + unset($object->date_ouverture_prevue); + unset($object->date_ouverture); + unset($object->date_fin_validite); + unset($object->date_cloture); + unset($object->date_debut_prevue); + unset($object->date_debut_reel); + unset($object->date_fin_prevue); + unset($object->date_fin_reel); + unset($object->civility_id); + return $object; } diff --git a/htdocs/contrat/class/contrat.class.php b/htdocs/contrat/class/contrat.class.php index 5c350b9cb60..47a40c1b0a3 100644 --- a/htdocs/contrat/class/contrat.class.php +++ b/htdocs/contrat/class/contrat.class.php @@ -44,7 +44,7 @@ class Contrat extends CommonObject public $table_element='contrat'; public $table_element_line='contratdet'; public $fk_element='fk_contrat'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto='contract'; /** @@ -298,12 +298,13 @@ class Contrat extends CommonObject } /** - * Close all lines of a contract + * Close all lines of a contract * - * @param User $user Object User making action - * @return int <0 if KO, >0 if OK + * @param User $user Object User making action + * @param int $notrigger 1=Does not execute triggers, 0= execute triggers + * @return int <0 if KO, >0 if OK */ - function closeAll($user) + function closeAll(User $user, $notrigger=0) { $this->db->begin(); @@ -330,7 +331,7 @@ class Contrat extends CommonObject if ($this->statut == 0) { - $result=$this->validate($user); + $result=$this->validate($user, '', $notrigger); if ($result < 0) $ok=false; } @@ -355,7 +356,7 @@ class Contrat extends CommonObject * @param int $notrigger 1=Does not execute triggers, 0= execute triggers * @return int <0 if KO, >0 if OK */ - function validate($user, $force_number='', $notrigger=0) + function validate(User $user, $force_number='', $notrigger=0) { require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php'; global $langs, $conf; @@ -691,8 +692,8 @@ class Contrat extends CommonObject $sql.= " d.fk_user_ouverture,"; $sql.= " d.fk_user_cloture,"; $sql.= " d.fk_unit"; - $sql.= " FROM ".MAIN_DB_PREFIX."contratdet as d, ".MAIN_DB_PREFIX."product as p"; - $sql.= " WHERE d.fk_contrat = ".$this->id ." AND d.fk_product = p.rowid"; + $sql.= " FROM ".MAIN_DB_PREFIX."contratdet as d LEFT JOIN ".MAIN_DB_PREFIX."product as p ON d.fk_product = p.rowid"; + $sql.= " WHERE d.fk_contrat = ".$this->id; $sql.= " ORDER by d.rowid ASC"; dol_syslog(get_class($this)."::fetch_lines", LOG_DEBUG); @@ -728,7 +729,7 @@ class Contrat extends CommonObject $line->total_localtax1 = $objp->total_localtax1; $line->total_localtax2 = $objp->total_localtax2; $line->total_ttc = $objp->total_ttc; - $line->fk_product = $objp->fk_product; + $line->fk_product = (($objp->fk_product > 0)?$objp->fk_product:0); $line->info_bits = $objp->info_bits; $line->fk_fournprice = $objp->fk_fournprice; @@ -740,26 +741,38 @@ class Contrat extends CommonObject $line->fk_user_cloture = $objp->fk_user_cloture; $line->fk_unit = $objp->fk_unit; - $line->ref = $objp->product_ref; // deprecated - $line->label = $objp->product_label; // deprecated - $line->libelle = $objp->product_label; // deprecated + $line->ref = $objp->product_ref; // deprecated + if (empty($objp->fk_product)) + { + $line->label = ''; // deprecated + $line->libelle = $objp->description; // deprecated + } + else + { + $line->label = $objp->product_label; // deprecated + $line->libelle = $objp->product_label; // deprecated + } $line->product_ref = $objp->product_ref; // Ref product $line->product_desc = $objp->product_desc; // Description product $line->product_label = $objp->product_label; // Label product $line->description = $objp->description; + $line->date_start = $this->db->jdate($objp->date_ouverture_prevue); + $line->date_start_real = $this->db->jdate($objp->date_ouverture); + $line->date_end = $this->db->jdate($objp->date_fin_validite); + $line->date_end_real = $this->db->jdate($objp->date_cloture); + // For backward compatibility $line->date_ouverture_prevue = $this->db->jdate($objp->date_ouverture_prevue); $line->date_ouverture = $this->db->jdate($objp->date_ouverture); $line->date_fin_validite = $this->db->jdate($objp->date_fin_validite); $line->date_cloture = $this->db->jdate($objp->date_cloture); - // For backward compatibility $line->date_debut_prevue = $this->db->jdate($objp->date_ouverture_prevue); $line->date_debut_reel = $this->db->jdate($objp->date_ouverture); $line->date_fin_prevue = $this->db->jdate($objp->date_fin_validite); $line->date_fin_reel = $this->db->jdate($objp->date_cloture); - // Retreive all extrafield for propal + // Retreive all extrafield for contract // fetch optionals attributes and labels $line->fetch_optionals($line->id,$extralabelsline); @@ -789,108 +802,6 @@ class Contrat extends CommonObject return -3; } - // Selectionne les lignes contrat liees a aucun produit - $sql = "SELECT d.rowid, d.fk_contrat, d.statut, d.qty, d.description, d.price_ht, d.tva_tx, d.localtax1_tx, d.localtax2_tx, d.localtax1_type, d.localtax2_type, d.rowid, d.remise_percent, d.subprice,"; - $sql.= " d.total_ht,"; - $sql.= " d.total_tva,"; - $sql.= " d.total_localtax1,"; - $sql.= " d.total_localtax2,"; - $sql.= " d.total_ttc,"; - $sql.= " d.info_bits, d.fk_product,"; - $sql.= " d.date_ouverture_prevue, d.date_ouverture,"; - $sql.= " d.date_fin_validite, d.date_cloture,"; - $sql.= " d.fk_user_author,"; - $sql.= " d.fk_user_ouverture,"; - $sql.= " d.fk_user_cloture,"; - $sql.= " d.fk_unit"; - $sql.= " FROM ".MAIN_DB_PREFIX."contratdet as d"; - $sql.= " WHERE d.fk_contrat = ".$this->id; - $sql.= " AND (d.fk_product IS NULL OR d.fk_product = 0)"; // fk_product = 0 gardee pour compatibilitee - - $result = $this->db->query($sql); - if ($result) - { - $num = $this->db->num_rows($result); - $i = 0; - - while ($i < $num) - { - $objp = $this->db->fetch_object($result); - - $line = new ContratLigne($this->db); - $line->id = $objp->rowid; - $line->fk_contrat = $objp->fk_contrat; - $line->libelle = $objp->description; - $line->desc = $objp->description; - $line->qty = $objp->qty; - $line->statut = $objp->statut; - $line->ref = ''; - $line->tva_tx = $objp->tva_tx; - $line->localtax1_tx = $objp->localtax1_tx; - $line->localtax2_tx = $objp->localtax2_tx; - $line->localtax1_type = $objp->localtax1_type; - $line->localtax2_type = $objp->localtax2_type; - $line->subprice = $objp->subprice; - $line->remise_percent = $objp->remise_percent; - $line->price_ht = $objp->price_ht; - $line->price = (isset($objp->price)?$objp->price:null); // For backward compatibility - $line->total_ht = $objp->total_ht; - $line->total_tva = $objp->total_tva; - $line->total_localtax1= $objp->total_localtax1; - $line->total_localtax2= $objp->total_localtax2; - $line->total_ttc = $objp->total_ttc; - $line->fk_product = 0; - $line->info_bits = $objp->info_bits; - - $line->fk_user_author = $objp->fk_user_author; - $line->fk_user_ouverture= $objp->fk_user_ouverture; - $line->fk_user_cloture = $objp->fk_user_cloture; - - $line->description = $objp->description; - - $line->date_ouverture_prevue = $this->db->jdate($objp->date_ouverture_prevue); - $line->date_ouverture = $this->db->jdate($objp->date_ouverture); - $line->date_fin_validite = $this->db->jdate($objp->date_fin_validite); - $line->date_cloture = $this->db->jdate($objp->date_cloture); - // For backward compatibility - $line->date_debut_prevue = $this->db->jdate($objp->date_ouverture_prevue); - $line->date_debut_reel = $this->db->jdate($objp->date_ouverture); - $line->date_fin_prevue = $this->db->jdate($objp->date_fin_validite); - $line->date_fin_reel = $this->db->jdate($objp->date_cloture); - $line->fk_unit = $objp->fk_unit; - - if ($line->statut == 0) $this->nbofserviceswait++; - if ($line->statut == 4 && (empty($line->date_fin_prevue) || $line->date_fin_prevue >= $now)) $this->nbofservicesopened++; - if ($line->statut == 4 && (! empty($line->date_fin_prevue) && $line->date_fin_prevue < $now)) $this->nbofservicesexpired++; - if ($line->statut == 5) $this->nbofservicesclosed++; - - - // Retreive all extrafield for propal - // fetch optionals attributes and labels - - $line->fetch_optionals($line->id,$extralabelsline); - - - $this->lines[$pos] = $line; - $this->lines_id_index_mapper[$line->id] = $pos; - - $total_ttc+=$objp->total_ttc; - $total_vat+=$objp->total_tva; - $total_ht+=$objp->total_ht; - - $i++; - $pos++; - } - - $this->db->free($result); - } - else - { - dol_syslog(get_class($this)."::Fetch Erreur lecture des lignes de contrat non liees aux produits"); - $this->error=$this->db->error(); - return -2; - } - $this->nbofservices=count($this->lines); $this->total_ttc = price2num($total_ttc); // TODO For the moment value is false as value is not stored in database for line linked to products $this->total_vat = price2num($total_vat); // TODO For the moment value is false as value is not stored in database for line linked to products @@ -1967,7 +1878,6 @@ class Contrat extends CommonObject if ($add_save_lastsearch_values) $url.='&save_lastsearch_values=1'; //} - $picto = 'contract'; $label = ''; if ($user->rights->contrat->lire) { @@ -2002,9 +1912,11 @@ class Contrat extends CommonObject $linkstart.=$linkclose.'>'; $linkend=''; - if ($withpicto) $result.=($linkstart.img_object(($notooltip?'':$label), $picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend); - if ($withpicto && $withpicto != 2) $result.=' '; - $result.=$linkstart.$this->ref.$linkend; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $this->picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; + return $result; } @@ -2178,10 +2090,10 @@ class Contrat extends CommonObject if ($mode == 'inactives') { $warning_delay = $conf->contrat->services->inactifs->warning_delay; $label = $langs->trans("BoardNotActivatedServices"); - $url = DOL_URL_ROOT.'/contrat/services.php?mainmenu=commercial&leftmenu=contracts&mode=0'; + $url = DOL_URL_ROOT.'/contrat/services_list.php?mainmenu=commercial&leftmenu=contracts&mode=0'; } else { $warning_delay = $conf->contrat->services->expires->warning_delay; - $url = DOL_URL_ROOT.'/contrat/services.php?mainmenu=commercial&leftmenu=contracts&mode=4&filter=expired'; + $url = DOL_URL_ROOT.'/contrat/services_list.php?mainmenu=commercial&leftmenu=contracts&mode=4&filter=expired'; $label = $langs->trans("BoardRunningServices"); } @@ -2336,10 +2248,10 @@ class Contrat extends CommonObject $line->total_ht=90; $line->total_ttc=107.64; // 90 * 1.196 $line->total_tva=17.64; - $line->date_ouverture = dol_now() - 200000; - $line->date_ouverture_prevue = dol_now() - 500000; - $line->date_fin_validite = dol_now() + 500000; - $line->date_cloture = dol_now() - 100000; + $line->date_start = dol_now() - 500000; + $line->date_start_real = dol_now() - 200000; + $line->date_end = dol_now() + 500000; + $line->date_end_real = dol_now() - 100000; if ($num_prods > 0) { $prodid = mt_rand(1, $num_prods); @@ -2350,17 +2262,18 @@ class Contrat extends CommonObject } } - /** + /** * Create an array of order lines * * @return int >0 if OK, <0 if KO - */ - function getLinesArray() - { - return $this->fetch_lines(); - } + */ + function getLinesArray() + { + return $this->fetch_lines(); + } - /** + + /** * Create a document onto disk according to template module. * * @param string $modele Force model to use ('' to not force) @@ -2552,6 +2465,12 @@ class ContratLigne extends CommonObjectLine var $product_label; var $date_commande; + + var $date_start; // date start planned + var $date_start_real; // date start real + var $date_end; // date end planned + var $date_end_real; // date end real + // For backward compatibility var $date_ouverture_prevue; // date start planned var $date_ouverture; // date start real var $date_fin_validite; // date end planned @@ -2787,10 +2706,17 @@ class ContratLigne extends CommonObjectLine $this->label = $obj->label; // deprecated. We do not use this field. Only ref and label of product, and description of contract line $this->description = $obj->description; $this->date_commande = $this->db->jdate($obj->date_commande); + + $this->date_start = $this->db->jdate($obj->date_ouverture_prevue); + $this->date_start_real = $this->db->jdate($obj->date_ouverture); + $this->date_end = $this->db->jdate($obj->date_fin_validite); + $this->date_end_real = $this->db->jdate($obj->date_cloture); + // For backward compatibility $this->date_ouverture_prevue = $this->db->jdate($obj->date_ouverture_prevue); $this->date_ouverture = $this->db->jdate($obj->date_ouverture); $this->date_fin_validite = $this->db->jdate($obj->date_fin_validite); $this->date_cloture = $this->db->jdate($obj->date_cloture); + $this->tva_tx = $obj->tva_tx; $this->vat_src_code = $obj->vat_src_code; $this->localtax1_tx = $obj->localtax1_tx; @@ -2878,6 +2804,12 @@ class ContratLigne extends CommonObjectLine if (empty($this->localtax1_tx)) $this->localtax1_tx = 0; if (empty($this->localtax2_tx)) $this->localtax2_tx = 0; if (empty($this->remise_percent)) $this->remise_percent = 0; + // For backward compatibility + if (empty($this->date_start)) $this->date_start=$this->date_ouverture_prevue; + if (empty($this->date_start_real)) $this->date_start=$this->date_ouverture; + if (empty($this->date_end)) $this->date_start=$this->date_fin_validite; + if (empty($this->date_end_real)) $this->date_start=$this->date_cloture; + // Check parameters // Put here code to add control on parameters values diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php index 2d818f8001d..e0874d41595 100644 --- a/htdocs/contrat/index.php +++ b/htdocs/contrat/index.php @@ -190,7 +190,7 @@ foreach($listofstatus as $status) print ''; print ''; - print ''; + print ''; print "\n"; } if ($status==4 && ! $bool) $bool=true; @@ -210,7 +210,7 @@ foreach($listofstatus as $status) { print ''; print ''; - print ''; + print ''; if ($status==4 && ! $bool) $bool=true; else $bool=false; print "\n"; @@ -468,7 +468,7 @@ if ($resql) print '
".dol_print_date($data['date'],'day')."'.$data['link']."
'; print fieldLabel('PaymentMode','selectpaymenttype',1).''; - $form->select_types_paiements(GETPOST("paymenttype"), "paymenttype"); + $form->select_types_paiements(GETPOST("paymenttype"), "paymenttype", '', 2); print '
'.$staticcontratligne->LibStatut($status,0,($bool?1:0)).''.($nb[$status.$bool]?$nb[$status.$bool]:0).' '.$staticcontratligne->LibStatut($status,3,($bool?1:0)).''.($nb[$status.$bool]?$nb[$status.$bool]:0).' '.$staticcontratligne->LibStatut($status,3,($bool?1:0)).'
'.$staticcontratligne->LibStatut($status,0,($bool?1:0)).''.($nb[$status.$bool]?$nb[$status.$bool]:0).' '.$staticcontratligne->LibStatut($status,3,($bool?1:0)).''.($nb[$status.$bool]?$nb[$status.$bool]:0).' '.$staticcontratligne->LibStatut($status,3,($bool?1:0)).'
'; - print ''; + print ''; print "\n"; while ($i < $num) @@ -548,7 +548,7 @@ if ($resql) print '
'.$langs->trans("NotActivatedServices").' '.$num.'
'.$langs->trans("NotActivatedServices").' '.$num.'
'; - print ''; + print ''; print "\n"; while ($i < $num) diff --git a/htdocs/contrat/list.php b/htdocs/contrat/list.php index 611eae49e4c..06e5a628b86 100644 --- a/htdocs/contrat/list.php +++ b/htdocs/contrat/list.php @@ -64,7 +64,7 @@ $search_sale=GETPOST('search_sale','int'); $search_product_category=GETPOST('search_product_category','int'); $search_dfmonth=GETPOST('search_dfmonth','int'); $search_dfyear=GETPOST('search_dfyear','int'); -$search_op2df=GETPOST('search_op2df'); +$search_op2df=GETPOST('search_op2df','alpha'); $day=GETPOST("day","int"); $year=GETPOST("year","int"); $month=GETPOST("month","int"); @@ -129,7 +129,7 @@ $arrayfields=array( 'c.date_contrat'=>array('label'=>$langs->trans("DateContract"), 'checked'=>1), 'c.datec'=>array('label'=>$langs->trans("DateCreation"), 'checked'=>0, 'position'=>500), 'c.tms'=>array('label'=>$langs->trans("DateModificationShort"), 'checked'=>0, 'position'=>500), - 'lower_planned_end_date'=>array('label'=>$langs->trans("LowerDateEndPlannedShort"), 'checked'=>1, 'position'=>900), + 'lower_planned_end_date'=>array('label'=>$langs->trans("LowerDateEndPlannedShort"), 'checked'=>1, 'position'=>900, 'help'=>$langs->trans("LowerDateEndPlannedShort")), 'status'=>array('label'=>$langs->trans("Status"), 'checked'=>1, 'position'=>1000), ); // Extra fields @@ -137,7 +137,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } @@ -285,30 +285,24 @@ foreach ($search_array_options as $key => $val) $parameters=array(); $reshook=$hookmanager->executeHooks('printFieldListWhere',$parameters); // Note that $action and $object may have been modified by hook $sql.=$hookmanager->resPrint; - -if ($search_dfyear > 0) -{ -// $sql.= " AND MIN(".$db->ifsql("cd.statut=4", "cd.date_fin_validite", "null").") ".$search_op2df."= '".$db->idate(($search_op2df == "<" ? dol_get_last_day($search_dfyear,$search_dfmonth,false) : dol_get_first_day($search_dfyear,$search_dfmonth,false)))."'"; -} - $sql.= " GROUP BY c.rowid, c.ref, c.datec, c.tms, c.date_contrat, c.statut, c.ref_customer, c.ref_supplier, c.note_private, c.note_public,"; $sql.= ' s.rowid, s.nom, s.email, s.town, s.zip, s.fk_pays, s.client, s.code_client,'; $sql.= " typent.code,"; $sql.= " state.code_departement, state.nom"; -//$sql.= " MIN(".$db->ifsql("cd.statut=4", "cd.date_fin_validite", "null").")"; // Add fields from extrafields foreach ($extrafields->attribute_label as $key => $val) $sql.=($extrafields->attribute_type[$key] != 'separate' ? ",ef.".$key : ''); // Add where from hooks $parameters=array(); $reshook=$hookmanager->executeHooks('printFieldListGroupBy',$parameters); // Note that $action and $object may have been modified by hook $sql.=$hookmanager->resPrint; - -if ($search_dfyear > 0) +if ($search_dfyear > 0 && $search_op2df) { - $sql.= " HAVING MIN(".$db->ifsql("cd.statut=4", "cd.date_fin_validite", "null").") ".$search_op2df."= '".$db->idate(($search_op2df == "<" ? dol_get_last_day($search_dfyear,$search_dfmonth,false) : dol_get_first_day($search_dfyear,$search_dfmonth,false)))."'"; + if ($search_op2df == '<=') $sql.= " HAVING MIN(".$db->ifsql("cd.statut=4", "cd.date_fin_validite", "null").") <= '".$db->idate(dol_get_last_day($search_dfyear,$search_dfmonth,false))."'"; + elseif ($search_op2df == '>=') $sql.= " HAVING MIN(".$db->ifsql("cd.statut=4", "cd.date_fin_validite", "null").") >= '".$db->idate(dol_get_first_day($search_dfyear,$search_dfmonth,false))."'"; + else $sql.= " HAVING MIN(".$db->ifsql("cd.statut=4", "cd.date_fin_validite", "null").") <= '".$db->idate(dol_get_last_day($search_dfyear,$search_dfmonth,false))."' AND MIN(".$db->ifsql("cd.statut=4", "cd.date_fin_validite", "null").") >= '".$db->idate(dol_get_first_day($search_dfyear,$search_dfmonth,false))."'"; } - $sql.= $db->order($sortfield,$sortorder); +//print $sql; $totalnboflines=0; $result=$db->query($sql); @@ -566,7 +560,7 @@ if ($resql) if (! empty($arrayfields['lower_planned_end_date']['checked'])) { print '
'.$langs->trans("ListOfExpiredServices").' '.$num.'
'.$langs->trans("ListOfExpiredServices").' '.$num.'
'; - $arrayofoperators=array('<'=>'<','>'=>'>'); + $arrayofoperators=array('0'=>'','='=>'=','<='=>'<=','>='=>'>='); print $form->selectarray('search_op2df',$arrayofoperators,$search_op2df,0); print '
'; print $formother->select_month($search_dfmonth, 'search_dfmonth', 1); diff --git a/htdocs/contrat/services.php b/htdocs/contrat/services_list.php similarity index 99% rename from htdocs/contrat/services.php rename to htdocs/contrat/services_list.php index 84a7fd17cc2..c25311b84da 100644 --- a/htdocs/contrat/services.php +++ b/htdocs/contrat/services_list.php @@ -19,7 +19,7 @@ */ /** - * \file htdocs/contrat/services.php + * \file htdocs/contrat/services_list.php * \ingroup contrat * \brief Page to list services in contracts */ @@ -134,7 +134,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } @@ -272,7 +272,7 @@ if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST)) $sql .= $db->plimit($limit + 1, $offset); //print $sql; -dol_syslog("contrat/services.php", LOG_DEBUG); +dol_syslog("contrat/services_list.php", LOG_DEBUG); $resql=$db->query($sql); if (! $resql) { diff --git a/htdocs/core/actions_addupdatedelete.inc.php b/htdocs/core/actions_addupdatedelete.inc.php new file mode 100644 index 00000000000..b2ec79af5a7 --- /dev/null +++ b/htdocs/core/actions_addupdatedelete.inc.php @@ -0,0 +1,142 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * or see http://www.gnu.org/ + */ + +/** + * \file htdocs/core/actions_addupdatedelete.inc.php + * \brief Code for common actions cancel / add / update / delete + */ + + +// $action or $cancel must be defined +// $object must be defined +// $permissiontoadd must be defined +// $permissiontodelete must be defined +// $backurlforlist must be defined +// $backtopage may be defined + +if ($cancel) +{ + if (! empty($backtopage)) + { + header("Location: ".$backtopage); + exit; + } + $action=''; +} + +// Action to add record +if ($action == 'add' && ! empty($permissiontoadd)) +{ + foreach ($object->fields as $key => $val) + { + if (in_array($key, array('rowid', 'entity', 'date_creation', 'tms', 'fk_user_creat', 'fk_user_modif', 'import_key'))) continue; // Ignore special fields + + $value = GETPOST($key,'alpha'); + if (preg_match('/^integer:/i', $object->fields[$key]['type']) && $value == '-1') $value=''; // This is an implicit foreign key field + if (! empty($object->fields[$key]['foreignkey']) && $value == '-1') $value=''; // This is an explicit foreign key field + + $object->$key=$value; + if ($val['notnull'] > 0 && $object->$key == '') + { + $error++; + setEventMessages($langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv($val['label'])), null, 'errors'); + } + } + + if (! $error) + { + $result=$object->createCommon($user); + if ($result > 0) + { + // Creation OK + $urltogo=$backtopage?$backtopage:$backurlforlist; + header("Location: ".$urltogo); + exit; + } + else + { + // Creation KO + if (! empty($object->errors)) setEventMessages(null, $object->errors, 'errors'); + else setEventMessages($object->error, null, 'errors'); + $action='create'; + } + } + else + { + $action='create'; + } +} + +// Action to update record +if ($action == 'update' && ! empty($permissiontoadd)) +{ + foreach ($object->fields as $key => $val) + { + if (! GETPOSTISSET($key)) continue; // The field was not submited to be edited + if (in_array($key, array('rowid', 'entity', 'date_creation', 'tms', 'fk_user_creat', 'fk_user_modif', 'import_key'))) continue; // Ignore special fields + + $value = GETPOST($key,'alpha'); + if (preg_match('/^integer:/i', $object->fields[$key]['type']) && $value == '-1') $value=''; // This is an implicit foreign key field + if (! empty($object->fields[$key]['foreignkey']) && $value == '-1') $value=''; // This is an explicit foreign key field + + $object->$key=$value; + if ($val['notnull'] > 0 && $object->$key == '') + { + $error++; + setEventMessages($langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv($val['label'])), null, 'errors'); + } + } + + if (! $error) + { + $result=$object->updateCommon($user); + if ($result > 0) + { + $action='view'; + } + else + { + // Creation KO + if (! empty($object->errors)) setEventMessages(null, $object->errors, 'errors'); + else setEventMessages($object->error, null, 'errors'); + $action='edit'; + } + } + else + { + $action='edit'; + } +} + +// Action to delete +if ($action == 'confirm_delete' && ! empty($permissiontodelete)) +{ + $result=$object->deleteCommon($user); + if ($result > 0) + { + // Delete OK + setEventMessages("RecordDeleted", null, 'mesgs'); + header("Location: ".$backurlforlist); + exit; + } + else + { + if (! empty($object->errors)) setEventMessages(null, $object->errors, 'errors'); + else setEventMessages($object->error, null, 'errors'); + } +} diff --git a/htdocs/core/actions_extrafields.inc.php b/htdocs/core/actions_extrafields.inc.php index b6e70059da3..6b6d40acd9c 100644 --- a/htdocs/core/actions_extrafields.inc.php +++ b/htdocs/core/actions_extrafields.inc.php @@ -160,6 +160,10 @@ if ($action == 'add') } } + // Visibility: -1=not visible by default in list, 1=visible, 0=hidden + $visibility = GETPOST('list', 'alpha'); + if ($type == 'separate') $visibility=3; + $result=$extrafields->addExtraField( GETPOST('attrname', 'alpha'), GETPOST('label', 'alpha'), @@ -173,8 +177,8 @@ if ($action == 'add') $params, (GETPOST('alwayseditable', 'alpha')?1:0), (GETPOST('perms', 'alpha')?GETPOST('perms', 'alpha'):''), - GETPOST('list', 'alpha'), // Same as visible -1=not visible by default in list, 1=visible, 0=not visible in list - (GETPOST('ishidden', 'alpha')?1:0), + $visibility, + 0, GETPOST('computed_value','alpha'), (GETPOST('entitycurrentorall', 'alpha')?0:''), GETPOST('langfile', 'alpha') @@ -323,6 +327,10 @@ if ($action == 'update') } } + // Visibility: -1=not visible by default in list, 1=visible, 0=hidden + $visibility = GETPOST('list', 'alpha'); + if ($type == 'separate') $visibility=3; + $result=$extrafields->update( GETPOST('attrname', 'alpha'), GETPOST('label', 'alpha'), @@ -335,8 +343,8 @@ if ($action == 'update') $params, (GETPOST('alwayseditable', 'alpha')?1:0), (GETPOST('perms', 'alpha')?GETPOST('perms', 'alpha'):''), - GETPOST('list', 'alpha'), // Same as visible -1=not visible by default in list, 1=visible, 0=not visible in list - (GETPOST('ishidden', 'alpha')?1:0), + $visibility, + 0, GETPOST('default_value','alpha'), GETPOST('computed_value','alpha'), (GETPOST('entitycurrentorall', 'alpha')?0:''), diff --git a/htdocs/core/actions_linkedfiles.inc.php b/htdocs/core/actions_linkedfiles.inc.php index 1f47a94f6d2..ea5d6c3db26 100644 --- a/htdocs/core/actions_linkedfiles.inc.php +++ b/htdocs/core/actions_linkedfiles.inc.php @@ -56,7 +56,7 @@ if ($action == 'confirm_deletefile' && $confirm == 'yes') { if ($object->id) { - $urlfile = GETPOST('urlfile', 'alpha'); // Do not use urldecode here ($_GET and $_REQUEST are already decoded by PHP). + $urlfile = GETPOST('urlfile', 'alpha', 0, null, null, 1); // Do not use urldecode here ($_GET and $_REQUEST are already decoded by PHP). if (GETPOST('section', 'alpha')) $file = $upload_dir . "/" . $urlfile; // For a delete of GED module urlfile contains full path from upload_dir else // For documents pages, upload_dir contains already path to file from module dir, so we clean path into urlfile. { diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php index 0e9d405d44c..e6e9bbea604 100644 --- a/htdocs/core/actions_massactions.inc.php +++ b/htdocs/core/actions_massactions.inc.php @@ -567,7 +567,7 @@ if (! $error && $massaction == "builddoc" && $permtoread && ! GETPOST('button_se $input_files.=' '.escapeshellarg($f); } - $cmd = 'pdftk '.$input_files.' cat output '.escapeshellarg($file); + $cmd = 'pdftk '.escapeshellarg($input_files).' cat output '.escapeshellarg($file); exec($cmd); if (! empty($conf->global->MAIN_UMASK)) diff --git a/htdocs/core/ajax/ajaxdirpreview.php b/htdocs/core/ajax/ajaxdirpreview.php index 203bd71e645..ddcf8eb62d8 100644 --- a/htdocs/core/ajax/ajaxdirpreview.php +++ b/htdocs/core/ajax/ajaxdirpreview.php @@ -89,9 +89,7 @@ else // For no ajax call if (empty($url)) $url=DOL_URL_ROOT.'/ecm/index.php'; // Load traductions files -$langs->load("ecm"); -$langs->load("companies"); -$langs->load("other"); +$langs->loadLangs(array("ecm","companies","other")); // Security check if ($user->societe_id > 0) $socid = $user->societe_id; @@ -167,7 +165,7 @@ if ($type == 'directory') $sorting = (strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC); // Right area. If module is defined here, we are in automatic ecm. - $automodules = array('company', 'invoice', 'invoice_supplier', 'propal', 'order', 'order_supplier', 'contract', 'product', 'tax', 'project', 'fichinter', 'user', 'expensereport'); + $automodules = array('company', 'invoice', 'invoice_supplier', 'propal', 'supplier_proposal', 'order', 'order_supplier', 'contract', 'product', 'tax', 'project', 'fichinter', 'user', 'expensereport'); // TODO change for multicompany sharing // Auto area for suppliers invoices @@ -176,8 +174,10 @@ if ($type == 'directory') else if ($module == 'invoice') $upload_dir = $conf->facture->dir_output; // Auto area for suppliers invoices else if ($module == 'invoice_supplier') $upload_dir = $conf->fournisseur->facture->dir_output; - // Auto area for customers orders + // Auto area for customers proposal else if ($module == 'propal') $upload_dir = $conf->propal->dir_output; + // Auto area for suppliers proposal + else if ($module == 'supplier_proposal') $upload_dir = $conf->supplier_proposal->dir_output; // Auto area for customers orders else if ($module == 'order') $upload_dir = $conf->commande->dir_output; // Auto area for suppliers orders @@ -220,7 +220,8 @@ if ($type == 'directory') if ($module == 'medias') { $relativepath=GETPOST('file','alpha'); - $upload_dir = $dolibarr_main_data_root.'/medias/'.$relativepath; + if ($relativepath && $relativepath!= '/') $relativepath.='/'; + $upload_dir = $dolibarr_main_data_root.'/'.$module.'/'.$relativepath; } else { @@ -245,7 +246,11 @@ if ($type == 'directory') $textifempty = $langs->trans('NoFileFound'); } - else if ($section === '0') $textifempty='
'.$langs->trans("DirNotSynchronizedSyncFirst").'

'; + else if ($section === '0') + { + if ($module == 'ecm') $textifempty='
'.$langs->trans("DirNotSynchronizedSyncFirst").'

'; + else $textifempty = $langs->trans('NoFileFound'); + } else $textifempty=($showonrightsize=='featurenotyetavailable'?$langs->trans("FeatureNotYetAvailable"):$langs->trans("ECMSelectASection")); if ($module == 'medias') diff --git a/htdocs/core/ajax/ajaxdirtree.php b/htdocs/core/ajax/ajaxdirtree.php index ea4bf830e21..9d0908953c6 100644 --- a/htdocs/core/ajax/ajaxdirtree.php +++ b/htdocs/core/ajax/ajaxdirtree.php @@ -23,25 +23,35 @@ // This script is called with a POST method. -// Directory to scan (full path) is inside POST['dir']. +// Directory to scan (full path) is inside POST['dir'] and encode by js escape() if ajax is used or encoded by urlencode if mode=noajax if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); // Disables token renewal -//if (! defined('NOREQUIRETRAN')) define('NOREQUIRETRAN','1'); if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU','1'); if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML','1'); if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1'); -$res=@include '../../main.inc.php'; -include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php'; -include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; -include_once DOL_DOCUMENT_ROOT.'/core/lib/treeview.lib.php'; -include_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; -include_once DOL_DOCUMENT_ROOT.'/ecm/class/ecmdirectory.class.php'; +if (! isset($mode) || $mode != 'noajax') // For ajax call +{ + $res=@include '../../main.inc.php'; + include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php'; + include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; + include_once DOL_DOCUMENT_ROOT.'/core/lib/treeview.lib.php'; + include_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; + include_once DOL_DOCUMENT_ROOT.'/ecm/class/ecmdirectory.class.php'; -$openeddir = GETPOST('openeddir'); -$modulepart= GETPOST('modulepart'); -$selecteddir = jsUnEscape(GETPOST('dir')); // relative path. We must decode using same encoding function used by javascript: escape() -if ($selecteddir != '/') $selecteddir = preg_replace('/\/$/','',$selecteddir); // We removed last '/' except if it is '/' + $openeddir = GETPOST('openeddir'); + $modulepart= GETPOST('modulepart'); + $selecteddir = jsUnEscape(GETPOST('dir')); // relative path. We must decode using same encoding function used by javascript: escape() + if ($selecteddir != '/') $selecteddir = preg_replace('/\/$/','',$selecteddir); // We removed last '/' except if it is '/' +} +else // For no ajax call +{ + $openeddir = GETPOST('openeddir'); + $modulepart= GETPOST('modulepart'); + $selecteddir = GETPOST('dir'); + if ($selecteddir != '/') $selecteddir = preg_replace('/\/$/','',$selecteddir); // We removed last '/' except if it is '/' + if (empty($url)) $url=DOL_URL_ROOT.'/ecm/index.php'; +} $langs->load("ecm"); @@ -76,7 +86,10 @@ if ($modulepart == 'medias') * View */ -top_httphead(); +if (! isset($mode) || $mode != 'noajax') +{ + top_httphead(); +} //print ''."\n"; $userstatic=new User($db); @@ -97,151 +110,323 @@ foreach($sqltree as $keycursor => $val) } } - -if (file_exists($fullpathselecteddir)) +if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS)) { - $files = @scandir($fullpathselecteddir); + if (file_exists($fullpathselecteddir)) + { + $files = @scandir($fullpathselecteddir); - if ($files) - { - natcasesort($files); - if ( count($files) > 2 ) /* The 2 accounts for . and .. */ - { - echo "
    \n"; + if ($files) + { + natcasesort($files); + if (count($files) > 2) /* The 2 accounts for . and .. */ + { + echo '
\n"; + print ''; - //print '
 
'; - print "\n"; - } - } + //print '
 
'; + print "\n"; + } + } - // Enable jquery handlers on new generated HTML objects - print "\n\n"; - print ''; + /* TODO Remove this. Is replaced with function as 3rd parameter of fileTree */ + jQuery(".fmdirlia").click(function(e) { + id=jQuery(this).attr(\'id\').substr(12); + jQuery("#formuserfile_section_dir").val(jQuery(this).attr(\'rel\')); + jQuery("#formuserfile_section_id").val(id); + }); + }); + '; - echo "\n"; + echo "\n"; - } - } - else print "PermissionDenied"; + } + } + else print "PermissionDenied"; + } + + // This ajax service is called only when a directory $selecteddir is opened but not when closed. + //print ''; } -// This ajax service is called only when a directory $selecteddir is opened but not when closed. -//print ''; -if (is_object($db)) $db->close(); +if (empty($conf->use_javascript_ajax) || ! empty($conf->global->MAIN_ECM_DISABLE_JS)) +{ + print '
    '; + + // Load full tree from database. We will use it to define nbofsubdir and nboffilesinsubdir + if (empty($sqltree)) $sqltree=$ecmdirstatic->get_full_arbo(0); // Slow + + // ----- This section will show a tree from a fulltree array ----- + // $section must also be defined + // ---------------------------------------------------------------- + + // Define fullpathselected ( _x_y_z ) of $section parameter (!! not into ajaxdirtree) + $fullpathselected=''; + foreach($sqltree as $key => $val) + { + //print $val['id']."-".$section."
    "; + if ($val['id'] == $section) + { + $fullpathselected=$val['fullpath']; + break; + } + } + //print "fullpathselected=".$fullpathselected."
    "; + + // Update expandedsectionarray in session + $expandedsectionarray=array(); + if (isset($_SESSION['dol_ecmexpandedsectionarray'])) $expandedsectionarray=explode(',',$_SESSION['dol_ecmexpandedsectionarray']); + + if ($section && GETPOST('sectionexpand') == 'true') + { + // We add all sections that are parent of opened section + $pathtosection=explode('_',$fullpathselected); + foreach($pathtosection as $idcursor) + { + if ($idcursor && ! in_array($idcursor,$expandedsectionarray)) // Not already in array + { + $expandedsectionarray[]=$idcursor; + } + } + $_SESSION['dol_ecmexpandedsectionarray']=join(',',$expandedsectionarray); + } + if ($section && GETPOST('sectionexpand') == 'false') + { + // We removed all expanded sections that are child of the closed section + $oldexpandedsectionarray=$expandedsectionarray; + $expandedsectionarray=array(); // Reset + foreach($oldexpandedsectionarray as $sectioncursor) + { + // TODO is_in_subtree(fulltree,sectionparent,sectionchild) does nox exists. Enable or remove this... + //if ($sectioncursor && ! is_in_subtree($sqltree,$section,$sectioncursor)) $expandedsectionarray[]=$sectioncursor; + } + $_SESSION['dol_ecmexpandedsectionarray']=join(',',$expandedsectionarray); + } + //print $_SESSION['dol_ecmexpandedsectionarray'].'
    '; + + $nbofentries=0; + $oldvallevel=0; + $var=true; + foreach($sqltree as $key => $val) + { + $var=false; + + $ecmdirstatic->id=$val['id']; + $ecmdirstatic->ref=$val['label']; + + // Refresh cache + if (preg_match('/refresh/i',$action)) + { + $result=$ecmdirstatic->fetch($val['id']); + $ecmdirstatic->ref=$ecmdirstatic->label; + + $result=$ecmdirstatic->refreshcachenboffile(0); + $val['cachenbofdoc']=$result; + } + + //$fullpathparent=preg_replace('/(_[^_]+)$/i','',$val['fullpath']); + + // Define showline + $showline=0; + + // If directory is son of expanded directory, we show line + if (in_array($val['id_mere'],$expandedsectionarray)) $showline=4; + // If directory is brother of selected directory, we show line + elseif ($val['id'] != $section && $val['id_mere'] == $ecmdirstatic->motherof[$section]) $showline=3; + // If directory is parent of selected directory or is selected directory, we show line + elseif (preg_match('/'.$val['fullpath'].'_/i',$fullpathselected.'_')) $showline=2; + // If we are level one we show line + elseif ($val['level'] < 2) $showline=1; + + if ($showline) + { + if (in_array($val['id'],$expandedsectionarray)) $option='indexexpanded'; + else $option='indexnotexpanded'; + //print $option; + + print '\n"; + } + + $oldvallevel=$val['level']; + $nbofentries++; + } + + // If nothing to show + if ($nbofentries == 0) + { + print '\n"; + } + + print '
'; +} + + +// Close db if mode is not noajax +if ((! isset($mode) || $mode != 'noajax') && is_object($db)) $db->close(); diff --git a/htdocs/core/ajax/selectobject.php b/htdocs/core/ajax/selectobject.php new file mode 100644 index 00000000000..0c52c490512 --- /dev/null +++ b/htdocs/core/ajax/selectobject.php @@ -0,0 +1,86 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * \file htdocs/core/ajax/selectobject.php + * \brief File to return Ajax response on a selection list request + */ + +if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); // Disables token renewal +if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU','1'); +if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML','1'); +if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1'); +if (! defined('NOREQUIRESOC')) define('NOREQUIRESOC','1'); +if (! defined('NOCSRFCHECK')) define('NOCSRFCHECK','1'); + +require '../../main.inc.php'; + +$objectdesc=GETPOST('objectdesc', 'alpha'); +$htmlname=GETPOST('htmlname', 'aZ09'); +$sqlfilter=GETPOST('sqlfilter', 'alpha'); +$outjson=(GETPOST('outjson', 'int') ? GETPOST('outjson', 'int') : 0); +$action=GETPOST('action', 'alpha'); +$id=GETPOST('id', 'int'); + + +/* + * View + */ + +//print ''."\n"; + +dol_syslog(join(',', $_GET)); +//print_r($_GET); + + +require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; +$form = new Form($db); + +//$langs->load("companies"); + +top_httphead(); + +if (empty($htmlname)) return; + + +$InfoFieldList = explode(":", $objectdesc); +$classname=$InfoFieldList[0]; +$classpath=$InfoFieldList[1]; +if (! empty($classpath)) +{ + dol_include_once($classpath); + if ($classname && class_exists($classname)) + { + $objecttmp = new $classname($db); + } +} +if (! is_object($objecttmp)) +{ + dol_syslog('Error bad param objectdesc', LOG_WARNING); + print 'Error bad param objectdesc'; +} + +// When used from jQuery, the search term is added as GET param "term". +$searchkey=(($id && GETPOST($id, 'alpha'))?GETPOST($id, 'alpha'):(($htmlname && GETPOST($htmlname, 'alpha'))?GETPOST($htmlname, 'alpha'):'')); + +// TODO Add a security test to avoid to get content of all tables + +$arrayresult=$form->selectForFormsList($objecttmp, $htmlname, '', 0, $searchkey, '', '', '', 0, 1); + +$db->close(); + +if ($outjson) print json_encode($arrayresult); diff --git a/htdocs/core/boxes/box_ficheinter.php b/htdocs/core/boxes/box_ficheinter.php index f62745437a6..c96fb37afe7 100644 --- a/htdocs/core/boxes/box_ficheinter.php +++ b/htdocs/core/boxes/box_ficheinter.php @@ -1,7 +1,7 @@ - * Copyright (C) 2013 Juanjo Menent - * Copyright (C) 2015 Frederic France +/* Copyright (C) 2013 Florian Henry + * Copyright (C) 2013 Juanjo Menent + * Copyright (C) 2015 Frederic France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -75,7 +75,7 @@ class box_ficheinter extends ModeleBoxes $this->info_box_head = array('text' => $langs->trans("BoxTitleLastFicheInter",$max)); - if ($user->rights->ficheinter->lire) + if (! empty($user->rights->ficheinter->lire)) { $sql = "SELECT f.rowid, f.ref, f.fk_soc, f.fk_statut,"; $sql.= " f.datec,"; diff --git a/htdocs/core/boxes/modules_boxes.php b/htdocs/core/boxes/modules_boxes.php index 93b8fa3d9d2..fe919b1fcba 100644 --- a/htdocs/core/boxes/modules_boxes.php +++ b/htdocs/core/boxes/modules_boxes.php @@ -269,7 +269,8 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" $out.= img_picto($langs->trans("MoveBox",$this->box_id),'grip_title','class="boxhandle hideonsmartphone cursormove"'); $out.= img_picto($langs->trans("CloseBox",$this->box_id),'close_title','class="boxclose cursorpointer" rel="x:y" id="imgclose'.$this->box_id.'"'); $label=$head['text']; - if (! empty($head['graph'])) $label.=' ('.$langs->trans("Graph").')'; + //if (! empty($head['graph'])) $label.=' ('.$langs->trans("Graph").')'; + if (! empty($head['graph'])) $label.=' '; $out.= ''; $out.= '
'; } diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index aa3fb034e32..7f73630f7f6 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -101,7 +101,7 @@ abstract class CommonObject // Following vars are used by some objects only. We keep this property here in CommonObject to be able to provide common method using them. /** - * @var string[] Can be used to pass information when only object is provided to method + * @var array Can be used to pass information when only object is provided to method */ public $context=array(); @@ -340,16 +340,6 @@ abstract class CommonObject // No constructor as it is an abstract class - /** - * Return if an object manage the multicompany field and how. - * - * @return int 0=No entity field managed, 1=Test with field entity, 2=Test with link to thirdparty (and sales representative) - */ - function getIsmultientitymanaged() - { - return $this->ismultientitymanaged; - } - /** * Check an object id/ref exists * If you don't need/want to instantiate object and just need to know if object exists, use this method instead of fetch @@ -553,6 +543,90 @@ abstract class CommonObject return $out; } + /** + * Return the link of last main doc file for direct public download. + * + * @param string $modulepart Module related to document + * @param int $initsharekey Init the share key if it was not yet defined + * @return string Link or empty string if there is no download link + */ + function getLastMainDocLink($modulepart, $initsharekey=0) + { + global $user, $dolibarr_main_url_root; + + if (empty($this->last_main_doc)) + { + return ''; // No known last doc + } + + include_once DOL_DOCUMENT_ROOT.'/ecm/class/ecmfiles.class.php'; + $ecmfile=new EcmFiles($this->db); + $result = $ecmfile->fetch(0, '', $this->last_main_doc); + if ($result < 0) + { + $this->error = $ecmfile->error; + $this->errors = $ecmfile->errors; + return -1; + } + + if (empty($ecmfile->id)) + { + // Add entry into index + if ($initsharekey) + { + require_once DOL_DOCUMENT_ROOT.'/core/lib/security2.lib.php'; + // TODO We can't, we dont' have full path of file, only last_main_doc adn ->element, so we must rebuild full path first + /* + $ecmfile->filepath = $rel_dir; + $ecmfile->filename = $filename; + $ecmfile->label = md5_file(dol_osencode($destfull)); // hash of file content + $ecmfile->fullpath_orig = ''; + $ecmfile->gen_or_uploaded = 'generated'; + $ecmfile->description = ''; // indexed content + $ecmfile->keyword = ''; // keyword content + $ecmfile->share = getRandomPassword(true); + $result = $ecmfile->create($user); + if ($result < 0) + { + $this->error = $ecmfile->error; + $this->errors = $ecmfile->errors; + } + */ + } + else return ''; + } + elseif (empty($ecmfile->share)) + { + // Add entry into index + if ($initsharekey) + { + require_once DOL_DOCUMENT_ROOT.'/core/lib/security2.lib.php'; + $ecmfile->share = getRandomPassword(true); + $ecmfile->update($user); + } + else return ''; + } + + // Define $urlwithroot + $urlwithouturlroot=preg_replace('/'.preg_quote(DOL_URL_ROOT,'/').'$/i','',trim($dolibarr_main_url_root)); + $urlwithroot=$urlwithouturlroot.DOL_URL_ROOT; // This is to use external domain name found into config file + //$urlwithroot=DOL_MAIN_URL_ROOT; // This is to use same domain name than current + + $forcedownload=1; + $rellink='/document.php?modulepart='.$modulepart; + if ($forcedownload) $rellink.='&attachment=1'; + if (! empty($ecmfile->entity)) $rellink.='&entity='.$ecmfile->entity; + //$rellink.='&file='.urlencode($filepath); // No need of name of file for public link, we will use the hash + $fulllink=$urlwithroot.$rellink; + //if (! empty($object->ref)) $fulllink.='&hashn='.$object->ref; // Hash of file path + //elseif (! empty($object->label)) $fulllink.='&hashc='.$object->label; // Hash of file content + if (! empty($ecmfile->share)) $fulllink.='&hashp='.$ecmfile->share; // Hash for public share + + // Here $ecmfile->share is defined + return $fulllink; + } + + /** * Add a link between element $this->element and a contact * @@ -1322,7 +1396,7 @@ abstract class CommonObject } /** - * Load properties id_previous and id_next + * Load properties id_previous and id_next by comparing $fieldid with $this->ref * * @param string $filter Optional filter. Example: " AND (t.field1 = 'aa' OR t.field2 = 'bb')" * @param string $fieldid Name of field to use for the select MAX and MIN @@ -1359,7 +1433,7 @@ abstract class CommonObject if (isset($this->ismultientitymanaged) && $this->ismultientitymanaged == 2) $sql.= ' AND te.fk_soc = s.rowid'; // If we need to link to societe to limit select to entity if (isset($this->ismultientitymanaged) && $this->ismultientitymanaged == 1) $sql.= ' AND te.entity IN ('.getEntity($this->element, 1).')'; - //print $filter.' '.$sql."
"; + //print 'filter = '.$filter.' -> '.$sql."
"; $result = $this->db->query($sql); if (! $result) { @@ -3628,8 +3702,7 @@ abstract class CommonObject if ($this->statut == 0 && $action == 'editline' && $selected == $line->id) { $label = (! empty($line->label) ? $line->label : (($line->fk_product > 0) ? $line->product_label : '')); - if (! empty($conf->global->MAIN_HTML5_PLACEHOLDER)) $placeholder=' placeholder="'.$langs->trans("Label").'"'; - else $placeholder=' title="'.$langs->trans("Label").'"'; + $placeholder=' placeholder="'.$langs->trans("Label").'"'; $line->pu_ttc = price2num($line->subprice * (1 + ($line->tva_tx/100)), 'MU'); @@ -4091,7 +4164,12 @@ abstract class CommonObject $ecmfile=new EcmFiles($this->db); $result = $ecmfile->fetch(0, '', ($rel_dir?$rel_dir.'/':'').$filename); - if (! empty($conf->global->PROPOSAL_USE_ONLINE_SIGN)) + // Set the public "share" key + $setsharekey = false; + if ($this->element == 'propal' && ! empty($conf->global->PROPOSAL_ALLOW_EXTERNAL_DOWNLOAD)) $setsharekey=true; + if ($this->element == 'commande' && ! empty($conf->global->ORDER_ALLOW_EXTERNAL_DOWNLOAD)) $setsharekey=true; + if ($this->element == 'facture' && ! empty($conf->global->INVOICE_ALLOW_EXTERNAL_DOWNLOAD)) $setsharekey=true; + if ($setsharekey) { if (empty($ecmfile->share)) // Because object not found or share not set yet { @@ -4115,6 +4193,7 @@ abstract class CommonObject } else { + $ecmfile->entity = $conf->entity; $ecmfile->filepath = $rel_dir; $ecmfile->filename = $filename; $ecmfile->label = md5_file(dol_osencode($destfull)); // hash of file content @@ -4246,7 +4325,7 @@ abstract class CommonObject /** * Call trigger based on this instance. * Some context information may also be provided into array property this->context. - * NB: Error from trigger are stacked in interface->errors + * NB: Error from trigger are stacked in interface->errors * NB2: If return code of triggers are < 0, action calling trigger should cancel all transaction. * * @param string $trigger_name trigger's name to execute @@ -4399,11 +4478,15 @@ abstract class CommonObject * Data to describe values to insert/update are stored into $this->array_options=array('options_codeforfield1'=>'valueforfield1', 'options_codeforfield2'=>'valueforfield2', ...) * This function delete record with all extrafields and insert them again from the array $this->array_options. * - * @return int -1=error, O=did nothing, 1=OK + * @param string $trigger If defined, call also the trigger (for example COMPANY_MODIFY) + * @param User $userused Object user + * @return int -1=error, O=did nothing, 1=OK */ - function insertExtraFields() + function insertExtraFields($trigger='',$userused=null) { - global $conf,$langs; + global $conf,$langs,$user; + + if (empty($userused)) $userused=$user; $error=0; @@ -4420,7 +4503,7 @@ abstract class CommonObject //Eliminate copied source object extra_fields that do not exist in target object $new_array_options=array(); foreach ($this->array_options as $key => $value) { - if (in_array(substr($key,8), array_keys($target_extrafields))) + if (in_array(substr($key,8), array_keys($target_extrafields))) // We remove the 'options_' from $key $new_array_options[$key] = $value; } @@ -4506,6 +4589,7 @@ abstract class CommonObject $sql.=",".$attributeKey; } $sql .= ") VALUES (".$this->id; + foreach($new_array_options as $key => $value) { $attributeKey = substr($key,8); // Remove 'options_' prefix @@ -4529,6 +4613,22 @@ abstract class CommonObject if (! $resql) { $this->error=$this->db->lasterror(); + $error++; + } + else + { + if ($trigger) + { + // Call trigger + $this->context=array('extrafieldaddupdate'=>1); + $result=$this->call_trigger($trigger, $userused); + if ($result < 0) $error++; + // End call trigger + } + } + + if ($error) + { $this->db->rollback(); return -1; } @@ -4631,14 +4731,876 @@ abstract class CommonObject else return 0; } + + /** + * Return HTML string to put an input field into a page + * Code very similar with showInputField of extra fields + * + * @param array $val Array of properties for field to show + * @param string $key Key of attribute + * @param string $value Preselected value to show (for date type it must be in timestamp format, for amount or price it must be a php numeric value) + * @param string $moreparam To add more parametes on html input tag + * @param string $keysuffix Prefix string to add into name and id of field (can be used to avoid duplicate names) + * @param string $keyprefix Suffix string to add into name and id of field (can be used to avoid duplicate names) + * @param mixed $showsize Value for css to define size. May also be a numeric. + * @return string + */ + function showInputField($val, $key, $value, $moreparam='', $keysuffix='', $keyprefix='', $showsize=0) + { + global $conf,$langs,$form; + + if (! is_object($form)) + { + require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; + $form=new Form($this->db); + } + + $objectid = $this->id; + + $label=$val['label']; + $type =$val['type']; + $size =$val['css']; + + // Convert var to be able to share same code than showInputField of extrafields + if (preg_match('/varchar/', $type)) $type = 'varchar'; // convert varchar(xx) int varchar + if (is_array($val['arrayofkeyval'])) $type='select'; + if (preg_match('/^integer:(.*):(.*)/i', $val['type'], $reg)) $type='link'; + + //$elementtype=$this->attribute_elementtype[$key]; // seems to not be used + $default=$val['default']; + $computed=$val['computed']; + $unique=$val['unique']; + $required=$val['required']; + $param=$val['param']; + if (is_array($val['arrayofkeyval'])) $param['options'] = $val['arrayofkeyval']; + if (preg_match('/^integer:(.*):(.*)/i', $val['type'], $reg)) + { + $type='link'; + $param['options']=array($reg[1].':'.$reg[2]=>$reg[1].':'.$reg[2]); + } + $langfile=$val['langfile']; + $list=$val['list']; + $hidden=(abs($val['visible'])!=1 ? 1 : 0); + $help=$val['help']; + + if ($computed) + { + if (! preg_match('/^search_/', $keyprefix)) return ''.$langs->trans("AutomaticallyCalculated").''; + else return ''; + } + + if (empty($showsize)) + { + if ($type == 'date') + { + //$showsize=10; + $showsize = 'minwidth100imp'; + } + elseif ($type == 'datetime') + { + //$showsize=19; + $showsize = 'minwidth200imp'; + } + elseif (in_array($type,array('int','double','price'))) + { + //$showsize=10; + $showsize = 'maxwidth75'; + } + elseif ($type == 'url') + { + $showsize='minwidth400'; + } + elseif ($type == 'boolean') + { + $showsize=''; + } + else + { + if (round($size) < 12) + { + $showsize = 'minwidth100'; + } + else if (round($size) <= 48) + { + $showsize = 'minwidth200'; + } + else + { + //$showsize=48; + $showsize = 'minwidth400'; + } + } + } + + if (in_array($type,array('date','datetime'))) + { + $tmp=explode(',',$size); + $newsize=$tmp[0]; + + $showtime = in_array($type,array('datetime')) ? 1 : 0; + + // Do not show current date when field not required (see select_date() method) + if (!$required && $value == '') $value = '-1'; + + // TODO Must also support $moreparam + $out = $form->select_date($value, $keyprefix.$key.$keysuffix, $showtime, $showtime, $required, '', 1, ($keyprefix != 'search_' ? 1 : 0), 1, 0, 1); + } + elseif (in_array($type,array('int','integer'))) + { + $tmp=explode(',',$size); + $newsize=$tmp[0]; + $out=''; + } + elseif (preg_match('/varchar/', $type)) + { + $out=''; + } + elseif (in_array($type, array('mail', 'phone', 'url'))) + { + $out=''; + } + elseif ($type == 'text') + { + require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php'; + $doleditor=new DolEditor($keyprefix.$key.$keysuffix,$value,'',200,'dolibarr_notes','In',false,false,! empty($conf->fckeditor->enabled) && $conf->global->FCKEDITOR_ENABLE_SOCIETE,ROWS_5,'90%'); + $out=$doleditor->Create(1); + } + elseif ($type == 'boolean') + { + $checked=''; + if (!empty($value)) { + $checked=' checked value="1" '; + } else { + $checked=' value="1" '; + } + $out=''; + } + elseif ($type == 'price') + { + if (!empty($value)) { // $value in memory is a php numeric, we format it into user number format. + $value=price($value); + } + $out=' '.$langs->getCurrencySymbol($conf->currency); + } + elseif ($type == 'double') + { + if (!empty($value)) { // $value in memory is a php numeric, we format it into user number format. + $value=price($value); + } + $out=' '; + } + elseif ($type == 'select') + { + $out = ''; + if (! empty($conf->use_javascript_ajax) && ! empty($conf->global->MAIN_EXTRAFIELDS_USE_SELECT2)) + { + include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php'; + $out.= ajax_combobox($keyprefix.$key.$keysuffix, array(), 0); + } + + $out.=''; + } + elseif ($type == 'sellist') + { + $out = ''; + if (! empty($conf->use_javascript_ajax) && ! empty($conf->global->MAIN_EXTRAFIELDS_USE_SELECT2)) + { + include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php'; + $out.= ajax_combobox($keyprefix.$key.$keysuffix, array(), 0); + } + + $out.=''; + } + elseif ($type == 'checkbox') + { + $value_arr=explode(',',$value); + $out=$form->multiselectarray($keyprefix.$key.$keysuffix, (empty($param['options'])?null:$param['options']), $value_arr, '', 0, '', 0, '100%'); + } + elseif ($type == 'radio') + { + $out=''; + foreach ($param['options'] as $keyopt => $val) + { + $out.=''.$val.'
'; + } + } + elseif ($type == 'chkbxlst') + { + if (is_array($value)) { + $value_arr = $value; + } + else { + $value_arr = explode(',', $value); + } + + if (is_array($param['options'])) { + $param_list = array_keys($param['options']); + $InfoFieldList = explode(":", $param_list[0]); + // 0 : tableName + // 1 : label field name + // 2 : key fields name (if differ of rowid) + // 3 : key field parent (for dependent lists) + // 4 : where clause filter on column or table extrafield, syntax field='value' or extra.field=value + $keyList = (empty($InfoFieldList[2]) ? 'rowid' : $InfoFieldList[2] . ' as rowid'); + + if (count($InfoFieldList) > 3 && ! empty($InfoFieldList[3])) { + list ( $parentName, $parentField ) = explode('|', $InfoFieldList[3]); + $keyList .= ', ' . $parentField; + } + if (count($InfoFieldList) > 4 && ! empty($InfoFieldList[4])) { + if (strpos($InfoFieldList[4], 'extra.') !== false) { + $keyList = 'main.' . $InfoFieldList[2] . ' as rowid'; + } else { + $keyList = $InfoFieldList[2] . ' as rowid'; + } + } + + $fields_label = explode('|', $InfoFieldList[1]); + if (is_array($fields_label)) { + $keyList .= ', '; + $keyList .= implode(', ', $fields_label); + } + + $sqlwhere = ''; + $sql = 'SELECT ' . $keyList; + $sql .= ' FROM ' . MAIN_DB_PREFIX . $InfoFieldList[0]; + if (! empty($InfoFieldList[4])) { + + // can use SELECT request + if (strpos($InfoFieldList[4], '$SEL$')!==false) { + $InfoFieldList[4]=str_replace('$SEL$','SELECT',$InfoFieldList[4]); + } + + // current object id can be use into filter + if (strpos($InfoFieldList[4], '$ID$')!==false && !empty($objectid)) { + $InfoFieldList[4]=str_replace('$ID$',$objectid,$InfoFieldList[4]); + } else { + $InfoFieldList[4]=str_replace('$ID$','0',$InfoFieldList[4]); + } + + // We have to join on extrafield table + if (strpos($InfoFieldList[4], 'extra') !== false) { + $sql .= ' as main, ' . MAIN_DB_PREFIX . $InfoFieldList[0] . '_extrafields as extra'; + $sqlwhere .= ' WHERE extra.fk_object=main.' . $InfoFieldList[2] . ' AND ' . $InfoFieldList[4]; + } else { + $sqlwhere .= ' WHERE ' . $InfoFieldList[4]; + } + } else { + $sqlwhere .= ' WHERE 1=1'; + } + // Some tables may have field, some other not. For the moment we disable it. + if (in_array($InfoFieldList[0], array ('tablewithentity'))) + { + $sqlwhere .= ' AND entity = ' . $conf->entity; + } + // $sql.=preg_replace('/^ AND /','',$sqlwhere); + // print $sql; + + $sql .= $sqlwhere; + dol_syslog(get_class($this) . '::showInputField type=chkbxlst',LOG_DEBUG); + $resql = $this->db->query($sql); + if ($resql) { + $num = $this->db->num_rows($resql); + $i = 0; + + $data=array(); + + while ( $i < $num ) { + $labeltoshow = ''; + $obj = $this->db->fetch_object($resql); + + // Several field into label (eq table:code|libelle:rowid) + $fields_label = explode('|', $InfoFieldList[1]); + if (is_array($fields_label)) { + $notrans = true; + foreach ( $fields_label as $field_toshow ) { + $labeltoshow .= $obj->$field_toshow . ' '; + } + } else { + $labeltoshow = $obj->{$InfoFieldList[1]}; + } + $labeltoshow = dol_trunc($labeltoshow, 45); + + if (is_array($value_arr) && in_array($obj->rowid, $value_arr)) { + foreach ( $fields_label as $field_toshow ) { + $translabel = $langs->trans($obj->$field_toshow); + if ($translabel != $obj->$field_toshow) { + $labeltoshow = dol_trunc($translabel, 18) . ' '; + } else { + $labeltoshow = dol_trunc($obj->$field_toshow, 18) . ' '; + } + } + + $data[$obj->rowid]=$labeltoshow; + + } else { + if (! $notrans) { + $translabel = $langs->trans($obj->{$InfoFieldList[1]}); + if ($translabel != $obj->{$InfoFieldList[1]}) { + $labeltoshow = dol_trunc($translabel, 18); + } else { + $labeltoshow = dol_trunc($obj->{$InfoFieldList[1]}, 18); + } + } + if (empty($labeltoshow)) + $labeltoshow = '(not defined)'; + + if (is_array($value_arr) && in_array($obj->rowid, $value_arr)) { + $data[$obj->rowid]=$labeltoshow; + } + + if (! empty($InfoFieldList[3])) { + $parent = $parentName . ':' . $obj->{$parentField}; + } + + $data[$obj->rowid]=$labeltoshow; + } + + $i ++; + } + $this->db->free($resql); + + $out=$form->multiselectarray($keyprefix.$key.$keysuffix, $data, $value_arr, '', 0, '', 0, '100%'); + + } else { + print 'Error in request ' . $sql . ' ' . $this->db->lasterror() . '. Check setup of extra parameters.
'; + } + } + $out .= ''; + } + elseif ($type == 'link') + { + $param_list=array_keys($param['options']); // $param_list='ObjectName:classPath' + $showempty=(($val['notnull'] == 1 && $val['default'] != '')?0:1); + $out=$form->selectForForms($param_list[0], $keyprefix.$key.$keysuffix, $value, $showempty); + } + elseif ($type == 'password') + { + // If prefix is 'search_', field is used as a filter, we use a common text field. + $out=''; + } + if (!empty($hidden)) { + $out=''; + } + /* Add comments + if ($type == 'date') $out.=' (YYYY-MM-DD)'; + elseif ($type == 'datetime') $out.=' (YYYY-MM-DD HH:MM:SS)'; + */ + return $out; + } + + + /** + * Return HTML string to show a field into a page + * Code very similar with showOutputField of extra fields + * + * @param array $val Array of properties of field to show + * @param string $key Key of attribute + * @param string $value Preselected value to show (for date type it must be in timestamp format, for amount or price it must be a php numeric value) + * @param string $moreparam To add more parametes on html input tag + * @param string $keysuffix Prefix string to add into name and id of field (can be used to avoid duplicate names) + * @param string $keyprefix Suffix string to add into name and id of field (can be used to avoid duplicate names) + * @param mixed $showsize Value for css to define size. May also be a numeric. + * @return string + */ + function showOutputField($val, $key, $value, $moreparam='', $keysuffix='', $keyprefix='', $showsize=0) + { + global $conf,$langs,$form; + + if (! is_object($form)) + { + require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; + $form=new Form($this->db); + } + + $objectid = $this->id; + $label=$val['label']; + $type =$val['type']; + $size =$val['css']; + + // Convert var to be able to share same code than showOutputField of extrafields + if (preg_match('/varchar/', $type)) $type = 'varchar'; // convert varchar(xx) int varchar + if (is_array($val['arrayofkeyval'])) $type='select'; + if (preg_match('/^integer:(.*):(.*)/i', $val['type'], $reg)) $type='link'; + + //$elementtype=$this->attribute_elementtype[$key]; // seems to not be used + $default=$val['default']; + $computed=$val['computed']; + $unique=$val['unique']; + $required=$val['required']; + $param=$val['param']; + if (is_array($val['arrayofkeyval'])) $param['options'] = $val['arrayofkeyval']; + if (preg_match('/^integer:(.*):(.*)/i', $val['type'], $reg)) + { + $type='link'; + $param['options']=array($reg[1].':'.$reg[2]=>$reg[1].':'.$reg[2]); + } + $langfile=$val['langfile']; + $list=$val['list']; + $help=$val['help']; + $hidden=(($val['visible'] == 0) ? 1 : 0); // If zero, we are sure it is hidden, otherwise we show. If it depends on mode (view/create/edit form or list, this must be filtered by caller) + + if ($hidden) return ''; + + // If field is a computed field, value must become result of compute + if ($computed) + { + // Make the eval of compute string + //var_dump($computed); + $value = dol_eval($computed, 1, 0); + } + + if (empty($showsize)) + { + if ($type == 'date') + { + $showsize=10; + } + elseif ($type == 'datetime') + { + $showsize=19; + } + elseif ($type == 'int' || $type == 'integer') + { + $showsize=10; + } + else + { + $showsize=round($size); + if ($showsize > 48) $showsize=48; + } + } + + // Format output value differently according to properties of field + if ($key == 'ref' && method_exists($this, 'getNomUrl')) $value=$this->getNomUrl(1, '', 0, '', 1); + elseif ($key == 'status' && method_exists($this, 'getLibStatut')) $value=$this->getLibStatut(3); + elseif ($type == 'date') + { + $value=dol_print_date($value,'day'); + } + elseif ($type == 'datetime') + { + $value=dol_print_date($value,'dayhour'); + } + elseif ($type == 'double') + { + if (!empty($value)) { + $value=price($value); + } + } + elseif ($type == 'boolean') + { + $checked=''; + if (!empty($value)) { + $checked=' checked '; + } + $value=''; + } + elseif ($type == 'mail') + { + $value=dol_print_email($value,0,0,0,64,1,1); + } + elseif ($type == 'url') + { + $value=dol_print_url($value,'_blank',32,1); + } + elseif ($type == 'phone') + { + $value=dol_print_phone($value, '', 0, 0, '', ' ', 1); + } + elseif ($type == 'price') + { + $value=price($value,0,$langs,0,0,-1,$conf->currency); + } + elseif ($type == 'select') + { + $value=$param['options'][$value]; + } + elseif ($type == 'sellist') + { + $param_list=array_keys($param['options']); + $InfoFieldList = explode(":", $param_list[0]); + + $selectkey="rowid"; + $keyList='rowid'; + + if (count($InfoFieldList)>=3) + { + $selectkey = $InfoFieldList[2]; + $keyList=$InfoFieldList[2].' as rowid'; + } + + $fields_label = explode('|',$InfoFieldList[1]); + if(is_array($fields_label)) { + $keyList .=', '; + $keyList .= implode(', ', $fields_label); + } + + $sql = 'SELECT '.$keyList; + $sql.= ' FROM '.MAIN_DB_PREFIX .$InfoFieldList[0]; + if (strpos($InfoFieldList[4], 'extra')!==false) + { + $sql.= ' as main'; + } + if ($selectkey=='rowid' && empty($value)) { + $sql.= " WHERE ".$selectkey."=0"; + } elseif ($selectkey=='rowid') { + $sql.= " WHERE ".$selectkey."=".$this->db->escape($value); + }else { + $sql.= " WHERE ".$selectkey."='".$this->db->escape($value)."'"; + } + + //$sql.= ' AND entity = '.$conf->entity; + + dol_syslog(get_class($this).':showOutputField:$type=sellist', LOG_DEBUG); + $resql = $this->db->query($sql); + if ($resql) + { + $value=''; // value was used, so now we reste it to use it to build final output + + $obj = $this->db->fetch_object($resql); + + // Several field into label (eq table:code|libelle:rowid) + $fields_label = explode('|',$InfoFieldList[1]); + + if(is_array($fields_label) && count($fields_label)>1) + { + foreach ($fields_label as $field_toshow) + { + $translabel=''; + if (!empty($obj->$field_toshow)) { + $translabel=$langs->trans($obj->$field_toshow); + } + if ($translabel!=$field_toshow) { + $value.=dol_trunc($translabel,18).' '; + }else { + $value.=$obj->$field_toshow.' '; + } + } + } + else + { + $translabel=''; + if (!empty($obj->{$InfoFieldList[1]})) { + $translabel=$langs->trans($obj->{$InfoFieldList[1]}); + } + if ($translabel!=$obj->{$InfoFieldList[1]}) { + $value=dol_trunc($translabel,18); + }else { + $value=$obj->{$InfoFieldList[1]}; + } + } + } + else dol_syslog(get_class($this).'::showOutputField error '.$this->db->lasterror(), LOG_WARNING); + } + elseif ($type == 'radio') + { + $value=$param['options'][$value]; + } + elseif ($type == 'checkbox') + { + $value_arr=explode(',',$value); + $value=''; + if (is_array($value_arr)) + { + foreach ($value_arr as $keyval=>$valueval) { + $toprint[]='
  • '.$param['options'][$valueval].'
  • '; + } + } + $value='
      '.implode(' ', $toprint).'
    '; + } + elseif ($type == 'chkbxlst') + { + $value_arr = explode(',', $value); + + $param_list = array_keys($param['options']); + $InfoFieldList = explode(":", $param_list[0]); + + $selectkey = "rowid"; + $keyList = 'rowid'; + + if (count($InfoFieldList) >= 3) { + $selectkey = $InfoFieldList[2]; + $keyList = $InfoFieldList[2] . ' as rowid'; + } + + $fields_label = explode('|', $InfoFieldList[1]); + if (is_array($fields_label)) { + $keyList .= ', '; + $keyList .= implode(', ', $fields_label); + } + + $sql = 'SELECT ' . $keyList; + $sql .= ' FROM ' . MAIN_DB_PREFIX . $InfoFieldList[0]; + if (strpos($InfoFieldList[4], 'extra') !== false) { + $sql .= ' as main'; + } + // $sql.= " WHERE ".$selectkey."='".$this->db->escape($value)."'"; + // $sql.= ' AND entity = '.$conf->entity; + + dol_syslog(get_class($this) . ':showOutputField:$type=chkbxlst',LOG_DEBUG); + $resql = $this->db->query($sql); + if ($resql) { + $value = ''; // value was used, so now we reste it to use it to build final output + $toprint=array(); + while ( $obj = $this->db->fetch_object($resql) ) { + + // Several field into label (eq table:code|libelle:rowid) + $fields_label = explode('|', $InfoFieldList[1]); + if (is_array($value_arr) && in_array($obj->rowid, $value_arr)) { + if (is_array($fields_label) && count($fields_label) > 1) { + foreach ( $fields_label as $field_toshow ) { + $translabel = ''; + if (! empty($obj->$field_toshow)) { + $translabel = $langs->trans($obj->$field_toshow); + } + if ($translabel != $field_toshow) { + $toprint[]='
  • '.dol_trunc($translabel, 18).'
  • '; + } else { + $toprint[]='
  • '.$obj->$field_toshow.'
  • '; + } + } + } else { + $translabel = ''; + if (! empty($obj->{$InfoFieldList[1]})) { + $translabel = $langs->trans($obj->{$InfoFieldList[1]}); + } + if ($translabel != $obj->{$InfoFieldList[1]}) { + $toprint[]='
  • '.dol_trunc($translabel, 18).'
  • '; + } else { + $toprint[]='
  • '.$obj->{$InfoFieldList[1]}.'
  • '; + } + } + } + } + $value='
      '.implode(' ', $toprint).'
    '; + + } else { + dol_syslog(get_class($this) . '::showOutputField error ' . $this->db->lasterror(), LOG_WARNING); + } + } + elseif ($type == 'link') + { + $out=''; + + // only if something to display (perf) + if ($value) + { + $param_list=array_keys($param['options']); // $param_list='ObjectName:classPath' + + $InfoFieldList = explode(":", $param_list[0]); + $classname=$InfoFieldList[0]; + $classpath=$InfoFieldList[1]; + if (! empty($classpath)) + { + dol_include_once($InfoFieldList[1]); + if ($classname && class_exists($classname)) + { + $object = new $classname($this->db); + $object->fetch($value); + $value=$object->getNomUrl(3); + } + } + else + { + dol_syslog('Error bad setup of extrafield', LOG_WARNING); + return 'Error bad setup of extrafield'; + } + } + } + elseif ($type == 'text') + { + $value=dol_htmlentitiesbr($value); + } + elseif ($type == 'password') + { + $value=preg_replace('/./i','*',$value); + } + + //print $type.'-'.$size; + $out=$value; + + return $out; + } + + /** * Function to show lines of extrafields with output datas * * @param Extrafields $extrafields Extrafield Object * @param string $mode Show output (view) or input (edit) for extrafield * @param array $params Optional parameters - * @param string $keysuffix Suffix string to add into name and id of field (can be used to avoid duplicate names) - * @param string $keyprefix Prefix string to add into name and id of field (can be used to avoid duplicate names) + * @param string $keysuffix Suffix string to add after name and id of field (can be used to avoid duplicate names) + * @param string $keyprefix Prefix string to add before name and id of field (can be used to avoid duplicate names) * * @return string */ @@ -4657,6 +5619,9 @@ abstract class CommonObject $e = 0; foreach($extrafields->attribute_label as $key=>$label) { + if (empty($extrafields->attribute_list[$key])) continue; // 0 = Never visible field + if (($mode == 'create' || $mode == 'edit') && abs($extrafields->attribute_list[$key]) != 1) continue; // <> -1 and <> 1 = not visible on forms, only on list + // Load language if required if (! empty($extrafields->attributes[$this->table_element]['langfile'][$key])) $langs->load($extrafields->attributes[$this->table_element]['langfile'][$key]); @@ -5080,7 +6045,7 @@ abstract class CommonObject } /** - * Function to load data into current object this + * Function to load data from a SQL pointer into properties of current object $this * * @param stdClass $obj Contain data of object from database */ @@ -5118,8 +6083,10 @@ abstract class CommonObject { $this->{$field} = $obj->{$field}; } - } + + // If there is no 'ref' field, we force property ->ref to ->id for a better compatibility with common functions. + if (! isset($this->fields['ref']) && isset($this->id)) $this->ref = $this->id; } /** @@ -5156,6 +6123,8 @@ abstract class CommonObject */ public function createCommon(User $user, $notrigger = false) { + global $langs; + $error = 0; $now=dol_now(); @@ -5168,10 +6137,27 @@ abstract class CommonObject $keys=array(); $values = array(); foreach ($fieldvalues as $k => $v) { - $keys[] = $k; - $values[] = $this->quote($v, $this->fields[$k]); + $keys[$k] = $k; + $value = $this->fields[$k]; + $values[$k] = $this->quote($v, $value); } + // Clean and check mandatory + foreach($keys as $key) + { + if (preg_match('/^integer:/i', $this->fields[$key]['type']) && $values[$key] == '-1') $values[$key]=''; // This is an implicit foreign key field + if (! empty($this->fields[$key]['foreignkey']) && $values[$key] == '-1') $values[$key]=''; // This is an explicit foreign key field + + //var_dump($key.'-'.$values[$key].'-'.($this->fields[$key]['notnull'] == 1)); + if ($this->fields[$key]['notnull'] == 1 && empty($values[$key])) + { + $error++; + $this->errors[]=$langs->trans("ErrorFieldRequired", $this->fields[$key]['label']); + } + } + + if ($error) return -1; + $this->db->begin(); if (! $error) @@ -5265,26 +6251,41 @@ abstract class CommonObject */ public function updateCommon(User $user, $notrigger = false) { + global $langs; + $error = 0; - $fieldvalues = $this->set_save_query(); - unset($fieldvalues['rowid']); // We don't update this field, it is the key to define which record to update. + $now=dol_now(); + $fieldvalues = $this->set_save_query(); + if (array_key_exists('date_modification', $fieldvalues) && empty($fieldvalues['date_modification'])) $fieldvalues['date_modification']=$this->db->idate($now); + if (array_key_exists('fk_user_modif', $fieldvalues) && ! ($fieldvalues['fk_user_modif'] > 0)) $fieldvalues['fk_user_modif']=$user->id; + unset($fieldvalues['rowid']); // The field 'rowid' is reserved field name for autoincrement field so we don't need it into update. + + $keys=array(); + $values = array(); foreach ($fieldvalues as $k => $v) { - if (is_array($key)){ - $i=array_search($k, $key); - if ( $i !== false) { - $where[] = $key[$i].'=' . $this->quote($v, $this->fields[$k]); - continue; - } - } else { - if ( $k == $key) { - $where[] = $k.'=' .$this->quote($v, $this->fields[$k]); - continue; - } - } + $keys[$k] = $k; + $value = $this->fields[$k]; + $values[$k] = $this->quote($v, $value); $tmp[] = $k.'='.$this->quote($v, $this->fields[$k]); } + + // Clean and check mandatory + foreach($keys as $key) + { + if (preg_match('/^integer:/i', $this->fields[$key]['type']) && $values[$key] == '-1') $values[$key]=''; // This is an implicit foreign key field + if (! empty($this->fields[$key]['foreignkey']) && $values[$key] == '-1') $values[$key]=''; // This is an explicit foreign key field + + //var_dump($key.'-'.$values[$key].'-'.($this->fields[$key]['notnull'] == 1)); + /* + if ($this->fields[$key]['notnull'] == 1 && empty($values[$key])) + { + $error++; + $this->errors[]=$langs->trans("ErrorFieldRequired", $this->fields[$key]['label']); + }*/ + } + $sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element.' SET '.implode( ',', $tmp ).' WHERE rowid='.$this->id ; $this->db->begin(); diff --git a/htdocs/core/class/dolgraph.class.php b/htdocs/core/class/dolgraph.class.php index d603d1b6cc1..f2885a50951 100644 --- a/htdocs/core/class/dolgraph.class.php +++ b/htdocs/core/class/dolgraph.class.php @@ -81,14 +81,16 @@ class DolGraph /** * Constructor + * + * @param string $library 'jflot' (default) or 'artichow' (no more supported) */ - function __construct() + function __construct($library='jflot') { global $conf; global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet; // To use old feature - if (isset($conf->global->MAIN_GRAPH_LIBRARY) && $conf->global->MAIN_GRAPH_LIBRARY == 'artichow') + if ($library == 'artichow') { $this->_library='artichow'; @@ -586,7 +588,7 @@ class DolGraph } /** - * Build a graph onto disk using correct library + * Build a graph into memory using correct library (may also be wrote on disk, depending on library used) * * @param string $file Image file name to use to save onto disk (also used as javascript unique id) * @param string $fileurl Url path to show image if saved onto disk diff --git a/htdocs/core/class/emailsenderprofile.class.php b/htdocs/core/class/emailsenderprofile.class.php index e792a4c3f0a..7f34165030b 100644 --- a/htdocs/core/class/emailsenderprofile.class.php +++ b/htdocs/core/class/emailsenderprofile.class.php @@ -46,7 +46,7 @@ class EmailSenderProfile extends CommonObject /** * @var array Does emailsenderprofile support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe */ - protected $ismultientitymanaged = 1; + public $ismultientitymanaged = 1; /** * @var string String with name of icon for emailsenderprofile */ diff --git a/htdocs/core/class/extrafields.class.php b/htdocs/core/class/extrafields.class.php index 7130287b6bd..9fb13da7dd9 100644 --- a/htdocs/core/class/extrafields.class.php +++ b/htdocs/core/class/extrafields.class.php @@ -140,8 +140,8 @@ class ExtraFields * @param array|string $param Params for field (ex for select list : array('options' => array(value'=>'label of option')) ) * @param int $alwayseditable Is attribute always editable regardless of the document status * @param string $perms Permission to check - * @param int $list Into list view by default (-1, 0 or 1) - * @param int $ishidden Is hidden extrafield (warning, do not rely on this. If your module need a hidden data, it must use its own table) + * @param int $list Visibilty + * @param int $ishidden Deprecated. Use visibility instead. * @param string $computed Computed value * @param string $entity Entity of extrafields * @param string $langfile Language file @@ -279,8 +279,8 @@ class ExtraFields * @param array|string $param Params for field (ex for select list : array('options' => array(value'=>'label of option')) ) * @param int $alwayseditable Is attribute always editable regardless of the document status * @param string $perms Permission to check - * @param int $list Into list view by default (-1, 0 or 1) - * @param int $ishidden Is hidden extrafield (warning, do not rely on this. If your module need a hidden data, it must use its own table) + * @param int $list Visibily + * @param int $ishidden Deprecated. Use visibility instead. * @param string $default Default value (in database. use the default_value feature for default value on screen). * @param string $computed Computed value * @param string $entity Entity of extrafields @@ -328,7 +328,6 @@ class ExtraFields $sql.= " perms,"; $sql.= " langs,"; $sql.= " list,"; - $sql.= " ishidden,"; $sql.= " fielddefault,"; $sql.= " fieldcomputed,"; $sql.= " fk_user_author,"; @@ -349,7 +348,6 @@ class ExtraFields $sql.= " ".($perms?"'".$this->db->escape($perms)."'":"null").","; $sql.= " ".($langfile?"'".$this->db->escape($langfile)."'":"null").","; $sql.= " ".$list.","; - $sql.= " ".$ishidden.","; $sql.= " ".($default?"'".$this->db->escape($default)."'":"null").","; $sql.= " ".($computed?"'".$this->db->escape($computed)."'":"null").","; $sql .= " " . $user->id . ","; @@ -483,8 +481,8 @@ class ExtraFields * @param array $param Params for field (ex for select list : array('options' => array(value'=>'label of option')) ) * @param int $alwayseditable Is attribute always editable regardless of the document status * @param string $perms Permission to check - * @param int $list Into list view by default - * @param int $ishidden Is hidden extrafield (warning, do not rely on this. If your module need a hidden data, it must use its own table) + * @param int $list Visibility + * @param int $ishidden Deprecated. Use visiblity instead. * @param string $default Default value (in database. use the default_value feature for default value on screen). * @param string $computed Computed value * @param string $entity Entity of extrafields @@ -589,8 +587,8 @@ class ExtraFields * @param array $param Params for field (ex for select list : array('options' => array(value'=>'label of option')) ) * @param int $alwayseditable Is attribute always editable regardless of the document status * @param string $perms Permission to check - * @param int $list Into list view by default - * @param int $ishidden Is hidden extrafield (warning, do not rely on this. If your module need a hidden data, it must use its own table) + * @param int $list Visiblity + * @param int $ishidden Deprecated. Use visility instead. * @param string $default Default value (in database. use the default_value feature for default value on screen). * @param string $computed Computed value * @param string $entity Entity of extrafields @@ -639,7 +637,6 @@ class ExtraFields $sql.= " alwayseditable,"; $sql.= " param,"; $sql.= " list,"; - $sql.= " ishidden,"; $sql.= " fielddefault,"; $sql.= " fieldcomputed,"; $sql.= " fk_user_author,"; @@ -660,7 +657,6 @@ class ExtraFields $sql.= " '".$alwayseditable."',"; $sql.= " '".$param."',"; $sql.= " ".$list.", "; - $sql.= " ".$ishidden.", "; $sql.= " ".(($default!='')?"'".$this->db->escape($default)."'":"null").","; $sql.= " ".($computed?"'".$this->db->escape($computed)."'":"null").","; $sql .= " " . $user->id . ","; @@ -714,7 +710,7 @@ class ExtraFields // We should not have several time this log. If we have, there is some optimization to do by calling a simple $object->fetch_optionals() that include cache management. dol_syslog("fetch_name_optionals_label elementtype=".$elementtype); - $sql = "SELECT rowid,name,label,type,size,elementtype,fieldunique,fieldrequired,param,pos,alwayseditable,perms,langs,list,ishidden,fielddefault,fieldcomputed"; + $sql = "SELECT rowid,name,label,type,size,elementtype,fieldunique,fieldrequired,param,pos,alwayseditable,perms,langs,list,fielddefault,fieldcomputed"; $sql .= ",entity"; $sql.= " FROM ".MAIN_DB_PREFIX."extrafields"; $sql.= " WHERE entity IN (0,".$conf->entity.")"; @@ -746,10 +742,9 @@ class ExtraFields $this->attribute_param[$tab->name]=($tab->param ? unserialize($tab->param) : ''); $this->attribute_pos[$tab->name]=$tab->pos; $this->attribute_alwayseditable[$tab->name]=$tab->alwayseditable; - $this->attribute_perms[$tab->name]=$tab->perms; + $this->attribute_perms[$tab->name]=(strlen($tab->perms) == 0 ? 1 : $tab->perms); $this->attribute_langfile[$tab->name]=$tab->langs; $this->attribute_list[$tab->name]=$tab->list; - $this->attribute_hidden[$tab->name]=$tab->ishidden; $this->attribute_entityid[$tab->name]=$tab->entity; // New usage @@ -764,10 +759,9 @@ class ExtraFields $this->attributes[$tab->elementtype]['param'][$tab->name]=($tab->param ? unserialize($tab->param) : ''); $this->attributes[$tab->elementtype]['pos'][$tab->name]=$tab->pos; $this->attributes[$tab->elementtype]['alwayseditable'][$tab->name]=$tab->alwayseditable; - $this->attributes[$tab->elementtype]['perms'][$tab->name]=$tab->perms; + $this->attributes[$tab->elementtype]['perms'][$tab->name]=(strlen($tab->perms) == 0 ? 1 : $tab->perms); $this->attributes[$tab->elementtype]['langfile'][$tab->name]=$tab->langs; $this->attributes[$tab->elementtype]['list'][$tab->name]=$tab->list; - $this->attributes[$tab->elementtype]['ishidden'][$tab->name]=$tab->ishidden; $this->attributes[$tab->elementtype]['entityid'][$tab->name]=$tab->entity; if (!empty($conf->multicompany->enabled)) @@ -802,24 +796,33 @@ class ExtraFields /** * Return HTML string to put an input field into a page + * Code very similar with showInputField of common object * * @param string $key Key of attribute * @param string $value Preselected value to show (for date type it must be in timestamp format, for amount or price it must be a php numeric value) * @param string $moreparam To add more parametes on html input tag - * @param string $keysuffix Prefix string to add into name and id of field (can be used to avoid duplicate names) - * @param string $keyprefix Suffix string to add into name and id of field (can be used to avoid duplicate names) + * @param string $keysuffix Prefix string to add after name and id of field (can be used to avoid duplicate names) + * @param string $keyprefix Suffix string to add before name and id of field (can be used to avoid duplicate names) * @param mixed $showsize Value for css to define size. May also be a numeric. * @param int $objectid Current object id * @return string */ function showInputField($key, $value, $moreparam='', $keysuffix='', $keyprefix='', $showsize=0, $objectid=0) { - global $conf,$langs; + global $conf,$langs,$form; + + if (! is_object($form)) + { + require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; + $form=new Form($this->db); + } + + $keyprefix = $keyprefix.'options_'; // Because we work on extrafields $label=$this->attribute_label[$key]; $type =$this->attribute_type[$key]; $size =$this->attribute_size[$key]; - $elementtype=$this->attribute_elementtype[$key]; + $elementtype=$this->attribute_elementtype[$key]; // Seems not used $default=$this->attribute_default[$key]; $computed=$this->attribute_computed[$key]; $unique=$this->attribute_unique[$key]; @@ -831,7 +834,7 @@ class ExtraFields if ($computed) { - if ($keyprefix != 'search_') return ''.$langs->trans("AutomaticallyCalculated").''; + if (! preg_match('/^search_/', $keyprefix)) return ''.$langs->trans("AutomaticallyCalculated").''; else return ''; } @@ -847,7 +850,7 @@ class ExtraFields //$showsize=19; $showsize = 'minwidth200imp'; } - elseif (in_array($type,array('int','double','price'))) + elseif (in_array($type,array('int','integer','double','price'))) { //$showsize=10; $showsize = 'maxwidth75'; @@ -888,31 +891,27 @@ class ExtraFields // Do not show current date when field not required (see select_date() method) if (!$required && $value == '') $value = '-1'; - require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; - global $form; - if (! is_object($form)) $form=new Form($this->db); - // TODO Must also support $moreparam - $out = $form->select_date($value, $keyprefix.'options_'.$key.$keysuffix, $showtime, $showtime, $required, '', 1, ($keyprefix != 'search_' ? 1 : 0), 1, 0, 1); + $out = $form->select_date($value, $keyprefix.$key.$keysuffix, $showtime, $showtime, $required, '', 1, ($keyprefix != 'search_' ? 1 : 0), 1, 0, 1); } - elseif (in_array($type,array('int'))) + elseif (in_array($type,array('int','integer'))) { $tmp=explode(',',$size); $newsize=$tmp[0]; - $out=''; + $out=''; } - elseif ($type == 'varchar') + elseif (preg_match('/varchar/', $type)) { - $out=''; + $out=''; } elseif (in_array($type, array('mail', 'phone', 'url'))) { - $out=''; + $out=''; } elseif ($type == 'text') { require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php'; - $doleditor=new DolEditor($keyprefix.'options_'.$key.$keysuffix,$value,'',200,'dolibarr_notes','In',false,false,! empty($conf->fckeditor->enabled) && $conf->global->FCKEDITOR_ENABLE_SOCIETE,ROWS_5,'90%'); + $doleditor=new DolEditor($keyprefix.$key.$keysuffix,$value,'',200,'dolibarr_notes','In',false,false,! empty($conf->fckeditor->enabled) && $conf->global->FCKEDITOR_ENABLE_SOCIETE,ROWS_5,'90%'); $out=$doleditor->Create(1); } elseif ($type == 'boolean') @@ -923,21 +922,21 @@ class ExtraFields } else { $checked=' value="1" '; } - $out=''; + $out=''; } elseif ($type == 'price') { if (!empty($value)) { // $value in memory is a php numeric, we format it into user number format. $value=price($value); } - $out=' '.$langs->getCurrencySymbol($conf->currency); + $out=' '.$langs->getCurrencySymbol($conf->currency); } elseif ($type == 'double') { if (!empty($value)) { // $value in memory is a php numeric, we format it into user number format. $value=price($value); } - $out=' '; + $out=' '; } elseif ($type == 'select') { @@ -945,10 +944,10 @@ class ExtraFields if (! empty($conf->use_javascript_ajax) && ! empty($conf->global->MAIN_EXTRAFIELDS_USE_SELECT2)) { include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php'; - $out.= ajax_combobox($keyprefix.'options_'.$key.$keysuffix, array(), 0); + $out.= ajax_combobox($keyprefix.$key.$keysuffix, array(), 0); } - $out.=''; $out.=''; foreach ($param['options'] as $key => $val) { @@ -967,14 +966,16 @@ class ExtraFields if (! empty($conf->use_javascript_ajax) && ! empty($conf->global->MAIN_EXTRAFIELDS_USE_SELECT2)) { include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php'; - $out.= ajax_combobox($keyprefix.'options_'.$key.$keysuffix, array(), 0); + $out.= ajax_combobox($keyprefix.$key.$keysuffix, array(), 0); } - $out.=''; if (is_array($param['options'])) { $param_list=array_keys($param['options']); $InfoFieldList = explode(":", $param_list[0]); + $parentName=''; + $parentField=''; // 0 : tableName // 1 : label field name // 2 : key fields name (if differ of rowid) @@ -1059,8 +1060,9 @@ class ExtraFields $obj = $this->db->fetch_object($resql); // Several field into label (eq table:code|libelle:rowid) + $notrans = false; $fields_label = explode('|',$InfoFieldList[1]); - if(is_array($fields_label)) + if (is_array($fields_label)) { $notrans = true; foreach ($fields_label as $field_toshow) @@ -1074,7 +1076,7 @@ class ExtraFields } $labeltoshow=dol_trunc($labeltoshow,45); - if ($value==$obj->rowid) + if ($value == $obj->rowid) { foreach ($fields_label as $field_toshow) { @@ -1089,7 +1091,7 @@ class ExtraFields } else { - if(!$notrans) + if (! $notrans) { $translabel=$langs->trans($obj->{$InfoFieldList[1]}); if ($translabel!=$obj->{$InfoFieldList[1]}) { @@ -1105,7 +1107,7 @@ class ExtraFields $out.=''; } - if (!empty($InfoFieldList[3])) + if (!empty($InfoFieldList[3]) && $parentField) { $parent = $parentName.':'.$obj->{$parentField}; } @@ -1128,23 +1130,19 @@ class ExtraFields } elseif ($type == 'checkbox') { - require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; - $form = new Form($db); - $value_arr=explode(',',$value); - $out=$form->multiselectarray($keyprefix.'options_'.$key.$keysuffix, (empty($param['options'])?null:$param['options']), $value_arr, '', 0, '', 0, '100%'); - + $out=$form->multiselectarray($keyprefix.$key.$keysuffix, (empty($param['options'])?null:$param['options']), $value_arr, '', 0, '', 0, '100%'); } elseif ($type == 'radio') { $out=''; foreach ($param['options'] as $keyopt => $val) { - $out.=''.$val.'
    '; + $out.='/>
    '; } } elseif ($type == 'chkbxlst') @@ -1159,6 +1157,8 @@ class ExtraFields if (is_array($param['options'])) { $param_list = array_keys($param['options']); $InfoFieldList = explode(":", $param_list[0]); + $parentName=''; + $parentField=''; // 0 : tableName // 1 : label field name // 2 : key fields name (if differ of rowid) @@ -1232,6 +1232,7 @@ class ExtraFields $labeltoshow = ''; $obj = $this->db->fetch_object($resql); + $notrans = false; // Several field into label (eq table:code|libelle:rowid) $fields_label = explode('|', $InfoFieldList[1]); if (is_array($fields_label)) { @@ -1272,7 +1273,7 @@ class ExtraFields $data[$obj->rowid]=$labeltoshow; } - if (! empty($InfoFieldList[3])) { + if (! empty($InfoFieldList[3]) && $parentField) { $parent = $parentName . ':' . $obj->{$parentField}; } @@ -1283,54 +1284,26 @@ class ExtraFields } $this->db->free($resql); - require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; - $form = new Form($db); - - $out=$form->multiselectarray($keyprefix.'options_'.$key.$keysuffix, $data, $value_arr, '', 0, '', 0, '100%'); + $out=$form->multiselectarray($keyprefix.$key.$keysuffix, $data, $value_arr, '', 0, '', 0, '100%'); } else { print 'Error in request ' . $sql . ' ' . $this->db->lasterror() . '. Check setup of extra parameters.
    '; } } - $out .= ''; } elseif ($type == 'link') { - $out=''; - - $param_list=array_keys($param['options']); - // 0 : ObjectName - // 1 : classPath - $InfoFieldList = explode(":", $param_list[0]); - dol_include_once($InfoFieldList[1]); - if ($InfoFieldList[0] && class_exists($InfoFieldList[0])) - { - $valuetoshow=$value; - if (!empty($value)) - { - $object = new $InfoFieldList[0]($this->db); - $resfetch=$object->fetch($value); - if ($resfetch > 0) - { - $valuetoshow=$object->ref; - if ($object->element == 'societe') $valuetoshow=$object->name; // Special case for thirdparty because ->ref is not name but id (because name is not unique) - } - } - $out.=''; - } - else - { - dol_syslog('Error bad setup of extrafield', LOG_WARNING); - $out.='Error bad setup of extrafield'; - } + $param_list=array_keys($param['options']); // $param_list='ObjectName:classPath' + $showempty=(($required && $default != '')?0:1); + $out=$form->selectForForms($param_list[0], $keyprefix.$key.$keysuffix, $value, $showempty); } elseif ($type == 'password') { // If prefix is 'search_', field is used as a filter, we use a common text field. - $out=''; + $out=''; } if (!empty($hidden)) { - $out=''; + $out=''; } /* Add comments if ($type == 'date') $out.=' (YYYY-MM-DD)'; @@ -1345,14 +1318,14 @@ class ExtraFields * * @param string $key Key of attribute * @param string $value Value to show - * @param string $moreparam To add more parametes on html input tag (only checkbox use html input for output rendering) + * @param string $moreparam To add more parameters on html input tag (only checkbox use html input for output rendering) * @return string Formated value */ function showOutputField($key,$value,$moreparam='') { global $conf,$langs; - $elementtype=$this->attribute_elementtype[$key]; + $elementtype=$this->attribute_elementtype[$key]; // seems not used $label=$this->attribute_label[$key]; $type=$this->attribute_type[$key]; $size=$this->attribute_size[$key]; @@ -1360,11 +1333,13 @@ class ExtraFields $computed=$this->attribute_computed[$key]; $unique=$this->attribute_unique[$key]; $required=$this->attribute_required[$key]; - $params=$this->attribute_param[$key]; + $param=$this->attribute_param[$key]; $perms=$this->attribute_perms[$key]; $langfile=$this->attribute_langfile[$key]; $list=$this->attribute_list[$key]; - $hidden=$this->attribute_hidden[$key]; // warning, do not rely on this. If your module need a hidden data, it must use its own table. + $hidden=(($list == 0) ? 1 : 0); // If zero, we are sure it is hidden, otherwise we show. If it depends on mode (view/create/edit form or list, this must be filtered by caller) + + if ($hidden) return ''; // This is a protection. If field is hidden, we should just not call this method. // If field is a computed field, value must become result of compute if ($computed) @@ -1421,11 +1396,11 @@ class ExtraFields } elseif ($type == 'select') { - $value=$params['options'][$value]; + $value=$param['options'][$value]; } elseif ($type == 'sellist') { - $param_list=array_keys($params['options']); + $param_list=array_keys($param['options']); $InfoFieldList = explode(":", $param_list[0]); $selectkey="rowid"; @@ -1502,16 +1477,17 @@ class ExtraFields } elseif ($type == 'radio') { - $value=$params['options'][$value]; + $value=$param['options'][$value]; } elseif ($type == 'checkbox') { $value_arr=explode(',',$value); $value=''; + $toprint=array(); if (is_array($value_arr)) { foreach ($value_arr as $keyval=>$valueval) { - $toprint[]='
  • '.$params['options'][$valueval].'
  • '; + $toprint[]='
  • '.$param['options'][$valueval].'
  • '; } } $value='
      '.implode(' ', $toprint).'
    '; @@ -1520,7 +1496,7 @@ class ExtraFields { $value_arr = explode(',', $value); - $param_list = array_keys($params['options']); + $param_list = array_keys($param['options']); $InfoFieldList = explode(":", $param_list[0]); $selectkey = "rowid"; @@ -1592,22 +1568,26 @@ class ExtraFields // only if something to display (perf) if ($value) { - $param_list=array_keys($params['options']); - // 0 : ObjectName - // 1 : classPath + $param_list=array_keys($param['options']); // $param_list='ObjectName:classPath' + $InfoFieldList = explode(":", $param_list[0]); - dol_include_once($InfoFieldList[1]); - if ($InfoFieldList[0] && class_exists($InfoFieldList[0])) - { - $object = new $InfoFieldList[0]($this->db); - $object->fetch($value); - $value=$object->getNomUrl(3); - } - else - { - dol_syslog('Error bad setup of extrafield', LOG_WARNING); - $out.='Error bad setup of extrafield'; - } + $classname=$InfoFieldList[0]; + $classpath=$InfoFieldList[1]; + if (! empty($classpath)) + { + dol_include_once($InfoFieldList[1]); + if ($classname && class_exists($classname)) + { + $object = new $classname($this->db); + $object->fetch($value); + $value=$object->getNomUrl(3); + } + } + else + { + dol_syslog('Error bad setup of extrafield', LOG_WARNING); + return 'Error bad setup of extrafield'; + } } } elseif ($type == 'text') @@ -1627,10 +1607,6 @@ class ExtraFields //print $type.'-'.$size; $out=$value; - if (!empty($hidden)) { - $out=''; - } - return $out; } diff --git a/htdocs/core/class/fiscalyear.class.php b/htdocs/core/class/fiscalyear.class.php index 38804442033..5e5ff6e3ce8 100644 --- a/htdocs/core/class/fiscalyear.class.php +++ b/htdocs/core/class/fiscalyear.class.php @@ -32,7 +32,7 @@ class Fiscalyear extends CommonObject public $table_element='accounting_fiscalyear'; public $table_element_line = ''; public $fk_element = ''; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe var $rowid; diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index aef8f98648f..7df1fd1f4a2 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -504,7 +504,7 @@ class Form global $conf, $langs; $alt = ''; - if ($tooltiptrigger) $alt=$langs->trans("ClickToShowHelp"); + if ($tooltiptrigger) $alt=$langs->transnoentitiesnoconv("ClickToShowHelp"); //For backwards compatibility if ($type == '0') $type = 'info'; @@ -727,7 +727,7 @@ class Form * @param string $page Defined the form action * @param string $htmlname Name of html select object * @param string $htmloption Options html on select object - * @param int $forcecombo Force to use standard combo box (no ajax use) + * @param int $forcecombo Force to load all values and output a standard combobox (with no beautification) * @param array $events Event options to run on change. Example: array(array('method'=>'getContacts', 'url'=>dol_buildpath('/core/ajax/contacts.php',1), 'htmlname'=>'contactid', 'params'=>array('add-customer-contact'=>'disabled'))) * @return string HTML string with select and input */ @@ -959,7 +959,7 @@ class Form * @param int $filter Filter on thirdparty * @param int $limit Limit on number of returned lines * @param array $ajaxoptions Options for ajax_autocompleter - * @param int $forcecombo Force to use combo box + * @param int $forcecombo Force to load all values and output a standard combobox (with no beautification) * @return string Return select box for thirdparty. * @deprecated 3.8 Use select_company instead. For exemple $form->select_thirdparty(GETPOST('socid'),'socid','',0) => $form->select_company(GETPOST('socid'),'socid','',1,0,0,array(),0) */ @@ -976,7 +976,7 @@ class Form * @param string $filter optional filters criteras (example: 's.rowid <> x', 's.client IN (1,3)') * @param string $showempty Add an empty field (Can be '1' or text key to use on empty line like 'SelectThirdParty') * @param int $showtype Show third party type in combolist (customer, prospect or supplier) - * @param int $forcecombo Force to use combo box + * @param int $forcecombo Force to load all values and output a standard combobox (with no beautification) * @param array $events Ajax event options to run on change. Example: array(array('method'=>'getContacts', 'url'=>dol_buildpath('/core/ajax/contacts.php',1), 'htmlname'=>'contactid', 'params'=>array('add-customer-contact'=>'disabled'))) * @param int $limit Maximum number of elements * @param string $morecss Add more css styles to the SELECT component @@ -1007,20 +1007,15 @@ class Form // mode 1 $urloption='htmlname='.$htmlname.'&outjson=1&filter='.$filter.($showtype?'&showtype='.$showtype:''); $out.= ajax_autocompleter($selected, $htmlname, DOL_URL_ROOT.'/societe/ajax/company.php', $urloption, $conf->global->COMPANY_USE_SEARCH_TO_SELECT, 0, $ajaxoptions); - $out.=''; + $out.=''; if (empty($hidelabel)) print $langs->trans("RefOrLabel").' : '; else if ($hidelabel > 1) { - if (! empty($conf->global->MAIN_HTML5_PLACEHOLDER)) $placeholder=' placeholder="'.$langs->trans("RefOrLabel").'"'; - else $placeholder=' title="'.$langs->trans("RefOrLabel").'"'; + $placeholder=' placeholder="'.$langs->trans("RefOrLabel").'"'; if ($hidelabel == 2) { $out.= img_picto($langs->trans("Search"), 'search'); } } - $out.= 'global->THIRDPARTY_SEARCH_AUTOFOCUS) ? 'autofocus' : '').' />'; + $out.= 'global->THIRDPARTY_SEARCH_AUTOFOCUS) ? 'autofocus' : '').' />'; if ($hidelabel == 3) { $out.= img_picto($langs->trans("Search"), 'search'); } @@ -1043,7 +1038,7 @@ class Form * @param string $filter optional filters criteras (example: 's.rowid <> x', 's.client in (1,3)') * @param string $showempty Add an empty field (Can be '1' or text to use on empty line like 'SelectThirdParty') * @param int $showtype Show third party type in combolist (customer, prospect or supplier) - * @param int $forcecombo Force to use combo box + * @param int $forcecombo Force to use standard HTML select component without beautification * @param array $events Event options. Example: array(array('method'=>'getContacts', 'url'=>dol_buildpath('/core/ajax/contacts.php',1), 'htmlname'=>'contactid', 'params'=>array('add-customer-contact'=>'disabled'))) * @param string $filterkey Filter on key value * @param int $outputmode 0=HTML select string, 1=Array @@ -1152,17 +1147,23 @@ class Form if ($obj->fournisseur) $label.=($obj->client?', ':'').$langs->trans("Supplier"); if ($obj->client || $obj->fournisseur) $label.=')'; } - if ($selected > 0 && $selected == $obj->rowid) + + if (empty($outputmode)) { - $out.= ''; + if ($selected > 0 && $selected == $obj->rowid) + { + $out.= ''; + } + else + { + $out.= ''; + } } else { - $out.= ''; + array_push($outarray, array('key'=>$obj->rowid, 'value'=>$label, 'label'=>$label)); } - array_push($outarray, array('key'=>$obj->rowid, 'value'=>$label, 'label'=>$label)); - $i++; if (($i % 10) == 0) $out.="\n"; } @@ -1816,8 +1817,7 @@ class Form } if (empty($hidelabel)) print $langs->trans("RefOrLabel").' : '; else if ($hidelabel > 1) { - if (! empty($conf->global->MAIN_HTML5_PLACEHOLDER)) $placeholder=' placeholder="'.$langs->trans("RefOrLabel").'"'; - else $placeholder=' title="'.$langs->trans("RefOrLabel").'"'; + $placeholder=' placeholder="'.$langs->trans("RefOrLabel").'"'; if ($hidelabel == 2) { print img_picto($langs->trans("Search"), 'search'); } @@ -2564,6 +2564,8 @@ class Form $this->db->free($result); + $out.=ajax_combobox($htmlname); + if (empty($outputmode)) return $out; return $outarray; } @@ -4749,6 +4751,12 @@ class Form $smin = dol_print_date($set_time, "%M"); $ssec = dol_print_date($set_time, "%S"); } + else + { + $shour = ''; + $smin = ''; + $ssec = ''; + } } else { @@ -5121,6 +5129,202 @@ class Form } + /** + * Generic method to select a component from a combo list. + * This is the generic method that will replace all specific existing methods. + * + * @param string $objectdesc Objectclassname:Objectclasspath + * @param string $htmlname Name of HTML select component + * @param int $preselectedvalue Preselected value (ID of element) + * @param string $showempty ''=empty values not allowed, 'string'=value show if we allow empty values (for example 'All', ...) + * @param string $searchkey Search criteria + * @param string $placeholder Place holder + * @param string $morecss More CSS + * @param string $moreparams More params provided to ajax call + * @param int $forcecombo Force to load all values and output a standard combobox (with no beautification) + * @return string Return HTML string + * @see selectForFormsList select_thirdparty + */ + function selectForForms($objectdesc, $htmlname, $preselectedvalue, $showempty='', $searchkey='', $placeholder='', $morecss='', $moreparams='', $forcecombo=0) + { + global $conf, $user; + + $objecttmp = null; + + $InfoFieldList = explode(":", $objectdesc); + $classname=$InfoFieldList[0]; + $classpath=$InfoFieldList[1]; + if (! empty($classpath)) + { + dol_include_once($classpath); + if ($classname && class_exists($classname)) + { + $objecttmp = new $classname($this->db); + } + } + if (! is_object($objecttmp)) + { + dol_syslog('Error bad setup of type for field '.$InfoFieldList, LOG_WARNING); + return 'Error bad setup of type for field '.join(',', $InfoFieldList); + } + + $prefixforautocompletemode=$objecttmp->element; + if ($prefixforautocompletemode == 'societe') $prefixforautocompletemode='company'; + $confkeyforautocompletemode=strtoupper($prefixforautocompletemode).'_USE_SEARCH_TO_SELECT'; // For example COMPANY_USE_SEARCH_TO_SELECT + + dol_syslog(get_class($this)."::selectForForms", LOG_DEBUG); + + $out=''; + if (! empty($conf->use_javascript_ajax) && ! empty($conf->global->$confkeyforautocompletemode) && ! $forcecombo) + { + $objectdesc=$classname.':'.$classpath; + $urlforajaxcall = DOL_URL_ROOT.'/core/ajax/selectobject.php'; + //if ($objecttmp->element == 'societe') $urlforajaxcall = DOL_URL_ROOT.'/societe/ajax/company.php'; + + // No immediate load of all database + $urloption='htmlname='.$htmlname.'&outjson=1&objectdesc='.$objectdesc.($moreparams?$moreparams:''); + // Activate the auto complete using ajax call. + $out.= ajax_autocompleter($preselectedvalue, $htmlname, $urlforajaxcall, $urloption, $conf->global->$confkeyforautocompletemode, 0, array()); + $out.= ''; + if ($placeholder) $placeholder=' placeholder="'.$placeholder.'"'; + $out.= ''; + } + else + { + // Immediate load of all database + $out.=$this->selectForFormsList($objecttmp, $htmlname, $preselectedvalue, $showempty, $searchkey, $placeholder, $morecss, $moreparams, $forcecombo); + } + + return $out; + } + + /** + * Output html form to select an object. + * Note, this function is called by selectForForms or by ajax selectobject.php + * + * @param Object $objecttmp Object + * @param string $htmlname Name of HTML select component + * @param int $preselectedvalue Preselected value (ID of element) + * @param string $showempty ''=empty values not allowed, 'string'=value show if we allow empty values (for example 'All', ...) + * @param string $searchkey Search value + * @param string $placeholder Place holder + * @param string $morecss More CSS + * @param string $moreparams More params provided to ajax call + * @param int $forcecombo Force to load all values and output a standard combobox (with no beautification) + * @param int $outputmode 0=HTML select string, 1=Array + * @return string Return HTML string + * @see selectForForms + */ + function selectForFormsList($objecttmp, $htmlname, $preselectedvalue, $showempty='', $searchkey='', $placeholder='', $morecss='', $moreparams='', $forcecombo=0, $outputmode=0) + { + global $conf, $langs, $user; + + $prefixforautocompletemode=$objecttmp->element; + if ($prefixforautocompletemode == 'societe') $prefixforautocompletemode='company'; + $confkeyforautocompletemode=strtoupper($prefixforautocompletemode).'_USE_SEARCH_TO_SELECT'; // For example COMPANY_USE_SEARCH_TO_SELECT + + $fieldstoshow='t.ref'; + if (! empty($objecttmp->fields)) + { + $tmpfieldstoshow=''; + foreach($objecttmp->fields as $key => $val) + { + if ($val['showoncombobox']) $tmpfieldstoshow.=($tmpfieldstoshow?',':'').'t.'.$key; + } + if ($tmpfieldstoshow) $fieldstoshow = $tmpfieldstoshow; + } + + $out=''; + $outarray=array(); + + $num=0; + + // Search data + $sql = "SELECT t.rowid, ".$fieldstoshow." FROM ".MAIN_DB_PREFIX .$objecttmp->table_element." as t"; + if ($objecttmp->ismultientitymanaged == 2) + if (!$user->rights->societe->client->voir && !$user->societe_id) $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc"; + $sql.= " WHERE t.entity IN (".getEntity($objecttmp->table_element).")"; + if ($objecttmp->ismultientitymanaged == 1 && ! empty($user->societe_id)) $sql.= " AND t.fk_soc = ".$user->societe_id; + if ($searchkey != '') $sql.=natural_search(explode(',',$fieldstoshow), $searchkey); + if ($objecttmp->ismultientitymanaged == 2) + if (!$user->rights->societe->client->voir && !$user->societe_id) $sql.= " AND t.rowid = sc.fk_soc AND sc.fk_user = " .$user->id; + $sql.=$this->db->order($fieldstoshow,"ASC"); + //$sql.=$this->db->plimit($limit, 0); + + // Build output string + $resql=$this->db->query($sql); + if ($resql) + { + if ($conf->use_javascript_ajax && ! $forcecombo) + { + include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php'; + $comboenhancement =ajax_combobox($htmlname, null, $conf->global->$confkeyforautocompletemode); + $out.= $comboenhancement; + } + + // Construct $out and $outarray + $out.= ''."\n"; + } + else + { + dol_print_error($this->db); + } + + $this->result=array('nbofelement'=>$num); + + if ($outputmode) return $outarray; + return $out; + } + + /** * Return a HTML select string, built from an array of key+value. * Note: Do not apply langs->trans function on returned content, content may be entity encoded twice. @@ -5172,7 +5376,9 @@ class Form } } - $out.='next_prev_filter set to add SQL criterias. + * Note: To complete search with a particular filter on select, you can set $object->next_prev_filter set to define SQL criterias. * * @param object $object Object to show. * @param string $paramid Name of parameter to use to name the id into the URL next/previous link. * @param string $morehtml More html content to output just before the nav bar. * @param int $shownav Show Condition (navigation is shown if value is 1). - * @param string $fieldid Name of field id into database to use for select next and previous (we make the select max and min on this field). Use 'none' to disable next/prev. + * @param string $fieldid Name of field id into database to use for select next and previous (we make the select max and min on this field compared to $object->ref). Use 'none' to disable next/prev. * @param string $fieldref Name of field ref of object (object->ref) to show or 'none' to not show ref. * @param string $morehtmlref More html to show after ref. * @param string $moreparam More param to add in nav link url. Must start with '&...'. @@ -5985,7 +6194,7 @@ class Form if ($shownav) { //print "paramid=$paramid,morehtml=$morehtml,shownav=$shownav,$fieldid,$fieldref,$morehtmlref,$moreparam"; - $object->load_previous_next_ref((isset($object->next_prev_filter)?$object->next_prev_filter:''),$fieldid,$nodbprefix); + $object->load_previous_next_ref((isset($object->next_prev_filter)?$object->next_prev_filter:''), $fieldid, $nodbprefix); $navurl = $_SERVER["PHP_SELF"]; // Special case for project/task page diff --git a/htdocs/core/class/html.formactions.class.php b/htdocs/core/class/html.formactions.class.php index 7d5bffb6e54..7db6ec3331a 100644 --- a/htdocs/core/class/html.formactions.class.php +++ b/htdocs/core/class/html.formactions.class.php @@ -249,16 +249,16 @@ class FormActions print $action->type; print ''; print ''.$label.''; - print ''.dol_print_date($action->datep,'dayhour'); + print ''.dol_print_date($action->datep, 'dayhour', 'tzuserrel'); if ($action->datef) { $tmpa=dol_getdate($action->datep); $tmpb=dol_getdate($action->datef); if ($tmpa['mday'] == $tmpb['mday'] && $tmpa['mon'] == $tmpb['mon'] && $tmpa['year'] == $tmpb['year']) { - if ($tmpa['hours'] != $tmpb['hours'] || $tmpa['minutes'] != $tmpb['minutes'] && $tmpa['seconds'] != $tmpb['seconds']) print '-'.dol_print_date($action->datef,'hour'); + if ($tmpa['hours'] != $tmpb['hours'] || $tmpa['minutes'] != $tmpb['minutes'] && $tmpa['seconds'] != $tmpb['seconds']) print '-'.dol_print_date($action->datef, 'hour', 'tzuserrel'); } - else print '-'.dol_print_date($action->datef,'dayhour'); + else print '-'.dol_print_date($action->datef, 'dayhour', 'tzuserrel'); } print ''; print ''; diff --git a/htdocs/core/class/html.formadmin.class.php b/htdocs/core/class/html.formadmin.class.php index e2a423e9ca4..fd0470c63f4 100644 --- a/htdocs/core/class/html.formadmin.class.php +++ b/htdocs/core/class/html.formadmin.class.php @@ -51,7 +51,7 @@ class FormAdmin * @param string $htmlname Name of HTML select * @param int $showauto Show 'auto' choice * @param array $filter Array of keys to exclude in list - * @param string $showempty 1=Add empty value or string to show + * @param string $showempty '1'=Add empty value or string to show * @param int $showwarning Show a warning if language is not complete * @param int $disabled Disable edit of select * @param string $morecss Add more css styles diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php index 049ec0c5d75..432a7bb37de 100644 --- a/htdocs/core/class/html.formother.class.php +++ b/htdocs/core/class/html.formother.class.php @@ -1001,8 +1001,8 @@ class FormOther { if (! empty($boxidactivatedforuser[$box->id])) continue; // Already visible for user $label=$langs->transnoentitiesnoconv($box->boxlabel); - if (preg_match('/graph/',$box->class)) $label.=' ('.$langs->trans("Graph").')'; - //$label = ''.$label; KO with select2. No html rendering. + //if (preg_match('/graph/',$box->class)) $label.=' ('.$langs->trans("Graph").')'; + if (preg_match('/graph/',$box->class)) $label=$label.' '; $arrayboxtoactivatelabel[$box->id]=$label; // We keep only boxes not shown for user, to show into combo list } foreach($boxidactivatedforuser as $boxid) @@ -1014,6 +1014,7 @@ class FormOther //var_dump($boxidactivatedforuser); // Class Form must have been already loaded + $selectboxlist.=''."\n"; $selectboxlist.=''; $selectboxlist.=''; $selectboxlist.=''; @@ -1086,6 +1087,7 @@ class FormOther var self = this; // because JQuery can modify this var boxid=self.id.substring(8); var label=jQuery(\'#boxlabelentry\'+boxid).val(); + console.log("We close box "+boxid); jQuery(\'#boxto_\'+boxid).remove(); if (boxid > 0) jQuery(\'#boxcombo\').append(new Option(label, boxid)); updateBoxOrder(1); /* 1 to avoid message after a remove */ diff --git a/htdocs/core/class/translate.class.php b/htdocs/core/class/translate.class.php index 66735c62606..55aac773420 100644 --- a/htdocs/core/class/translate.class.php +++ b/htdocs/core/class/translate.class.php @@ -624,7 +624,7 @@ class Translate $str=str_replace(array('<','>','"',),array('__lt__','__gt__','__quot__'),$str); // Crypt string into HTML - $str=htmlentities($str,ENT_QUOTES,$this->charset_output); + $str=htmlentities($str, ENT_COMPAT, $this->charset_output); // Do not convert simple quotes in translation (strings in html are enmbraced by "). Use dol_escape_htmltag around text in HTML content // Restore HTML tags $str=str_replace(array('__lt__','__gt__','__quot__'),array('<','>','"',),$str); diff --git a/htdocs/core/class/utils.class.php b/htdocs/core/class/utils.class.php index dee63987d45..cf5d02a7b31 100644 --- a/htdocs/core/class/utils.class.php +++ b/htdocs/core/class/utils.class.php @@ -449,4 +449,78 @@ class Utils return 0; } + + + + /** + * Execute a CLI command. + * + * @param string $command Command line to execute. + * @param string $outputfile Output file (used only when method is 2). For exemple $conf->admin->dir_temp.'/out.tmp'; + * @param int $execmethod 0=Use default method (that is 1 by default), 1=Use the PHP 'exec', 2=Use the 'popen' method + * @return array array('result'=>...,'output'=>...,'error'=>...). result = 0 means OK. + */ + function executeCLI($command, $outputfile, $execmethod=0) + { + global $conf, $langs; + + $result = 0; + $output = ''; + $error = ''; + + $command=escapeshellcmd($command); + $command.=" 2>&1"; + + if (! empty($conf->global->MAIN_EXEC_USE_POPEN)) $execmethod=$conf->global->MAIN_EXEC_USE_POPEN; + if (empty($execmethod)) $execmethod=1; + //$execmethod=1; + + dol_syslog("Utils::executeCLI execmethod=".$execmethod." system:".$command, LOG_DEBUG); + $output_arr=array(); + + if ($execmethod == 1) + { + exec($command, $output_arr, $retval); + $result = $retval; + if ($retval != 0) + { + $langs->load("errors"); + dol_syslog("Utils::executeCLI retval after exec=".$retval, LOG_ERR); + $error = 'Error '.$retval; + } + } + if ($execmethod == 2) // With this method, there is no way to get the return code, only output + { + $ok=0; + $handle = fopen($outputfile, 'w+b'); + if ($handle) + { + dol_syslog("Utils::executeCLI run command ".$command); + $handlein = popen($command, 'r'); + while (!feof($handlein)) + { + $read = fgets($handlein); + fwrite($handle,$read); + $output_arr[]=$read; + } + pclose($handlein); + fclose($handle); + } + if (! empty($conf->global->MAIN_UMASK)) @chmod($outputfile, octdec($conf->global->MAIN_UMASK)); + } + + // Update with result + if (is_array($output_arr) && count($output_arr)>0) + { + foreach($output_arr as $val) + { + $output.=$val.($execmethod == 2 ? '' : "\n"); + } + } + + dol_syslog("Utils::executeCLI result=".$result." output=".$output." error=".$error, LOG_DEBUG); + + return array('result'=>$result, 'output'=>$output, 'error'=>$error); + } + } diff --git a/htdocs/core/db/DoliDB.class.php b/htdocs/core/db/DoliDB.class.php index 99b799d5d6e..fa87fb3a4d6 100644 --- a/htdocs/core/db/DoliDB.class.php +++ b/htdocs/core/db/DoliDB.class.php @@ -84,12 +84,12 @@ abstract class DoliDB implements Database * Convert (by PHP) a GM Timestamp date into a string date with PHP server TZ to insert into a date field. * Function to use to build INSERT, UPDATE or WHERE predica * - * @param int $param Date TMS to convert - * @return string Date in a string YYYYMMDDHHMMSS + * @param int $param Date TMS to convert + * @return string Date in a string YYYYMMDDHHMMSS */ function idate($param) { - return dol_print_date($param,"%Y%m%d%H%M%S"); + return dol_print_date($param,"%Y-%m-%d %H:%M:%S"); } /** diff --git a/htdocs/core/db/pgsql.class.php b/htdocs/core/db/pgsql.class.php index bc967ffb0b7..f0c437e0b96 100644 --- a/htdocs/core/db/pgsql.class.php +++ b/htdocs/core/db/pgsql.class.php @@ -274,7 +274,15 @@ class DoliDBPgsql extends DoliDB $line.= "ALTER TABLE ".$reg[1]." ADD PRIMARY KEY (".$reg[3]; } - // Translate order to drop foreign keys + // Translate order to drop primary keys + // ALTER TABLE llx_dolibarr_modules DROP PRIMARY KEY pk_xxx + if (preg_match('/ALTER\s+TABLE\s*(.*)\s*DROP\s+PRIMARY\s+KEY\s*([^;]+)$/i',$line,$reg)) + { + $line = "-- ".$line." replaced by --\n"; + $line.= "ALTER TABLE ".$reg[1]." DROP CONSTRAINT ".$reg[2]; + } + + // Translate order to drop foreign keys // ALTER TABLE llx_dolibarr_modules DROP FOREIGN KEY fk_xxx if (preg_match('/ALTER\s+TABLE\s*(.*)\s*DROP\s+FOREIGN\s+KEY\s*(.*)$/i',$line,$reg)) { diff --git a/htdocs/core/js/lib_head.js.php b/htdocs/core/js/lib_head.js.php index 76817294e4d..8b8dd3d8a57 100644 --- a/htdocs/core/js/lib_head.js.php +++ b/htdocs/core/js/lib_head.js.php @@ -160,8 +160,8 @@ var select2arrayoflanguage = { noResults: function () { return "transnoentitiesnoconv("Select2NotFound")); ?>"; }, inputTooShort: function (input) { var n = input.minimum; - console.log(input); - console.log(input.minimum); + /*console.log(input); + console.log(input.minimum);*/ if (n > 1) return "transnoentitiesnoconv("Select2Enter")); ?> " + n + " transnoentitiesnoconv("Select2MoreCharacters")); ?>"; else return "transnoentitiesnoconv("Select2Enter")); ?> " + n + " transnoentitiesnoconv("Select2MoreCharacter")); ?>" }, @@ -427,6 +427,28 @@ function urlencode(s) { return news; } +/* + * ================================================================= + * Purpose: Clean string to have it url encoded + * Input: s + * Author: Laurent Destailleur + * Licence: GPL + * ================================================================== + */ +function htmlEntityDecodeJs(inp){ + var replacements = {'<':'<','>':'>','/':'/','"':'"',''':'\'','&':'&',' ':' '}; + if (inp) + { + for(var r in replacements){ + inp = inp.replace(new RegExp(r,'g'),replacements[r]); + } + return inp.replace(/&#(\d+);/g, function(match, dec) { + return String.fromCharCode(dec); + }); + } + else { return ''; } +} + /* * ================================================================= diff --git a/htdocs/core/lib/ajax.lib.php b/htdocs/core/lib/ajax.lib.php index 0ee1ea98a5b..825f99d6e98 100644 --- a/htdocs/core/lib/ajax.lib.php +++ b/htdocs/core/lib/ajax.lib.php @@ -27,9 +27,9 @@ /** * Generic function that return javascript to add to a page to transform a common input field into an autocomplete field by calling an Ajax page (ex: /societe/ajaxcompanies.php). * The HTML field must be an input text with id=search_$htmlname. - * This use the jQuery "autocomplete" function. + * This use the jQuery "autocomplete" function. If we want to use the select2, we must also convert the input into select on funcntions that call this method. * - * @param string $selected Preselecte value + * @param string $selected Preselected value * @param string $htmlname HTML name of input field * @param string $url Url for request: /path/page.php. Must return a json array ('key'=>id, 'value'=>String shown into input field once selected, 'label'=>String shown into combo list) * @param string $urloption More parameters on URL request @@ -411,17 +411,23 @@ function ajax_combobox($htmlname, $events=array(), $minLengthToAutocomplete=0, $ width: \''.$widthTypeOfAutocomplete.'\', /* off or resolve */ minimumInputLength: '.$minLengthToAutocomplete.', language: select2arrayoflanguage, + containerCssClass: \':all:\', /* Line to add class or origin SELECT propagated to the new website->enabled) && (!empty($user->rights->societe->lire) )) { $head[$h][0] = DOL_URL_ROOT.'/societe/website.php?id='.$object->id; - $head[$h][1] = $langs->trans("WebSites"); + $head[$h][1] = $langs->trans("WebSiteAccounts"); $nbNote = 0; $sql = "SELECT COUNT(n.rowid) as nb"; - $sql.= " FROM ".MAIN_DB_PREFIX."websiteaccount as n"; + $sql.= " FROM ".MAIN_DB_PREFIX."website_account as n"; $sql.= " WHERE fk_soc = ".$object->id; $resql=$db->query($sql); if ($resql) @@ -389,7 +389,7 @@ function societe_admin_prepare_head() * Return country label, code or id from an id, code or label * * @param int $searchkey Id or code of country to search - * @param int $withcode '0'=Return label, + * @param string $withcode '0'=Return label, * '1'=Return code + label, * '2'=Return code from id, * '3'=Return id from code, @@ -400,7 +400,7 @@ function societe_admin_prepare_head() * @param int $searchlabel Label of country to search (warning: searching on label is not reliable) * @return mixed String with country code or translated country name or Array('id','code','label') */ -function getCountry($searchkey,$withcode='',$dbtouse=0,$outputlangs='',$entconv=1,$searchlabel='') +function getCountry($searchkey, $withcode='', $dbtouse=0, $outputlangs='', $entconv=1, $searchlabel='') { global $db,$langs; diff --git a/htdocs/core/lib/files.lib.php b/htdocs/core/lib/files.lib.php index 2f59c7e388c..6fd7beb86bb 100644 --- a/htdocs/core/lib/files.lib.php +++ b/htdocs/core/lib/files.lib.php @@ -1052,7 +1052,11 @@ function dol_move_uploaded_file($src_file, $dest_file, $allowoverwrite, $disable $file_name_osencoded=dol_osencode($file_name); // Check if destination dir is writable - // TODO + if (! is_writable(dirname($file_name_osencoded))) + { + dol_syslog("Files.lib::dol_move_uploaded_file Dir ".dirname($file_name_osencoded)." is not writable. Return 'ErrorDirNotWritable'", LOG_WARNING); + return 'ErrorDirNotWritable'; + } // Check if destination file already exists if (! $allowoverwrite) @@ -1468,7 +1472,7 @@ function dol_add_file_process($upload_dir, $allowoverwrite=0, $donotupdatesessio } $nbfile = count($TFile['name']); - + $nbok = 0; for ($i = 0; $i < $nbfile; $i++) { // Define $destfull (path to file including filename) and $destfile (only filename) @@ -1548,8 +1552,7 @@ function dol_add_file_process($upload_dir, $allowoverwrite=0, $donotupdatesessio } } - $res = 1; - setEventMessages($langs->trans("FileTransferComplete"), null, 'mesgs'); + $nbok++; } else { @@ -1568,7 +1571,11 @@ function dol_add_file_process($upload_dir, $allowoverwrite=0, $donotupdatesessio } } } - + if ($nbok > 0) + { + $res = 1; + setEventMessages($langs->trans("FileTransferComplete"), null, 'mesgs'); + } } } elseif ($link) { require_once DOL_DOCUMENT_ROOT . '/core/class/link.class.php'; diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index a791f2e68cf..0882016502f 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -270,10 +270,11 @@ function GETPOSTISSET($paramname) * 'custom'= custom filter specify $filter and $options) * @param int $method Type of method (0 = get then post, 1 = only get, 2 = only post, 3 = post then get, 4 = post then get then cookie) * @param int $filter Filter to apply when $check is set to 'custom'. (See http://php.net/manual/en/filter.filters.php for détails) - * @param mixed $options Options to pass to filter_var when $check is set to 'custom'. + * @param mixed $options Options to pass to filter_var when $check is set to 'custom' + * @param string $noreplace Force disable of replacement of __xxx__ strings. * @return string|string[] Value found (string or array), or '' if check fails */ -function GETPOST($paramname, $check='alpha', $method=0, $filter=NULL, $options=NULL) +function GETPOST($paramname, $check='none', $method=0, $filter=NULL, $options=NULL, $noreplace=0) { global $mysoc,$user,$conf; @@ -321,56 +322,27 @@ function GETPOST($paramname, $check='alpha', $method=0, $filter=NULL, $options=N } } // Else, retreive default values if we are not doing a sort - elseif (! isset($_GET['sortfield']) && ! empty($conf->global->MAIN_ENABLE_DEFAULT_VALUES)) // If we did a click on a field to sort, we do no apply default values. Same if option MAIN_ENABLE_DEFAULT_VALUES is not set + elseif (! isset($_GET['sortfield'])) // If we did a click on a field to sort, we do no apply default values. Same if option MAIN_ENABLE_DEFAULT_VALUES is not set { if (! empty($_GET['action']) && $_GET['action'] == 'create' && ! isset($_GET[$paramname]) && ! isset($_POST[$paramname])) { - if (! empty($user->default_values)) // $user->default_values defined from menu 'Setup - Default values' + // Search default value from $object->field + global $object; + if (is_object($object) && isset($object->fields[$paramname]['default'])) { - if (isset($user->default_values[$relativepathstring]['createform'])) - { - foreach($user->default_values[$relativepathstring]['createform'] as $defkey => $defval) - { - $qualified = 0; - if ($defkey != '_noquery_') - { - $tmpqueryarraytohave=explode('&', $defkey); - $tmpqueryarraywehave=explode('&', dol_string_nohtmltag($_SERVER['QUERY_STRING'])); - $foundintru=0; - foreach($tmpqueryarraytohave as $tmpquerytohave) - { - if (! in_array($tmpquerytohave, $tmpqueryarraywehave)) $foundintru=1; - } - if (! $foundintru) $qualified=1; - //var_dump($defkey.'-'.$qualified); - } - else $qualified = 1; - - if ($qualified) - { - //var_dump($user->default_values[$relativepathstring][$defkey]['createform']); - if (isset($user->default_values[$relativepathstring]['createform'][$defkey][$paramname])) - { - $out = $user->default_values[$relativepathstring]['createform'][$defkey][$paramname]; - break; - } - } - } - } + $out = $object->fields[$paramname]['default']; } } - // Management of default search_filters and sort order - //elseif (preg_match('/list.php$/', $_SERVER["PHP_SELF"]) && ! empty($paramname) && ! isset($_GET[$paramname]) && ! isset($_POST[$paramname])) - elseif (! empty($paramname) && ! isset($_GET[$paramname]) && ! isset($_POST[$paramname])) + if (! empty($conf->global->MAIN_ENABLE_DEFAULT_VALUES)) { - if (! empty($user->default_values)) // $user->default_values defined from menu 'Setup - Default values' + if (! empty($_GET['action']) && $_GET['action'] == 'create' && ! isset($_GET[$paramname]) && ! isset($_POST[$paramname])) { - //var_dump($user->default_values[$relativepathstring]); - if ($paramname == 'sortfield' || $paramname == 'sortorder') // Sorted on which fields ? ASC or DESC ? + // Now search in setup to overwrite default values + if (! empty($user->default_values)) // $user->default_values defined from menu 'Setup - Default values' { - if (isset($user->default_values[$relativepathstring]['sortorder'])) // Even if paramname is sortfield, data are stored into ['sortorder...'] + if (isset($user->default_values[$relativepathstring]['createform'])) { - foreach($user->default_values[$relativepathstring]['sortorder'] as $defkey => $defval) + foreach($user->default_values[$relativepathstring]['createform'] as $defkey => $defval) { $qualified = 0; if ($defkey != '_noquery_') @@ -389,73 +361,114 @@ function GETPOST($paramname, $check='alpha', $method=0, $filter=NULL, $options=N if ($qualified) { - $forbidden_chars_to_replace=array(" ","'","/","\\",":","*","?","\"","<",">","|","[","]",";","="); // we accept _, -, . and , - foreach($user->default_values[$relativepathstring]['sortorder'][$defkey] as $key => $val) + //var_dump($user->default_values[$relativepathstring][$defkey]['createform']); + if (isset($user->default_values[$relativepathstring]['createform'][$defkey][$paramname])) { - if ($out) $out.=', '; - if ($paramname == 'sortfield') - { - $out.=dol_string_nospecial($key, '', $forbidden_chars_to_replace); - } - if ($paramname == 'sortorder') - { - $out.=dol_string_nospecial($val, '', $forbidden_chars_to_replace); - } + $out = $user->default_values[$relativepathstring]['createform'][$defkey][$paramname]; + break; } - //break; // No break for sortfield and sortorder so we can cumulate fields (is it realy usefull ?) } } } } - elseif (isset($user->default_values[$relativepathstring]['filters'])) + } + // Management of default search_filters and sort order + //elseif (preg_match('/list.php$/', $_SERVER["PHP_SELF"]) && ! empty($paramname) && ! isset($_GET[$paramname]) && ! isset($_POST[$paramname])) + elseif (! empty($paramname) && ! isset($_GET[$paramname]) && ! isset($_POST[$paramname])) + { + if (! empty($user->default_values)) // $user->default_values defined from menu 'Setup - Default values' { - foreach($user->default_values[$relativepathstring]['filters'] as $defkey => $defval) + //var_dump($user->default_values[$relativepathstring]); + if ($paramname == 'sortfield' || $paramname == 'sortorder') // Sorted on which fields ? ASC or DESC ? { - $qualified = 0; - if ($defkey != '_noquery_') + if (isset($user->default_values[$relativepathstring]['sortorder'])) // Even if paramname is sortfield, data are stored into ['sortorder...'] { - $tmpqueryarraytohave=explode('&', $defkey); - $tmpqueryarraywehave=explode('&', dol_string_nohtmltag($_SERVER['QUERY_STRING'])); - $foundintru=0; - foreach($tmpqueryarraytohave as $tmpquerytohave) + foreach($user->default_values[$relativepathstring]['sortorder'] as $defkey => $defval) { - if (! in_array($tmpquerytohave, $tmpqueryarraywehave)) $foundintru=1; - } - if (! $foundintru) $qualified=1; - //var_dump($defkey.'-'.$qualified); - } - else $qualified = 1; + $qualified = 0; + if ($defkey != '_noquery_') + { + $tmpqueryarraytohave=explode('&', $defkey); + $tmpqueryarraywehave=explode('&', dol_string_nohtmltag($_SERVER['QUERY_STRING'])); + $foundintru=0; + foreach($tmpqueryarraytohave as $tmpquerytohave) + { + if (! in_array($tmpquerytohave, $tmpqueryarraywehave)) $foundintru=1; + } + if (! $foundintru) $qualified=1; + //var_dump($defkey.'-'.$qualified); + } + else $qualified = 1; - if ($qualified) + if ($qualified) + { + $forbidden_chars_to_replace=array(" ","'","/","\\",":","*","?","\"","<",">","|","[","]",";","="); // we accept _, -, . and , + foreach($user->default_values[$relativepathstring]['sortorder'][$defkey] as $key => $val) + { + if ($out) $out.=', '; + if ($paramname == 'sortfield') + { + $out.=dol_string_nospecial($key, '', $forbidden_chars_to_replace); + } + if ($paramname == 'sortorder') + { + $out.=dol_string_nospecial($val, '', $forbidden_chars_to_replace); + } + } + //break; // No break for sortfield and sortorder so we can cumulate fields (is it realy usefull ?) + } + } + } + } + elseif (isset($user->default_values[$relativepathstring]['filters'])) + { + foreach($user->default_values[$relativepathstring]['filters'] as $defkey => $defval) { - if (isset($_POST['sall']) || isset($_POST['search_all']) || isset($_GET['sall']) || isset($_GET['search_all'])) + $qualified = 0; + if ($defkey != '_noquery_') { - // We made a search from quick search menu, do we still use default filter ? - if (empty($conf->global->MAIN_DISABLE_DEFAULT_FILTER_FOR_QUICK_SEARCH)) + $tmpqueryarraytohave=explode('&', $defkey); + $tmpqueryarraywehave=explode('&', dol_string_nohtmltag($_SERVER['QUERY_STRING'])); + $foundintru=0; + foreach($tmpqueryarraytohave as $tmpquerytohave) + { + if (! in_array($tmpquerytohave, $tmpqueryarraywehave)) $foundintru=1; + } + if (! $foundintru) $qualified=1; + //var_dump($defkey.'-'.$qualified); + } + else $qualified = 1; + + if ($qualified) + { + if (isset($_POST['sall']) || isset($_POST['search_all']) || isset($_GET['sall']) || isset($_GET['search_all'])) + { + // We made a search from quick search menu, do we still use default filter ? + if (empty($conf->global->MAIN_DISABLE_DEFAULT_FILTER_FOR_QUICK_SEARCH)) + { + $forbidden_chars_to_replace=array(" ","'","/","\\",":","*","?","\"","<",">","|","[","]",";","="); // we accept _, -, . and , + $out = dol_string_nospecial($user->default_values[$relativepathstring]['filters'][$defkey][$paramname], '', $forbidden_chars_to_replace); + } + } + else { $forbidden_chars_to_replace=array(" ","'","/","\\",":","*","?","\"","<",">","|","[","]",";","="); // we accept _, -, . and , $out = dol_string_nospecial($user->default_values[$relativepathstring]['filters'][$defkey][$paramname], '', $forbidden_chars_to_replace); } + break; } - else - { - $forbidden_chars_to_replace=array(" ","'","/","\\",":","*","?","\"","<",">","|","[","]",";","="); // we accept _, -, . and , - $out = dol_string_nospecial($user->default_values[$relativepathstring]['filters'][$defkey][$paramname], '', $forbidden_chars_to_replace); - } - break; } } } } } } - } // Substitution variables for GETPOST (used to get final url with variable parameters or final default value with variable paramaters) // Example of variables: __DAY__, __MONTH__, __YEAR__, __MYCOUNTRYID__, __USERID__, __ENTITYID__, ... // We do this only if var is a GET. If it is a POST, may be we want to post the text with vars as the setup text. - if (! is_array($out) && empty($_POST[$paramname])) + if (! is_array($out) && empty($_POST[$paramname]) && empty($noreplace)) { $maxloop=20; $loopnb=0; // Protection against infinite loop while (preg_match('/__([A-Z0-9]+_?[A-Z0-9]+)__/i', $out, $reg) && ($loopnb < $maxloop)) // Detect '__ABCDEF__' as key 'ABCDEF' and '__ABC_DEF__' as key 'ABC_DEF'. Detection is also correct when 2 vars are side by side. @@ -505,22 +518,31 @@ function GETPOST($paramname, $check='alpha', $method=0, $filter=NULL, $options=N if (preg_match('/[^0-9,]+/i',$out)) $out=''; break; case 'alpha': - $out=trim($out); - // '"' is dangerous because param in url can close the href= or src= and add javascript functions. - // '../' is dangerous because it allows dir transversals - if (preg_match('/"/',$out)) $out=''; - else if (preg_match('/\.\.\//',$out)) $out=''; + if (! is_array($out)) + { + $out=trim($out); + // '"' is dangerous because param in url can close the href= or src= and add javascript functions. + // '../' is dangerous because it allows dir transversals + if (preg_match('/"/',$out)) $out=''; + else if (preg_match('/\.\.\//',$out)) $out=''; + } break; case 'san_alpha': $out=filter_var($out,FILTER_SANITIZE_STRING); break; case 'aZ': - $out=trim($out); - if (preg_match('/[^a-z]+/i',$out)) $out=''; + if (! is_array($out)) + { + $out=trim($out); + if (preg_match('/[^a-z]+/i',$out)) $out=''; + } break; case 'aZ09': - $out=trim($out); - if (preg_match('/[^a-z0-9_\-\.]+/i',$out)) $out=''; + if (! is_array($out)) + { + $out=trim($out); + if (preg_match('/[^a-z0-9_\-\.]+/i',$out)) $out=''; + } break; case 'array': if (! is_array($out) || empty($out)) $out=array(); @@ -529,12 +551,15 @@ function GETPOST($paramname, $check='alpha', $method=0, $filter=NULL, $options=N $out=dol_string_nohtmltag($out); break; case 'alphanohtml': // Recommended for search params - $out=trim($out); - // '"' is dangerous because param in url can close the href= or src= and add javascript functions. - // '../' is dangerous because it allows dir transversals - if (preg_match('/"/',$out)) $out=''; - else if (preg_match('/\.\.\//',$out)) $out=''; - $out=dol_string_nohtmltag($out); + if (! is_array($out)) + { + $out=trim($out); + // '"' is dangerous because param in url can close the href= or src= and add javascript functions. + // '../' is dangerous because it allows dir transversals + if (preg_match('/"/',$out)) $out=''; + else if (preg_match('/\.\.\//',$out)) $out=''; + $out=dol_string_nohtmltag($out); + } break; case 'custom': if (empty($filter)) return 'BadFourthParameterForGETPOST'; @@ -629,7 +654,9 @@ function dol_include_once($relpath, $classname='') * * @param string $path Relative path to file (if mode=0) or relative url (if mode=1). Ie: mydir/myfile, ../myfile * @param int $type 0=Used for a Filesystem path, 1=Used for an URL path (output relative), 2=Used for an URL path (output full path using same host that current url), 3=Used for an URL path (output full path using host defined into $dolibarr_main_url_root of conf file) - * @param int $returnemptyifnotfound If path==0 and if file was not found, do not return default path but an empty string + * @param int $returnemptyifnotfound 0:If $type==0 and if file was not found into alternate dir, return default path into main dir (no test on it) + * 1:If $type==0 and if file was not found into alternate dir, return empty string + * 2:If $type==0 and if file was not found into alternate dir, test into main dir, return default path if found, empty string if not found * @return string Full filesystem path (if path=0), Full url path (if mode=1) */ function dol_buildpath($path, $type=0, $returnemptyifnotfound=0) @@ -650,9 +677,9 @@ function dol_buildpath($path, $type=0, $returnemptyifnotfound=0) return $res; } } - if ($returnemptyifnotfound) // Not found, we return empty string + if ($returnemptyifnotfound) // Not found into alternate dir { - return ''; + if ($returnemptyifnotfound == 1 || ! file_exists($res)) return ''; } } else // For an url path @@ -908,17 +935,17 @@ function dol_escape_js($stringtoescape, $mode=0, $noescapebackslashn=0) * * @param string $stringtoescape String to escape * @param int $keepb 1=Preserve b tags (otherwise, remove them) - * @param int $keepn 1=Preserve \r\n strings (otherwise, remove them) + * @param int $keepn 1=Preserve \r\n strings (otherwise, replace them with escaped value) * @return string Escaped string * @see dol_string_nohtmltag */ function dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0) { // escape quotes and backslashes, newlines, etc. - $tmp=html_entity_decode($stringtoescape, ENT_COMPAT, 'UTF-8'); // TODO Use htmlspecialchars_decode instead, that make only required change for html form content + $tmp=html_entity_decode($stringtoescape, ENT_COMPAT, 'UTF-8'); // TODO Use htmlspecialchars_decode instead, that make only required change for html tags if (! $keepb) $tmp=strtr($tmp, array(""=>'',''=>'')); if (! $keepn) $tmp=strtr($tmp, array("\r"=>'\\r',"\n"=>'\\n')); - return htmlentities($tmp, ENT_COMPAT, 'UTF-8'); // TODO Use htmlspecialchars instead, that make only required change for html form content + return htmlentities($tmp, ENT_COMPAT, 'UTF-8'); // TODO Use htmlspecialchars instead, that make only required change for html tags } @@ -1598,7 +1625,7 @@ function dol_strftime($fmt, $ts=false, $is_gmt=false) * "day", "daytext", "dayhour", "dayhourldap", "dayhourtext", "dayrfc", "dayhourrfc", "...reduceformat" * @param string $tzoutput true or 'gmt' => string is for Greenwich location * false or 'tzserver' => output string is for local PHP server TZ usage - * 'tzuser' => output string is for user TZ (current browser TZ with current dst) + * 'tzuser' => output string is for user TZ (current browser TZ with current dst) => In a future, we should have same behaviour than 'tzuserrel' * 'tzuserrel' => output string is for user TZ (current browser TZ with dst or not, depending on date position) (TODO not implemented yet) * @param Translate $outputlangs Object lang that contains language for text translation. * @param boolean $encodetooutput false=no convert into output pagecode @@ -1629,8 +1656,8 @@ function dol_print_date($time,$format='',$tzoutput='tzserver',$outputlangs='',$e { $to_gmt=true; $offsettzstring=(empty($_SESSION['dol_tz_string'])?'UTC':$_SESSION['dol_tz_string']); // Example 'Europe/Berlin' or 'Indian/Reunion' - $offsettz=(empty($_SESSION['dol_tz'])?0:$_SESSION['dol_tz'])*60*60; - $offsetdst=(empty($_SESSION['dol_dst'])?0:$_SESSION['dol_dst'])*60*60; + $offsettz=(empty($_SESSION['dol_tz'])?0:$_SESSION['dol_tz'])*60*60; // Will not be used anymore + $offsetdst=(empty($_SESSION['dol_dst'])?0:$_SESSION['dol_dst'])*60*60; // Will not be used anymore } } } @@ -1687,8 +1714,9 @@ function dol_print_date($time,$format='',$tzoutput='tzserver',$outputlangs='',$e if (preg_match('/^([0-9]+)\-([0-9]+)\-([0-9]+) ?([0-9]+)?:?([0-9]+)?:?([0-9]+)?/i',$time,$reg) || preg_match('/^([0-9][0-9][0-9][0-9])([0-9][0-9])([0-9][0-9])([0-9][0-9])([0-9][0-9])([0-9][0-9])$/i',$time,$reg)) // Deprecated. Ex: 1970-01-01, 1970-01-01 01:00:00, 19700101010000 { - // This part of code should not be used. TODO Remove this. - dol_syslog("Functions.lib::dol_print_date function call with deprecated value of time in page ".$_SERVER["PHP_SELF"], LOG_WARNING); + // TODO Remove this. + // This part of code should not be used. + dol_syslog("Functions.lib::dol_print_date function call with deprecated value of time in page ".$_SERVER["PHP_SELF"], LOG_ERR); // Date has format 'YYYY-MM-DD' or 'YYYY-MM-DD HH:MM:SS' or 'YYYYMMDDHHMMSS' $syear = (! empty($reg[1]) ? $reg[1] : ''); $smonth = (! empty($reg[2]) ? $reg[2] : ''); @@ -1698,22 +1726,26 @@ function dol_print_date($time,$format='',$tzoutput='tzserver',$outputlangs='',$e $ssec = (! empty($reg[6]) ? $reg[6] : ''); $time=dol_mktime($shour,$smin,$ssec,$smonth,$sday,$syear,true); - $ret=adodb_strftime($format, $time+$offsettz+$offsetdst, $to_gmt); // TODO Replace this with function Date PHP. We also should not use anymore offsettz and offsetdst but only offsettzstring. + $ret=adodb_strftime($format, $time+$offsettz+$offsetdst, $to_gmt); } else { // Date is a timestamps if ($time < 100000000000) // Protection against bad date values { - $ret=adodb_strftime($format, $time+$offsettz+$offsetdst, $to_gmt); // TODO Replace this with function Date PHP. We also should not use anymore offsettz and offsetdst but only offsettzstring. + $timetouse = $time+$offsettz+$offsetdst; // TODO Replace this with function Date PHP. We also should not use anymore offsettz and offsetdst but only offsettzstring. + + $ret=adodb_strftime($format, $timetouse, $to_gmt); } else $ret='Bad value '.$time.' for date'; } if (preg_match('/__b__/i',$format)) { + $timetouse = $time+$offsettz+$offsetdst; // TODO Replace this with function Date PHP. We also should not use anymore offsettz and offsetdst but only offsettzstring. + // Here ret is string in PHP setup language (strftime was used). Now we convert to $outputlangs. - $month=adodb_strftime('%m', $time+$offsettz+$offsetdst); // TODO Replace this with function Date PHP. We also should not use anymore offsettz and offsetdst but only offsettzstring. + $month=adodb_strftime('%m', $timetouse); $month=sprintf("%02d", $month); // $month may be return with format '06' on some installation and '6' on other, so we force it to '06'. if ($encodetooutput) { @@ -1733,7 +1765,9 @@ function dol_print_date($time,$format='',$tzoutput='tzserver',$outputlangs='',$e } if (preg_match('/__a__/i',$format)) { - $w=adodb_strftime('%w', $time+$offsettz+$offsetdst); // TODO Replace this with function Date PHP. We also should not use anymore offsettz and offsetdst but only offsettzstring. + $timetouse = $time+$offsettz+$offsetdst; // TODO Replace this with function Date PHP. We also should not use anymore offsettz and offsetdst but only offsettzstring. + + $w=adodb_strftime('%w', $timetouse); // TODO Replace this with function Date PHP. We also should not use anymore offsettz and offsetdst but only offsettzstring. $dayweek=$outputlangs->transnoentitiesnoconv('Day'.$w); $ret=str_replace('__A__',$dayweek,$ret); $ret=str_replace('__a__',dol_substr($dayweek,0,3),$ret); @@ -2229,17 +2263,9 @@ function dol_print_ip($ip,$mode=0) if (empty($mode)) $ret.=$ip; - if (! empty($conf->geoipmaxmind->enabled) && $mode != 2) + if ($mode != 2) { - $datafile=$conf->global->GEOIPMAXMIND_COUNTRY_DATAFILE; - //$ip='24.24.24.24'; - //$datafile='E:\Mes Sites\Web\Admin1\awstats\maxmind\GeoIP.dat'; Note that this must be downloaded datafile (not same than datafile provided with ubuntu packages) - - include_once DOL_DOCUMENT_ROOT.'/core/class/dolgeoip.class.php'; - $geoip=new DolGeoIP('country',$datafile); - //print 'ip='.$ip.' databaseType='.$geoip->gi->databaseType." GEOIP_CITY_EDITION_REV1=".GEOIP_CITY_EDITION_REV1."\n"; - //print "geoip_country_id_by_addr=".geoip_country_id_by_addr($geoip->gi,$ip)."\n"; - $countrycode=$geoip->getCountryCodeFromIP($ip); + $countrycode=dolGetCountryCodeFromIp($ip); if ($countrycode) // If success, countrycode is us, fr, ... { if (file_exists(DOL_DOCUMENT_ROOT.'/theme/common/flags/'.$countrycode.'.png')) @@ -2253,6 +2279,35 @@ function dol_print_ip($ip,$mode=0) return $ret; } +/** + * Return a country code from IP. Empty string if not found. + * + * @param string $ip IP + * @return string Country code ('us', 'fr', ...) + */ +function dolGetCountryCodeFromIp($ip) +{ + global $conf; + + $countrycode=''; + + if (! empty($conf->geoipmaxmind->enabled)) + { + $datafile=$conf->global->GEOIPMAXMIND_COUNTRY_DATAFILE; + //$ip='24.24.24.24'; + //$datafile='E:\Mes Sites\Web\Admin1\awstats\maxmind\GeoIP.dat'; Note that this must be downloaded datafile (not same than datafile provided with ubuntu packages) + + include_once DOL_DOCUMENT_ROOT.'/core/class/dolgeoip.class.php'; + $geoip=new DolGeoIP('country',$datafile); + //print 'ip='.$ip.' databaseType='.$geoip->gi->databaseType." GEOIP_CITY_EDITION_REV1=".GEOIP_CITY_EDITION_REV1."\n"; + //print "geoip_country_id_by_addr=".geoip_country_id_by_addr($geoip->gi,$ip)."\n"; + $countrycode=$geoip->getCountryCodeFromIP($ip); + } + + return $countrycode; +} + + /** * Return country code for current user. * If software is used inside a local network, detection may fails (we need a public ip) @@ -2665,10 +2720,11 @@ function dol_trunc($string,$size=40,$trunc='right',$stringencoding='UTF-8',$nodo * @param int $srconly Return only content of the src attribute of img. * @param int $notitle 1=Disable tag title. Use it if you add js tooltip, to avoid duplicate tooltip. * @param string $alt Force alt for bind peoplae + * @param string $morecss Add more class css on img tag (For example 'myclascss') * @return string Return img tag * @see #img_object, #img_picto_common */ -function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $srconly=0, $notitle=0, $alt='') +function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $srconly=0, $notitle=0, $alt='', $morecss='') { global $conf, $langs; @@ -2681,19 +2737,17 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $ } else { - if ($picto == 'switch_off') + //if (in_array($picto, array('switch_off', 'switch_on', 'off', 'on'))) + if (in_array($picto, array('switch_off', 'switch_on', 'off', 'on'))) { + $fakey = $picto; $facolor=''; $fasize=''; + if ($picto == 'switch_off') { $fakey = 'fa-toggle-off'; $facolor='#999'; $fasize='2em'; } + if ($picto == 'switch_on') { $fakey = 'fa-toggle-on'; $facolor='#227722'; $fasize='2em'; } + if ($picto == 'off') { $fakey = 'fa-square-o'; $fasize='1.3em'; } + if ($picto == 'on') { $fakey = 'fa-check-square-o'; $fasize='1.3em'; } $enabledisablehtml=''; - $enabledisablehtml.=''; - if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) $enabledisablehtml.=$langs->trans("EnableOverwriteTranslation"); - $enabledisablehtml.=''; - return $enabledisablehtml; - } - if ($picto == 'switch_on') - { - $enabledisablehtml=''; - $enabledisablehtml.=''; - if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) $enabledisablehtml.=$langs->trans("DisableOverwriteTranslation"); + $enabledisablehtml.=''; + if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) $enabledisablehtml.=$titlealt; $enabledisablehtml.=''; return $enabledisablehtml; } @@ -2739,7 +2793,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $ //if (empty($notitle) && preg_match('/:[^\s0-9]/',$titlealt)) $tmparray=explode(':',$titlealt); // We explode if we have TextA:TextB. Not if we have TextA: TextB //$title=$tmparray[0]; //$alt=empty($tmparray[1])?'':$tmparray[1]; - $title=$titletag; + $title=$titlealt; return ''.dol_escape_htmltag($alt).''; // Alt is used for accessibility, title for popup } } @@ -3597,7 +3651,7 @@ function load_fiche_titre($titre, $morehtmlright='', $picto='title_generic.png', $return.= "\n"; $return.= ''; - if ($picto) $return.= ''; + if ($picto) $return.= ''; $return.= ''; @@ -4914,7 +4968,7 @@ function picto_required() */ function dol_string_nohtmltag($stringtoclean,$removelinefeed=1,$pagecodeto='UTF-8') { - // TODO Try to replace with strip_tags($stringtoclean) + // TODO Try to replace with strip_tags($stringtoclean) $pattern = "/<[^<>]+>/"; $stringtoclean = preg_replace('/]*>/', "\n", $stringtoclean); $temp = dol_html_entity_decode($stringtoclean,ENT_COMPAT,$pagecodeto); @@ -5432,6 +5486,9 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob $substitutionarray['__AMOUNT__'] = is_object($object)?$object->total_ttc:''; $substitutionarray['__AMOUNT_EXCL_TAX__'] = is_object($object)?$object->total_ht:''; $substitutionarray['__AMOUNT_VAT__'] = is_object($object)?($object->total_vat?$object->total_vat:$object->total_tva):''; + if ($onlykey != 2 || $mysoc->useLocalTax(1)) $substitutionarray['__AMOUNT_TAX2__'] = is_object($object)?($object->total_localtax1?$object->total_localtax1:$object->total_localtax1):''; + if ($onlykey != 2 || $mysoc->useLocalTax(2)) $substitutionarray['__AMOUNT_TAX3__'] = is_object($object)?($object->total_localtax2?$object->total_localtax2:$object->total_localtax2):''; + /* TODO Add key for multicurrency $substitutionarray['__AMOUNT_FORMATED__'] = is_object($object)?price($object->total_ttc, 0, $outputlangs, 0, 0, -1, $conf->currency_code):''; $substitutionarray['__AMOUNT_EXCL_TAX_FORMATED__'] = is_object($object)?price($object->total_ht, 0, $outputlangs, 0, 0, -1, $conf->currency_code):''; @@ -5734,26 +5791,27 @@ function setEventMessages($mesg, $mesgs, $style='mesgs') * Note: Calling dol_htmloutput_events is done into pages by standard llxFooter() function, so there is * no need to call it explicitely. * + * @param int $disabledoutputofmessages Clear all messages stored into session without diplaying them * @return void - * @see dol_htmloutput_mesg + * @see dol_htmloutput_mesg */ -function dol_htmloutput_events() +function dol_htmloutput_events($disabledoutputofmessages=0) { // Show mesgs if (isset($_SESSION['dol_events']['mesgs'])) { - dol_htmloutput_mesg('', $_SESSION['dol_events']['mesgs']); + if (empty($disabledoutputofmessages)) dol_htmloutput_mesg('', $_SESSION['dol_events']['mesgs']); unset($_SESSION['dol_events']['mesgs']); } // Show errors if (isset($_SESSION['dol_events']['errors'])) { - dol_htmloutput_mesg('', $_SESSION['dol_events']['errors'], 'error'); + if (empty($disabledoutputofmessages)) dol_htmloutput_mesg('', $_SESSION['dol_events']['errors'], 'error'); unset($_SESSION['dol_events']['errors']); } // Show warnings if (isset($_SESSION['dol_events']['warnings'])) { - dol_htmloutput_mesg('', $_SESSION['dol_events']['warnings'], 'warning'); + if (empty($disabledoutputofmessages)) dol_htmloutput_mesg('', $_SESSION['dol_events']['warnings'], 'warning'); unset($_SESSION['dol_events']['warnings']); } } @@ -6588,6 +6646,28 @@ function natural_search($fields, $value, $mode=0, $nofirstand=0) return $res; } +/** + * Return string with full Url + * + * @param Object $object Object + * @return string Url string + */ +function showDirectDownloadLink($object) +{ + global $conf, $langs; + + $out=''; + $url = $object->getLastMainDocLink($object->element); + + if ($url) + { + $out.= img_picto('','object_globe.png').' '.$langs->trans("DirectDownloadLink").'
    '; + $out.= ''; + $out.= ajax_autoselect("directdownloadlink", 0); + } + return $out; +} + /** * Return the filename of file to get the thumbs * diff --git a/htdocs/core/lib/functions2.lib.php b/htdocs/core/lib/functions2.lib.php index 7697c4e56a9..e699758de99 100644 --- a/htdocs/core/lib/functions2.lib.php +++ b/htdocs/core/lib/functions2.lib.php @@ -1607,7 +1607,7 @@ function getListOfModels($db,$type,$maxfilenamelength=0) if (is_dir($tmpdir)) { // all type of template is allowed - $tmpfiles=dol_dir_list($tmpdir, 'files', 0, '', '', 'name', SORT_ASC, 0); + $tmpfiles=dol_dir_list($tmpdir, 'files', 0, '', '', 'name', SORT_ASC, 0); if (count($tmpfiles)) $listoffiles=array_merge($listoffiles,$tmpfiles); } } @@ -2193,18 +2193,18 @@ function cartesianArray(array $input) { function getModuleDirForApiClass($module) { $moduledirforclass=$module; + if ($moduledirforclass != 'api') $moduledirforclass = preg_replace('/api$/i','',$moduledirforclass); - if (in_array($module, array('login', 'access', 'status', 'documents'))) { + if ($module == 'contracts') { + $moduledirforclass = 'contrat'; + } + elseif (in_array($module, array('login', 'setup', 'access', 'status', 'documents'))) { $moduledirforclass = 'api'; } - if (preg_match('/^dictionary/', $module)) { - $moduledirforclass = 'api'; - } - - if ($module == 'contact' || $module == 'contacts' || $module == 'customer' || $module == 'thirdparty' || $module == 'thirdparties') { + elseif ($module == 'contact' || $module == 'contacts' || $module == 'customer' || $module == 'thirdparty' || $module == 'thirdparties') { $moduledirforclass = 'societe'; } - if ($module == 'propale' || $module == 'proposals') { + elseif ($module == 'propale' || $module == 'proposals') { $moduledirforclass = 'comm/propal'; } elseif ($module == 'agenda' || $module == 'agendaevents') { @@ -2237,6 +2237,9 @@ function getModuleDirForApiClass($module) elseif ($module == 'stock' || $module == 'stockmovements' || $module == 'warehouses') { $moduledirforclass = 'product/stock'; } + elseif ($module == 'supplierproposals' || $module == 'supplierproposal' || $module == 'supplier_proposal') { + $moduledirforclass = 'supplier_proposal'; + } elseif ($module == 'fournisseur' || $module == 'supplierinvoices' || $module == 'supplierorders') { $moduledirforclass = 'fourn'; } diff --git a/htdocs/core/lib/modulebuilder.lib.php b/htdocs/core/lib/modulebuilder.lib.php index 28cd88e6a7e..c437d47ce69 100644 --- a/htdocs/core/lib/modulebuilder.lib.php +++ b/htdocs/core/lib/modulebuilder.lib.php @@ -132,9 +132,9 @@ function rebuildObjectClass($destdir, $module, $objectname, $newmask, $readdir=' $texttoinsert.= " 'notnull'=>".($val['notnull']!=''?$val['notnull']:-1).","; if ($val['index']) $texttoinsert.= " 'index'=>".$val['index'].","; if ($val['searchall']) $texttoinsert.= " 'searchall'=>".$val['searchall'].","; - if ($val['comment']) $texttoinsert.= " 'comment'=>'".$val['comment']."',"; + if ($val['comment']) $texttoinsert.= " 'comment'=>\"".preg_replace('/"/', '', $val['comment'])."\","; // addslashes is escape for PHP if ($val['isameasure']) $texttoinsert.= " 'isameasure'=>'".$val['isameasure']."',"; - if ($val['help']) $texttoinsert.= " 'help'=>'".$val['help']."',"; + if ($val['help']) $texttoinsert.= " 'help'=>\"".preg_replace('/"/', '', $val['help'])."\","; // addslashes is escape for PHP if ($val['arrayofkeyval']) { $texttoinsert.= " 'arrayofkeyval'=>array("; @@ -215,8 +215,8 @@ function rebuildObjectSql($destdir, $module, $objectname, $newmask, $readdir='', $pathoffiletoclasssrc=$readdir.'/class/'.strtolower($objectname).'.class.php'; // Edit .sql file - $pathoffiletoeditsrc=$readdir.'/sql/llx_'.strtolower($objectname).'.sql'; - $pathoffiletoedittarget=$destdir.'/sql/llx_'.strtolower($objectname).'.sql'.($readdir != $destdir ? '.new' : ''); + $pathoffiletoeditsrc=$readdir.'/sql/llx_'.strtolower($module).'_'.strtolower($objectname).'.sql'; + $pathoffiletoedittarget=$destdir.'/sql/llx_'.strtolower($module).'_'.strtolower($objectname).'.sql'.($readdir != $destdir ? '.new' : ''); if (! dol_is_file($pathoffiletoeditsrc)) { $langs->load("errors"); @@ -251,7 +251,11 @@ function rebuildObjectSql($destdir, $module, $objectname, $newmask, $readdir='', foreach($object->fields as $key => $val) { $i++; - $texttoinsert.= "\t".$key." ".$val['type']; + + $type = $val['type']; + $type = preg_replace('/:.*$/', '', $type); // For case type = 'integer:Societe:societe/class/societe.class.php' + + $texttoinsert.= "\t".$key." ".$type; if ($key == 'rowid') $texttoinsert.= ' AUTO_INCREMENT PRIMARY KEY'; if ($key == 'entity') $texttoinsert.= ' DEFAULT 1'; else @@ -283,8 +287,8 @@ function rebuildObjectSql($destdir, $module, $objectname, $newmask, $readdir='', } // Edit .key.sql file - $pathoffiletoeditsrc=$destdir.'/sql/llx_'.strtolower($objectname).'.key.sql'; - $pathoffiletoedittarget=$destdir.'/sql/llx_'.strtolower($objectname).'.key.sql'.($readdir != $destdir ? '.new' : ''); + $pathoffiletoeditsrc=$destdir.'/sql/llx_'.strtolower($module).'_'.strtolower($objectname).'.key.sql'; + $pathoffiletoedittarget=$destdir.'/sql/llx_'.strtolower($module).'_'.strtolower($objectname).'.key.sql'.($readdir != $destdir ? '.new' : ''); $contentsql = file_get_contents(dol_osencode($pathoffiletoeditsrc), 'r'); @@ -297,7 +301,7 @@ function rebuildObjectSql($destdir, $module, $objectname, $newmask, $readdir='', $i++; if ($val['index']) { - $texttoinsert.= "ALTER TABLE llx_".strtolower($objectname)." ADD INDEX idx_".strtolower($objectname)."_".$key." (".$key.");"; + $texttoinsert.= "ALTER TABLE llx_".strtolower($module).'_'.strtolower($objectname)." ADD INDEX idx_".strtolower($module).'_'.strtolower($objectname)."_".$key." (".$key.");"; $texttoinsert.= "\n"; } } diff --git a/htdocs/core/lib/order.lib.php b/htdocs/core/lib/order.lib.php index 5d9f9280cc8..92a11c907d4 100644 --- a/htdocs/core/lib/order.lib.php +++ b/htdocs/core/lib/order.lib.php @@ -61,10 +61,13 @@ function commande_prepare_head(Commande $object) if (($conf->expedition_bon->enabled && $user->rights->expedition->lire) || ($conf->livraison_bon->enabled && $user->rights->expedition->livraison->lire)) { + $nbShipments=$object->getNbOfShipments(); $nbReceiption=0; $head[$h][0] = DOL_URL_ROOT.'/expedition/shipment.php?id='.$object->id; if ($conf->expedition_bon->enabled) $text=$langs->trans("Shipments"); + if ($nbShipments > 0) $text.= ' '.$nbShipments.''; if ($conf->expedition_bon->enabled && $conf->livraison_bon->enabled) $text.='/'; if ($conf->livraison_bon->enabled) $text.=$langs->trans("Receivings"); + if ($nbReceiption > 0) $text.= ' '.$nbReceiption.''; $head[$h][1] = $text; $head[$h][2] = 'shipping'; $h++; diff --git a/htdocs/core/lib/pdf.lib.php b/htdocs/core/lib/pdf.lib.php index 99181d2c294..73df708ca27 100644 --- a/htdocs/core/lib/pdf.lib.php +++ b/htdocs/core/lib/pdf.lib.php @@ -590,16 +590,17 @@ function pdf_pagehead(&$pdf,$outputlangs,$page_height) /** - * Return array of possible substitutions for PDF content (without external module substitutions). + * Return array of possible substitutions for PDF content (without external module substitutions). * - * @param Translate $outputlangs Output language - * @param array $exclude Array of family keys we want to exclude. For example array('mycompany', 'object', 'date', 'user', ...) - * @param Object $object Object - * @return array Array of substitutions + * @param Translate $outputlangs Output language + * @param array $exclude Array of family keys we want to exclude. For example array('mycompany', 'object', 'date', 'user', ...) + * @param Object $object Object + * @param int $onlykey 1=Do not calculate some heavy values of keys (performance enhancement when we need only the keys), 2=Values are truncated and html sanitized (to use for help tooltip) + * @return array Array of substitutions */ -function pdf_getSubstitutionArray($outputlangs, $exclude=null, $object=null) +function pdf_getSubstitutionArray($outputlangs, $exclude=null, $object=null, $onlykey=0) { - $substitutionarray = getCommonSubstitutionArray($outputlangs, 0, $exclude, $object); + $substitutionarray = getCommonSubstitutionArray($outputlangs, $onlykey, $exclude, $object); $substitutionarray['__FROM_NAME__']='__FROM_NAME__'; $substitutionarray['__FROM_EMAIL__']='__FROM_EMAIL__'; return $substitutionarray; @@ -1822,7 +1823,7 @@ function pdf_getlineremisepercent($object,$i,$outputlangs,$hidedetails=0) function pdf_getlineprogress($object, $i, $outputlangs, $hidedetails = 0, $hookmanager = null) { if (empty($hookmanager)) global $hookmanager; - + $reshook=0; $result=''; //if (is_object($hookmanager) && ( (isset($object->lines[$i]->product_type) && $object->lines[$i]->product_type == 9 && ! empty($object->lines[$i]->special_code)) || ! empty($object->lines[$i]->fk_parent_line) ) ) diff --git a/htdocs/core/lib/project.lib.php b/htdocs/core/lib/project.lib.php index 4fb8e5d7c34..2e1c58af27c 100644 --- a/htdocs/core/lib/project.lib.php +++ b/htdocs/core/lib/project.lib.php @@ -589,9 +589,10 @@ function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$t * @param int $restricteditformytask 0=No restriction, 1=Enable add time only if task is a task i am affected to * @param int $preselectedday Preselected day * @param array $isavailable Array with data that say if user is available for several days for morning and afternoon + * @param int $oldprojectforbreak Old project id of last project break * @return $inc */ -function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsrole, &$tasksrole, $mine, $restricteditformytask, $preselectedday, &$isavailable) +function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsrole, &$tasksrole, $mine, $restricteditformytask, $preselectedday, &$isavailable, $oldprojectforbreak=0) { global $conf, $db, $user, $bc, $langs; global $form, $formother, $projectstatic, $taskstatic, $thirdpartystatic; @@ -611,7 +612,10 @@ function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsr } } - $oldprojectforbreak = (empty($conf->global->PROJECT_TIMESHEET_BREAK_ON_PROJECT)?0:-1); // 0 to start break , -1 no break + if (empty($oldprojectforbreak)) + { + $oldprojectforbreak = (empty($conf->global->PROJECT_TIMESHEET_DISABLEBREAK_ON_PROJECT)?0:-1); // 0 to start break , -1 no break + } //dol_syslog('projectLinesPerDay inc='.$inc.' preselectedday='.$preselectedday.' task parent id='.$parent.' level='.$level." count(lines)=".$numlines." count(lineswithoutlevel0)=".count($lineswithoutlevel0)); for ($i = 0 ; $i < $numlines ; $i++) @@ -818,8 +822,8 @@ function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsr $level++; if ($lines[$i]->id > 0) { - if ($parent == 0) projectLinesPerDay($inc, $lines[$i]->id, $fuser, $lineswithoutlevel0, $level, $projectsrole, $tasksrole, $mine, $restricteditformytask, $preselectedday, $isavailable); - else projectLinesPerDay($inc, $lines[$i]->id, $fuser, $lines, $level, $projectsrole, $tasksrole, $mine, $restricteditformytask, $preselectedday, $isavailable); + if ($parent == 0) projectLinesPerDay($inc, $lines[$i]->id, $fuser, $lineswithoutlevel0, $level, $projectsrole, $tasksrole, $mine, $restricteditformytask, $preselectedday, $isavailable, $oldprojectforbreak); + else projectLinesPerDay($inc, $lines[$i]->id, $fuser, $lines, $level, $projectsrole, $tasksrole, $mine, $restricteditformytask, $preselectedday, $isavailable, $oldprojectforbreak); } $level--; } @@ -847,9 +851,10 @@ function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsr * @param string $mine Show only task lines I am assigned to * @param int $restricteditformytask 0=No restriction, 1=Enable add time only if task is a task i am affected to * @param array $isavailable Array with data that say if user is available for several days for morning and afternoon + * @param int $oldprojectforbreak Old project id of last project break * @return $inc */ -function projectLinesPerWeek(&$inc, $firstdaytoshow, $fuser, $parent, $lines, &$level, &$projectsrole, &$tasksrole, $mine, $restricteditformytask, &$isavailable) +function projectLinesPerWeek(&$inc, $firstdaytoshow, $fuser, $parent, $lines, &$level, &$projectsrole, &$tasksrole, $mine, $restricteditformytask, &$isavailable, $oldprojectforbreak=0) { global $conf, $db, $user, $bc, $langs; global $form, $formother, $projectstatic, $taskstatic, $thirdpartystatic; @@ -871,7 +876,10 @@ function projectLinesPerWeek(&$inc, $firstdaytoshow, $fuser, $parent, $lines, &$ //dol_syslog('projectLinesPerWeek inc='.$inc.' firstdaytoshow='.$firstdaytoshow.' task parent id='.$parent.' level='.$level." count(lines)=".$numlines." count(lineswithoutlevel0)=".count($lineswithoutlevel0)); - $oldprojectforbreak = (empty($conf->global->PROJECT_TIMESHEET_BREAK_ON_PROJECT)?0:-1); // 0 = start break, -1 = never break + if (empty($oldprojectforbreak)) + { + $oldprojectforbreak = (empty($conf->global->PROJECT_TIMESHEET_DISABLEBREAK_ON_PROJECT)?0:-1); // 0 = start break, -1 = never break + } for ($i = 0 ; $i < $numlines ; $i++) { @@ -1065,8 +1073,8 @@ function projectLinesPerWeek(&$inc, $firstdaytoshow, $fuser, $parent, $lines, &$ $level++; if ($lines[$i]->id > 0) { - if ($parent == 0) projectLinesPerWeek($inc, $firstdaytoshow, $fuser, $lines[$i]->id, $lineswithoutlevel0, $level, $projectsrole, $tasksrole, $mine, $restricteditformytask, $isavailable); - else projectLinesPerWeek($inc, $firstdaytoshow, $fuser, $lines[$i]->id, $lines, $level, $projectsrole, $tasksrole, $mine, $restricteditformytask, $isavailable); + if ($parent == 0) projectLinesPerWeek($inc, $firstdaytoshow, $fuser, $lines[$i]->id, $lineswithoutlevel0, $level, $projectsrole, $tasksrole, $mine, $restricteditformytask, $isavailable, $oldprojectforbreak); + else projectLinesPerWeek($inc, $firstdaytoshow, $fuser, $lines[$i]->id, $lines, $level, $projectsrole, $tasksrole, $mine, $restricteditformytask, $isavailable, $oldprojectforbreak); } $level--; } diff --git a/htdocs/core/lib/security.lib.php b/htdocs/core/lib/security.lib.php index 308327ba331..fed22dafdfb 100644 --- a/htdocs/core/lib/security.lib.php +++ b/htdocs/core/lib/security.lib.php @@ -74,24 +74,24 @@ function dol_decode($chain) * If constant MAIN_SECURITY_SALT is defined, we use it as a salt. * * @param string $chain String to hash - * @param int $type Type of hash (0:auto, 1:sha1, 2:sha1+md5, 3:md5, 4:md5 for OpenLdap). Use 3 here, if hash is not needed for security purpose, for security need, prefer 0. + * @param string $type Type of hash ('0':auto, '1':sha1, '2':sha1+md5, '3':md5, '4':md5 for OpenLdap). Use '3' here, if hash is not needed for security purpose, for security need, prefer '0'. * @return string Hash of string */ -function dol_hash($chain,$type=0) +function dol_hash($chain, $type='0') { global $conf; // Salt value if (! empty($conf->global->MAIN_SECURITY_SALT)) $chain=$conf->global->MAIN_SECURITY_SALT.$chain; - if ($type == 1) return sha1($chain); - else if ($type == 2) return sha1(md5($chain)); - else if ($type == 3) return md5($chain); - else if ($type == 4) return '{md5}'.base64_encode(mhash(MHASH_MD5,$chain)); // For OpenLdap with md5 (based on an unencrypted password in base) + if ($type == '1' || $type == 'sha1') return sha1($chain); + else if ($type == '2' || $type == 'sha1md5') return sha1(md5($chain)); + else if ($type == '3' || $type == 'md5') return md5($chain); + else if ($type == '4' || $type == 'md5openldap') return '{md5}'.base64_encode(mhash(MHASH_MD5,$chain)); // For OpenLdap with md5 (based on an unencrypted password in base) else if (! empty($conf->global->MAIN_SECURITY_HASH_ALGO) && $conf->global->MAIN_SECURITY_HASH_ALGO == 'sha1') return sha1($chain); else if (! empty($conf->global->MAIN_SECURITY_HASH_ALGO) && $conf->global->MAIN_SECURITY_HASH_ALGO == 'sha1md5') return sha1(md5($chain)); - // No particular enconding defined, use default + // No particular encoding defined, use default return md5($chain); } diff --git a/htdocs/core/lib/security2.lib.php b/htdocs/core/lib/security2.lib.php index 4d79b87122e..e953a8018cb 100644 --- a/htdocs/core/lib/security2.lib.php +++ b/htdocs/core/lib/security2.lib.php @@ -439,7 +439,7 @@ function encodedecode_dbpassconf($level=0) /** * Return a generated password using default module * - * @param boolean $generic true=Create generic password (use md5, sha1 depending on setup), false=Use the configured password generation module + * @param boolean $generic true=Create generic password (32 chars/numbers), false=Use the configured password generation module * @return string New value for password */ function getRandomPassword($generic=false) @@ -447,7 +447,51 @@ function getRandomPassword($generic=false) global $db,$conf,$langs,$user; $generated_password=''; - if ($generic) $generated_password=dol_hash(mt_rand()); + if ($generic) + { + $length = 32; + $lowercase = "qwertyuiopasdfghjklzxcvbnm"; + $uppercase = "ASDFGHJKLZXCVBNMQWERTYUIOP"; + $numbers = "1234567890"; + $randomCode = ""; + $nbofchar = round($length/3); + $nbofcharlast = ($length - 2*$nbofchar); + var_dump($nbofchar.'-'.$nbofcharlast); + if (function_exists('random_int')) // Cryptographic random + { + $max = strlen($lowercase) - 1; + for ($x = 0; $x < $nbofchar; $x++) { + $randomCode .= $lowercase{random_int(0, $max)}; + } + $max = strlen($uppercase) - 1; + for ($x = 0; $x < $nbofchar; $x++) { + $randomCode .= $uppercase{random_int(0, $max)}; + } + $max = strlen($numbers) - 1; + for ($x = 0; $x < $nbofcharlast; $x++) { + $randomCode .= $numbers{random_int(0, $max)}; + } + + $generated_password=str_shuffle($randomCode); + } + else // Old platform, non cryptographic random + { + $max = strlen($lowercase) - 1; + for ($x = 0; $x < $nbofchar; $x++) { + $randomCode .= $lowercase{mt_rand(0, $max)}; + } + $max = strlen($uppercase) - 1; + for ($x = 0; $x < $nbofchar; $x++) { + $randomCode .= $uppercase{mt_rand(0, $max)}; + } + $max = strlen($numbers) - 1; + for ($x = 0; $x < $nbofcharlast; $x++) { + $randomCode .= $numbers{mt_rand(0, $max)}; + } + + $generated_password=str_shuffle($randomCode); + } + } else if (! empty($conf->global->USER_PASSWORD_GENERATED)) { $nomclass="modGeneratePass".ucfirst($conf->global->USER_PASSWORD_GENERATED); diff --git a/htdocs/core/lib/tax.lib.php b/htdocs/core/lib/tax.lib.php index 6fbfbec3bf6..400ed453004 100644 --- a/htdocs/core/lib/tax.lib.php +++ b/htdocs/core/lib/tax.lib.php @@ -528,20 +528,16 @@ function tax_by_date($type, $db, $y, $q, $date_start, $date_end, $modetax, $dire $sql=''; // Count on payments date - $sql = "SELECT e.rowid, d.product_type as dtype, e.rowid as facid, d.$f_rate as rate, d.total_ht as total_ht, d.total_ttc as total_ttc, d.total_tva as total_vat, e.note_private as descr,"; + $sql = "SELECT d.rowid, d.product_type as dtype, e.rowid as facid, d.$f_rate as rate, d.total_ht as total_ht, d.total_ttc as total_ttc, d.total_tva as total_vat, e.note_private as descr,"; $sql .=" d.total_localtax1 as total_localtax1, d.total_localtax2 as total_localtax2, "; $sql.= " e.date_debut as date_start, e.date_fin as date_end,"; - $sql.= " e.ref as facnum, e.total_ttc as ftotal_ttc, e.date_create, s.nom as company_name, s.rowid as company_id, d.fk_c_type_fees as type,"; + $sql.= " e.ref as facnum, e.total_ttc as ftotal_ttc, e.date_create, d.fk_c_type_fees as type,"; $sql.= " p.fk_bank as payment_id, p.amount as payment_amount, p.rowid as pid, e.ref as pref"; - $sql.= " FROM ".MAIN_DB_PREFIX."societe as s,"; - $sql.= " ".MAIN_DB_PREFIX."expensereport_det as d,"; - $sql.= " ".MAIN_DB_PREFIX."expensereport as e,"; - $sql.= " ".MAIN_DB_PREFIX."payment_expensereport as p"; + $sql.= " FROM ".MAIN_DB_PREFIX."expensereport as e "; + $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."expensereport_det as d ON d.fk_expensereport = e.rowid "; + $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."payment_expensereport as p ON p.fk_expensereport = e.rowid "; $sql.= " WHERE e.entity = " . $conf->entity; - $sql.= " AND e.fk_statut in (6)"; - $sql.= " AND e.rowid = p.fk_expensereport"; - $sql.= " AND s.rowid = e.entity"; - $sql.= " AND d.fk_expensereport = e.rowid"; + $sql.= " AND e.fk_statut in (6)"; if ($y && $m) { $sql.= " AND p.datep >= '".$db->idate(dol_get_first_day($y,$m,false))."'"; @@ -591,8 +587,8 @@ function tax_by_date($type, $db, $y, $q, $date_start, $date_end, $modetax, $dire $list[$assoc['rate']]['dtotal_ttc'][] = $assoc['total_ttc']; $list[$assoc['rate']]['dtype'][] = 'ExpenseReportPayment'; $list[$assoc['rate']]['datef'][] = $assoc['datef']; - $list[$assoc['rate']]['company_name'][] = $assoc['company_name']; - $list[$assoc['rate']]['company_id'][] = $assoc['company_id']; + $list[$assoc['rate']]['company_name'][] = ''; + $list[$assoc['rate']]['company_id'][] = ''; $list[$assoc['rate']]['ddate_start'][] = $db->jdate($assoc['date_start']); $list[$assoc['rate']]['ddate_end'][] = $db->jdate($assoc['date_end']); diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php index e372229de54..9a344ef0355 100644 --- a/htdocs/core/lib/website.lib.php +++ b/htdocs/core/lib/website.lib.php @@ -22,8 +22,42 @@ */ + +/** + * Convert a page content to have correct links (based on DOL_URL_ROOT) into an html content. + * Used to ouput the page on the Preview. + * + * @param Website $website Web site object + * @param string $content Content to replace + * @return boolean True if OK + */ +function dolWebsiteReplacementOfLinks($website, $content) +{ + // Replace php code. Note $content may come from database and does not contains body tags. + + $content = preg_replace('/value="<\?php((?!\?>).)*\?>\n*/ims', 'value="...php..."', $content); + $content = preg_replace('/<\?php((?!\?>).)*\?>\n*/ims', '...php...', $content); + + // Replace relative link / with dolibarr URL + $content = preg_replace('/(href=")\/\"/', '\1'.DOL_URL_ROOT.'/website/index.php?website='.$website->ref.'&pageid='.$website->fk_default_home.'"', $content, -1, $nbrep); + // Replace relative link /xxx.php with dolibarr URL + $content = preg_replace('/(href=")\/?([^:\"]*)(\.php\")/', '\1'.DOL_URL_ROOT.'/website/index.php?website='.$website->ref.'&pageref=\2"', $content, -1, $nbrep); + + $content = preg_replace('/url\((["\']?)medias\//', 'url(\1'.DOL_URL_ROOT.'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep); + + // ]*src=")(?!(http|'.preg_quote(DOL_URL_ROOT,'/').'\/viewimage))/', '\1'.DOL_URL_ROOT.'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep); + + // action="newpage.php" => action="dolibarr/website/index.php?website=...&pageref=newpage + $content = preg_replace('/(action=")\/?([^:\"]*)(\.php\")/', '\1'.DOL_URL_ROOT.'/website/index.php?website='.$website->ref.'&pageref=\2"', $content, -1, $nbrep); + + return $content; +} + + /** * Render a string of an HTML content and output it. + * Used to ouput the page when viewed from server (Dolibarr or Apache). * * @param string $content Content string * @return void @@ -43,7 +77,27 @@ function dolWebsiteOutput($content) // Note: This seems never called when page is output inside the website editor (search 'REPLACEMENT OF LINKS When page called by website editor') - if (! defined('USEDOLIBARRSERVER')) // REPLACEMENT OF LINKS When page called from virtual host + if (defined('USEDOLIBARRSERVER')) // REPLACEMENT OF LINKS When page called from Dolibarr server + { + global $website; + + // Replace relative link / with dolibarr URL: ...href="/"... + $content=preg_replace('/(href=")\/\"/', '\1'.DOL_URL_ROOT.'/public/website/index.php?website='.$website->ref.'&pageid='.$website->fk_default_home.'"', $content, -1, $nbrep); + // Replace relative link /xxx.php with dolibarr URL: ...href="....php" + $content=preg_replace('/(href=")\/?([^:\"]*)(\.php\")/', '\1'.DOL_URL_ROOT.'/public/website/index.php?website='.$website->ref.'&pageref=\2"', $content, -1, $nbrep); + + // Fix relative link /document.php with correct URL after the DOL_URL_ROOT: ...href="/document.php?modulepart=" + $content=preg_replace('/(href=")(\/?document\.php\?[^\"]*modulepart=[^\"]*)(\")/', '\1'.DOL_URL_ROOT.'\2\3"', $content, -1, $nbrep); + // Fix relative link /viewimage.php with correct URL after the DOL_URL_ROOT: ...href="/viewimage.php?modulepart=" + $content=preg_replace('/(href=")(\/?viewimage\.php\?[^\"]*modulepart=[^\"]*)(\")/', '\1'.DOL_URL_ROOT.'\2\3"', $content, -1, $nbrep); + + // Fix relative link into medias with correct URL after the DOL_URL_ROOT: ../url("medias/ + $content=preg_replace('/url\((["\']?)medias\//', 'url(\1'.DOL_URL_ROOT.'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep); + + // action="newpage.php" => action="dolibarr/website/index.php?website=...&pageref=newpage + $content = preg_replace('/(action=")\/?([^:\"]*)(\.php\")/', '\1'.DOL_URL_ROOT.'/public/website/index.php?website='.$website->ref.'&pageref=\2"', $content, -1, $nbrep); + } + else // REPLACEMENT OF LINKS When page called from virtual host { $symlinktomediaexists=1; @@ -63,23 +117,6 @@ function dolWebsiteOutput($content) $content=preg_replace('/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)modulepart=medias([^\)]*)file=([^\)]*)(["\']?\))/', '\1medias/\4\5', $content, -1, $nbrep); } } - else // REPLACEMENT OF LINKS When page called from dolibarr server - { - global $website; - - // Replace relative link / with dolibarr URL: ...href="/"... - $content=preg_replace('/(href=")\/\"/', '\1'.DOL_URL_ROOT.'/public/website/index.php?website='.$website->ref.'&pageid='.$website->fk_default_home.'"', $content, -1, $nbrep); - // Replace relative link /xxx.php with dolibarr URL: ...href="....php" - $content=preg_replace('/(href=")\/?([^\"]*)(\.php\")/', '\1'.DOL_URL_ROOT.'/public/website/index.php?website='.$website->ref.'&pageref=\2"', $content, -1, $nbrep); - - // Fix relative link /document.php with correct URL after the DOL_URL_ROOT: ...href="/document.php?modulepart=" - $content=preg_replace('/(href=")(\/?document\.php\?[^\"]*modulepart=[^\"]*)(\")/', '\1'.DOL_URL_ROOT.'\2\3"', $content, -1, $nbrep); - // Fix relative link /viewimage.php with correct URL after the DOL_URL_ROOT: ...href="/viewimage.php?modulepart=" - $content=preg_replace('/(href=")(\/?viewimage\.php\?[^\"]*modulepart=[^\"]*)(\")/', '\1'.DOL_URL_ROOT.'\2\3"', $content, -1, $nbrep); - - // Fix relative link into medias with correct URL after the DOL_URL_ROOT: ../url("medias/ - $content=preg_replace('/url\((["\']?)medias\//', 'url(\1'.DOL_URL_ROOT.'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep); - } dol_syslog("dolWebsiteOutput end"); @@ -87,33 +124,6 @@ function dolWebsiteOutput($content) } -/** - * Convert a page content to have correct links into a new html content. - * Used to ouput the page on the Preview. - * - * @param Website $website Web site object - * @param string $content Content to replace - * @return boolean True if OK - */ -function dolWebsiteReplacementOfLinks($website, $content) -{ - // Replace php code. Note $content may come from database and does not contains body tags. - $content = preg_replace('/<\?php[^\?]+\?>\n*/ims', '...php...', $content); - - // Replace relative link / with dolibarr URL - $content = preg_replace('/(href=")\/\"/', '\1'.DOL_URL_ROOT.'/website/index.php?website='.$website->ref.'&pageid='.$website->fk_default_home.'"', $content, -1, $nbrep); - // Replace relative link /xxx.php with dolibarr URL - $content = preg_replace('/(href=")\/?([^\"]*)(\.php\")/', '\1'.DOL_URL_ROOT.'/website/index.php?website='.$website->ref.'&pageref=\2"', $content, -1, $nbrep); - - $content = preg_replace('/url\((["\']?)medias\//', 'url(\1'.DOL_URL_ROOT.'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep); - - // ]*src=")(?!(http|'.preg_quote(DOL_URL_ROOT,'/').'\/viewimage))/', '\1'.DOL_URL_ROOT.'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep); - - return $content; -} - - /** * Format img tags to introduce viewimage on img src. * @@ -155,7 +165,7 @@ function dolIncludeHtmlContent($contentfile) $MAXLEVEL=20; - $fullpathfile=DOL_DATA_ROOT.'/websites/'.$contentfile; + $fullpathfile=DOL_DATA_ROOT.'/website/'.$contentfile; if (empty($includehtmlcontentopened)) $includehtmlcontentopened=0; $includehtmlcontentopened++; @@ -184,98 +194,6 @@ function dolIncludeHtmlContent($contentfile) $includehtmlcontentopened--; } -/** - * Generate a zip with all data of web site. - * - * @param Website $website Object website - * @return void - */ -function exportWebSite($website) -{ - global $db, $conf; - - dol_mkdir($conf->websites->dir_temp); - $srcdir = $conf->websites->dir_output.'/'.$website->ref; - $destdir = $conf->websites->dir_temp.'/'.$website->ref; - - $arrayreplacement=array(); - - dolCopyDir($srcdir, $destdir, 0, 1, $arrayreplacement); - - $srcdir = DOL_DATA_ROOT.'/medias/images/'.$website->ref; - $destdir = $conf->websites->dir_temp.'/'.$website->ref.'/medias/images/'.$website->ref; - - dolCopyDir($srcdir, $destdir, 0, 1, $arrayreplacement); - - // Build sql file - dol_mkdir($conf->websites->dir_temp.'/'.$website->ref.'/export'); - - $filesql = $conf->websites->dir_temp.'/'.$website->ref.'/export/pages.sql'; - $fp = fopen($filesql,"w"); - - $objectpages = new WebsitePage($db); - $listofpages = $objectpages->fetchAll($website->id); - - // Assign ->newid and ->newfk_page - $i=1; - foreach($listofpages as $pageid => $objectpageold) - { - $objectpageold->newid=$i; - $i++; - } - $i=1; - foreach($listofpages as $pageid => $objectpageold) - { - // Search newid - $newfk_page=0; - foreach($listofpages as $pageid2 => $objectpageold2) - { - if ($pageid2 == $objectpageold->fk_page) - { - $newfk_page = $objectpageold2->newid; - break; - } - } - $objectpageold->newfk_page=$newfk_page; - $i++; - } - foreach($listofpages as $pageid => $objectpageold) - { - $line = 'INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, title, description, keyword, status, date_creation, tms, lang, import_key, grabbed_from, content)'; - $line.= " VALUES("; - $line.= $objectpageold->newid."+__MAXROWID__, "; - $line.= ($objectpageold->newfk_page ? $db->escape($objectpageold->newfk_page)."+__MAXROWID__" : "null").", "; - $line.= "__WEBSITE_ID__, "; - $line.= "'".$db->escape($objectpageold->pageurl)."', "; - $line.= "'".$db->escape($objectpageold->title)."', "; - $line.= "'".$db->escape($objectpageold->description)."', "; - $line.= "'".$db->escape($objectpageold->keyword)."', "; - $line.= "'".$db->escape($objectpageold->status)."', "; - $line.= "'".$db->idate($objectpageold->date_creation)."', "; - $line.= "'".$db->idate($objectpageold->date_modification)."', "; - $line.= "'".$db->escape($objectpageold->lang)."', "; - $line.= ($objectpageold->import_key ? "'".$db->escape($objectpageold->import_key)."'" : "null").", "; - $line.= "'".$db->escape($objectpageold->grabbed_from)."', "; - $line.= "'".$db->escape($objectpageold->content)."'"; - $line.= ");"; - $line.= "\n"; - fputs($fp, $line); - } - - fclose($fp); - if (! empty($conf->global->MAIN_UMASK)) - @chmod($filesql, octdec($conf->global->MAIN_UMASK)); - - // Build zip file - $filedir = $conf->websites->dir_temp.'/'.$website->ref; - $fileglob = $conf->websites->dir_temp.'/'.$website->ref.'/export/'.$website->ref.'_export_*.zip'; - $filename = $conf->websites->dir_temp.'/'.$website->ref.'/export/'.$website->ref.'_export_'.dol_print_date(dol_now(),'dayhourlog').'.zip'; - - dol_delete_file($fileglob, 0); - dol_compress_file($filedir, $filename, 'zip'); - - return $filename; -} /** diff --git a/htdocs/core/menus/init_menu_auguria.sql b/htdocs/core/menus/init_menu_auguria.sql index 33039b390fd..1ad0a76a203 100644 --- a/htdocs/core/menus/init_menu_auguria.sql +++ b/htdocs/core/menus/init_menu_auguria.sql @@ -154,11 +154,11 @@ insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, left insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled', __HANDLER__, 'left', 1400__+MAX_llx_menu__, 'commercial', 'contracts', 5__+MAX_llx_menu__, '/contrat/index.php?leftmenu=contracts', 'Contracts', 0, 'contracts', '$user->rights->contrat->lire', '', 2, 7, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled', __HANDLER__, 'left', 1401__+MAX_llx_menu__, 'commercial', '', 1400__+MAX_llx_menu__, '/contrat/card.php?&action=create&leftmenu=contracts', 'NewContract', 1, 'contracts', '$user->rights->contrat->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled', __HANDLER__, 'left', 1402__+MAX_llx_menu__, 'commercial', '', 1400__+MAX_llx_menu__, '/contrat/list.php?leftmenu=contracts', 'List', 1, 'contracts', '$user->rights->contrat->lire', '', 2, 1, __ENTITY__); -insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled', __HANDLER__, 'left', 1403__+MAX_llx_menu__, 'commercial', '', 1400__+MAX_llx_menu__, '/contrat/services.php?leftmenu=contracts', 'MenuServices', 1, 'contracts', '$user->rights->contrat->lire', '', 2, 2, __ENTITY__); -insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1404__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services.php?leftmenu=contracts&mode=0', 'MenuInactiveServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 0, __ENTITY__); -insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1405__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services.php?leftmenu=contracts&mode=4', 'MenuRunningServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 1, __ENTITY__); -insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1406__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services.php?leftmenu=contracts&mode=4&filter=expired', 'MenuExpiredServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 2, __ENTITY__); -insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1407__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services.php?leftmenu=contracts&mode=5', 'MenuClosedServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 3, __ENTITY__); +insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled', __HANDLER__, 'left', 1403__+MAX_llx_menu__, 'commercial', '', 1400__+MAX_llx_menu__, '/contrat/services_list.php?leftmenu=contracts', 'MenuServices', 1, 'contracts', '$user->rights->contrat->lire', '', 2, 2, __ENTITY__); +insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1404__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services_list.php?leftmenu=contracts&mode=0', 'MenuInactiveServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 0, __ENTITY__); +insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1405__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services_list.php?leftmenu=contracts&mode=4', 'MenuRunningServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 1, __ENTITY__); +insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1406__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services_list.php?leftmenu=contracts&mode=4&filter=expired', 'MenuExpiredServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 2, __ENTITY__); +insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1407__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services_list.php?leftmenu=contracts&mode=5', 'MenuClosedServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 3, __ENTITY__); -- Commercial - Interventions insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->ficheinter->enabled', __HANDLER__, 'left', 1500__+MAX_llx_menu__, 'commercial', 'ficheinter', 5__+MAX_llx_menu__, '/fichinter/list.php?leftmenu=ficheinter', 'Interventions', 0, 'interventions', '$user->rights->ficheinter->lire', '', 2, 8, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->ficheinter->enabled', __HANDLER__, 'left', 1501__+MAX_llx_menu__, 'commercial', '', 1500__+MAX_llx_menu__, '/fichinter/card.php?action=create&leftmenu=ficheinter', 'NewIntervention', 1, 'interventions', '$user->rights->ficheinter->creer', '', 2, 0, __ENTITY__); @@ -209,9 +209,9 @@ insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, left insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu=="tax_vat"', __HANDLER__, 'left', 2302__+MAX_llx_menu__, 'billing', '', 2300__+MAX_llx_menu__, '/compta/tva/reglement.php?leftmenu=tax_vat', 'List', 2, 'companies', '$user->rights->tax->charges->lire', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu=="tax_vat"', __HANDLER__, 'left', 2303__+MAX_llx_menu__, 'billing', '', 2300__+MAX_llx_menu__, '/compta/tva/clients.php?leftmenu=tax_vat', 'ReportByCustomers', 2, 'companies', '$user->rights->tax->charges->lire', '', 0, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu=="tax_vat"', __HANDLER__, 'left', 2304__+MAX_llx_menu__, 'billing', '', 2300__+MAX_llx_menu__, '/compta/tva/quadri_detail.php?leftmenu=tax_vat', 'ReportByQuarter', 2, 'companies', '$user->rights->tax->charges->lire', '', 0, 3, __ENTITY__); -insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled', __HANDLER__, 'left', 2350__+MAX_llx_menu__, 'billing', 'tax_various', 2200__+MAX_llx_menu__, '/bank/various_payment/index.php?leftmenu=tax_various&mainmenu=billing', 'MenuVariousPayment', 1, 'banks', '$user->rights->banque->lire', '', 0, 1, __ENTITY__); -insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && $leftmenu=="tax_various"', __HANDLER__, 'left', 2351__+MAX_llx_menu__, 'billing', '', 2350__+MAX_llx_menu__, '/bank/various_payment/card.php?leftmenu=tax_various&action=create', 'MenuNewVariousPayment', 2, 'various_payment', '$user->rights->banque->modifier', '', 0, 2, __ENTITY__); -insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && $leftmenu=="tax_various"', __HANDLER__, 'left', 2352__+MAX_llx_menu__, 'billing', '', 2350__+MAX_llx_menu__, '/bank/various_payment/index.php?leftmenu=tax_various', 'List', 2, 'various_payment', '$user->rights->banque->lire', '', 0, 3, __ENTITY__); +insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled', __HANDLER__, 'left', 2350__+MAX_llx_menu__, 'billing', 'tax_various', 2200__+MAX_llx_menu__, '/compta/bank/various_payment/index.php?leftmenu=tax_various&mainmenu=billing', 'MenuVariousPayment', 1, 'banks', '$user->rights->banque->lire', '', 0, 1, __ENTITY__); +insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && $leftmenu=="tax_various"', __HANDLER__, 'left', 2351__+MAX_llx_menu__, 'billing', '', 2350__+MAX_llx_menu__, '/compta/bank/various_payment/card.php?leftmenu=tax_various&action=create', 'MenuNewVariousPayment', 2, 'various_payment', '$user->rights->banque->modifier', '', 0, 2, __ENTITY__); +insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && $leftmenu=="tax_various"', __HANDLER__, 'left', 2352__+MAX_llx_menu__, 'billing', '', 2350__+MAX_llx_menu__, '/compta/bank/various_payment/index.php?leftmenu=tax_various', 'List', 2, 'various_payment', '$user->rights->banque->lire', '', 0, 3, __ENTITY__); -- Accounting Expert insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled', __HANDLER__, 'left', 2400__+MAX_llx_menu__, 'accountancy', 'accountancy', 9__+MAX_llx_menu__, '/accountancy/index.php?leftmenu=accountancy', 'MenuAccountancy', 0, 'accountancy', '! empty($conf->accounting->enabled) || $user->rights->accounting->bind->write || $user->rights->accounting->bind->write || $user->rights->compta->resultat->lire', '', 0, 7, __ENTITY__); -- Setup diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php index 3af93cbcbf6..9e88767f473 100644 --- a/htdocs/core/menus/standard/eldy.lib.php +++ b/htdocs/core/menus/standard/eldy.lib.php @@ -182,7 +182,7 @@ function print_eldy_menu($db,$atarget,$type_user,&$tabMenu,&$menu,$noout=0,$mode else $classname = 'class="tmenu"'; $idsel='accountancy'; - $menu->add('/accountancy/index.php?mainmenu=accountancy&leftmenu=', $langs->trans("Accountancy"), 0, $showmode, $atarget, "accountancy", '', 52, $id, $idsel, $classname); + $menu->add('/accountancy/index.php?mainmenu=accountancy&leftmenu=', $langs->trans("MenuAccountancy"), 0, $showmode, $atarget, "accountancy", '', 52, $id, $idsel, $classname); } @@ -768,11 +768,11 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu $newmenu->add("/contrat/index.php?leftmenu=contracts", $langs->trans("ContractsSubscriptions"), 0, $user->rights->contrat->lire, '', $mainmenu, 'contracts', 2000); $newmenu->add("/contrat/card.php?action=create&leftmenu=contracts", $langs->trans("NewContractSubscription"), 1, $user->rights->contrat->creer); $newmenu->add("/contrat/list.php?leftmenu=contracts", $langs->trans("List"), 1, $user->rights->contrat->lire); - $newmenu->add("/contrat/services.php?leftmenu=contracts", $langs->trans("MenuServices"), 1, $user->rights->contrat->lire); - if ($usemenuhider || empty($leftmenu) || $leftmenu=="contracts") $newmenu->add("/contrat/services.php?leftmenu=contracts&mode=0", $langs->trans("MenuInactiveServices"), 2, $user->rights->contrat->lire); - if ($usemenuhider || empty($leftmenu) || $leftmenu=="contracts") $newmenu->add("/contrat/services.php?leftmenu=contracts&mode=4", $langs->trans("MenuRunningServices"), 2, $user->rights->contrat->lire); - if ($usemenuhider || empty($leftmenu) || $leftmenu=="contracts") $newmenu->add("/contrat/services.php?leftmenu=contracts&mode=4&filter=expired", $langs->trans("MenuExpiredServices"), 2, $user->rights->contrat->lire); - if ($usemenuhider || empty($leftmenu) || $leftmenu=="contracts") $newmenu->add("/contrat/services.php?leftmenu=contracts&mode=5", $langs->trans("MenuClosedServices"), 2, $user->rights->contrat->lire); + $newmenu->add("/contrat/services_list.php?leftmenu=contracts", $langs->trans("MenuServices"), 1, $user->rights->contrat->lire); + if ($usemenuhider || empty($leftmenu) || $leftmenu=="contracts") $newmenu->add("/contrat/services_list.php?leftmenu=contracts&mode=0", $langs->trans("MenuInactiveServices"), 2, $user->rights->contrat->lire); + if ($usemenuhider || empty($leftmenu) || $leftmenu=="contracts") $newmenu->add("/contrat/services_list.php?leftmenu=contracts&mode=4", $langs->trans("MenuRunningServices"), 2, $user->rights->contrat->lire); + if ($usemenuhider || empty($leftmenu) || $leftmenu=="contracts") $newmenu->add("/contrat/services_list.php?leftmenu=contracts&mode=4&filter=expired", $langs->trans("MenuExpiredServices"), 2, $user->rights->contrat->lire); + if ($usemenuhider || empty($leftmenu) || $leftmenu=="contracts") $newmenu->add("/contrat/services_list.php?leftmenu=contracts&mode=5", $langs->trans("MenuClosedServices"), 2, $user->rights->contrat->lire); } // Interventions diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php index 16a1ef01bc5..32240f778d2 100644 --- a/htdocs/core/modules/DolibarrModules.class.php +++ b/htdocs/core/modules/DolibarrModules.class.php @@ -553,10 +553,10 @@ class DolibarrModules // Can not be abstract, because we need to insta global $langs; $langs->load("admin"); - if ($langs->trans("Module".$this->numero."Name") != ("Module".$this->numero."Name")) + if ($langs->transnoentitiesnoconv("Module".$this->numero."Name") != ("Module".$this->numero."Name")) { // If module name translation exists - return $langs->trans("Module".$this->numero."Name"); + return $langs->transnoentitiesnoconv("Module".$this->numero."Name"); } else { @@ -572,11 +572,11 @@ class DolibarrModules // Can not be abstract, because we need to insta if ($langs->trans("Module".$this->name."Name") != ("Module".$this->name."Name")) { // If module name translation exists - return $langs->trans("Module".$this->name."Name"); + return $langs->transnoentitiesnoconv("Module".$this->name."Name"); } - // Last change with simple product label - return $langs->trans($this->name); + // Last chance with simple label + return $langs->transnoentitiesnoconv($this->name); } } @@ -591,10 +591,10 @@ class DolibarrModules // Can not be abstract, because we need to insta global $langs; $langs->load("admin"); - if ($langs->trans("Module".$this->numero."Desc") != ("Module".$this->numero."Desc")) + if ($langs->transnoentitiesnoconv("Module".$this->numero."Desc") != ("Module".$this->numero."Desc")) { // If module description translation exists - return $langs->trans("Module".$this->numero."Desc"); + return $langs->transnoentitiesnoconv("Module".$this->numero."Desc"); } else { @@ -606,6 +606,14 @@ class DolibarrModules // Can not be abstract, because we need to insta if ($val) $langs->load($val); } } + + if ($langs->transnoentitiesnoconv("Module".$this->name."Desc") != ("Module".$this->name."Desc")) + { + // If module name translation exists + return $langs->trans("Module".$this->name."Desc"); + } + + // Last chance with simple label return $langs->trans($this->description); } } @@ -657,7 +665,7 @@ class DolibarrModules // Can not be abstract, because we need to insta } } - $content = $langs->trans($this->descriptionlong); + $content = $langs->transnoentitiesnoconv($this->descriptionlong); } } @@ -671,16 +679,27 @@ class DolibarrModules // Can not be abstract, because we need to insta */ function getDescLongReadmeFound() { + global $langs; + $filefound= false; // Define path to file README.md. - // First check README-la_LA.md then README.md + // First check README-la_LA.md then README-la.md then README.md $pathoffile = dol_buildpath(strtolower($this->name).'/README-'.$langs->defaultlang.'.md', 0); if (dol_is_file($pathoffile)) { $filefound = true; } if (! $filefound) + { + $tmp=explode('_', $langs->defaultlang); + $pathoffile = dol_buildpath(strtolower($this->name).'/README-'.$tmp[0].'.md', 0); + if (dol_is_file($pathoffile)) + { + $filefound = true; + } + } + if (! $filefound) { $pathoffile = dol_buildpath(strtolower($this->name).'/README.md', 0); if (dol_is_file($pathoffile)) @@ -778,13 +797,13 @@ class DolibarrModules // Can not be abstract, because we need to insta $ret=''; $newversion=preg_replace('/_deprecated/','',$this->version); - if ($newversion == 'experimental') $ret=($translated?$langs->trans("VersionExperimental"):$newversion); - elseif ($newversion == 'development') $ret=($translated?$langs->trans("VersionDevelopment"):$newversion); + if ($newversion == 'experimental') $ret=($translated?$langs->transnoentitiesnoconv("VersionExperimental"):$newversion); + elseif ($newversion == 'development') $ret=($translated?$langs->transnoentitiesnoconv("VersionDevelopment"):$newversion); elseif ($newversion == 'dolibarr') $ret=DOL_VERSION; elseif ($newversion) $ret=$newversion; - else $ret=($translated?$langs->trans("VersionUnknown"):'unknown'); + else $ret=($translated?$langs->transnoentitiesnoconv("VersionUnknown"):'unknown'); - if (preg_match('/_deprecated/',$this->version)) $ret.=($translated?' ('.$langs->trans("Deprecated").')':$this->version); + if (preg_match('/_deprecated/',$this->version)) $ret.=($translated?' ('.$langs->transnoentitiesnoconv("Deprecated").')':$this->version); return $ret; } @@ -855,12 +874,12 @@ class DolibarrModules // Can not be abstract, because we need to insta if ($langs->trans($langstring) == $langstring) { // Translation not found - return $langs->trans($this->import_label[$r]); + return $langs->transnoentitiesnoconv($this->import_label[$r]); } else { // Translation found - return $langs->trans($langstring); + return $langs->transnoentitiesnoconv($langstring); } } diff --git a/htdocs/core/modules/import/import_csv.modules.php b/htdocs/core/modules/import/import_csv.modules.php index 96f0dca04fa..d4ffc513521 100644 --- a/htdocs/core/modules/import/import_csv.modules.php +++ b/htdocs/core/modules/import/import_csv.modules.php @@ -54,7 +54,7 @@ class ImportCsv extends ModeleImports var $cacheconvert=array(); // Array to cache list of value found after a convertion var $cachefieldtable=array(); // Array to cache list of value found into fields@tables - + var $nbinsert = 0; // # of insert done during the import var $nbupdate = 0; // # of update done during the import @@ -170,7 +170,7 @@ class ImportCsv extends ModeleImports return $ret; } - + /** * Return nb of records. File must be closed. * @@ -181,7 +181,7 @@ class ImportCsv extends ModeleImports { return dol_count_nb_of_line($file); } - + /** * Input header line from file @@ -269,7 +269,7 @@ class ImportCsv extends ModeleImports * @param Object $objimport Object import (contains objimport->array_import_tables, objimport->array_import_fields, objimport->array_import_convertvalue, ...) * @param int $maxfields Max number of fields to use * @param string $importid Import key - * @param array $updatekeys Array of keys to use to try to do update + * @param array $updatekeys Array of keys to use to try to do an update first before insert. This field are defined into the module descriptor. * @return int <0 if KO, >0 if OK */ function import_insert($arrayrecord,$array_match_file_to_database,$objimport,$maxfields,$importid,$updatekeys) @@ -375,7 +375,7 @@ class ImportCsv extends ModeleImports if (! is_numeric($newval) && $newval != '' && ! preg_match('/^id:/i',$newval)) $isidorref='ref'; $newval=preg_replace('/^(id|ref):/i','',$newval); // Remove id: or ref: that was used to force if field is id or ref //print 'Val is now '.$newval.' and is type '.$isidorref."
    \n"; - + if ($isidorref == 'ref') // If value into input import file is a ref, we apply the function defined into descriptor { $file=(empty($objimport->array_import_convertvalue[0][$val]['classfile'])?$objimport->array_import_convertvalue[0][$val]['file']:$objimport->array_import_convertvalue[0][$val]['classfile']); @@ -478,9 +478,9 @@ class ImportCsv extends ModeleImports } if (is_numeric($defaultref) && $defaultref <= 0) $defaultref=''; $newval=$defaultref; - } - - + } + + elseif ($objimport->array_import_convertvalue[0][$val]['rule']=='numeric') { $newval = price2num($newval); @@ -588,11 +588,12 @@ class ImportCsv extends ModeleImports { $updatedone = false; $insertdone = false; + if (!empty($updatekeys)) { // We do SELECT to get the rowid, if we already have the rowid, it's to be used below for related tables (extrafields) if (empty($lastinsertid)) { $sqlSelect = 'SELECT rowid FROM '.$tablename; - + $data = array_combine($listfields, $listvalues); $where = array(); $filters = array(); @@ -603,7 +604,7 @@ class ImportCsv extends ModeleImports $filters[] = $col.' = '.$data[$key]; } $sqlSelect.= ' WHERE '.implode(' AND ', $where); - + $resql=$this->db->query($sqlSelect); if($resql) { $res = $this->db->fetch_object($resql); @@ -626,23 +627,23 @@ class ImportCsv extends ModeleImports $error++; } } - + if (!empty($lastinsertid)) { // Build SQL UPDATE request $sqlstart = 'UPDATE '.$tablename; - + $data = array_combine($listfields, $listvalues); $set = array(); foreach ($data as $key => $val) { $set[] = $key.' = '.$val; } $sqlstart.= ' SET '.implode(', ', $set); - + if(empty($keyfield)) $keyfield = 'rowid'; $sqlend = ' WHERE '.$keyfield.' = '.$lastinsertid; - + $sql = $sqlstart.$sqlend; - + // Run update request $resql=$this->db->query($sql); if($resql) { @@ -667,14 +668,14 @@ class ImportCsv extends ModeleImports if (! empty($tablewithentity_cache[$tablename])) { $sqlstart.= ', entity'; $sqlend.= ', '.$conf->entity; - } + } if (! empty($objimport->array_import_tables_creator[0][$alias])) { $sqlstart.= ', '.$objimport->array_import_tables_creator[0][$alias]; $sqlend.=', '.$user->id; } $sql = $sqlstart.$sqlend.')'; dol_syslog("import_csv.modules", LOG_DEBUG); - + // Run insert request if ($sql) { diff --git a/htdocs/core/modules/import/import_xlsx.modules.php b/htdocs/core/modules/import/import_xlsx.modules.php index eff3b8f8b21..d4c97deecf0 100644 --- a/htdocs/core/modules/import/import_xlsx.modules.php +++ b/htdocs/core/modules/import/import_xlsx.modules.php @@ -54,10 +54,10 @@ class ImportXlsx extends ModeleImports var $cacheconvert=array(); // Array to cache list of value found after a convertion var $cachefieldtable=array(); // Array to cache list of value found into fields@tables - + var $workbook; // temporary import file var $record; // current record - var $headers; + var $headers; /** @@ -95,7 +95,7 @@ class ImportXlsx extends ModeleImports if (preg_match('/^societe_/',$datatoimport)) $this->thirpartyobject=new Societe($this->db); } - + /** * Output header of an example file for this format * @@ -136,17 +136,18 @@ class ImportXlsx extends ModeleImports */ function write_title_example($outputlangs,$headerlinefields) { - global $conf; - $this->workbook->getActiveSheet()->getStyle('1')->getFont()->setBold(true); - $this->workbook->getActiveSheet()->getStyle('1')->getAlignment()->setHorizontal(PHPExcel_Style_Alignment::HORIZONTAL_LEFT); + global $conf; + $this->workbook->getActiveSheet()->getStyle('1')->getFont()->setBold(true); + $this->workbook->getActiveSheet()->getStyle('1')->getAlignment()->setHorizontal(PHPExcel_Style_Alignment::HORIZONTAL_LEFT); + + $col = 0; + foreach($headerlinefields as $field) { + $this->workbook->getActiveSheet()->SetCellValueByColumnAndRow($col, 1, $outputlangs->transnoentities($field)); + // set autowidth + //$this->workbook->getActiveSheet()->getColumnDimension($this->column2Letter($col + 1))->setAutoSize(true); + $col++; + } - $col = 0; - foreach($headerlinefields as $field) { - $this->workbook->getActiveSheet()->SetCellValueByColumnAndRow($col, 1, $outputlangs->transnoentities($field)); - // set autowidth - //$this->workbook->getActiveSheet()->getColumnDimension($this->column2Letter($col + 1))->setAutoSize(true); - $col++; - } return ''; // final output will be generated in footer } @@ -159,13 +160,14 @@ class ImportXlsx extends ModeleImports */ function write_record_example($outputlangs,$contentlinevalues) { - $col = 0; - $row = 2; - foreach($contentlinevalues as $cell) { - $this->workbook->getActiveSheet()->SetCellValueByColumnAndRow($col, $row, $cell); - $col++; - } - return ''; // final output will be generated in footer + $col = 0; + $row = 2; + foreach($contentlinevalues as $cell) { + $this->workbook->getActiveSheet()->SetCellValueByColumnAndRow($col, $row, $cell); + $col++; + } + + return ''; // final output will be generated in footer } /** @@ -177,15 +179,15 @@ class ImportXlsx extends ModeleImports function write_footer_example($outputlangs) { // return te file content as a string - $tempfile = tempnam(sys_get_temp_dir(), 'dol'); - $objWriter = new PHPExcel_Writer_Excel2007($this->workbook); - $objWriter->save($tempfile); - $this->workbook->disconnectWorksheets(); - unset($this->workbook); + $tempfile = tempnam(sys_get_temp_dir(), 'dol'); + $objWriter = new PHPExcel_Writer_Excel2007($this->workbook); + $objWriter->save($tempfile); + $this->workbook->disconnectWorksheets(); + unset($this->workbook); - $content = file_get_contents($tempfile); - unlink($tempfile); - return $content; + $content = file_get_contents($tempfile); + unlink($tempfile); + return $content; } @@ -211,10 +213,10 @@ class ImportXlsx extends ModeleImports return $ret; } - + /** * Return nb of records. File must be closed. - * + * * @param string $file Path of filename * @return int <0 if KO, >=0 if OK */ @@ -222,15 +224,15 @@ class ImportXlsx extends ModeleImports { $reader = new PHPExcel_Reader_Excel2007(); $this->workbook = $reader->load($file); - - $rowcount = $this->workbook->getActiveSheet()->getHighestDataRow(); - - $this->workbook->disconnectWorksheets(); - unset($this->workbook); - + + $rowcount = $this->workbook->getActiveSheet()->getHighestDataRow(); + + $this->workbook->disconnectWorksheets(); + unset($this->workbook); + return $rowcount; - } - + } + /** * Input header line from file @@ -292,7 +294,7 @@ class ImportXlsx extends ModeleImports * @param Object $objimport Object import (contains objimport->array_import_tables, objimport->array_import_fields, objimport->array_import_convertvalue, ...) * @param int $maxfields Max number of fields to use * @param string $importid Import key - * @param array $updatekeys Array of keys to use to try to do update + * @param array $updatekeys Array of keys to use to try to do an update first before insert. This field are defined into the module descriptor. * @return int <0 if KO, >0 if OK */ // What is this doing here ? it is common to all imports, is should be in the parent class @@ -399,7 +401,7 @@ class ImportXlsx extends ModeleImports if (! is_numeric($newval) && $newval != '' && ! preg_match('/^id:/i',$newval)) $isidorref='ref'; $newval=preg_replace('/^(id|ref):/i','',$newval); // Remove id: or ref: that was used to force if field is id or ref //print 'Val is now '.$newval.' and is type '.$isidorref."
    \n"; - + if ($isidorref == 'ref') // If value into input import file is a ref, we apply the function defined into descriptor { $file=(empty($objimport->array_import_convertvalue[0][$val]['classfile'])?$objimport->array_import_convertvalue[0][$val]['file']:$objimport->array_import_convertvalue[0][$val]['classfile']); @@ -502,9 +504,9 @@ class ImportXlsx extends ModeleImports } if (is_numeric($defaultref) && $defaultref <= 0) $defaultref=''; $newval=$defaultref; - } - - + } + + elseif ($objimport->array_import_convertvalue[0][$val]['rule']=='numeric') { $newval = price2num($newval); @@ -616,7 +618,7 @@ class ImportXlsx extends ModeleImports // We do SELECT to get the rowid, if we already have the rowid, it's to be used below for related tables (extrafields) if (empty($lastinsertid)) { $sqlSelect = 'SELECT rowid FROM '.$tablename; - + $data = array_combine($listfields, $listvalues); $where = array(); $filters = array(); @@ -627,7 +629,7 @@ class ImportXlsx extends ModeleImports $filters[] = $col.' = '.$data[$key]; } $sqlSelect.= ' WHERE '.implode(' AND ', $where); - + $resql=$this->db->query($sqlSelect); if($resql) { $res = $this->db->fetch_object($resql); @@ -650,23 +652,23 @@ class ImportXlsx extends ModeleImports $error++; } } - + if (!empty($lastinsertid)) { // Build SQL UPDATE request $sqlstart = 'UPDATE '.$tablename; - + $data = array_combine($listfields, $listvalues); $set = array(); foreach ($data as $key => $val) { $set[] = $key.' = '.$val; } $sqlstart.= ' SET '.implode(', ', $set); - + if(empty($keyfield)) $keyfield = 'rowid'; $sqlend = ' WHERE '.$keyfield.' = '.$lastinsertid; - + $sql = $sqlstart.$sqlend; - + // Run update request $resql=$this->db->query($sql); if($resql) { @@ -691,14 +693,14 @@ class ImportXlsx extends ModeleImports if (! empty($tablewithentity_cache[$tablename])) { $sqlstart.= ', entity'; $sqlend.= ', '.$conf->entity; - } + } if (! empty($objimport->array_import_tables_creator[0][$alias])) { $sqlstart.= ', '.$objimport->array_import_tables_creator[0][$alias]; $sqlend.=', '.$user->id; } $sql = $sqlstart.$sqlend.')'; dol_syslog("import_xlsx.modules", LOG_DEBUG); - + // Run insert request if ($sql) { diff --git a/htdocs/core/modules/modProduct.class.php b/htdocs/core/modules/modProduct.class.php index 79541c10105..5f44b843e1f 100644 --- a/htdocs/core/modules/modProduct.class.php +++ b/htdocs/core/modules/modProduct.class.php @@ -308,7 +308,6 @@ class modProduct extends DolibarrModules if (is_object($mysoc) && $mysoc->useNPR()) $this->import_fields_array[$r]=array_merge($this->import_fields_array[$r],array('sp.recuperableonly'=>'NPR')); if (is_object($mysoc) && $mysoc->useLocalTax(1)) $this->import_fields_array[$r]=array_merge($this->import_fields_array[$r],array('sp.localtax1_tx'=>'LT1', 'sp.localtax1_type'=>'LT1Type')); if (is_object($mysoc) && $mysoc->useLocalTax(2)) $this->import_fields_array[$r]=array_merge($this->import_fields_array[$r],array('sp.localtax2_tx'=>'LT2', 'sp.localtax2_type'=>'LT2Type')); - $this->import_convertvalue_array[$r]=array( 'sp.fk_soc'=>array('rule'=>'fetchidfromref','classfile'=>'/societe/class/societe.class.php','class'=>'Societe','method'=>'fetch','element'=>'ThirdParty'), 'sp.fk_product'=>array('rule'=>'fetchidfromref','classfile'=>'/product/class/product.class.php','class'=>'Product','method'=>'fetch','element'=>'Product') @@ -352,30 +351,19 @@ class modProduct extends DolibarrModules if (! empty($conf->global->MAIN_MULTILANGS)) { $r++; - /* FIXME Must be a dedicated import profil. Not working yet - $this->import_code[$r]=$this->rights_class.'_multiprice'; - $this->import_label[$r]="ProductTranslations"; + $this->import_code[$r]=$this->rights_class.'_languages'; + $this->import_label[$r]="ProductsOrServicesTranslations"; $this->import_icon[$r]=$this->picto; $this->import_entities_array[$r]=array(); // We define here only fields that use another icon that the one defined into import_icon - $this->import_tables_array[$r]['l']=MAIN_DB_PREFIX.'product_lang'; + $this->import_tables_array[$r]=array('l'=>MAIN_DB_PREFIX.'product_lang'); // multiline translation, one line per translation - $this->import_fields_array[$r]['l.lang']='Language'; - $this->import_fields_array[$r]['l.label']='TranslatedLabel'; - $this->import_fields_array[$r]['l.description']='TranslatedDescription'; - $this->import_fields_array[$r]['l.note']='TranslatedNote'; - $this->import_examplevalues_array[$r]['l.lang']='en_US'; - */ - // single line translation, one column per translation - /* - foreach($langs as $l) { - $this->import_tables_array[$r][$l] = MAIN_DB_PREFIX.'product_lang'; - $this->import_fields_array[$r][$l.'.label']=$l.'_label'; - $this->import_fields_array[$r][$l.'.description']=$l.'_description'; - $this->import_fields_array[$r][$l.'.note']=$l.'_note'; - $this->import_fieldshidden_array[$r][$l.'.lang']="'$l'"; - $this->import_fieldshidden_array[$r][$l.'.fk_product']='lastrowid-'.MAIN_DB_PREFIX.'product'; - } - */ + $this->import_fields_array[$r]=array('l.fk_product'=>'Ref', 'l.lang'=>'Language', 'l.label'=>'TranslatedLabel', 'l.description'=>'TranslatedDescription'); + //$this->import_fields_array[$r]['l.note']='TranslatedNote'; + $this->import_convertvalue_array[$r]=array( + 'l.fk_product'=>array('rule'=>'fetchidfromref','classfile'=>'/product/class/product.class.php','class'=>'Product','method'=>'fetch','element'=>'Product') + ); + $this->import_examplevalues_array[$r]=array('l.fk_product'=>'MyProductRef','l.lang'=>'en_US','l.label'=>'Label in en_US','l.description'=>'Desc in en_US'); + $this->import_updatekeys_array[$r]=array('l.fk_product'=>'Ref','l.lang'=>'Language'); } } diff --git a/htdocs/core/modules/modResource.class.php b/htdocs/core/modules/modResource.class.php index 7ab7afc1e4b..dd09b148453 100644 --- a/htdocs/core/modules/modResource.class.php +++ b/htdocs/core/modules/modResource.class.php @@ -226,7 +226,7 @@ class modResource extends DolibarrModules 'type'=> 'left', // Toujours un menu gauche 'titre'=> 'MenuResourceAdd', 'mainmenu'=> 'tools', - 'leftmenu'=> '', // On n'indique rien ici car on ne souhaite pas intégrer de sous-menus à ce menu + 'leftmenu'=> 'resource_add', 'url'=> '/resource/add.php', 'langs'=> 'resource', 'position'=> 101, @@ -241,7 +241,7 @@ class modResource extends DolibarrModules 'type'=> 'left', // Toujours un menu gauche 'titre'=> 'List', 'mainmenu'=> 'tools', - 'leftmenu'=> '', // On n'indique rien ici car on ne souhaite pas intégrer de sous-menus à ce menu + 'leftmenu'=> 'resource_list', 'url'=> '/resource/list.php', 'langs'=> 'resource', 'position'=> 102, @@ -255,7 +255,7 @@ class modResource extends DolibarrModules // Exports //-------- $r=0; - + $r++; $this->export_code[$r]=$this->rights_class.'_'.$r; $this->export_label[$r]="ResourceSingular"; // Translation key (used only if key ExportDataset_xxx_z not found) @@ -265,19 +265,19 @@ class modResource extends DolibarrModules $this->export_entities_array[$r]=array('r.rowid'=>'resource','r.ref'=>'resource','c.code'=>'resource','c.label'=>'resource','r.description'=>'resource','r.note_private'=>"resource",'r.resource'=>"resource",'r.asset_number'=>'resource','r.datec'=>"resource",'r.tms'=>"resource"); $keyforselect='resource'; $keyforelement='resource'; $keyforaliasextra='extra'; include DOL_DOCUMENT_ROOT.'/core/extrafieldsinexport.inc.php'; - + $this->export_dependencies_array[$r]=array('resource'=>array('r.rowid')); // We must keep this until the aggregate_array is used. To add unique key if we ask a field of a child to avoid the DISTINCT to discard them. $this->export_sql_start[$r]='SELECT DISTINCT '; $this->export_sql_end[$r] =' FROM '.MAIN_DB_PREFIX.'resource as r '; $this->export_sql_end[$r] .=' LEFT JOIN '.MAIN_DB_PREFIX.'c_type_resource as c ON c.rowid=r.fk_code_type_resource'; $this->export_sql_end[$r] .=' LEFT JOIN '.MAIN_DB_PREFIX.'resource_extrafields as extra ON extra.fk_object = c.rowid'; $this->export_sql_end[$r] .=' AND r.entity IN ('.getEntity('resource').')'; - + // Imports //-------- $r=0; - + // Import list of third parties and attributes $r++; $this->import_code[$r]=$this->rights_class.'_'.$r; @@ -307,7 +307,7 @@ class modResource extends DolibarrModules $this->import_regex_array[$r]=array('s.datec'=>'^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]( [0-9][0-9]:[0-9][0-9]:[0-9][0-9])?$'); $this->import_examplevalues_array[$r]=array('r.ref'=>"REF1",'r.fk_code_type_resource'=>"Code from dictionary resource type",'r.datec'=>"2017-01-01 or 2017-01-01 12:30:00"); $this->import_updatekeys_array[$r]=array('r.rf'=>'ResourceFormLabel_ref'); - + } /** diff --git a/htdocs/core/modules/modService.class.php b/htdocs/core/modules/modService.class.php index 961b031e232..eed1008ca34 100644 --- a/htdocs/core/modules/modService.class.php +++ b/htdocs/core/modules/modService.class.php @@ -133,8 +133,8 @@ class modService extends DolibarrModules // Menus //------- $this->menu = 1; // This module add menu entries. They are coded into menu manager. - - + + // Exports //-------- $r=0; @@ -315,6 +315,24 @@ class modService extends DolibarrModules 'pr.tva_tx'=>'19.6', 'pr.date_price'=>'2013-04-10'); } + + if (! empty($conf->global->MAIN_MULTILANGS)) + { + $r++; + $this->import_code[$r]=$this->rights_class.'_languages'; + $this->import_label[$r]="ProductsOrServicesTranslations"; + $this->import_icon[$r]=$this->picto; + $this->import_entities_array[$r]=array(); // We define here only fields that use another icon that the one defined into import_icon + $this->import_tables_array[$r]=array('l'=>MAIN_DB_PREFIX.'product_lang'); + // multiline translation, one line per translation + $this->import_fields_array[$r]=array('l.fk_product'=>'Ref', 'l.lang'=>'Language', 'l.label'=>'TranslatedLabel', 'l.description'=>'TranslatedDescription'); + //$this->import_fields_array[$r]['l.note']='TranslatedNote'; + $this->import_convertvalue_array[$r]=array( + 'l.fk_product'=>array('rule'=>'fetchidfromref','classfile'=>'/product/class/product.class.php','class'=>'Product','method'=>'fetch','element'=>'Product') + ); + $this->import_examplevalues_array[$r]=array('l.fk_product'=>'MyProductRef','l.lang'=>'en_US','l.label'=>'Label in en_US','l.description'=>'Desc in en_US'); + $this->import_updatekeys_array[$r]=array('l.fk_product'=>'Ref','l.lang'=>'Language'); + } } } diff --git a/htdocs/core/search_page.php b/htdocs/core/search_page.php index 61d39af045e..eb873d0e8f9 100644 --- a/htdocs/core/search_page.php +++ b/htdocs/core/search_page.php @@ -77,9 +77,6 @@ if ($conf->use_javascript_ajax && 1 == 2) // select2 is ko with jmobile } else { - $conf->global->MAIN_HTML5_PLACEHOLDER = 1; - - $usedbyinclude = 1; // Used into next include include DOL_DOCUMENT_ROOT.'/core/ajax/selectsearchbox.php'; diff --git a/htdocs/core/tpl/admin_extrafields_add.tpl.php b/htdocs/core/tpl/admin_extrafields_add.tpl.php index e04f4e0cb92..ec25a82b7f1 100644 --- a/htdocs/core/tpl/admin_extrafields_add.tpl.php +++ b/htdocs/core/tpl/admin_extrafields_add.tpl.php @@ -35,9 +35,10 @@ $langs->load("modulebuilder"); jQuery(document).ready(function() { function init_typeoffields(type) { - console.log("selected type is "+type); - var size = jQuery("#size"); + console.log("We select a new type = "+type); + var size = jQuery("#size"); var computed_value = jQuery("#computed_value"); + var langfile = jQuery("#langfile"); var default_value = jQuery("#default_value"); var unique = jQuery("#unique"); var required = jQuery("#required"); @@ -51,7 +52,7 @@ $langs->load("modulebuilder"); if (GETPOST('type','alpha') == "separate") { - print "jQuery('#size, #default_value').val('').prop('disabled', true);"; + print "jQuery('#size, #default_value, #langfile').val('').prop('disabled', true);"; print 'jQuery("#value_choice").hide();'; } ?> @@ -67,15 +68,15 @@ $langs->load("modulebuilder"); { console.log("We enter a computed formula"); jQuery("#default_value").val(''); - /* jQuery("#unique, #required, #alwayseditable, #ishidden, #list").removeAttr('checked'); */ - jQuery("#default_value, #unique, #required, #alwayseditable, #ishidden, #list").attr('disabled', true); - jQuery("tr.extra_default_value, tr.extra_unique, tr.extra_required, tr.extra_alwayseditable, tr.extra_ishidden, tr.extra_list").hide(); + /* jQuery("#unique, #required, #alwayseditable, #list").removeAttr('checked'); */ + jQuery("#default_value, #unique, #required, #alwayseditable, #list").attr('disabled', true); + jQuery("tr.extra_default_value, tr.extra_unique, tr.extra_required, tr.extra_alwayseditable, tr.extra_list").hide(); } else { console.log("No computed formula"); - jQuery("#default_value, #unique, #required, #alwayseditable, #ishidden, #list").attr('disabled', false); - jQuery("tr.extra_default_value, tr.extra_unique, tr.extra_required, tr.extra_alwayseditable, tr.extra_ishidden, tr.extra_list").show(); + jQuery("#default_value, #unique, #required, #alwayseditable, #list").attr('disabled', false); + jQuery("tr.extra_default_value, tr.extra_unique, tr.extra_required, tr.extra_alwayseditable, tr.extra_list").show(); } if (type == 'date') { size.val('').prop('disabled', true); unique.removeAttr('disabled'); jQuery("#value_choice").hide();jQuery("#helpchkbxlst").hide(); } @@ -93,7 +94,7 @@ $langs->load("modulebuilder"); else if (type == 'chkbxlst') { size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); jQuery("#value_choice").show();jQuery("#helpselect").hide();jQuery("#helpsellist").hide();jQuery("#helpchkbxlst").show();jQuery("#helplink").hide();} else if (type == 'link') { size.val('').prop('disabled', true); unique.removeAttr('disabled'); jQuery("#value_choice").show();jQuery("#helpselect").hide();jQuery("#helpsellist").hide();jQuery("#helpchkbxlst").hide();jQuery("#helplink").show();} else if (type == 'separate') { - size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); required.val('').prop('disabled', true); + langfile.val('').prop('disabled',true);size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); required.val('').prop('disabled', true); jQuery("#value_choice").hide();jQuery("#helpselect").hide();jQuery("#helpsellist").hide();jQuery("#helpchkbxlst").hide();jQuery("#helplink").hide(); } else { // type = string @@ -104,12 +105,13 @@ $langs->load("modulebuilder"); if (type == 'separate') { required.removeAttr('checked').prop('disabled', true); alwayseditable.removeAttr('checked').prop('disabled', true); list.removeAttr('checked').prop('disabled', true); - jQuery('#size, #default_value').val('').prop('disabled', true); + jQuery('#size, #default_value, #langfile').val('').prop('disabled', true); + jQuery('#list').val(3); } else { default_value.removeAttr('disabled'); - required.removeAttr('disabled'); alwayseditable.removeAttr('disabled'); list.removeAttr('disabled'); + langfile.removeAttr('disabled');required.removeAttr('disabled'); alwayseditable.removeAttr('disabled'); list.removeAttr('disabled'); } } init_typeoffields(''); @@ -151,10 +153,10 @@ $langs->load("modulebuilder");
    '.img_picto('',$picto, 'class="valignmiddle" id="pictotitle"', $pictoisfullpath).''.img_picto('',$picto, 'class="valignmiddle widthpictotitle" id="pictotitle"', $pictoisfullpath).''; $return.= '
    '.$titre.'
    '; $return.= '
    - textwithpicto('', $langs->trans("ExtrafieldParamHelpselect"),1,0)?> - textwithpicto('', $langs->trans("ExtrafieldParamHelpsellist"),1,0)?> - textwithpicto('', $langs->trans("ExtrafieldParamHelpchkbxlst"),1,0)?> - textwithpicto('', $langs->trans("ExtrafieldParamHelplink"),1,0)?> + textwithpicto('', $langs->trans("ExtrafieldParamHelpselect"),1,0,'', 0, 2, 'helpvalue1')?> + textwithpicto('', $langs->trans("ExtrafieldParamHelpsellist"),1,0,'', 0, 2, 'helpvalue2')?> + textwithpicto('', $langs->trans("ExtrafieldParamHelpchkbxlst"),1,0,'', 0, 2, 'helpvalue3')?> + textwithpicto('', $langs->trans("ExtrafieldParamHelplink"),1,0,'', 0, 2, 'helpvalue4')?>
    @@ -162,7 +164,7 @@ $langs->load("modulebuilder"); trans("Position"); ?> -trans("LanguageFile"); ?> +trans("LanguageFile"); ?> textwithpicto($langs->trans("ComputedFormula"), $langs->trans("ComputedFormulaDesc"), 1, 'help', '', 0, 2, 'tooltipcompute'); ?> @@ -173,15 +175,11 @@ $langs->load("modulebuilder"); trans("Required"); ?>> trans("AlwaysEditable"); ?>> - -global->MAIN_CAN_HIDE_EXTRAFIELDS)) { ?> -trans("Hidden"); ?>> - multicompany->enabled) { ?> trans("AllEntities"); ?>> - -textwithpicto($langs->trans("ByDefaultInList"), $langs->trans("VisibleDesc")); ?> + +textwithpicto($langs->trans("Visibility"), $langs->trans("VisibleDesc")); ?> diff --git a/htdocs/core/tpl/admin_extrafields_edit.tpl.php b/htdocs/core/tpl/admin_extrafields_edit.tpl.php index def07fa432f..2d10df38cb1 100644 --- a/htdocs/core/tpl/admin_extrafields_edit.tpl.php +++ b/htdocs/core/tpl/admin_extrafields_edit.tpl.php @@ -37,6 +37,7 @@ $langs->load("modulebuilder"); console.log("select new type "+type); var size = jQuery("#size"); var computed_value = jQuery("#computed_value"); + var langfile = jQuery("#langfile"); var default_value = jQuery("#default_value"); var unique = jQuery("#unique"); var required = jQuery("#required"); @@ -50,7 +51,7 @@ $langs->load("modulebuilder"); if (GETPOST('type','alpha') == "separate") { - print "jQuery('#size, #default_value').val('').prop('disabled', true);"; + print "jQuery('#size, #default_value, #langfile').val('').prop('disabled', true);"; print 'jQuery("#value_choice").hide();'; } ?> @@ -65,15 +66,15 @@ $langs->load("modulebuilder"); { console.log("We enter a computed formula"); jQuery("#default_value").val(''); - /* jQuery("#unique, #required, #alwayseditable, #ishidden, #list").removeAttr('checked'); */ - jQuery("#default_value, #unique, #required, #alwayseditable, #ishidden, #list").attr('disabled', true); - jQuery("tr.extra_default_value, tr.extra_unique, tr.extra_required, tr.extra_alwayseditable, tr.extra_ishidden, tr.extra_list").hide(); + /* jQuery("#unique, #required, #alwayseditable, #list").removeAttr('checked'); */ + jQuery("#default_value, #unique, #required, #alwayseditable, #list").attr('disabled', true); + jQuery("tr.extra_default_value, tr.extra_unique, tr.extra_required, tr.extra_alwayseditable, tr.extra_list").hide(); } else { console.log("No computed formula"); - jQuery("#default_value, #unique, #required, #alwayseditable, #ishidden, #list").attr('disabled', false); - jQuery("tr.extra_default_value, tr.extra_unique, tr.extra_required, tr.extra_alwayseditable, tr.extra_ishidden, tr.extra_list").show(); + jQuery("#default_value, #unique, #required, #alwayseditable, #list").attr('disabled', false); + jQuery("tr.extra_default_value, tr.extra_unique, tr.extra_required, tr.extra_alwayseditable, tr.extra_list").show(); } if (type == 'date') { size.val('').prop('disabled', true); unique.removeAttr('disabled'); jQuery("#value_choice").hide();jQuery("#helpchkbxlst").hide(); } @@ -99,7 +100,8 @@ $langs->load("modulebuilder"); if (type == 'separate') { required.removeAttr('checked').prop('disabled', true); alwayseditable.removeAttr('checked').prop('disabled', true); list.removeAttr('checked').prop('disabled', true); - jQuery('#size, #default_value').val('').prop('disabled', true); + jQuery('#size, #default_value, #langfile').val('').prop('disabled', true); + jQuery('#list').val(3); } else { @@ -143,7 +145,6 @@ $param=$extrafields->attributes[$elementtype]['param'][$attrname]; $perms=$extrafields->attributes[$elementtype]['perms'][$attrname]; $langfile=$extrafields->attributes[$elementtype]['langfile'][$attrname]; $list=$extrafields->attributes[$elementtype]['list'][$attrname]; -$ishidden=$extrafields->attributes[$elementtype]['hidden'][$attrname]; $entitycurrentorall=$extrafields->attributes[$elementtype]['entityid'][$attrname]; if((($type == 'select') || ($type == 'checkbox') || ($type == 'radio')) && is_array($param)) @@ -210,10 +211,10 @@ else - textwithpicto('', $langs->trans("ExtrafieldParamHelpselect"),1,0)?> - textwithpicto('', $langs->trans("ExtrafieldParamHelpsellist"),1,0)?> - textwithpicto('', $langs->trans("ExtrafieldParamHelpchkbxlst"),1,0)?> - textwithpicto('', $langs->trans("ExtrafieldParamHelplink"),1,0)?> + textwithpicto('', $langs->trans("ExtrafieldParamHelpselect"),1,0,'', 0, 2, 'helpvalue1')?> + textwithpicto('', $langs->trans("ExtrafieldParamHelpsellist"),1,0,'', 0, 2, 'helpvalue2')?> + textwithpicto('', $langs->trans("ExtrafieldParamHelpchkbxlst"),1,0,'', 0, 2, 'helpvalue3')?> + textwithpicto('', $langs->trans("ExtrafieldParamHelplink"),1,0,'', 0, 2, 'helpvalue4')?> @@ -232,15 +233,11 @@ else trans("Required"); ?>> trans("AlwaysEditable"); ?>> - -global->MAIN_CAN_HIDE_EXTRAFIELDS)) { ?> - trans("Hidden"); ?>> - multicompany->enabled) { ?> trans("AllEntities"); ?>> - -textwithpicto($langs->trans("ByDefaultInList"), $langs->trans("VisibleDesc")); ?> + +textwithpicto($langs->trans("Visibility"), $langs->trans("VisibleDesc")); ?> diff --git a/htdocs/core/tpl/admin_extrafields_view.tpl.php b/htdocs/core/tpl/admin_extrafields_view.tpl.php index 29d57b8463c..e9f880e2696 100644 --- a/htdocs/core/tpl/admin_extrafields_view.tpl.php +++ b/htdocs/core/tpl/admin_extrafields_view.tpl.php @@ -81,7 +81,6 @@ if (count($extrafields->attributes[$elementtype]['type'])) print ''.yn($extrafields->attributes[$elementtype]['required'][$key])."\n"; print ''.yn($extrafields->attributes[$elementtype]['alwayseditable'][$key])."\n"; print ''.$extrafields->attributes[$elementtype]['list'][$key]."\n"; - if (! empty($conf->global->MAIN_CAN_HIDE_EXTRAFIELDS)) print ''.yn($extrafields->attributes[$elementtype]['ishidden'][$key])."\n"; // Add hidden option on not working feature. Why hide if user can't see it. if (! empty($conf->multicompany->enabled)) { print ''.($extrafields->attributes[$elementtype]['entityid'][$key]==0?$langs->trans("All"):$extrafields->attributes[$elementtype]['entitylabel'][$key]).''; } diff --git a/htdocs/core/tpl/card_presend.tpl.php b/htdocs/core/tpl/card_presend.tpl.php index 6e653372148..c5e8e68901b 100644 --- a/htdocs/core/tpl/card_presend.tpl.php +++ b/htdocs/core/tpl/card_presend.tpl.php @@ -34,8 +34,10 @@ if ($action == 'presend') $object->fetch_projet(); - if (! in_array($object->element, array('societe', 'user'))) + if (! in_array($object->element, array('societe', 'user', 'member'))) { + // TODO get also the main_lastdoc field of $object. If not found, try to guess with following code + $ref = dol_sanitizeFileName($object->ref); include_once DOL_DOCUMENT_ROOT . '/core/lib/files.lib.php'; $fileparams = dol_most_recent_file($diroutput . '/' . $ref, preg_quote($ref, '/').'[^\-]+'); @@ -75,19 +77,17 @@ if ($action == 'presend') } // Build document if it not exists - if (! in_array($object->element, array('societe', 'user'))) + if (! in_array($object->element, array('societe', 'user', 'member'))) { - if (! $file || ! is_readable($file)) { - if ($object->element != 'member') - { - $result = $object->generateDocument(GETPOST('model') ? GETPOST('model') : $object->modelpdf, $outputlangs, $hidedetails, $hidedesc, $hideref); - if ($result <= 0) { - dol_print_error($db, $object->error, $object->errors); - exit(); - } - $fileparams = dol_most_recent_file($diroutput . '/' . $ref, preg_quote($ref, '/').'[^\-]+'); - $file = $fileparams['fullname']; + if ((! $file || ! is_readable($file)) && method_exists($object, 'generateDocument')) + { + $result = $object->generateDocument(GETPOST('model') ? GETPOST('model') : $object->modelpdf, $outputlangs, $hidedetails, $hidedesc, $hideref); + if ($result <= 0) { + dol_print_error($db, $object->error, $object->errors); + exit(); } + $fileparams = dol_most_recent_file($diroutput . '/' . $ref, preg_quote($ref, '/').'[^\-]+'); + $file = $fileparams['fullname']; } } @@ -116,12 +116,13 @@ if ($action == 'presend') } $formmail->withfrom = 1; + // Fill list of recipient with email inside <>. $liste = array(); if ($object->element == 'expensereport') { $fuser = new User($db); $fuser->fetch($object->fk_user_author); - $liste['thirdparty'] = $fuser->getFullName($langs)." <".$fuser->email.">"; + $liste['thirdparty'] = $fuser->getFullName($langs)." <".$fuser->email.">"; } elseif ($object->element == 'societe') { @@ -131,7 +132,7 @@ if ($action == 'presend') } elseif ($object->element == 'user' || $object->element == 'member') { - $liste['thirdparty'] = $object->getFullName($langs)." <".$object->email.">"; + $liste['thirdparty'] = $object->getFullName($langs)." <".$object->email.">"; } else { diff --git a/htdocs/core/tpl/commonfields_add.tpl.php b/htdocs/core/tpl/commonfields_add.tpl.php new file mode 100644 index 00000000000..f6aebd6357c --- /dev/null +++ b/htdocs/core/tpl/commonfields_add.tpl.php @@ -0,0 +1,53 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * Need to have following variables defined: + * $object (invoice, order, ...) + * $action + * $conf + * $langs + */ +?> + +fields as $key => $val) +{ + // Discard if extrafield is a hidden field on form + if (abs($val['visible']) != 1) continue; + + if (array_key_exists('enabled', $val) && isset($val['enabled']) && ! $val['enabled']) continue; // We don't want this field + + print ''; + print ''; + print $langs->trans($val['label']); + print ''; + print ''; + if (in_array($val['type'], array('int', 'integer'))) $value = GETPOST($key, 'int'); + elseif ($val['type'] == 'text') $value = GETPOST($key, 'none'); + else $value = GETPOST($key, 'alpha'); + print $object->showInputField($val, $key, $value, '', '', '', 0); + print ''; + print ''; +} + +?> + \ No newline at end of file diff --git a/htdocs/core/tpl/commonfields_edit.tpl.php b/htdocs/core/tpl/commonfields_edit.tpl.php new file mode 100644 index 00000000000..248cd4b4086 --- /dev/null +++ b/htdocs/core/tpl/commonfields_edit.tpl.php @@ -0,0 +1,50 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * Need to have following variables defined: + * $object (invoice, order, ...) + * $action + * $conf + * $langs + */ +?> + +fields as $key => $val) +{ + // Discard if extrafield is a hidden field on form + if (abs($val['visible']) != 1) continue; + + if (array_key_exists('enabled', $val) && isset($val['enabled']) && ! $val['enabled']) continue; // We don't want this field + + print ''.$langs->trans($val['label']).''; + print ''; + if (in_array($val['type'], array('int', 'integer'))) $value = GETPOSTISSET($key)?GETPOST($key, 'int'):$object->$key; + elseif ($val['type'] == 'text') $value = GETPOSTISSET($key)?GETPOST($key,'none'):$object->$key; + else $value = GETPOSTISSET($key)?GETPOST($key, 'alpha'):$object->$key; + print $object->showInputField($val, $key, $value, '', '', '', 0); + print ''; + print ''; +} + +?> + \ No newline at end of file diff --git a/htdocs/core/tpl/commonfields_view.tpl.php b/htdocs/core/tpl/commonfields_view.tpl.php new file mode 100644 index 00000000000..ded3247f1dd --- /dev/null +++ b/htdocs/core/tpl/commonfields_view.tpl.php @@ -0,0 +1,86 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * Need to have following variables defined: + * $object (invoice, order, ...) + * $action + * $conf + * $langs + */ +?> + +fields as $key => $val) +{ + // Discard if extrafield is a hidden field on form + if (abs($val['visible']) != 1) continue; + + if (array_key_exists('enabled', $val) && isset($val['enabled']) && ! $val['enabled']) continue; // We don't want this field + if ($key == 'status') continue; // Status is already in dol_banner + + $value=$object->$key; + + print ''.$langs->trans($val['label']).''; + print ''; + print $object->showOutputField($val, $key, $value, '', '', '', 0); + //print dol_escape_htmltag($object->$key, 1, 1); + print ''; + print ''; + + //if ($key == 'targetsrcfile3') break; // key used for break on second column +} + +print ''; +print '
    '; +print '
    '; +print '
    '; +print '
    '; +print ''; + +$alreadyoutput = 1; +foreach($object->fields as $key => $val) +{ + if ($alreadyoutput) + { + //if ($key == 'targetsrcfile3') $alreadyoutput = 0; // key used for break on second column + continue; + } + + if (abs($val['visible']) != 1) continue; // Discard such field from form + if (array_key_exists('enabled', $val) && isset($val['enabled']) && ! $val['enabled']) continue; // We don't want this field + if ($key == 'status') continue; // Status is alreadt in dol_banner + + $value=$object->$key; + + print ''.$langs->trans($val['label']).''; + print ''; + print ''; +} + +?> + \ No newline at end of file diff --git a/htdocs/core/tpl/extrafields_view.tpl.php b/htdocs/core/tpl/extrafields_view.tpl.php index 56eb8652d2b..b57025e3dd6 100644 --- a/htdocs/core/tpl/extrafields_view.tpl.php +++ b/htdocs/core/tpl/extrafields_view.tpl.php @@ -42,6 +42,9 @@ if (empty($reshook) && ! empty($extrafields->attributes[$object->table_element][ { foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $label) { + // Discard if extrafield is a hidden field on form + if (abs($extrafields->attributes[$object->table_element]['list'][$key]) != 1) continue; + // Load language if required if (! empty($extrafields->attributes[$object->table_element]['langfile'][$key])) $langs->load($extrafields->attributes[$object->table_element]['langfile'][$key]); @@ -59,8 +62,7 @@ if (empty($reshook) && ! empty($extrafields->attributes[$object->table_element][ } else { - if (! empty($extrafields->attributes[$object->table_element]['ishidden'][$key])) print ''; print ''; @@ -777,7 +1053,7 @@ if ($action == 'create') // Other attributes $parameters = array('objectsrc' => $objectsrc, 'colspan' => ' colspan="3"', 'socid'=>$socid); - $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook + $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$expe,$action); // Note that $action and $object may have been modified by hook print $hookmanager->resPrint; if (empty($reshook) && ! empty($extrafields->attribute_label)) { @@ -1240,6 +1516,7 @@ if ($action == 'create') print ''; print ''; + //print $langs->trans("DetailBatchFormat", $dbatch->batch, dol_print_date($dbatch->eatby,"day"), dol_print_date($dbatch->sellby,"day"), $dbatch->qty); //print $line->fk_product.' - '.$dbatch->batch; print $langs->trans("Batch").': '; @@ -1327,7 +1604,13 @@ if ($action == 'create') print "
    '; + print $object->showOutputField($val, $key, $value, '', '', '', 0); + //print dol_escape_htmltag($object->$key, 1, 1); + print '
    '; - else print '
    '; + print '
    '; print ''; print ''; print 'attributes[$object->table_element][ print ''; print ''; - print $extrafields->showInputField($key, $value,'','','',0,$object->id); + print $extrafields->showInputField($key, $value, '', '', '', 0, $object->id); print ''; diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index 251540b004e..62200405c60 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -267,7 +267,7 @@ if (!empty($conf->global->MAIN_EASTER_EGG_COMMITSTRIP)) { - '; +// Link for direct external download print ''; } @@ -643,19 +489,15 @@ include_once DOL_DOCUMENT_ROOT.'/core/ajax/ajaxdirpreview.php'; use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS)) { include DOL_DOCUMENT_ROOT.'/ecm/tpl/enablefiletreeajax.tpl.php'; } +*/ - +// End of page +dol_fiche_end(); llxFooter(); diff --git a/htdocs/ecm/index_auto.php b/htdocs/ecm/index_auto.php index 3fa2bc1dc7a..5a394188c18 100644 --- a/htdocs/ecm/index_auto.php +++ b/htdocs/ecm/index_auto.php @@ -31,14 +31,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/treeview.lib.php'; require_once DOL_DOCUMENT_ROOT.'/ecm/class/ecmdirectory.class.php'; // Load traductions files -$langs->load("ecm"); -$langs->load("companies"); -$langs->load("other"); -$langs->load("users"); -$langs->load("orders"); -$langs->load("propal"); -$langs->load("bills"); -$langs->load("contracts"); +$langs->loadLangs(array("ecm","companies","other","users","orders","propal","bills","contracts")); // Security check if ($user->societe_id) $socid=$user->societe_id; @@ -306,10 +299,16 @@ if ($action == 'refreshmanual') //print $_SESSION["dol_screenheight"]; $maxheightwin=(isset($_SESSION["dol_screenheight"]) && $_SESSION["dol_screenheight"] > 466)?($_SESSION["dol_screenheight"]-136):660; // Also into index.php file +$moreheadcss=''; +$moreheadjs=''; + //$morejs=array(); $morejs=array('includes/jquery/plugins/blockUI/jquery.blockUI.js','core/js/blockUI.js'); // Used by ecm/tpl/enabledfiletreeajax.tpl.pgp -if (empty($conf->global->MAIN_ECM_DISABLE_JS)) $morejs[]="/includes/jquery/plugins/jqueryFileTree/jqueryFileTree.js"; +if (empty($conf->global->MAIN_ECM_DISABLE_JS)) $morejs[]="includes/jquery/plugins/jqueryFileTree/jqueryFileTree.js"; +$moreheadjs.=''."\n"; llxHeader($moreheadcss.$moreheadjs,$langs->trans("ECMArea"),'','','','',$morejs,'',0,0); @@ -325,6 +324,7 @@ if (! empty($conf->global->ECM_AUTO_TREE_ENABLED)) if (! empty($conf->contrat->enabled)) { $rowspan++; $sectionauto[]=array('level'=>1, 'module'=>'contract','test'=>$conf->contrat->enabled, 'label'=>$langs->trans("Contracts"), 'desc'=>$langs->trans("ECMDocsByContracts")); } if (! empty($conf->commande->enabled)) { $rowspan++; $sectionauto[]=array('level'=>1, 'module'=>'order', 'test'=>$conf->commande->enabled, 'label'=>$langs->trans("CustomersOrders"), 'desc'=>$langs->trans("ECMDocsByOrders")); } if (! empty($conf->facture->enabled)) { $rowspan++; $sectionauto[]=array('level'=>1, 'module'=>'invoice', 'test'=>$conf->facture->enabled, 'label'=>$langs->trans("CustomersInvoices"), 'desc'=>$langs->trans("ECMDocsByInvoices")); } + if (! empty($conf->supplier_proposal->enabled)) { $rowspan++; $sectionauto[]=array('level'=>1, 'module'=>'supplier_proposal', 'test'=>$conf->supplier_proposal->enabled, 'label'=>$langs->trans("SupplierProposals"), 'desc'=>$langs->trans("ECMDocsBySupplierProposals")); } if (! empty($conf->fournisseur->enabled)) { $rowspan++; $sectionauto[]=array('level'=>1, 'module'=>'order_supplier', 'test'=>$conf->fournisseur->enabled, 'label'=>$langs->trans("SuppliersOrders"), 'desc'=>$langs->trans("ECMDocsByOrders")); } if (! empty($conf->fournisseur->enabled)) { $rowspan++; $sectionauto[]=array('level'=>1, 'module'=>'invoice_supplier', 'test'=>$conf->fournisseur->enabled, 'label'=>$langs->trans("SuppliersInvoices"), 'desc'=>$langs->trans("ECMDocsByInvoices")); } if (! empty($conf->tax->enabled)) { $langs->load("compta"); $rowspan++; $sectionauto[]=array('level'=>1, 'module'=>'tax', 'test'=>$conf->tax->enabled, 'label'=>$langs->trans("SocialContributions"), 'desc'=>$langs->trans("ECMDocsBySocialContributions")); } @@ -334,13 +334,10 @@ if (! empty($conf->global->ECM_AUTO_TREE_ENABLED)) $rowspan++; $sectionauto[]=array('level'=>1, 'module'=>'user', 'test'=>1, 'label'=>$langs->trans("Users"), 'desc'=>$langs->trans("ECMDocsByUsers")); } -//print load_fiche_titre($langs->trans("ECMArea").' - '.$langs->trans("ECMFileManager")); +$head = ecm_prepare_dasboard_head(''); +dol_fiche_head($head, 'index_auto', $langs->trans("ECMArea").' - '.$langs->trans("ECMFileManager"), -1, ''); + -$helptext1=''; $helptext2=''; -$helptext1.=$langs->trans("ECMAreaDesc"); -$helptext1.=$langs->trans("ECMAreaDesc2"); -$helptext2.=$langs->trans("ECMAreaDesc"); -$helptext2.=$langs->trans("ECMAreaDesc2"); // Confirm remove file (for non javascript users) if ($action == 'delete' && empty($conf->use_javascript_ajax)) @@ -349,17 +346,6 @@ if ($action == 'delete' && empty($conf->use_javascript_ajax)) } -//if (! empty($conf->use_javascript_ajax)) $classviewhide='hidden'; -//else $classviewhide='visible'; -$classviewhide='inline-block'; - - - - -$head = ecm_prepare_dasboard_head(''); -dol_fiche_head($head, 'index_auto', $langs->trans("ECMArea").' - '.$langs->trans("ECMFileManager"), -1, ''); - - // Start container of all panels ?> @@ -381,7 +367,7 @@ print ''; ?> -
    +
    -
    +
    use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS)) { include DOL_DOCUMENT_ROOT.'/ecm/tpl/enablefiletreeajax.tpl.php'; } +dol_fiche_end(); llxFooter(); diff --git a/htdocs/ecm/search.php b/htdocs/ecm/search.php index 070acf2d4e1..2f5c921dc78 100644 --- a/htdocs/ecm/search.php +++ b/htdocs/ecm/search.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2008-2017 Laurent Destailleur * Copyright (C) 2008-2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -19,8 +19,7 @@ /** * \file htdocs/ecm/index.php * \ingroup ecm - * \brief Main page for ECM section area - * \author Laurent Destailleur + * \brief Page to make advanced search into ECM */ require '../main.inc.php'; diff --git a/htdocs/ecm/tpl/enablefiletreeajax.tpl.php b/htdocs/ecm/tpl/enablefiletreeajax.tpl.php index aadf3fdba22..4be1bf1979a 100644 --- a/htdocs/ecm/tpl/enablefiletreeajax.tpl.php +++ b/htdocs/ecm/tpl/enablefiletreeajax.tpl.php @@ -26,8 +26,6 @@ theme."/img/working2.gif".'\';'."\n"; - $openeddir='/'; ?> @@ -35,7 +33,7 @@ $(document).ready(function() { $('#filetree').fileTree({ root: '', - // Ajax called if we click to expand a dir (not a file). Parameter of dir is provided as a POST parameter. + // Ajax called if we click to expand a dir (not a file). Parameter 'dir' is provided as a POST parameter by fileTree code. script: '', folderEvent: 'click', // 'dblclick' multiFolder: false }, @@ -95,4 +93,4 @@ function loadandshowpreview(filedirname,section) } - + diff --git a/htdocs/ecm/tpl/filemanager.tpl.php b/htdocs/ecm/tpl/filemanager.tpl.php new file mode 100644 index 00000000000..e80e9fd3e83 --- /dev/null +++ b/htdocs/ecm/tpl/filemanager.tpl.php @@ -0,0 +1,195 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * Output code for the filemanager + * $module must be defined ('ecm', 'medias', ...) + */ +?> + + + + +use_javascript_ajax)) +{ + print $form->formconfirm($_SERVER["PHP_SELF"].'?section='.$section.'&urlfile='.urlencode($_GET["urlfile"]), $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile'), 'confirm_deletefile','','',1); +} + +// Start container of all panels +?> + +
    +
    +'; + +// Toolbar +if ($user->rights->ecm->setup) +{ + print ''; + print ''; + print ''; +} +else +{ + print ''; + print ''; + print ''; +} +if ($module == 'ecm') +{ + $url=((! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS))?'#':($_SERVER["PHP_SELF"].'?action=refreshmanual'.($module?'&module='.$module:'').($section?'&section='.$section:''))); + print ''; + print ''; + print ''; +} + +// Start "Add new file" area +$nameforformuserfile = 'formuserfileecm'; + +print '
    '; + +// To attach new file +if ((! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS)) || ! empty($section)) +{ + if ((empty($section) || $section == -1) && ($module != 'medias')) + { + ?> + + form_attach_new_file($_SERVER["PHP_SELF"], 'none', 0, ($section?$section:-1), $user->rights->ecm->upload, 48, null, '', 0, '', 0, $nameforformuserfile); +} +else print ' '; + +print '
    '; +// End "Add new file" area + + +print '
    '; +// End top panel, toolbar + +?> +
    +
    +formconfirm($_SERVER["PHP_SELF"].'?section='.$section, $langs->trans('DeleteSection'), $langs->trans('ConfirmDeleteSection',$ecmdir->label), 'confirm_deletesection','','',1); +} +// End confirm + + +if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$action) || $action == 'delete') +{ + print '
    '.$langs->trans("DirectDownloadInternalLink").''; $modulepart='ecm'; $forcedownload=1; @@ -308,9 +339,10 @@ $fulllink=$urlwithroot.$rellink; print img_picto('','object_globe.png').' '; if ($action != 'edit') print ''; else print $fulllink; -if ($action != 'edit') print ' '.$langs->trans("Download").''; +if ($action != 'edit') print ' '.$langs->trans("Download").''; // No target here. print '
    '; if ($action != 'edit') print $langs->trans("DirectDownloadLink"); else print $langs->trans("FileSharedViaALink"); @@ -332,7 +364,7 @@ if (! empty($object->share)) print img_picto('','object_globe.png').' '; if ($action != 'edit') print ''; else print $fulllink; - if ($action != 'edit') print ' '.$langs->trans("Download").''; + if ($action != 'edit') print ' '.$langs->trans("Download").''; // No target here } else { @@ -374,7 +406,7 @@ if ($action == 'edit') // Confirmation de la suppression d'une ligne categorie if ($action == 'delete_file') { - print $form->formconfirm($_SERVER["PHP_SELF"].'?section='.urlencode($_GET["section"]), $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile',$urlfile), 'confirm_deletefile', '', 1, 1); + print $form->formconfirm($_SERVER["PHP_SELF"].'?section='.urlencode($section), $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile',$urlfile), 'confirm_deletefile', '', 1, 1); } @@ -385,7 +417,7 @@ if ($action != 'edit') if ($user->rights->ecm->setup) { - print ''.$langs->trans('Edit').''; + print ''.$langs->trans('Edit').''; //print ''.$langs->trans('Cancel').''; } diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index 77fb16f5afd..56f9b692e94 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -14,13 +14,14 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * + * You can call this page with param module=medias to get a filemanager for medias. */ /** * \file htdocs/ecm/index.php * \ingroup ecm * \brief Main page for ECM section area - * \author Laurent Destailleur */ require '../main.inc.php'; @@ -31,14 +32,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/treeview.lib.php'; require_once DOL_DOCUMENT_ROOT.'/ecm/class/ecmdirectory.class.php'; // Load traductions files -$langs->load("ecm"); -$langs->load("companies"); -$langs->load("other"); -$langs->load("users"); -$langs->load("orders"); -$langs->load("propal"); -$langs->load("bills"); -$langs->load("contracts"); +$langs->loadLangs(array("ecm","companies","other","users","orders","propal","bills","contracts")); // Security check if ($user->societe_id) $socid=$user->societe_id; @@ -48,7 +42,6 @@ $result = restrictedArea($user, 'ecm', 0); $socid=GETPOST('socid','int'); $action=GETPOST('action','aZ09'); $section=GETPOST('section','int')?GETPOST('section','int'):GETPOST('section_id','int'); -$module=GETPOST('module','alpha'); if (! $section) $section=0; $section_dir=GETPOST('section_dir','alpha'); @@ -145,7 +138,6 @@ if ($action == 'confirm_deletefile') { // GETPOST('urlfile','alpha') is full relative URL from ecm root dir. Contains path of all sections. //var_dump(GETPOST('urlfile'));exit; - $langs->load("other"); $upload_dir = $conf->ecm->dir_output.($relativepath?'/'.$relativepath:''); $file = $upload_dir . "/" . GETPOST('urlfile','alpha'); // Do not use urldecode here ($_GET and $_POST are already decoded by PHP). @@ -324,31 +316,29 @@ if ($action == 'refreshmanual') //print $_SESSION["dol_screenheight"]; $maxheightwin=(isset($_SESSION["dol_screenheight"]) && $_SESSION["dol_screenheight"] > 466)?($_SESSION["dol_screenheight"]-136):660; // Also into index_auto.php file +$moreheadcss=''; +$moreheadjs=''; + //$morejs=array(); $morejs=array('includes/jquery/plugins/blockUI/jquery.blockUI.js','core/js/blockUI.js'); // Used by ecm/tpl/enabledfiletreeajax.tpl.pgp -if (empty($conf->global->MAIN_ECM_DISABLE_JS)) $morejs[]="/includes/jquery/plugins/jqueryFileTree/jqueryFileTree.js"; +if (empty($conf->global->MAIN_ECM_DISABLE_JS)) $morejs[]="includes/jquery/plugins/jqueryFileTree/jqueryFileTree.js"; +$moreheadjs.=''."\n"; llxHeader($moreheadcss.$moreheadjs,$langs->trans("ECMArea"),'','','','',$morejs,'',0,0); +$head = ecm_prepare_dasboard_head(''); +dol_fiche_head($head, 'index', $langs->trans("ECMArea").' - '.$langs->trans("ECMFileManager"), -1, ''); -// Add sections to manage -$rowspan=0; -$sectionauto=array(); -// Confirm remove file (for non javascript users) -if ($action == 'delete' && empty($conf->use_javascript_ajax)) -{ - print $form->formconfirm($_SERVER["PHP_SELF"].'?section='.$section.'&urlfile='.urlencode($_GET["urlfile"]), $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile'), 'confirm_deletefile','','',1); +// Add filemanager component +$module='ecm'; +include DOL_DOCUMENT_ROOT.'/ecm/tpl/filemanager.tpl.php'; -} - -if ($module != 'medias') -{ - $head = ecm_prepare_dasboard_head(''); - dol_fiche_head($head, 'index', $langs->trans("ECMArea").' - '.$langs->trans("ECMFileManager"), -1, ''); -} +/* // Start container of all panels ?> @@ -443,7 +433,7 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti { print '
    '; - // Show filemanager tree + // Show filemanager tree (will be filled by call of ajax enablefiletreeajax.tpl.php that execute ajaxdirtree.php) print '
    '; if ($action == 'deletefile') print $form->formconfirm('eeeee', $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile'), 'confirm_deletefile', '', '', 'deletefile'); @@ -453,164 +443,20 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti else { print '
    '; + + if (empty($module)) $module='ecm'; + + $_POST['modulepart'] = $module; + $_POST['openeddir'] = GETPOST('openeddir'); + $_POST['dir'] = empty($_POST['dir'])?'/':$_POST['dir']; + + // Show filemanager tree (will be filled by direct include of ajaxdirtree.php in mode noajax, this will return all dir - all levels - to show) print '
    '; - print '
      '; - // Load full tree - if (empty($sqltree)) $sqltree=$ecmdirstatic->get_full_arbo(0); // Slow + $mode='noajax'; + $url=DOL_URL_ROOT.'/ecm/index.php'; + include DOL_DOCUMENT_ROOT.'/core/ajax/ajaxdirtree.php'; - // ----- This section will show a tree from a fulltree array ----- - // $section must also be defined - // ---------------------------------------------------------------- - - // Define fullpathselected ( _x_y_z ) of $section parameter - $fullpathselected=''; - foreach($sqltree as $key => $val) - { - //print $val['id']."-".$section."
      "; - if ($val['id'] == $section) - { - $fullpathselected=$val['fullpath']; - break; - } - } - //print "fullpathselected=".$fullpathselected."
      "; - - // Update expandedsectionarray in session - $expandedsectionarray=array(); - if (isset($_SESSION['dol_ecmexpandedsectionarray'])) $expandedsectionarray=explode(',',$_SESSION['dol_ecmexpandedsectionarray']); - - if ($section && GETPOST('sectionexpand') == 'true') - { - // We add all sections that are parent of opened section - $pathtosection=explode('_',$fullpathselected); - foreach($pathtosection as $idcursor) - { - if ($idcursor && ! in_array($idcursor,$expandedsectionarray)) // Not already in array - { - $expandedsectionarray[]=$idcursor; - } - } - $_SESSION['dol_ecmexpandedsectionarray']=join(',',$expandedsectionarray); - } - if ($section && GETPOST('sectionexpand') == 'false') - { - // We removed all expanded sections that are child of the closed section - $oldexpandedsectionarray=$expandedsectionarray; - $expandedsectionarray=array(); // Reset - foreach($oldexpandedsectionarray as $sectioncursor) - { - // is_in_subtree(fulltree,sectionparent,sectionchild) - if ($sectioncursor && ! is_in_subtree($sqltree,$section,$sectioncursor)) $expandedsectionarray[]=$sectioncursor; - } - $_SESSION['dol_ecmexpandedsectionarray']=join(',',$expandedsectionarray); - } - //print $_SESSION['dol_ecmexpandedsectionarray'].'
      '; - - $nbofentries=0; - $oldvallevel=0; - $var=true; - foreach($sqltree as $key => $val) - { - $var=false; - - $ecmdirstatic->id=$val['id']; - $ecmdirstatic->ref=$val['label']; - - // Refresh cache - if (preg_match('/refresh/i',$action)) - { - $result=$ecmdirstatic->fetch($val['id']); - $ecmdirstatic->ref=$ecmdirstatic->label; - - $result=$ecmdirstatic->refreshcachenboffile(0); - $val['cachenbofdoc']=$result; - } - - //$fullpathparent=preg_replace('/(_[^_]+)$/i','',$val['fullpath']); - - // Define showline - $showline=0; - - // If directory is son of expanded directory, we show line - if (in_array($val['id_mere'],$expandedsectionarray)) $showline=4; - // If directory is brother of selected directory, we show line - elseif ($val['id'] != $section && $val['id_mere'] == $ecmdirstatic->motherof[$section]) $showline=3; - // If directory is parent of selected directory or is selected directory, we show line - elseif (preg_match('/'.$val['fullpath'].'_/i',$fullpathselected.'_')) $showline=2; - // If we are level one we show line - elseif ($val['level'] < 2) $showline=1; - - if ($showline) - { - if (in_array($val['id'],$expandedsectionarray)) $option='indexexpanded'; - else $option='indexnotexpanded'; - //print $option; - - print '\n"; - } - - $oldvallevel=$val['level']; - $nbofentries++; - } - - // If nothing to show - if ($nbofentries == 0) - { - print '\n"; - } - - print '
    '; print '
    '; print '
    '."\n"; + + print ''."\n"; + print ''."\n"; + print ''; + + $showonrightsize=''; + + // Manual section + $htmltooltip=$langs->trans("ECMAreaDesc2"); + + if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS)) + { + print ''; + } + else + { + print ''; + } + + + print "
    '; + print ' '.$langs->trans("ECMSections"); + print '
    '; + + // Show filemanager tree (will be filled by call of ajax enablefiletreeajax.tpl.php that execute ajaxdirtree.php) + print '
    '; + + if ($action == 'deletefile') print $form->formconfirm('eeeee', $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile'), 'confirm_deletefile', '', '', 'deletefile'); + + print '
    '; + + if (empty($module)) $module='ecm'; + + $_POST['modulepart'] = $module; + $_POST['openeddir'] = GETPOST('openeddir'); + $_POST['dir'] = empty($_POST['dir'])?'/':$_POST['dir']; + + // Show filemanager tree (will be filled by direct include of ajaxdirtree.php in mode noajax, this will return all dir - all levels - to show) + print '
    '; + + $mode='noajax'; + $url=DOL_URL_ROOT.'/ecm/index.php'; + include DOL_DOCUMENT_ROOT.'/core/ajax/ajaxdirtree.php'; + + print '
    '; + print '
    "; +} + + +// End left panel +?> + +
    +
    +
    + +
    +
    + +
    + +use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS)) { + include DOL_DOCUMENT_ROOT.'/ecm/tpl/enablefiletreeajax.tpl.php'; +} + +?> + diff --git a/htdocs/expedition/card.php b/htdocs/expedition/card.php index 8cecd906529..e85cb70a74d 100644 --- a/htdocs/expedition/card.php +++ b/htdocs/expedition/card.php @@ -7,7 +7,7 @@ * Copyright (C) 2013 Florian Henry * Copyright (C) 2013 Marcos García * Copyright (C) 2014 Cedric GROSS - * Copyright (C) 2014-2015 Francis Appels + * Copyright (C) 2014-2017 Francis Appels * Copyright (C) 2015 Claudio Aschieri * Copyright (C) 2016 Ferran Marcet * Copyright (C) 2016 Yasser Carreón @@ -69,6 +69,7 @@ $id = $origin_id; if (empty($origin_id)) $origin_id = GETPOST('origin_id','int'); // Id of order or propal if (empty($origin_id)) $origin_id = GETPOST('object_id','int'); // Id of order or propal $ref=GETPOST('ref','alpha'); +$line_id = GETPOST('lineid','int')?GETPOST('lineid','int'):''; // Security check $socid=''; @@ -173,9 +174,11 @@ if (empty($reshook)) $reshook = $hookmanager->executeHooks('insertExtraFields', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks if (empty($reshook)) { $result = $object->insertExtraFields(); - if ($result < 0) { - $error++; - } + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; + } } else if ($reshook < 0) $error++; } @@ -212,8 +215,8 @@ if (empty($reshook)) $objectsrc->fetch($object->origin_id); $object->socid = $objectsrc->socid; - $object->ref_customer = ''; // We don't use $objectsrc->ref_client, this is ref or order not shipment - $object->model_pdf = GETPOST('model','alpha'); + $object->ref_customer = GETPOST('ref_customer','alpha'); + $object->model_pdf = GETPOST('model'); $object->date_delivery = $date_delivery; // Date delivery planed $object->fk_delivery_address = $objectsrc->fk_delivery_address; $object->shipping_method_id = GETPOST('shipping_method_id','int'); @@ -596,6 +599,279 @@ if (empty($reshook)) } } + /* + * delete a line + */ + elseif ($action == 'deleteline' && ! empty($line_id)) + { + $object->fetch($id); + $lines = $object->lines; + $line = new ExpeditionLigne($db); + + $num_prod = count($lines); + for ($i = 0 ; $i < $num_prod ; $i++) + { + if ($lines[$i]->id == $line_id) + { + if (count($lines[$i]->details_entrepot) > 1) + { + // delete multi warehouse lines + foreach ($lines[$i]->details_entrepot as $details_entrepot) { + $line->id = $details_entrepot->line_id; + if (! $error && $line->delete($user) < 0) + { + $error++; + } + } + } + else + { + // delete single warehouse line + $line->id = $line_id; + if (! $error && $line->delete($user) < 0) + { + $error++; + } + } + } + unset($_POST["lineid"]); + } + + if(! $error) { + header('Location: ' . $_SERVER["PHP_SELF"] . '?id=' . $object->id); + exit(); + } + else + { + setEventMessages($line->error, $line->errors, 'errors'); + } + } + + /* + * Update a line + */ + else if ($action == 'updateline' && $user->rights->expedition->creer && GETPOST('save')) + { + // Clean parameters + + $qty=0; + $entrepot_id = 0; + $batch_id = 0; + + $lines = $object->lines; + $num_prod = count($lines); + for ($i = 0 ; $i < $num_prod ; $i++) + { + if ($lines[$i]->id == $line_id) + { + // line to update + $line = new ExpeditionLigne($db); + // Extrafields Lines + $extrafieldsline = new ExtraFields($db); + $extralabelsline = $extrafieldsline->fetch_name_optionals_label($object->table_element_line); + $line->array_options = $extrafieldsline->getOptionalsFromPost($extralabelsline); + // Unset extrafield POST Data + if (is_array($extralabelsline)) { + foreach ($extralabelsline as $key => $value) { + unset($_POST["options_" . $key]); + } + } + $line->fk_product = $lines[$i]->fk_product; + if (is_array($lines[$i]->detail_batch) && count($lines[$i]->detail_batch) > 0) + { + // line with lot + foreach ($lines[$i]->detail_batch as $detail_batch) + { + $lotStock = new Productbatch($db); + $batch="batchl".$detail_batch->fk_expeditiondet."_".$detail_batch->fk_origin_stock; + $qty = "qtyl".$detail_batch->fk_expeditiondet.'_'.$detail_batch->id; + $batch_id = GETPOST($batch,'int'); + $batch_qty = GETPOST($qty, 'int'); + if (! empty($batch_id) && ($batch_id != $detail_batch->fk_origin_stock || $batch_qty != $detail_batch->dluo_qty)) + { + if ($lotStock->fetch($batch_id) > 0 && $line->fetch($detail_batch->fk_expeditiondet) > 0) // $line is ExpeditionLine + { + if ($lines[$i]->entrepot_id != 0) + { + // allow update line entrepot_id if not multi warehouse shipping + $line->entrepot_id = $lotStock->warehouseid; + } + + // detail_batch can be an object with keys, or an array of ExpeditionLineBatch + if (empty($line->detail_batch)) $line->detail_batch=new stdClass(); + + $line->detail_batch->fk_origin_stock = $batch_id; + $line->detail_batch->batch = $lotStock->batch; + $line->detail_batch->id = $detail_batch->id; + $line->detail_batch->entrepot_id = $lotStock->warehouseid; + $line->detail_batch->dluo_qty = $batch_qty; + if ($line->update($user) < 0) { + setEventMessages($line->error, $line->errors, 'errors'); + $error++; + } + } + else + { + setEventMessages($lotStock->error, $lotStock->errors, 'errors'); + $error++; + } + } + unset($_POST[$batch]); + unset($_POST[$qty]); + } + // add new batch + $lotStock = new Productbatch($db); + $batch="batchl".$line_id."_0"; + $qty = "qtyl".$line_id."_0"; + $batch_id = GETPOST($batch,'int'); + $batch_qty = GETPOST($qty, 'int'); + $lineIdToAddLot = 0; + if ($batch_qty > 0 && ! empty($batch_id)) + { + if ($lotStock->fetch($batch_id) > 0) + { + // check if lotStock warehouse id is same as line warehouse id + if ($lines[$i]->entrepot_id > 0) + { + // single warehouse shipment line + if ($lines[i]->entrepot_id == $lotStock->warehouseid) + { + $lineIdToAddLot = $line_id; + } + } + else if (count($lines[$i]->details_entrepot) > 1) + { + // multi warehouse shipment lines + foreach ($lines[$i]->details_entrepot as $detail_entrepot) + { + if ($detail_entrepot->entrepot_id == $lotStock->warehouseid) + { + $lineIdToAddLot = $detail_entrepot->line_id; + } + } + } + if ($lineIdToAddLot) + { + // add lot to existing line + if ($line->fetch($lineIdToAddLot) > 0) + { + $line->detail_batch->fk_origin_stock = $batch_id; + $line->detail_batch->batch = $lotStock->batch; + $line->detail_batch->entrepot_id = $lotStock->warehouseid; + $line->detail_batch->dluo_qty = $batch_qty; + if ($line->update($user) < 0) { + setEventMessages($line->error, $line->errors, 'errors'); + $error++; + } + } + else + { + setEventMessages($line->error, $line->errors, 'errors'); + $error++; + } + } + else + { + // create new line with new lot + $line->origin_line_id = $lines[$i]->origin_line_id; + $line->entrepot_id = $lotStock->warehouseid; + $line->detail_batch[0] = new ExpeditionLineBatch($db); + $line->detail_batch[0]->fk_origin_stock = $batch_id; + $line->detail_batch[0]->batch = $lotStock->batch; + $line->detail_batch[0]->entrepot_id = $lotStock->warehouseid; + $line->detail_batch[0]->dluo_qty = $batch_qty; + if ($object->create_line_batch($line, $line->array_options) < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; + } + } + } + else + { + setEventMessages($lotStock->error, $lotStock->errors, 'errors'); + $error++; + } + } + } + else + { + // line without lot + if ($lines[$i]->entrepot_id > 0) + { + // single warehouse shipment line + $stockLocation="entl".$line_id; + $qty = "qtyl".$line_id; + $line->id = $line_id; + $line->entrepot_id = GETPOST($stockLocation,'int'); + $line->qty = GETPOST($qty, 'int'); + if ($line->update($user) < 0) { + setEventMessages($line->error, $line->errors, 'errors'); + $error++; + } + unset($_POST[$stockLocation]); + unset($_POST[$qty]); + } + else if (count($lines[$i]->details_entrepot) > 1) + { + // multi warehouse shipment lines + foreach ($lines[$i]->details_entrepot as $detail_entrepot) + { + if (! $error) { + $stockLocation="entl".$detail_entrepot->line_id; + $qty = "qtyl".$detail_entrepot->line_id; + $warehouse = GETPOST($stockLocation,'int'); + if (!empty ($warehouse)) + { + $line->id = $detail_entrepot->line_id; + $line->entrepot_id = $warehouse; + $line->qty = GETPOST($qty, 'int'); + if ($line->update($user) < 0) { + setEventMessages($line->error, $line->errors, 'errors'); + $error++; + } + } + unset($_POST[$stockLocation]); + unset($_POST[$qty]); + } + } + } + } + } + } + + unset($_POST["lineid"]); + + if (! $error) { + if (empty($conf->global->MAIN_DISABLE_PDF_AUTOUPDATE)) { + // Define output language + $outputlangs = $langs; + $newlang = ''; + if ($conf->global->MAIN_MULTILANGS && empty($newlang) && GETPOST('lang_id','aZ09')) + $newlang = GETPOST('lang_id','aZ09'); + if ($conf->global->MAIN_MULTILANGS && empty($newlang)) + $newlang = $object->thirdparty->default_lang; + if (! empty($newlang)) { + $outputlangs = new Translate("", $conf); + $outputlangs->setDefaultLang($newlang); + } + + $ret = $object->fetch($object->id); // Reload to get new records + $object->generateDocument($object->modelpdf, $outputlangs, $hidedetails, $hidedesc, $hideref); + } + } + else + { + header('Location: ' . $_SERVER['PHP_SELF'] . '?id=' . $object->id); // Pour reaffichage de la fiche en cours d'edition + exit(); + } + } + + else if ($action == 'updateline' && $user->rights->expedition->creer && GETPOST('cancel','alpha') == $langs->trans('Cancel')) { + header('Location: ' . $_SERVER['PHP_SELF'] . '?id=' . $object->id); // Pour reaffichage de la fiche en cours d'edition + exit(); + } + include DOL_DOCUMENT_ROOT.'/core/actions_printing.inc.php'; // Actions to send emails @@ -691,7 +967,7 @@ if ($action == 'create') else if ($origin == 'propal') print $langs->trans('RefCustomerOrder'); else print $langs->trans('RefCustomer'); print '
    '; - print $object->ref_client; + print ''; print '
    "; - print '
    '; + print '
    '; + + print '
    '; + print ''; + print '  '; + print ''; // Cancel for create does not post form if we don't know the backtopage + print '
    '; print ''; @@ -1730,6 +2013,15 @@ else if ($id || $ref) /* * Lines of products */ + if ($action == 'editline') + { + print '
    + + + + + '; + } print '
    '; print '
    '; @@ -1741,34 +2033,62 @@ else if ($id || $ref) } print ''.$langs->trans("Products").''; print ''.$langs->trans("QtyOrdered").''; - if ($object->statut <= 1) + if ($origin && $origin_id > 0) { - print ''.$langs->trans("QtyToShip").''; + print ''.$langs->trans("QtyInOtherShipments").''; + } + if ($action == 'editline') + { + $editColspan = 3; + if (empty($conf->stock->enabled)) $editColspan--; + if (empty($conf->productbatch->enabled)) $editColspan--; + print ''; + if ($object->statut <= 1) + { + print $langs->trans("QtyToShip").' - '; + } + else + { + print $langs->trans("QtyShipped").' - '; + } + if (! empty($conf->stock->enabled)) + { + print $langs->trans("WarehouseSource").' - '; + } + if (! empty($conf->productbatch->enabled)) + { + print $langs->trans("Batch"); + } + print ''; } else { - print ''.$langs->trans("QtyShipped").''; - } + if ($object->statut <= 1) + { + print ''.$langs->trans("QtyToShip").''; + } + else + { + print ''.$langs->trans("QtyShipped").''; + } + if (! empty($conf->stock->enabled)) + { + print ''.$langs->trans("WarehouseSource").''; + } - if ($origin && $origin_id > 0) - { - print ''.$langs->trans("QtyInOtherShipments").''; + if (! empty($conf->productbatch->enabled)) + { + print ''.$langs->trans("Batch").''; + } } - print ''.$langs->trans("CalculatedWeight").''; print ''.$langs->trans("CalculatedVolume").''; //print ''.$langs->trans("Size").''; - - if (! empty($conf->stock->enabled)) + if ($object->statut == 0) { - print ''.$langs->trans("WarehouseSource").''; + print ''; + print ''; } - - if (! empty($conf->productbatch->enabled)) - { - print ''.$langs->trans("Batch").''; - } - print "\n"; $var=false; @@ -1892,9 +2212,6 @@ else if ($id || $ref) // Qty ordered print ''.$lines[$i]->qty_asked.''; - // Qty to ship or shipped - print ''.$lines[$i]->qty_shipped.''; - // Qty in other shipments (with shipment and warehouse used) if ($origin && $origin_id > 0) { @@ -1926,6 +2243,123 @@ else if ($id || $ref) } print ''; + if ($action == 'editline' && $lines[$i]->id == $line_id) + { + // edit mode + print ''; + if (is_array($lines[$i]->detail_batch) && count($lines[$i]->detail_batch) > 0) + { + $line = new ExpeditionLigne($db); + foreach ($lines[$i]->detail_batch as $detail_batch) + { + print ''; + // Qty to ship or shipped + print ''; + // Batch number managment + if ($lines[$i]->entrepot_id == 0) + { + // only show lot numbers from src warehouse when shipping from multiple warehouses + $line->fetch($detail_batch->fk_expeditiondet); + } + print ''; + print ''; + } + // add a 0 qty lot row to be able to add a lot + print ''; + // Qty to ship or shipped + print ''; + // Batch number managment + print ''; + print ''; + } + else if (! empty($conf->stock->enabled)) + { + if ($lines[$i]->entrepot_id > 0) + { + print ''; + // Qty to ship or shipped + print ''; + // Warehouse source + print ''; + // Batch number managment + print ''; + print ''; + } + else if (count($lines[$i]->details_entrepot) > 1) + { + foreach ($lines[$i]->details_entrepot as $detail_entrepot) + { + print ''; + // Qty to ship or shipped + print ''; + // Warehouse source + print ''; + // Batch number managment + print ''; + print ''; + } + } + } + print '
    ' . '' . '' . $formproduct->selectLotStock($detail_batch->fk_origin_stock, 'batchl'.$detail_batch->fk_expeditiondet.'_'.$detail_batch->fk_origin_stock, '', 1, 0, $lines[$i]->fk_product, $line->entrepot_id). '
    ' . '' . '' . $formproduct->selectLotStock('', 'batchl'.$line_id.'_0', '', 1, 0, $lines[$i]->fk_product). '
    ' . '' . '' . $formproduct->selectWarehouses($lines[$i]->entrepot_id, 'entl'.$line_id, '', 1, 0, $lines[$i]->fk_product, '', 1). ' - ' . $langs->trans("NA") . '
    ' . '' . '' . $formproduct->selectWarehouses($detail_entrepot->entrepot_id, 'entl'.$detail_entrepot->line_id, '', 1, 0, $lines[$i]->fk_product, '', 1) . ' - ' . $langs->trans("NA") . '
    '; + } + else + { + // Qty to ship or shipped + print ''.$lines[$i]->qty_shipped.''; + + // Warehouse source + if (! empty($conf->stock->enabled)) + { + print ''; + if ($lines[$i]->entrepot_id > 0) + { + $entrepot = new Entrepot($db); + $entrepot->fetch($lines[$i]->entrepot_id); + print $entrepot->getNomUrl(1); + } + else if (count($lines[$i]->details_entrepot) > 1) + { + $detail = ''; + foreach ($lines[$i]->details_entrepot as $detail_entrepot) + { + if ($detail_entrepot->entrepot_id > 0) + { + $entrepot = new Entrepot($db); + $entrepot->fetch($detail_entrepot->entrepot_id); + $detail.= $langs->trans("DetailWarehouseFormat",$entrepot->libelle,$detail_entrepot->qty_shipped).'
    '; + } + } + print $form->textwithtooltip(img_picto('', 'object_stock').' '.$langs->trans("DetailWarehouseNumber"),$detail); + } + print ''; + } + + // Batch number managment + if (! empty($conf->productbatch->enabled)) + { + if (isset($lines[$i]->detail_batch)) + { + print ''; + if ($lines[$i]->product_tobatch) + { + $detail = ''; + foreach ($lines[$i]->detail_batch as $dbatch) + { + $detail.= $langs->trans("DetailBatchFormat",$dbatch->batch,dol_print_date($dbatch->eatby,"day"),dol_print_date($dbatch->sellby,"day"),$dbatch->dluo_qty).'
    '; + } + print $form->textwithtooltip(img_picto('', 'object_barcode').' '.$langs->trans("DetailBatchNumber"),$detail); + } + else + { + print $langs->trans("NA"); + } + print ''; + } else { + print ''; + } + } + } + // Weight print ''; if ($lines[$i]->fk_product_type == 0) print $lines[$i]->weight*$lines[$i]->qty_shipped.' '.measuring_units_string($lines[$i]->weight_units,"weight"); @@ -1941,55 +2375,28 @@ else if ($id || $ref) // Size //print ''.$lines[$i]->volume*$lines[$i]->qty_shipped.' '.measuring_units_string($lines[$i]->volume_units,"volume").''; - // Warehouse source - if (! empty($conf->stock->enabled)) + if ($action == 'editline' && $lines[$i]->id == $line_id) { - print ''; - if ($lines[$i]->entrepot_id > 0) - { - $entrepot = new Entrepot($db); - $entrepot->fetch($lines[$i]->entrepot_id); - print $entrepot->getNomUrl(1); - } - else if (count($lines[$i]->details_entrepot) > 1) - { - $detail = ''; - foreach ($lines[$i]->details_entrepot as $detail_entrepot) - { - if ($detail_entrepot->entrepot_id > 0) - { - $entrepot = new Entrepot($db); - $entrepot->fetch($detail_entrepot->entrepot_id); - $detail.= $langs->trans("DetailWarehouseFormat",$entrepot->libelle,$detail_entrepot->qty_shipped).'
    '; - } - } - print $form->textwithtooltip(img_picto('', 'object_stock').' '.$langs->trans("DetailWarehouseNumber"),$detail); - } - print ''; + print ''; + print '
    '; + print '
    '; } - - // Batch number managment - if (! empty($conf->productbatch->enabled)) + else if ($object->statut == 0) { - if (isset($lines[$i]->detail_batch)) + // edit-delete buttons + print ''; + print 'id . '">' . img_edit() . ''; + print ''; + print ''; + print 'id . '">' . img_delete() . ''; + print ''; + + // Display lines extrafields + if (! empty($rowExtrafieldsStart)) { - print ''; - if ($lines[$i]->product_tobatch) - { - $detail = ''; - foreach ($lines[$i]->detail_batch as $dbatch) - { - $detail.= $langs->trans("DetailBatchFormat",$dbatch->batch,dol_print_date($dbatch->eatby,"day"),dol_print_date($dbatch->sellby,"day"),$dbatch->dluo_qty).'
    '; - } - print $form->textwithtooltip(img_picto('', 'object_barcode').' '.$langs->trans("DetailBatchNumber"),$detail); - } - else - { - print $langs->trans("NA"); - } - print ''; - } else { - print ''; + print $rowExtrafieldsStart; + print $rowExtrafieldsView; + print $rowEnd; } } print ""; @@ -2000,11 +2407,16 @@ else if ($id || $ref) $line = new ExpeditionLigne($db); $line->fetch_optionals($lines[$i]->id,$extralabelslines); print ''; - print $line->showOptionals($extrafieldsline, 'view', array('style'=>$bc[$var], 'colspan'=>$colspan),$indiceAsked); + if ($action == 'editline' && $lines[$i]->id == $line_id) + { + print $line->showOptionals($extrafieldsline, 'edit', array('style'=>$bc[$var], 'colspan'=>$colspan),$indiceAsked); + } + else + { + print $line->showOptionals($extrafieldsline, 'view', array('style'=>$bc[$var], 'colspan'=>$colspan),$indiceAsked); + } print ''; } - - } // TODO Show also lines ordered but not delivered @@ -2112,7 +2524,7 @@ else if ($id || $ref) * Documents generated */ - if ($action != 'presend') + if ($action != 'presend' && $action != 'editline') { print '
    '; @@ -2159,136 +2571,6 @@ else if ($id || $ref) $trackid = 'shi'.$object->id; include DOL_DOCUMENT_ROOT.'/core/tpl/card_presend.tpl.php'; - - /* - if ($action == 'presend') - { - $ref = dol_sanitizeFileName($object->ref); - include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php'; - $fileparams = dol_most_recent_file($conf->expedition->dir_output . '/sending/' . $ref, preg_quote($ref, '/').'[^\-]+'); - $file=$fileparams['fullname']; - - // Define output language - $outputlangs = $langs; - $newlang = ''; - if ($conf->global->MAIN_MULTILANGS && empty($newlang) && ! empty($_REQUEST['lang_id'])) - $newlang = $_REQUEST['lang_id']; - if ($conf->global->MAIN_MULTILANGS && empty($newlang)) - $newlang = $object->thirdparty->default_lang; - - if (!empty($newlang)) - { - $outputlangs = new Translate('', $conf); - $outputlangs->setDefaultLang($newlang); - $outputlangs->load('sendings'); - } - - // Build document if it not exists - if (! $file || ! is_readable($file)) - { - $result = $object->generateDocument(GETPOST('model')?GETPOST('model'):$object->modelpdf, $outputlangs, $hidedetails, $hidedesc, $hideref); - if ($result <= 0) - { - dol_print_error($db,$object->error,$object->errors); - exit; - } - $fileparams = dol_most_recent_file($conf->expedition->dir_output . '/sending/' . $ref, preg_quote($ref, '/').'[^\-]+'); - $file=$fileparams['fullname']; - } - - print '
    '; - print '
    '; - print '
    '; - print load_fiche_titre($langs->trans('SendShippingByEMail')); - - dol_fiche_head(''); - - // Cree l'objet formulaire mail - include_once DOL_DOCUMENT_ROOT.'/core/class/html.formmail.class.php'; - $formmail = new FormMail($db); - $formmail->param['langsmodels']=(empty($newlang)?$langs->defaultlang:$newlang); - $formmail->fromtype = (GETPOST('fromtype')?GETPOST('fromtype'):(!empty($conf->global->MAIN_MAIL_DEFAULT_FROMTYPE)?$conf->global->MAIN_MAIL_DEFAULT_FROMTYPE:'user')); - - if($formmail->fromtype === 'user'){ - $formmail->fromid = $user->id; - - } - $formmail->trackid='shi'.$object->id; - if (! empty($conf->global->MAIN_EMAIL_ADD_TRACK_ID) && ($conf->global->MAIN_EMAIL_ADD_TRACK_ID & 2)) // If bit 2 is set - { - include DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; - $formmail->frommail=dolAddEmailTrackId($formmail->frommail, 'shi'.$object->id); - } - $formmail->withfrom=1; - $liste=array(); - foreach ($object->thirdparty->thirdparty_and_contact_email_array(1) as $key=>$value) $liste[$key]=$value; - $formmail->withto=GETPOST("sendto")?GETPOST("sendto"):$liste; - $formmail->withtocc=$liste; - $formmail->withtoccc=$conf->global->MAIN_EMAIL_USECCC; - $formmail->withtopic=$outputlangs->trans('SendShippingRef','__SHIPPINGREF__'); - $formmail->withfile=2; - $formmail->withbody=1; - $formmail->withdeliveryreceipt=1; - $formmail->withcancel=1; - // Tableau des substitutions - $formmail->setSubstitFromObject($object, $outputlangs); - $formmail->substit['__SHIPPINGREF__']=$object->ref; - $formmail->substit['__SHIPPINGTRACKNUM__']=$object->tracking_number; - $formmail->substit['__SHIPPINGTRACKNUMURL__']=$object->tracking_url; - - //Find the good contact adress - if ($typeobject == 'commande' && $object->$typeobject->id && ! empty($conf->commande->enabled)) { - $objectsrc=new Commande($db); - $objectsrc->fetch($object->$typeobject->id); - } - if ($typeobject == 'propal' && $object->$typeobject->id && ! empty($conf->propal->enabled)) { - $objectsrc=new Propal($db); - $objectsrc->fetch($object->$typeobject->id); - } - $custcontact=''; - $contactarr=array(); - if (is_object($objectsrc)) // For the case the shipment was created without orders - { - $contactarr=$objectsrc->liste_contact(-1,'external'); - } - - if (is_array($contactarr) && count($contactarr)>0) { - foreach($contactarr as $contact) { - - if ($contact['libelle']==$langs->trans('TypeContact_commande_external_CUSTOMER')) { - - require_once DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php'; - - $contactstatic=new Contact($db); - $contactstatic->fetch($contact['id']); - $custcontact=$contactstatic->getFullName($langs,1); - } - } - - if (!empty($custcontact)) { - $formmail->substit['__CONTACTCIVNAME__']=$custcontact; - } - } - - // Tableau des parametres complementaires - $formmail->param['action']='send'; - $formmail->param['models']='shipping_send'; - $formmail->param['models_id']=GETPOST('modelmailselected','int'); - $formmail->param['shippingid']=$object->id; - $formmail->param['returnurl']=$_SERVER["PHP_SELF"].'?id='.$object->id; - - // Init list of files - if (GETPOST("mode")=='init') - { - $formmail->clear_attached_files(); - $formmail->add_attached_files($file,basename($file),dol_mimetype($file)); - } - - // Show form - print $formmail->get_form(); - - dol_fiche_end(); - }*/ } diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index 32e11c871e9..0cdbb9665c6 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -7,7 +7,7 @@ * Copyright (C) 2013 Florian Henry * Copyright (C) 2014 Cedric GROSS * Copyright (C) 2014-2015 Marcos García - * Copyright (C) 2014-2015 Francis Appels + * Copyright (C) 2014-2017 Francis Appels * Copyright (C) 2015 Claudio Aschieri * Copyright (C) 2016 Ferran Marcet * @@ -47,7 +47,7 @@ class Expedition extends CommonObject public $fk_element="fk_expedition"; public $table_element="expedition"; public $table_element_line="expeditiondet"; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto = 'sending'; var $socid; @@ -373,48 +373,18 @@ class Expedition extends CommonObject */ function create_line($entrepot_id, $origin_line_id, $qty,$array_options=0) { - global $conf; - $error = 0; - $line_id = 0; + $expeditionline = new ExpeditionLigne($this->db); + $expeditionline->fk_expedition = $this->id; + $expeditionline->entrepot_id = $entrepot_id; + $expeditionline->fk_origin_line = $origin_line_id; + $expeditionline->qty = $qty; + $expeditionline->array_options = $array_options; - $sql = "INSERT INTO ".MAIN_DB_PREFIX."expeditiondet ("; - $sql.= "fk_expedition"; - $sql.= ", fk_entrepot"; - $sql.= ", fk_origin_line"; - $sql.= ", qty"; - $sql.= ") VALUES ("; - $sql.= $this->id; - $sql.= ", ".($entrepot_id?$entrepot_id:'null'); - $sql.= ", ".$origin_line_id; - $sql.= ", ".$qty; - $sql.= ")"; - - dol_syslog(get_class($this)."::create_line", LOG_DEBUG); - $resql = $this->db->query($sql); - if ($resql) + if (($lineId = $expeditionline->insert()) < 0) { - $line_id = $this->db->last_insert_id(MAIN_DB_PREFIX."expeditiondet"); + $this->error[]=$expeditionline->error; } - else - { - $error++; - } - - if (! $error && empty($conf->global->MAIN_EXTRAFIELDS_DISABLED) && is_array($array_options) && count($array_options)>0) // For avoid conflicts if trigger used - { - $expeditionline = new ExpeditionLigne($this->db); - $expeditionline->array_options=$array_options; - $expeditionline->id= $this->db->last_insert_id(MAIN_DB_PREFIX.$expeditionline->table_element); - $result=$expeditionline->insertExtraFields(); - if ($result < 0) - { - $this->error[]=$expeditionline->error; - $error++; - } - } - - if (! $error) return $line_id; - else return -1; + return $lineId; } @@ -1366,6 +1336,7 @@ class Expedition extends CommonObject $detail_entrepot = new stdClass; $detail_entrepot->entrepot_id = $obj->fk_entrepot; $detail_entrepot->qty_shipped = $obj->qty_shipped; + $detail_entrepot->line_id = $obj->line_id; $line->details_entrepot[] = $detail_entrepot; $line->line_id = $obj->line_id; @@ -1533,11 +1504,11 @@ class Expedition extends CommonObject $linkstart = ''; $linkend=''; - $picto='sending'; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $this->picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; - if ($withpicto) $result.=($linkstart.img_object(($notooltip?'':$label), $picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend); - if ($withpicto && $withpicto != 2) $result.=' '; - $result.=$linkstart.$this->ref.$linkend; return $result; } @@ -2238,6 +2209,17 @@ class Expedition extends CommonObject */ class ExpeditionLigne extends CommonObjectLine { + public $element='expeditiondet'; + public $table_element='expeditiondet'; + + public $fk_origin_line; + + /** + * Id of shipment + * @var int + */ + public $fk_expedition; + var $db; // From llx_expeditiondet @@ -2245,6 +2227,12 @@ class ExpeditionLigne extends CommonObjectLine var $qty_shipped; var $fk_product; var $detail_batch; + /** + * Id of warehouse + * @var int + */ + public $entrepot_id; + // From llx_commandedet or llx_propaldet var $qty_asked; @@ -2261,10 +2249,7 @@ class ExpeditionLigne extends CommonObjectLine var $total_localtax1; // Total Local tax 1 var $total_localtax2; // Total Local tax 2 - public $element='expeditiondet'; - public $table_element='expeditiondet'; - public $fk_origin_line; // Deprecated /** @@ -2283,15 +2268,403 @@ class ExpeditionLigne extends CommonObjectLine */ var $libelle; - /** - * Constructor - * - * @param DoliDB $db Database handler - */ + /** + * Constructor + * + * @param DoliDB $db Database handler + */ function __construct($db) { $this->db=$db; } + /** + * Load line expedition + * + * @param int $rowid Id line order + * @return int <0 if KO, >0 if OK + */ + function fetch($rowid) + { + $sql = 'SELECT ed.rowid, ed.fk_expedition, ed.fk_entrepot, ed.fk_origin_line, ed.qty, ed.rang'; + $sql.= ' FROM '.MAIN_DB_PREFIX.$this->table_element.' as ed'; + $sql.= ' WHERE ed.rowid = '.$rowid; + $result = $this->db->query($sql); + if ($result) + { + $objp = $this->db->fetch_object($result); + $this->id = $objp->rowid; + $this->fk_expedition = $objp->fk_expedition; + $this->entrepot_id = $objp->fk_entrepot; + $this->fk_origin_line = $objp->fk_origin_line; + $this->qty = $objp->qty; + $this->rang = $objp->rang; + + $this->db->free($result); + + return 1; + } + else + { + $this->errors[] = $this->db->lasterror(); + $this->error = $this->db->lasterror(); + return -1; + } + } + + /** + * Insert line into database + * + * @param User $user User that modify + * @param int $notrigger 1 = disable triggers + * @return int <0 if KO, line id >0 if OK + */ + function insert($user=null, $notrigger=0) + { + global $langs, $conf; + + $error=0; + + // Check parameters + if (empty($this->fk_expedition) || empty($this->fk_origin_line) || empty($this->qty)) + { + $this->errors[] = 'ErrorMandatoryParametersNotProvided'; + return -1; + } + // Clean parameters + if (empty($this->entrepot_id)) $this->entrepot_id='null'; + + $this->db->begin(); + + $sql = "INSERT INTO ".MAIN_DB_PREFIX."expeditiondet ("; + $sql.= "fk_expedition"; + $sql.= ", fk_entrepot"; + $sql.= ", fk_origin_line"; + $sql.= ", qty"; + $sql.= ") VALUES ("; + $sql.= $this->fk_expedition; + $sql.= ", ".$this->entrepot_id; + $sql.= ", ".$this->fk_origin_line; + $sql.= ", ".$this->qty; + $sql.= ")"; + + dol_syslog(get_class($this)."::insert", LOG_DEBUG); + $resql = $this->db->query($sql); + if ($resql) + { + $this->id = $this->db->last_insert_id(MAIN_DB_PREFIX."expeditiondet"); + if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) // For avoid conflicts if trigger used + { + $result=$this->insertExtraFields(); + if ($result < 0) + { + $error++; + } + } + + if (! $error && ! $notrigger) + { + // Call trigger + $result=$this->call_trigger('LINESHIPPING_INSERT',$user); + if ($result < 0) + { + $this->errors[]=$this->error; + $error++; + } + // End call triggers + } + + if (! $error) { + $this->db->commit(); + return $this->id; + } + + foreach($this->errors as $errmsg) + { + dol_syslog(get_class($this)."::delete ".$errmsg, LOG_ERR); + $this->error.=($this->error?', '.$errmsg:$errmsg); + } + $this->db->rollback(); + return -1*$error; + } + else + { + $error++; + } + } + + /** + * Delete shipment line. + * + * @param User $user User that modify + * @param int $notrigger 0=launch triggers after, 1=disable triggers + * @return int >0 if OK, <0 if KO + */ + function delete($user = null, $notrigger = 0) + { + global $conf; + + $error=0; + + $this->db->begin(); + + // delete batch expedition line + if ($conf->productbatch->enabled) + { + $sql = "DELETE FROM ".MAIN_DB_PREFIX."expeditiondet_batch"; + $sql.= " WHERE fk_expeditiondet = ".$this->id; + + if (!$this->db->query($sql)) + { + $this->errors[]=$this->db->lasterror()." - sql=$sql"; + $error++; + } + } + + $sql = "DELETE FROM ".MAIN_DB_PREFIX."expeditiondet"; + $sql.= " WHERE rowid = ".$this->id; + + if (! $error && $this->db->query($sql)) + { + // Remove extrafields + if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) // For avoid conflicts if trigger used + { + $result=$this->deleteExtraFields(); + if ($result < 0) + { + $this->errors[]=$this->error; + $error++; + } + } + if (! $error && ! $notrigger) + { + // Call trigger + $result=$this->call_trigger('LINESHIPPING_DELETE',$user); + if ($result < 0) + { + $this->errors[]=$this->error; + $error++; + } + // End call triggers + } + } + else + { + $this->errors[]=$this->db->lasterror()." - sql=$sql"; + $error++; + } + + if (! $error) { + $this->db->commit(); + return 1; + } + else + { + foreach($this->errors as $errmsg) + { + dol_syslog(get_class($this)."::delete ".$errmsg, LOG_ERR); + $this->error.=($this->error?', '.$errmsg:$errmsg); + } + $this->db->rollback(); + return -1*$error; + } + } + + /** + * Update a line in database + * + * @param User $user User that modify + * @param int $notrigger 1 = disable triggers + * @return int < 0 if KO, > 0 if OK + */ + function update($user = null, $notrigger = 0) + { + global $conf; + + $error=0; + + dol_syslog(get_class($this)."::update id=$this->id, entrepot_id=$this->entrepot_id, product_id=$this->fk_product, qty=$this->qty"); + + $this->db->begin(); + + // Clean parameters + if (empty($this->qty)) $this->qty=0; + $qty=price2num($this->qty); + $remainingQty = 0; + $batch = null; + $batch_id = null; + $expedition_batch_id = null; + if (is_array($this->detail_batch)) // array of ExpeditionLineBatch + { + if (count($this->detail_batch) > 1) + { + dol_syslog(get_class($this).'::update only possible for one batch', LOG_ERR); + $this->errors[]='ErrorBadParameters'; + $error++; + } + else + { + $batch = $this->detail_batch[0]->batch; + $batch_id = $this->detail_batch[0]->fk_origin_stock; + $expedition_batch_id = $this->detail_batch[0]->id; + if ($this->entrepot_id != $this->detail_batch[0]->entrepot_id) + { + dol_syslog(get_class($this).'::update only possible for batch of same warehouse', LOG_ERR); + $this->errors[]='ErrorBadParameters'; + $error++; + } + $qty = price2num($this->detail_batch[0]->dluo_qty); + } + } + else if (! empty($this->detail_batch)) + { + $batch = $this->detail_batch->batch; + $batch_id = $this->detail_batch->fk_origin_stock; + $expedition_batch_id = $this->detail_batch->id; + if ($this->entrepot_id != $this->detail_batch->entrepot_id) + { + dol_syslog(get_class($this).'::update only possible for batch of same warehouse', LOG_ERR); + $this->errors[]='ErrorBadParameters'; + $error++; + } + $qty = price2num($this->detail_batch->dluo_qty); + } + + // check parameters + if (! isset($this->id) || ! isset($this->entrepot_id)) + { + dol_syslog(get_class($this).'::update missing line id and/or warehouse id', LOG_ERR); + $this->errors[]='ErrorMandatoryParametersNotProvided'; + $error++; + return -1; + } + + // update lot + + if (! empty($batch) && $conf->productbatch->enabled) + { + dol_syslog(get_class($this)."::update expedition batch id=$expedition_batch_id, batch_id=$batch_id, batch=$batch"); + + if (empty($batch_id) || empty($this->fk_product)) { + dol_syslog(get_class($this).'::update missing fk_origin_stock (batch_id) and/or fk_product', LOG_ERR); + $this->errors[]='ErrorMandatoryParametersNotProvided'; + $error++; + } + + // fetch remaining lot qty + require_once DOL_DOCUMENT_ROOT.'/expedition/class/expeditionbatch.class.php'; + if (! $error && ($lotArray = ExpeditionLineBatch::fetchAll($this->db, $this->id)) < 0) + { + $this->errors[]=$this->db->lasterror()." - ExpeditionLineBatch::fetchAll"; + $error++; + } + else + { + // caculate new total line qty + foreach ($lotArray as $lot) + { + if ($expedition_batch_id != $lot->id) + { + $remainingQty += $lot->dluo_qty; + } + } + $qty += $remainingQty; + + //fetch lot details + + // fetch from product_lot + require_once DOL_DOCUMENT_ROOT.'/product/stock/class/productlot.class.php'; + $lot = new Productlot($this->db); + if ($lot->fetch(0,$this->fk_product,$batch) < 0) + { + $this->errors[] = $lot->errors; + $error++; + } + if (! $error && ! empty($expedition_batch_id)) + { + // delete lot expedition line + $sql = "DELETE FROM ".MAIN_DB_PREFIX."expeditiondet_batch"; + $sql.= " WHERE fk_expeditiondet = ".$this->id; + $sql.= " AND rowid = ".$expedition_batch_id; + + if (!$this->db->query($sql)) + { + $this->errors[]=$this->db->lasterror()." - sql=$sql"; + $error++; + } + } + if (! $error && $this->detail_batch->dluo_qty > 0) + { + // create lot expedition line + if (isset($lot->id)) + { + $shipmentLot = new ExpeditionLineBatch($this->db); + $shipmentLot->batch = $lot->batch; + $shipmentLot->eatby = $lot->eatby; + $shipmentLot->sellby = $lot->sellby; + $shipmentLot->entrepot_id = $this->detail_batch->entrepot_id; + $shipmentLot->dluo_qty = $this->detail_batch->dluo_qty; + $shipmentLot->fk_origin_stock = $batch_id; + if ($shipmentLot->create($this->id) < 0) + { + $this->errors[]=$shipmentLot->errors; + $error++; + } + } + } + } + } + if (! $error) + { + // update line + $sql = "UPDATE ".MAIN_DB_PREFIX.$this->table_element." SET"; + $sql.= " fk_entrepot = ".$this->entrepot_id; + $sql.= " , qty = ".$qty; + $sql.= " WHERE rowid = ".$this->id; + + if (!$this->db->query($sql)) + { + $this->errors[]=$this->db->lasterror()." - sql=$sql"; + $error++; + } + else + { + if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) // For avoid conflicts if trigger used + { + $result=$this->insertExtraFields(); + if ($result < 0) + { + $this->errors[]=$this->error; + $error++; + } + } + } + } + if (! $error && ! $notrigger) + { + // Call trigger + $result=$this->call_trigger('LINESHIPPING_UPDATE',$user); + if ($result < 0) + { + $this->errors[]=$this->error; + $error++; + } + // End call triggers + } + if (!$error) { + $this->db->commit(); + return 1; + } + else + { + foreach($this->errors as $errmsg) + { + dol_syslog(get_class($this)."::update ".$errmsg, LOG_ERR); + $this->error.=($this->error?', '.$errmsg:$errmsg); + } + $this->db->rollback(); + return -1*$error; + } + } } diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php index 009e163eeb0..6cada0b16a9 100644 --- a/htdocs/expedition/list.php +++ b/htdocs/expedition/list.php @@ -111,7 +111,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/expedition/shipment.php b/htdocs/expedition/shipment.php index 80274f9b579..3d3d8a0de6c 100644 --- a/htdocs/expedition/shipment.php +++ b/htdocs/expedition/shipment.php @@ -39,13 +39,7 @@ if (! empty($conf->stock->enabled)) require_once DOL_DOCUMENT_ROOT.'/product/st if (! empty($conf->propal->enabled)) require_once DOL_DOCUMENT_ROOT.'/comm/propal/class/propal.class.php'; if (! empty($conf->product->enabled) || ! empty($conf->service->enabled)) require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php'; -$langs->load('orders'); -$langs->load("companies"); -$langs->load("bills"); -$langs->load('propal'); -$langs->load('deliveries'); -$langs->load('stocks'); -$langs->load("productbatch"); +$langs->loadLangs(array('orders',"companies","bills",'propal','deliveries','stocks',"productbatch",'incoterm')); $id=GETPOST('id','int'); // id of order $ref= GETPOST('ref','alpha'); @@ -157,6 +151,15 @@ if (empty($reshook)) setEventMessages($object->error, $object->errors, 'errors'); } + // Set incoterm + elseif ($action == 'set_incoterms' && !empty($conf->incoterm->enabled)) + { + $result = $object->setIncoterms(GETPOST('incoterm_id', 'int'), GETPOST('location_incoterms', 'alpha')); + if ($result < 0) { + setEventMessages($object->error, $object->errors, 'errors'); + } + } + // shipping method if ($action == 'setshippingmethod' && $user->rights->commande->creer) { $object = new Commande($db); @@ -191,9 +194,11 @@ if (empty($reshook)) // some hooks if (empty($reshook)) { $result = $object->insertExtraFields(); - if ($result < 0) { - $error++; - } + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; + } } else if ($reshook < 0) $error++; } @@ -526,7 +531,7 @@ if ($id > 0 || ! empty($ref)) print '
    '; print $langs->trans('IncotermLabel'); print ''; - if ($user->rights->commande->creer) print ''.img_edit().''; + if ($user->rights->commande->creer) print ''.img_edit().''; else print ' '; print '
    '; print ''; diff --git a/htdocs/expensereport/ajax/ajaxik.php b/htdocs/expensereport/ajax/ajaxik.php index e1856f438b0..04baab6d7a0 100644 --- a/htdocs/expensereport/ajax/ajaxik.php +++ b/htdocs/expensereport/ajax/ajaxik.php @@ -64,12 +64,12 @@ else else { $range = ExpenseReportIk::getRangeByUser($userauthor, $fk_c_exp_tax_cat); - + if (empty($range)) echo json_encode(array('error' => $langs->transnoentitiesnoconv('ErrorRecordNotFound'), 'range' => $range)); else { - $offset = price($range->offset, 0, $langs, 1, -1, -1, $conf->currency); - echo json_encode(array('up' => $range->coef, 'offset' => $range->offset, 'title' => $langs->transnoentitiesnoconv('ExpenseRangeOffset', $offset), 'comment' => 'offset should be apply on addline or updateline')); + $ikoffset = price($range->ikoffset, 0, $langs, 1, -1, -1, $conf->currency); + echo json_encode(array('up' => $range->coef, 'ikoffset' => $range->ikoffset, 'title' => $langs->transnoentitiesnoconv('ExpenseRangeOffset', $offset), 'comment' => 'offset should be apply on addline or updateline')); } } } diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php index 3af4709ee6c..29a058f2d33 100644 --- a/htdocs/expensereport/card.php +++ b/htdocs/expensereport/card.php @@ -296,9 +296,11 @@ if (empty($reshook)) // some hooks if (empty($reshook)) { $result = $object->insertExtraFields(); - if ($result < 0) { - $error++; - } + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; + } } else if ($reshook < 0) $error++; } diff --git a/htdocs/expensereport/class/expensereport.class.php b/htdocs/expensereport/class/expensereport.class.php index 63e4a3d351b..437114ab7df 100644 --- a/htdocs/expensereport/class/expensereport.class.php +++ b/htdocs/expensereport/class/expensereport.class.php @@ -1544,7 +1544,6 @@ class ExpenseReport extends CommonObject if ($short) return $url; - $picto='trip'; $label = '' . $langs->trans("ShowExpenseReport") . ''; if (! empty($this->ref)) $label .= '
    ' . $langs->trans('Ref') . ': ' . $this->ref; @@ -1583,8 +1582,11 @@ class ExpenseReport extends CommonObject $linkstart.=$linkclose.'>'; $linkend=''; - if ($withpicto) $result.=($linkstart.img_object(($notooltip?'':$label), $picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend.' '); - $result.=$linkstart.($max?dol_trunc($ref,$max):$ref).$linkend; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $this->picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.=($max?dol_trunc($ref,$max):$ref); + $result .= $linkend; + return $result; } @@ -1833,13 +1835,13 @@ class ExpenseReport extends CommonObject return false; } - if (!empty($conf->global->MAIN_EXPENSE_APPLY_ENTIRE_OFFSET)) $offset = $range->offset; - else $offset = $range->offset / 12; // The amount of offset is a global value for the year + if (!empty($conf->global->MAIN_EXPENSE_APPLY_ENTIRE_OFFSET)) $ikoffset = $range->ikoffset; + else $ikoffset = $range->ikoffset / 12; // The amount of offset is a global value for the year - // Test if offset has been applied for the current month + // Test if ikoffset has been applied for the current month if (!$this->offsetAlreadyGiven()) { - $new_up = $range->coef + ($offset / $this->line->qty); + $new_up = $range->coef + ($ikoffset / $this->line->qty); $tmp = calcul_price_total($this->line->qty, $new_up, 0, $this->line->vatrate, 0, 0, 0, 'TTC', 0, $type, $seller); $this->line->value_unit = $tmp[5]; @@ -1854,7 +1856,7 @@ class ExpenseReport extends CommonObject } /** - * If the sql find any rows then the offset is already given (offset is applied at the first expense report line) + * If the sql find any rows then the ikoffset is already given (ikoffset is applied at the first expense report line) * * @return bool */ diff --git a/htdocs/expensereport/class/expensereport_ik.class.php b/htdocs/expensereport/class/expensereport_ik.class.php index 41170ce2fd4..da5c68da91b 100644 --- a/htdocs/expensereport/class/expensereport_ik.class.php +++ b/htdocs/expensereport/class/expensereport_ik.class.php @@ -21,7 +21,7 @@ * \ingroup expenseik * \brief File of class to manage expense ik */ - + require_once DOL_DOCUMENT_ROOT.'/core/class/coreobject.class.php'; /** @@ -32,30 +32,30 @@ class ExpenseReportIk extends CoreObject public $element='expenseik'; public $table_element='expensereport_ik'; public $fk_element='fk_expense_ik'; - + /** * c_exp_tax_cat Id * @var int */ public $fk_c_exp_tax_cat; - + /** * c_exp_tax_range id * @var int */ public $fk_range; - + /** * Coef * @var double */ public $coef; - + /** * Offset * @var double */ - public $offset; + public $ikoffset; /** * Attribute object linked with database @@ -66,7 +66,7 @@ class ExpenseReportIk extends CoreObject ,'fk_c_exp_tax_cat'=>array('type'=>'integer','index'=>true) ,'fk_range'=>array('type'=>'integer','index'=>true) ,'coef'=>array('type'=>'double') - ,'offset'=>array('type'=>'double') + ,'ikoffset'=>array('type'=>'double') ); /** @@ -74,35 +74,35 @@ class ExpenseReportIk extends CoreObject * * @param DoliDB $db Database handler */ - public function __construct(DoliDB &$db) + public function __construct(DoliDB &$db) { global $conf; parent::__construct($db); parent::init(); - + $this->errors = array(); } - + /** * Return expense categories in array - * + * * @param int $mode 1=only active; 2=only inactive; other value return all * @return array of category */ public static function getTaxCategories($mode=1) { global $db; - + $categories = array(); - + $sql = 'SELECT rowid, label, entity, active'; $sql.= ' FROM '.MAIN_DB_PREFIX.'c_exp_tax_cat'; $sql.= ' WHERE entity IN (0,'. getEntity('').')'; if ($mode == 1) $sql.= ' AND active = 1'; elseif ($mode == 2) $sql.= 'AND active = 0'; - + dol_syslog(get_called_class().'::getTaxCategories sql='.$sql, LOG_DEBUG); $resql = $db->query($sql); if ($resql) @@ -116,23 +116,23 @@ class ExpenseReportIk extends CoreObject { dol_print_error($db); } - + return $categories; } - + public static function getRangeByUser(User $userauthor, $fk_c_exp_tax_cat) { $default_range = (int) $userauthor->default_range; // if not defined, then 0 $ranges = self::getRangesByCategory($fk_c_exp_tax_cat); - + // substract 1 because array start from 0 if (empty($ranges) || !isset($ranges[$default_range-1])) return false; else return $ranges[$default_range-1]; } - + /** * Return an array of ranges for a category - * + * * @param int $fk_c_exp_tax_cat category id * @param int $active active * @return array @@ -140,15 +140,15 @@ class ExpenseReportIk extends CoreObject public static function getRangesByCategory($fk_c_exp_tax_cat, $active=1) { global $db; - + $ranges = array(); - + $sql = 'SELECT r.rowid FROM '.MAIN_DB_PREFIX.'c_exp_tax_range r'; if ($active) $sql.= ' INNER JOIN '.MAIN_DB_PREFIX.'c_exp_tax_cat c ON (r.fk_c_exp_tax_cat = c.rowid)'; $sql.= ' WHERE r.fk_c_exp_tax_cat = '.$fk_c_exp_tax_cat; if ($active) $sql.= ' AND r.active = 1 AND c.active = 1'; $sql.= ' ORDER BY r.range_ik'; - + dol_syslog(get_called_class().'::getRangesByCategory sql='.$sql, LOG_DEBUG); $resql = $db->query($sql); if ($resql) @@ -160,7 +160,7 @@ class ExpenseReportIk extends CoreObject { $object = new ExpenseReportIk($db); $object->fetch($obj->rowid); - + $ranges[] = $object; } } @@ -169,28 +169,28 @@ class ExpenseReportIk extends CoreObject { dol_print_error($db); } - + return $ranges; } - + /** * Return an array of ranges grouped by category - * + * * @return array */ public static function getAllRanges() { global $db; - + $ranges = array(); - + $sql = ' SELECT r.rowid, r.fk_c_exp_tax_cat, r.range_ik, c.label, i.rowid as fk_expense_ik, r.active as range_active, c.active as cat_active'; $sql.= ' FROM '.MAIN_DB_PREFIX.'c_exp_tax_range r'; $sql.= ' INNER JOIN '.MAIN_DB_PREFIX.'c_exp_tax_cat c ON (r.fk_c_exp_tax_cat = c.rowid)'; $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'expensereport_ik i ON (r.rowid = i.fk_range)'; $sql.= ' WHERE r.entity IN (0, '. getEntity('').')'; $sql.= ' ORDER BY r.fk_c_exp_tax_cat, r.range_ik'; - + dol_syslog(get_called_class().'::getAllRanges sql='.$sql, LOG_DEBUG); $resql = $db->query($sql); if ($resql) @@ -200,7 +200,7 @@ class ExpenseReportIk extends CoreObject $ik = new ExpenseReportIk($db); if ($obj->fk_expense_ik > 0) $ik->fetch($obj->fk_expense_ik); $obj->ik = $ik; - + if (!isset($ranges[$obj->fk_c_exp_tax_cat])) $ranges[$obj->fk_c_exp_tax_cat] = array('label' => $obj->label, 'active' => $obj->cat_active, 'ranges' => array()); $ranges[$obj->fk_c_exp_tax_cat]['ranges'][] = $obj; } @@ -209,20 +209,20 @@ class ExpenseReportIk extends CoreObject { dol_print_error($db); } - + return $ranges; } - + /** * Return the max number of range by a category - * + * * @param int $default_c_exp_tax_cat id * @return int */ public static function getMaxRangeNumber($default_c_exp_tax_cat=0) { global $db,$conf; - + $sql = 'SELECT MAX(counted) as nbRange FROM ('; $sql.= ' SELECT COUNT(*) as counted'; $sql.= ' FROM '.MAIN_DB_PREFIX.'c_exp_tax_range r'; @@ -230,7 +230,7 @@ class ExpenseReportIk extends CoreObject if ($default_c_exp_tax_cat > 0) $sql .= ' AND r.fk_c_exp_tax_cat = '.$default_c_exp_tax_cat; $sql.= ' GROUP BY r.fk_c_exp_tax_cat'; $sql .= ') as counts'; - + dol_syslog(get_called_class().'::getMaxRangeNumber sql='.$sql, LOG_DEBUG); $resql = $db->query($sql); if ($resql) @@ -242,7 +242,7 @@ class ExpenseReportIk extends CoreObject { dol_print_error($db); } - + return 0; } } diff --git a/htdocs/expensereport/list.php b/htdocs/expensereport/list.php index 3110aa37459..30d5eea98d6 100644 --- a/htdocs/expensereport/list.php +++ b/htdocs/expensereport/list.php @@ -123,7 +123,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/fichinter/admin/fichinter_extrafields.php b/htdocs/fichinter/admin/fichinter_extrafields.php index bab7572e60a..1afe5feaeed 100644 --- a/htdocs/fichinter/admin/fichinter_extrafields.php +++ b/htdocs/fichinter/admin/fichinter_extrafields.php @@ -41,7 +41,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/fichinter/admin/fichinterdet_extrafields.php b/htdocs/fichinter/admin/fichinterdet_extrafields.php index 5fadc3f4c2c..cd21b3d9590 100644 --- a/htdocs/fichinter/admin/fichinterdet_extrafields.php +++ b/htdocs/fichinter/admin/fichinterdet_extrafields.php @@ -41,7 +41,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/fichinter/class/fichinter.class.php b/htdocs/fichinter/class/fichinter.class.php index 68096eea8e9..237d09570d1 100644 --- a/htdocs/fichinter/class/fichinter.class.php +++ b/htdocs/fichinter/class/fichinter.class.php @@ -671,7 +671,6 @@ class Fichinter extends CommonObject if (! empty($this->ref)) $label .= '
    ' . $langs->trans('Ref') . ': '.$this->ref; - $picto='intervention'; $url = DOL_URL_ROOT.'/fichinter/card.php?id='.$this->id; if ($option !== 'nolink') @@ -698,9 +697,11 @@ class Fichinter extends CommonObject $linkstart.=$linkclose.'>'; $linkend=''; - if ($withpicto) $result.=($linkstart.img_object(($notooltip?'':$label), $picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend); - if ($withpicto && $withpicto != 2) $result.=' '; - if ($withpicto != 2) $result.=$linkstart.$this->ref.$linkend; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $this->picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; + return $result; } @@ -839,85 +840,96 @@ class Fichinter extends CommonObject $this->db->begin(); + if (! $error && ! $notrigger) + { + // Call trigger + $result=$this->call_trigger('FICHINTER_DELETE',$user); + if ($result < 0) { $error++; $this->db->rollback(); return -1; } + // End call triggers + } + // Delete linked object - $res = $this->deleteObjectLinked(); - if ($res < 0) $error++; + if (! $error) + { + $res = $this->deleteObjectLinked(); + if ($res < 0) $error++; + } // Delete linked contacts - $res = $this->delete_linked_contact(); - if ($res < 0) + if (! $error) { - $this->error='ErrorFailToDeleteLinkedContact'; - $error++; + $res = $this->delete_linked_contact(); + if ($res < 0) + { + $this->error='ErrorFailToDeleteLinkedContact'; + $error++; + } } - if ($error) + if (! $error) { - $this->db->rollback(); - return -1; + $sql = "DELETE FROM ".MAIN_DB_PREFIX."fichinterdet"; + $sql.= " WHERE fk_fichinter = ".$this->id; + + $resql = $this->db->query($sql); + if (! $resql) $error++; } - $sql = "DELETE FROM ".MAIN_DB_PREFIX."fichinterdet"; - $sql.= " WHERE fk_fichinter = ".$this->id; - - dol_syslog("Fichinter::delete", LOG_DEBUG); - if ( $this->db->query($sql) ) + if ((! $error) && (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED))) // For avoid conflicts if trigger used { + // Remove extrafields + $res = $this->deleteExtraFields(); + if ($res < 0) $error++; + } + + if (! $error) + { + // Delete object $sql = "DELETE FROM ".MAIN_DB_PREFIX."fichinter"; $sql.= " WHERE rowid = ".$this->id; $sql.= " AND entity = ".$conf->entity; dol_syslog("Fichinter::delete", LOG_DEBUG); - if ( $this->db->query($sql) ) + $resql = $this->db->query($sql); + if (! $resql) $error++; + } + + if (! $error) + { + // Remove directory with files + $fichinterref = dol_sanitizeFileName($this->ref); + if ($conf->ficheinter->dir_output) { - - // Remove directory with files - $fichinterref = dol_sanitizeFileName($this->ref); - if ($conf->ficheinter->dir_output) + $dir = $conf->ficheinter->dir_output . "/" . $fichinterref ; + $file = $conf->ficheinter->dir_output . "/" . $fichinterref . "/" . $fichinterref . ".pdf"; + if (file_exists($file)) { - $dir = $conf->ficheinter->dir_output . "/" . $fichinterref ; - $file = $conf->ficheinter->dir_output . "/" . $fichinterref . "/" . $fichinterref . ".pdf"; - if (file_exists($file)) - { - dol_delete_preview($this); + dol_delete_preview($this); - if (! dol_delete_file($file,0,0,0,$this)) // For triggers - { - $this->error=$langs->trans("ErrorCanNotDeleteFile",$file); - return 0; - } - } - if (file_exists($dir)) + if (! dol_delete_file($file,0,0,0,$this)) // For triggers { - if (! dol_delete_dir_recursive($dir)) - { - $this->error=$langs->trans("ErrorCanNotDeleteDir",$dir); - return 0; - } + $this->error=$langs->trans("ErrorCanNotDeleteFile",$file); + return 0; } } - - if (! $notrigger) + if (file_exists($dir)) { - // Call trigger - $result=$this->call_trigger('FICHINTER_DELETE',$user); - if ($result < 0) { $error++; $this->db->rollback(); return -1; } - // End call triggers + if (! dol_delete_dir_recursive($dir)) + { + $this->error=$langs->trans("ErrorCanNotDeleteDir",$dir); + return 0; + } } + } + } - $this->db->commit(); - return 1; - } - else - { - $this->error=$this->db->lasterror(); - $this->db->rollback(); - return -2; - } + if (! $error) + { + $this->db->commit(); + return 1; } else { - $this->error=$this->db->lasterror(); $this->db->rollback(); return -1; } diff --git a/htdocs/fichinter/list.php b/htdocs/fichinter/list.php index 1398cef1a24..3b4aca20951 100644 --- a/htdocs/fichinter/list.php +++ b/htdocs/fichinter/list.php @@ -119,7 +119,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php index 02e0749d8c5..08a57fae706 100644 --- a/htdocs/fourn/card.php +++ b/htdocs/fourn/card.php @@ -393,7 +393,7 @@ if ($object->id > 0) print ''; print ''; print ''; $return = array(); diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php index 12d29cb7eb2..7f002bc40c0 100644 --- a/htdocs/fourn/class/fournisseur.commande.class.php +++ b/htdocs/fourn/class/fournisseur.commande.class.php @@ -43,7 +43,7 @@ class CommandeFournisseur extends CommonOrder public $table_element='commande_fournisseur'; public $table_element_line = 'commande_fournisseurdet'; public $fk_element = 'fk_commande'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto='order'; /** @@ -673,9 +673,11 @@ class CommandeFournisseur extends CommonOrder $linkstart.=$linkclose.'>'; $linkend=''; - if ($withpicto) $result.=($linkstart.img_object(($notooltip?'':$label), $picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend); - if ($withpicto && $withpicto != 2) $result.=' '; - $result.=$linkstart.$this->ref.$linkend; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $this->picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; + return $result; } @@ -1128,7 +1130,7 @@ class CommandeFournisseur extends CommonOrder // Clean parameters if (empty($this->source)) $this->source = 0; - // Multicurrency (test on $this->multicurrency_tx because we sould take the default rate only if not using origin rate) + // Multicurrency (test on $this->multicurrency_tx because we should take the default rate only if not using origin rate) if (!empty($this->multicurrency_code) && empty($this->multicurrency_tx)) list($this->fk_multicurrency,$this->multicurrency_tx) = MultiCurrency::getIdAndTxFromCode($this->db, $this->multicurrency_code); else $this->fk_multicurrency = MultiCurrency::getIdFromCode($this->db, $this->multicurrency_code); if (empty($this->fk_multicurrency)) @@ -1467,7 +1469,7 @@ class CommandeFournisseur extends CommonOrder // We use 'none' instead of $fourn_ref, because fourn_ref may not exists anymore. So we will take the first supplier price ok. // If we want a dedicated supplier price, we must provide $fk_prod_fourn_price. - $result=$prod->get_buyprice($fk_prod_fourn_price, $qty, $fk_product, 'none', $this->fk_soc); // Search on couple $fk_prod_fourn_price/$qty first, then on triplet $qty/$fk_product/$fourn_ref/$this->fk_soc + $result=$prod->get_buyprice($fk_prod_fourn_price, $qty, $fk_product, 'none', ($this->fk_soc?$this->fk_soc:$this->socid)); // Search on couple $fk_prod_fourn_price/$qty first, then on triplet $qty/$fk_product/$fourn_ref/$this->fk_soc if ($result > 0) { $pu = $prod->fourn_pu; // Unit price supplier price set by get_buyprice diff --git a/htdocs/fourn/class/fournisseur.facture.class.php b/htdocs/fourn/class/fournisseur.facture.class.php index 8bc3b2102f0..15bd4366a29 100644 --- a/htdocs/fourn/class/fournisseur.facture.class.php +++ b/htdocs/fourn/class/fournisseur.facture.class.php @@ -44,7 +44,7 @@ class FactureFournisseur extends CommonInvoice public $table_element='facture_fourn'; public $table_element_line='facture_fourn_det'; public $fk_element='fk_facture_fourn'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto='bill'; /** @@ -229,7 +229,7 @@ class FactureFournisseur extends CommonInvoice $amount = $this->amount; $remise = $this->remise; - // Multicurrency (test on $this->multicurrency_tx because we sould take the default rate only if not using origin rate) + // Multicurrency (test on $this->multicurrency_tx because we should take the default rate only if not using origin rate) if (!empty($this->multicurrency_code) && empty($this->multicurrency_tx)) list($this->fk_multicurrency,$this->multicurrency_tx) = MultiCurrency::getIdAndTxFromCode($this->db, $this->multicurrency_code); else $this->fk_multicurrency = MultiCurrency::getIdFromCode($this->db, $this->multicurrency_code); if (empty($this->fk_multicurrency)) @@ -1497,6 +1497,7 @@ class FactureFournisseur extends CommonInvoice else { $this->error=$this->line->error; + $this->errors=$this->line->errors; $this->db->rollback(); return -2; } @@ -1947,8 +1948,11 @@ class FactureFournisseur extends CommonInvoice $linkstart.=$linkclose.'>'; $linkend=''; - if ($withpicto) $result.=($linkstart.img_object(($notooltip?'':$label), $picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend.' '); - $result.=$linkstart.($max?dol_trunc($ref,$max):$ref).$linkend; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $this->picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= ($max?dol_trunc($ref,$max):$ref); + $result .= $linkend; + return $result; } diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php index 3c301a3de90..6b4f1417100 100644 --- a/htdocs/fourn/commande/card.php +++ b/htdocs/fourn/commande/card.php @@ -1344,11 +1344,6 @@ if (! empty($conf->projet->enabled)) { $formproject = new FormProjets($db); } $help_url='EN:Module_Suppliers_Orders|FR:CommandeFournisseur|ES:Módulo_Pedidos_a_proveedores'; llxHeader('',$langs->trans("Order"),$help_url); -/* *************************************************************************** */ -/* */ -/* Mode vue et edition */ -/* */ -/* *************************************************************************** */ $now=dol_now(); if ($action=='create') @@ -2111,7 +2106,7 @@ elseif (! empty($object->id)) //$result = $object->getLinesArray(); - print ' + print ' diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php index f1bd5738cc8..5194d6296bb 100644 --- a/htdocs/fourn/commande/list.php +++ b/htdocs/fourn/commande/list.php @@ -158,7 +158,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php index 60191f0d2a6..de05d2f1a6e 100644 --- a/htdocs/fourn/facture/card.php +++ b/htdocs/fourn/facture/card.php @@ -2660,7 +2660,7 @@ else /* * Lines */ - print ''; + print ''; print ''; print ''; print ''; diff --git a/htdocs/fourn/facture/document.php b/htdocs/fourn/facture/document.php index 77c0559aeca..c46f3de647e 100644 --- a/htdocs/fourn/facture/document.php +++ b/htdocs/fourn/facture/document.php @@ -51,9 +51,7 @@ $result = restrictedArea($user, 'fournisseur', $id, 'facture_fourn', 'facture'); $sortfield = GETPOST("sortfield",'alpha'); $sortorder = GETPOST("sortorder",'alpha'); $page = GETPOST("page",'int'); -if ($page == -1) { - $page = 0; -} +if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1 $offset = $conf->liste_limit * $page; $pageprev = $page - 1; $pagenext = $page + 1; diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php index 94df346aae4..508a9e28117 100644 --- a/htdocs/fourn/facture/list.php +++ b/htdocs/fourn/facture/list.php @@ -175,7 +175,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php index 8fe8a14430a..4381eacb3a7 100644 --- a/htdocs/holiday/class/holiday.class.php +++ b/htdocs/holiday/class/holiday.class.php @@ -34,7 +34,7 @@ class Holiday extends CommonObject { public $element='holiday'; public $table_element='holiday'; - protected $ismultientitymanaged = 0; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 0; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto = 'holiday'; /** @@ -828,7 +828,7 @@ class Holiday extends CommonObject global $langs; $result=''; - $picto='holiday'; + $label=$langs->trans("Show").': '.$this->ref; $url = DOL_URL_ROOT.'/holiday/card.php?id='.$this->id; @@ -844,9 +844,11 @@ class Holiday extends CommonObject $linkstart = ''; $linkend=''; - if ($withpicto) $result.=($linkstart.img_object($label, $picto, 'class="classfortooltip"').$linkend); - if ($withpicto && $withpicto != 2) $result.=' '; - if ($withpicto != 2) $result.=$linkstart.$this->ref.$linkend; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $this->picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; + return $result; } diff --git a/htdocs/hrm/class/establishment.class.php b/htdocs/hrm/class/establishment.class.php index 413cb0cb584..8a99788d040 100644 --- a/htdocs/hrm/class/establishment.class.php +++ b/htdocs/hrm/class/establishment.class.php @@ -32,7 +32,7 @@ class Establishment extends CommonObject public $table_element='establishment'; public $table_element_line = ''; public $fk_element = 'fk_establishment'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto='building'; public $id; diff --git a/htdocs/hrm/index.php b/htdocs/hrm/index.php index 5b3548cc8fb..bcf2c7d99ec 100644 --- a/htdocs/hrm/index.php +++ b/htdocs/hrm/index.php @@ -75,6 +75,18 @@ llxHeader('', $langs->trans('HRMArea')); print load_fiche_titre($langs->trans("HRMArea"),'', 'title_hrm.png'); + +if (empty($conf->global->MAIN_INFO_SOCIETE_NOM) || empty($conf->global->MAIN_INFO_SOCIETE_COUNTRY)) $setupcompanynotcomplete=1; +if ( empty($setupcompanynotcomplete)) +{ + $langs->load("errors"); + $warnpicto=img_warning($langs->trans("WarningMandatorySetupNotComplete")); + print '
    '; + + exit; +} + + print '
    '; if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is useless due to the global search combo diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php index 0847f1c4262..1549e7124e0 100644 --- a/htdocs/imports/import.php +++ b/htdocs/imports/import.php @@ -225,7 +225,7 @@ if ($step == 3 && $datatoimport) $param='&datatoimport='.$datatoimport.'&format='.$format; if ($excludefirstline) $param.='&excludefirstline='.$excludefirstline; if ($endatlinenb) $param.='&endatlinenb='.$endatlinenb; - + $file = $conf->import->dir_temp . '/' . GETPOST('urlfile'); // Do not use urldecode here ($_GET and $_REQUEST are already decoded by PHP). $ret=dol_delete_file($file); if ($ret) setEventMessages($langs->trans("FileWasRemoved", GETPOST('urlfile')), null, 'mesgs'); @@ -362,7 +362,7 @@ if ($step == 1 || ! $datatoimport) print '
    '; @@ -429,9 +429,9 @@ if ($step == 2 && $datatoimport) print '
    '.$langs->trans("ProductsAndServices").''; - print ''.$langs->trans("AllProductServicePrices").' '.$object->nbOfProductRefs().''; + print ''.$langs->trans("AllProductReferencesOfSupplier").' '.$object->nbOfProductRefs().''; print '
    '; $titleofmodule=$objimport->array_import_module[$key]->getName(); // Special cas for import common to module/services - if (in_array($objimport->array_import_code[$key], array('produit_supplierprices','produit_multiprice'))) $titleofmodule=$langs->trans("ProductOrService"); + if (in_array($objimport->array_import_code[$key], array('produit_supplierprices','produit_multiprice','produit_languages'))) $titleofmodule=$langs->trans("ProductOrService"); print $titleofmodule; print ''; //print $value; @@ -415,7 +415,7 @@ if ($step == 2 && $datatoimport) print ''; $titleofmodule=$objimport->array_import_module[0]->getName(); // Special cas for import common to module/services - if (in_array($objimport->array_import_code[0], array('produit_supplierprices','produit_multiprice'))) $titleofmodule=$langs->trans("ProductOrService"); + if (in_array($objimport->array_import_code[0], array('produit_supplierprices','produit_multiprice','produit_languages'))) $titleofmodule=$langs->trans("ProductOrService"); print $titleofmodule; print '
    '; print '

    '; - + dol_fiche_end(); - + print ''; print ''; @@ -450,7 +450,7 @@ if ($step == 2 && $datatoimport) $liste=$objmodelimport->liste_modeles($db); foreach($liste as $key) { - + print ''; print ''.img_picto_common($key,$objmodelimport->getPictoForKey($key)).''; $text=$objmodelimport->getDriverDescForKey($key); @@ -495,7 +495,7 @@ if ($step == 3 && $datatoimport) print '
    '; print '
    '; - + print ''; // Module @@ -503,7 +503,7 @@ if ($step == 3 && $datatoimport) print ''; @@ -516,11 +516,11 @@ if ($step == 3 && $datatoimport) print '
    '; $titleofmodule=$objimport->array_import_module[0]->getName(); // Special cas for import common to module/services - if (in_array($objimport->array_import_code[0], array('produit_supplierprices','produit_multiprice'))) $titleofmodule=$langs->trans("ProductOrService"); + if (in_array($objimport->array_import_code[0], array('produit_supplierprices','produit_multiprice','produit_languages'))) $titleofmodule=$langs->trans("ProductOrService"); print $titleofmodule; print '
    '; print '
    '; - + print '
    '; - + print ''.$langs->trans("InformationOnSourceFile").''; - + print '
    '; print '
    '; print ''; @@ -537,15 +537,15 @@ if ($step == 3 && $datatoimport) print '
    '; print '
    '; - + dol_fiche_end(); print '
    '; - + print ''; print ''; print ''; - + print ''; print ''; print ''; @@ -553,7 +553,7 @@ if ($step == 3 && $datatoimport) print ''; print ''; print ''; - + print ''; $filetoimport=''; @@ -613,7 +613,7 @@ if ($step == 3 && $datatoimport) $modulepart='import'; $urlsource=$_SERVER["PHP_SELF"].'?step='.$step.$param.'&filetoimport='.urlencode($filetoimport); $relativepath=$file; - + print ''; print ''; print ''; @@ -772,9 +772,9 @@ if ($step == 4 && $datatoimport) print '
    '.img_mime($file).''; @@ -665,9 +665,9 @@ if ($step == 4 && $datatoimport) header("Location: ".$_SERVER["PHP_SELF"].'?step=3'.$param.'&filetoimport='.urlencode($relativepath)); exit; } - + } - + if (GETPOST('update')) { $array_match_file_to_database=array(); } @@ -759,7 +759,7 @@ if ($step == 4 && $datatoimport) print ''; $titleofmodule=$objimport->array_import_module[0]->getName(); // Special cas for import common to module/services - if (in_array($objimport->array_import_code[0], array('produit_supplierprices','produit_multiprice'))) $titleofmodule=$langs->trans("ProductOrService"); + if (in_array($objimport->array_import_code[0], array('produit_supplierprices','produit_multiprice','produit_languages'))) $titleofmodule=$langs->trans("ProductOrService"); print $titleofmodule; print '
    '; print '
    '; - + print '
    '; - + print ''.$langs->trans("InformationOnSourceFile").''; print '
    '; print '
    '; @@ -820,9 +820,9 @@ if ($step == 4 && $datatoimport) print ''; print '
    '; - + dol_fiche_end(); - + print '
    '."\n"; @@ -873,7 +873,7 @@ if ($step == 4 && $datatoimport) $lefti=1; foreach ($array_match_file_to_database as $key => $val) { - + show_elem($fieldssource,$key,$val,$var); // key is field number in source file //print '> '.$lefti.'-'.$key.'-'.$val; $listofkeys[$key]=1; @@ -890,7 +890,7 @@ if ($step == 4 && $datatoimport) $num=count($fieldssource); while ($lefti <= $num) { - + $newkey=getnewkey($fieldssource,$listofkeys); show_elem($fieldssource,$newkey,'',$var); // key start after field number in source file //print '> '.$lefti.'-'.$newkey; @@ -913,7 +913,7 @@ if ($step == 4 && $datatoimport) print ''; foreach($fieldstarget as $code=>$label) { - + print ''; $i++; @@ -1148,7 +1148,7 @@ if ($step == 4 && $datatoimport) $var=false; while ($i < $num) { - + $obj = $db->fetch_object($resql); print ''; @@ -1248,9 +1248,9 @@ if ($step == 5 && $datatoimport) print '
    '; print $obj->label; @@ -1213,16 +1213,16 @@ if ($step == 5 && $datatoimport) if ($excludefirstline) $param.='&excludefirstline='.$excludefirstline; if ($endatlinenb) $param.='&endatlinenb='.$endatlinenb; if (!empty($updatekeys)) $param.='&updatekeys[]='.implode('&updatekeys[]=', $updatekeys); - + llxHeader('',$langs->trans("NewImport"),'EN:Module_Imports_En|FR:Module_Imports|ES:Módulo_Importaciones'); $head = import_prepare_head($param,5); - + print ''; print ''; // step 5 print ''; // step 5 - + dol_fiche_head($head, 'step5', $langs->trans("NewImport"), -1); print '
    '; @@ -1235,7 +1235,7 @@ if ($step == 5 && $datatoimport) print '
    '; $titleofmodule=$objimport->array_import_module[0]->getName(); // Special cas for import common to module/services - if (in_array($objimport->array_import_code[0], array('produit_supplierprices','produit_multiprice'))) $titleofmodule=$langs->trans("ProductOrService"); + if (in_array($objimport->array_import_code[0], array('produit_supplierprices','produit_multiprice','produit_languages'))) $titleofmodule=$langs->trans("ProductOrService"); print $titleofmodule; print '
    '; print '
    '; - + print '
    '; - + print ''.$langs->trans("InformationOnSourceFile").''; print '
    '; print '
    '; @@ -1274,7 +1274,7 @@ if ($step == 5 && $datatoimport) print htmlentities($enclosure); print ''; } - + // File to import print ''.$langs->trans("FileToImport").''; print ''; @@ -1326,7 +1326,7 @@ if ($step == 5 && $datatoimport) if($action=='launchsimu') { if (count($updatekeys)) { - print $form->multiselectarray('updatekeysbis', $objimport->array_import_updatekeys[0], $updatekeys, 0, 0, '', 1, '', 'disabled'); + print $form->multiselectarray('updatekeysbis', $objimport->array_import_updatekeys[0], $updatekeys, 0, 0, '', 1, '80%', 'disabled'); } else { @@ -1351,16 +1351,16 @@ if ($step == 5 && $datatoimport) print_r($objimport->array_import_updatekeys); echo '';*/ print ''; - + print ''; print '
    '; - + print '
    '; print ''.$langs->trans("InformationOnTargetTables").''; print '
    '; print '
    '; - + print ''; //print ''; @@ -1426,7 +1426,7 @@ if ($step == 5 && $datatoimport) print '
    '.$langs->trans("InformationOnTargetTables").'
    '; print '
    '; - + dol_fiche_end(); @@ -1488,10 +1488,10 @@ if ($step == 5 && $datatoimport) } if ($excludefirstline && ($sourcelinenb < $excludefirstline)) continue; if ($endatlinenb && ($sourcelinenb > $endatlinenb)) continue; - + // Run import $result=$obj->import_insert($arrayrecord,$array_match_file_to_database,$objimport,count($fieldssource),$importid,$updatekeys); - + if (count($obj->errors)) $arrayoferrors[$sourcelinenb]=$obj->errors; if (count($obj->warnings)) $arrayofwarnings[$sourcelinenb]=$obj->warnings; if (! count($obj->errors) && ! count($obj->warnings)) $nbok++; @@ -1505,7 +1505,7 @@ if ($step == 5 && $datatoimport) } $error=0; - + // Run the sql after import if defined //var_dump($objimport->array_import_run_sql_after[0]); if (! empty($objimport->array_import_run_sql_after[0]) && is_array($objimport->array_import_run_sql_after[0])) @@ -1515,14 +1515,14 @@ if ($step == 5 && $datatoimport) { $i++; $resqlafterimport=$db->query($sqlafterimport); - if (! $resqlafterimport) + if (! $resqlafterimport) { $arrayoferrors['none'][]=array('lib'=>$langs->trans("Error running final request: ".$sqlafterimport)); $error++; } } } - + $db->rollback(); // We force rollback because this was just a simulation. // Show OK @@ -1613,7 +1613,7 @@ if ($step == 5 && $datatoimport) print ''.$langs->trans("RunImportFile").''; } print '
    '; - + } print ''; @@ -1668,8 +1668,10 @@ if ($step == 6 && $datatoimport) $head = import_prepare_head($param,6); - dol_fiche_head($head, 'step6', $langs->trans("NewImport")); + dol_fiche_head($head, 'step6', $langs->trans("NewImport"), -1); + print '
    '; + print '
    '; print ''; @@ -1678,7 +1680,7 @@ if ($step == 6 && $datatoimport) print ''; @@ -1690,10 +1692,13 @@ if ($step == 6 && $datatoimport) print ''; print '
    '; $titleofmodule=$objimport->array_import_module[0]->getName(); // Special cas for import common to module/services - if (in_array($objimport->array_import_code[0], array('produit_supplierprices','produit_multiprice'))) $titleofmodule=$langs->trans("ProductOrService"); + if (in_array($objimport->array_import_code[0], array('produit_supplierprices','produit_multiprice','produit_languages'))) $titleofmodule=$langs->trans("ProductOrService"); print $titleofmodule; print '
    '; - + print '
    '; + print '
    '; - - print ''.$langs->trans("InformationOnSourceFile").'
    '; + + print ''.$langs->trans("InformationOnSourceFile").''; + print '
    '; + print '
    '; print ''; //print ''; @@ -1714,7 +1719,7 @@ if ($step == 6 && $datatoimport) print htmlentities($enclosure); print ''; } - + // File to import print ''; print ''; - + print '
    '.$langs->trans("InformationOnSourceFile").'
    '.$langs->trans("FileToImport").''; @@ -1745,12 +1750,15 @@ if ($step == 6 && $datatoimport) print ''; print ''; print '
    '; + print '
    '; print '
    '; - print ''.$langs->trans("InformationOnTargetTables").'
    '; + print ''.$langs->trans("InformationOnTargetTables").''; + print '
    '; + print '
    '; print ''; //print ''; @@ -1812,6 +1820,7 @@ if ($step == 6 && $datatoimport) print ''; print '
    '.$langs->trans("InformationOnTargetTables").'
    '; + print '
    '; // Launch import $arrayoferrors=array(); @@ -1852,7 +1861,7 @@ if ($step == 6 && $datatoimport) // Run import $result=$obj->import_insert($arrayrecord,$array_match_file_to_database,$objimport,count($fieldssource),$importid,$updatekeys); - + if (count($obj->errors)) $arrayoferrors[$sourcelinenb]=$obj->errors; if (count($obj->warnings)) $arrayofwarnings[$sourcelinenb]=$obj->warnings; if (! count($obj->errors) && ! count($obj->warnings)) $nbok++; @@ -1866,10 +1875,10 @@ if ($step == 6 && $datatoimport) } if (count($arrayoferrors) > 0) $db->rollback(); // We force rollback because this was errors. - else + else { $error=0; - + // Run the sql after import if defined //var_dump($objimport->array_import_run_sql_after[0]); if (! empty($objimport->array_import_run_sql_after[0]) && is_array($objimport->array_import_run_sql_after[0])) @@ -1879,18 +1888,18 @@ if ($step == 6 && $datatoimport) { $i++; $resqlafterimport=$db->query($sqlafterimport); - if (! $resqlafterimport) + if (! $resqlafterimport) { $arrayoferrors['none'][]=array('lib'=>$langs->trans("Error running final request: ".$sqlafterimport)); $error++; } } } - + if (! $error) $db->commit(); // We can commit if no errors. else $db->rollback(); } - + dol_fiche_end(); @@ -1930,7 +1939,7 @@ function show_elem($fieldssource,$pos,$key,$var,$nostyle='') global $langs,$bc; $height='24'; - + print "\n\n\n"; print '
    '."\n"; diff --git a/htdocs/includes/jquery/plugins/select2/dist/js/compat/containerCss.js b/htdocs/includes/jquery/plugins/select2/dist/js/compat/containerCss.js new file mode 100644 index 00000000000..45703ac8d01 --- /dev/null +++ b/htdocs/includes/jquery/plugins/select2/dist/js/compat/containerCss.js @@ -0,0 +1,56 @@ +define([ + 'jquery', + './utils' +], function ($, CompatUtils) { + // No-op CSS adapter that discards all classes by default + function _containerAdapter (clazz) { + return null; + } + + function ContainerCSS () { } + + ContainerCSS.prototype.render = function (decorated) { + var $container = decorated.call(this); + + var containerCssClass = this.options.get('containerCssClass') || ''; + + if ($.isFunction(containerCssClass)) { + containerCssClass = containerCssClass(this.$element); + } + + var containerCssAdapter = this.options.get('adaptContainerCssClass'); + containerCssAdapter = containerCssAdapter || _containerAdapter; + + if (containerCssClass.indexOf(':all:') !== -1) { + containerCssClass = containerCssClass.replace(':all:', ''); + + var _cssAdapter = containerCssAdapter; + + containerCssAdapter = function (clazz) { + var adapted = _cssAdapter(clazz); + + if (adapted != null) { + // Append the old one along with the adapted one + return adapted + ' ' + clazz; + } + + return clazz; + }; + } + + var containerCss = this.options.get('containerCss') || {}; + + if ($.isFunction(containerCss)) { + containerCss = containerCss(this.$element); + } + + CompatUtils.syncCssClasses($container, this.$element, containerCssAdapter); + + $container.css(containerCss); + $container.addClass(containerCssClass); + + return $container; + }; + + return ContainerCSS; +}); diff --git a/htdocs/includes/jquery/plugins/select2/dist/js/select2.full.js b/htdocs/includes/jquery/plugins/select2/dist/js/select2.full.js new file mode 100644 index 00000000000..608642bf64e --- /dev/null +++ b/htdocs/includes/jquery/plugins/select2/dist/js/select2.full.js @@ -0,0 +1,6457 @@ +/*! + * Select2 4.0.5 + * https://select2.github.io + * + * Released under the MIT license + * https://github.com/select2/select2/blob/master/LICENSE.md + */ +(function (factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module. + define(['jquery'], factory); + } else if (typeof module === 'object' && module.exports) { + // Node/CommonJS + module.exports = function (root, jQuery) { + if (jQuery === undefined) { + // require('jQuery') returns a factory that requires window to + // build a jQuery instance, we normalize how we use modules + // that require this pattern but the window provided is a noop + // if it's defined (how jquery works) + if (typeof window !== 'undefined') { + jQuery = require('jquery'); + } + else { + jQuery = require('jquery')(root); + } + } + factory(jQuery); + return jQuery; + }; + } else { + // Browser globals + factory(jQuery); + } +} (function (jQuery) { + // This is needed so we can catch the AMD loader configuration and use it + // The inner file should be wrapped (by `banner.start.js`) in a function that + // returns the AMD loader references. + var S2 =(function () { + // Restore the Select2 AMD loader so it can be used + // Needed mostly in the language files, where the loader is not inserted + if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) { + var S2 = jQuery.fn.select2.amd; + } +var S2;(function () { if (!S2 || !S2.requirejs) { +if (!S2) { S2 = {}; } else { require = S2; } +/** + * @license almond 0.3.3 Copyright jQuery Foundation and other contributors. + * Released under MIT license, http://github.com/requirejs/almond/LICENSE + */ +//Going sloppy to avoid 'use strict' string cost, but strict practices should +//be followed. +/*global setTimeout: false */ + +var requirejs, require, define; +(function (undef) { + var main, req, makeMap, handlers, + defined = {}, + waiting = {}, + config = {}, + defining = {}, + hasOwn = Object.prototype.hasOwnProperty, + aps = [].slice, + jsSuffixRegExp = /\.js$/; + + function hasProp(obj, prop) { + return hasOwn.call(obj, prop); + } + + /** + * Given a relative module name, like ./something, normalize it to + * a real name that can be mapped to a path. + * @param {String} name the relative name + * @param {String} baseName a real name that the name arg is relative + * to. + * @returns {String} normalized name + */ + function normalize(name, baseName) { + var nameParts, nameSegment, mapValue, foundMap, lastIndex, + foundI, foundStarMap, starI, i, j, part, normalizedBaseParts, + baseParts = baseName && baseName.split("/"), + map = config.map, + starMap = (map && map['*']) || {}; + + //Adjust any relative paths. + if (name) { + name = name.split('/'); + lastIndex = name.length - 1; + + // If wanting node ID compatibility, strip .js from end + // of IDs. Have to do this here, and not in nameToUrl + // because node allows either .js or non .js to map + // to same file. + if (config.nodeIdCompat && jsSuffixRegExp.test(name[lastIndex])) { + name[lastIndex] = name[lastIndex].replace(jsSuffixRegExp, ''); + } + + // Starts with a '.' so need the baseName + if (name[0].charAt(0) === '.' && baseParts) { + //Convert baseName to array, and lop off the last part, + //so that . matches that 'directory' and not name of the baseName's + //module. For instance, baseName of 'one/two/three', maps to + //'one/two/three.js', but we want the directory, 'one/two' for + //this normalization. + normalizedBaseParts = baseParts.slice(0, baseParts.length - 1); + name = normalizedBaseParts.concat(name); + } + + //start trimDots + for (i = 0; i < name.length; i++) { + part = name[i]; + if (part === '.') { + name.splice(i, 1); + i -= 1; + } else if (part === '..') { + // If at the start, or previous value is still .., + // keep them so that when converted to a path it may + // still work when converted to a path, even though + // as an ID it is less than ideal. In larger point + // releases, may be better to just kick out an error. + if (i === 0 || (i === 1 && name[2] === '..') || name[i - 1] === '..') { + continue; + } else if (i > 0) { + name.splice(i - 1, 2); + i -= 2; + } + } + } + //end trimDots + + name = name.join('/'); + } + + //Apply map config if available. + if ((baseParts || starMap) && map) { + nameParts = name.split('/'); + + for (i = nameParts.length; i > 0; i -= 1) { + nameSegment = nameParts.slice(0, i).join("/"); + + if (baseParts) { + //Find the longest baseName segment match in the config. + //So, do joins on the biggest to smallest lengths of baseParts. + for (j = baseParts.length; j > 0; j -= 1) { + mapValue = map[baseParts.slice(0, j).join('/')]; + + //baseName segment has config, find if it has one for + //this name. + if (mapValue) { + mapValue = mapValue[nameSegment]; + if (mapValue) { + //Match, update name to the new value. + foundMap = mapValue; + foundI = i; + break; + } + } + } + } + + if (foundMap) { + break; + } + + //Check for a star map match, but just hold on to it, + //if there is a shorter segment match later in a matching + //config, then favor over this star map. + if (!foundStarMap && starMap && starMap[nameSegment]) { + foundStarMap = starMap[nameSegment]; + starI = i; + } + } + + if (!foundMap && foundStarMap) { + foundMap = foundStarMap; + foundI = starI; + } + + if (foundMap) { + nameParts.splice(0, foundI, foundMap); + name = nameParts.join('/'); + } + } + + return name; + } + + function makeRequire(relName, forceSync) { + return function () { + //A version of a require function that passes a moduleName + //value for items that may need to + //look up paths relative to the moduleName + var args = aps.call(arguments, 0); + + //If first arg is not require('string'), and there is only + //one arg, it is the array form without a callback. Insert + //a null so that the following concat is correct. + if (typeof args[0] !== 'string' && args.length === 1) { + args.push(null); + } + return req.apply(undef, args.concat([relName, forceSync])); + }; + } + + function makeNormalize(relName) { + return function (name) { + return normalize(name, relName); + }; + } + + function makeLoad(depName) { + return function (value) { + defined[depName] = value; + }; + } + + function callDep(name) { + if (hasProp(waiting, name)) { + var args = waiting[name]; + delete waiting[name]; + defining[name] = true; + main.apply(undef, args); + } + + if (!hasProp(defined, name) && !hasProp(defining, name)) { + throw new Error('No ' + name); + } + return defined[name]; + } + + //Turns a plugin!resource to [plugin, resource] + //with the plugin being undefined if the name + //did not have a plugin prefix. + function splitPrefix(name) { + var prefix, + index = name ? name.indexOf('!') : -1; + if (index > -1) { + prefix = name.substring(0, index); + name = name.substring(index + 1, name.length); + } + return [prefix, name]; + } + + //Creates a parts array for a relName where first part is plugin ID, + //second part is resource ID. Assumes relName has already been normalized. + function makeRelParts(relName) { + return relName ? splitPrefix(relName) : []; + } + + /** + * Makes a name map, normalizing the name, and using a plugin + * for normalization if necessary. Grabs a ref to plugin + * too, as an optimization. + */ + makeMap = function (name, relParts) { + var plugin, + parts = splitPrefix(name), + prefix = parts[0], + relResourceName = relParts[1]; + + name = parts[1]; + + if (prefix) { + prefix = normalize(prefix, relResourceName); + plugin = callDep(prefix); + } + + //Normalize according + if (prefix) { + if (plugin && plugin.normalize) { + name = plugin.normalize(name, makeNormalize(relResourceName)); + } else { + name = normalize(name, relResourceName); + } + } else { + name = normalize(name, relResourceName); + parts = splitPrefix(name); + prefix = parts[0]; + name = parts[1]; + if (prefix) { + plugin = callDep(prefix); + } + } + + //Using ridiculous property names for space reasons + return { + f: prefix ? prefix + '!' + name : name, //fullName + n: name, + pr: prefix, + p: plugin + }; + }; + + function makeConfig(name) { + return function () { + return (config && config.config && config.config[name]) || {}; + }; + } + + handlers = { + require: function (name) { + return makeRequire(name); + }, + exports: function (name) { + var e = defined[name]; + if (typeof e !== 'undefined') { + return e; + } else { + return (defined[name] = {}); + } + }, + module: function (name) { + return { + id: name, + uri: '', + exports: defined[name], + config: makeConfig(name) + }; + } + }; + + main = function (name, deps, callback, relName) { + var cjsModule, depName, ret, map, i, relParts, + args = [], + callbackType = typeof callback, + usingExports; + + //Use name if no relName + relName = relName || name; + relParts = makeRelParts(relName); + + //Call the callback to define the module, if necessary. + if (callbackType === 'undefined' || callbackType === 'function') { + //Pull out the defined dependencies and pass the ordered + //values to the callback. + //Default to [require, exports, module] if no deps + deps = !deps.length && callback.length ? ['require', 'exports', 'module'] : deps; + for (i = 0; i < deps.length; i += 1) { + map = makeMap(deps[i], relParts); + depName = map.f; + + //Fast path CommonJS standard dependencies. + if (depName === "require") { + args[i] = handlers.require(name); + } else if (depName === "exports") { + //CommonJS module spec 1.1 + args[i] = handlers.exports(name); + usingExports = true; + } else if (depName === "module") { + //CommonJS module spec 1.1 + cjsModule = args[i] = handlers.module(name); + } else if (hasProp(defined, depName) || + hasProp(waiting, depName) || + hasProp(defining, depName)) { + args[i] = callDep(depName); + } else if (map.p) { + map.p.load(map.n, makeRequire(relName, true), makeLoad(depName), {}); + args[i] = defined[depName]; + } else { + throw new Error(name + ' missing ' + depName); + } + } + + ret = callback ? callback.apply(defined[name], args) : undefined; + + if (name) { + //If setting exports via "module" is in play, + //favor that over return value and exports. After that, + //favor a non-undefined return value over exports use. + if (cjsModule && cjsModule.exports !== undef && + cjsModule.exports !== defined[name]) { + defined[name] = cjsModule.exports; + } else if (ret !== undef || !usingExports) { + //Use the return value from the function. + defined[name] = ret; + } + } + } else if (name) { + //May just be an object definition for the module. Only + //worry about defining if have a module name. + defined[name] = callback; + } + }; + + requirejs = require = req = function (deps, callback, relName, forceSync, alt) { + if (typeof deps === "string") { + if (handlers[deps]) { + //callback in this case is really relName + return handlers[deps](callback); + } + //Just return the module wanted. In this scenario, the + //deps arg is the module name, and second arg (if passed) + //is just the relName. + //Normalize module name, if it contains . or .. + return callDep(makeMap(deps, makeRelParts(callback)).f); + } else if (!deps.splice) { + //deps is a config object, not an array. + config = deps; + if (config.deps) { + req(config.deps, config.callback); + } + if (!callback) { + return; + } + + if (callback.splice) { + //callback is an array, which means it is a dependency list. + //Adjust args if there are dependencies + deps = callback; + callback = relName; + relName = null; + } else { + deps = undef; + } + } + + //Support require(['a']) + callback = callback || function () {}; + + //If relName is a function, it is an errback handler, + //so remove it. + if (typeof relName === 'function') { + relName = forceSync; + forceSync = alt; + } + + //Simulate async callback; + if (forceSync) { + main(undef, deps, callback, relName); + } else { + //Using a non-zero value because of concern for what old browsers + //do, and latest browsers "upgrade" to 4 if lower value is used: + //http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-windowtimers-settimeout: + //If want a value immediately, use require('id') instead -- something + //that works in almond on the global level, but not guaranteed and + //unlikely to work in other AMD implementations. + setTimeout(function () { + main(undef, deps, callback, relName); + }, 4); + } + + return req; + }; + + /** + * Just drops the config on the floor, but returns req in case + * the config return value is used. + */ + req.config = function (cfg) { + return req(cfg); + }; + + /** + * Expose module registry for debugging and tooling + */ + requirejs._defined = defined; + + define = function (name, deps, callback) { + if (typeof name !== 'string') { + throw new Error('See almond README: incorrect module build, no module name'); + } + + //This module may not have dependencies + if (!deps.splice) { + //deps is not an array, so probably means + //an object literal or factory function for + //the value. Adjust args. + callback = deps; + deps = []; + } + + if (!hasProp(defined, name) && !hasProp(waiting, name)) { + waiting[name] = [name, deps, callback]; + } + }; + + define.amd = { + jQuery: true + }; +}()); + +S2.requirejs = requirejs;S2.require = require;S2.define = define; +} +}()); +S2.define("almond", function(){}); + +/* global jQuery:false, $:false */ +S2.define('jquery',[],function () { + var _$ = jQuery || $; + + if (_$ == null && console && console.error) { + console.error( + 'Select2: An instance of jQuery or a jQuery-compatible library was not ' + + 'found. Make sure that you are including jQuery before Select2 on your ' + + 'web page.' + ); + } + + return _$; +}); + +S2.define('select2/utils',[ + 'jquery' +], function ($) { + var Utils = {}; + + Utils.Extend = function (ChildClass, SuperClass) { + var __hasProp = {}.hasOwnProperty; + + function BaseConstructor () { + this.constructor = ChildClass; + } + + for (var key in SuperClass) { + if (__hasProp.call(SuperClass, key)) { + ChildClass[key] = SuperClass[key]; + } + } + + BaseConstructor.prototype = SuperClass.prototype; + ChildClass.prototype = new BaseConstructor(); + ChildClass.__super__ = SuperClass.prototype; + + return ChildClass; + }; + + function getMethods (theClass) { + var proto = theClass.prototype; + + var methods = []; + + for (var methodName in proto) { + var m = proto[methodName]; + + if (typeof m !== 'function') { + continue; + } + + if (methodName === 'constructor') { + continue; + } + + methods.push(methodName); + } + + return methods; + } + + Utils.Decorate = function (SuperClass, DecoratorClass) { + var decoratedMethods = getMethods(DecoratorClass); + var superMethods = getMethods(SuperClass); + + function DecoratedClass () { + var unshift = Array.prototype.unshift; + + var argCount = DecoratorClass.prototype.constructor.length; + + var calledConstructor = SuperClass.prototype.constructor; + + if (argCount > 0) { + unshift.call(arguments, SuperClass.prototype.constructor); + + calledConstructor = DecoratorClass.prototype.constructor; + } + + calledConstructor.apply(this, arguments); + } + + DecoratorClass.displayName = SuperClass.displayName; + + function ctr () { + this.constructor = DecoratedClass; + } + + DecoratedClass.prototype = new ctr(); + + for (var m = 0; m < superMethods.length; m++) { + var superMethod = superMethods[m]; + + DecoratedClass.prototype[superMethod] = + SuperClass.prototype[superMethod]; + } + + var calledMethod = function (methodName) { + // Stub out the original method if it's not decorating an actual method + var originalMethod = function () {}; + + if (methodName in DecoratedClass.prototype) { + originalMethod = DecoratedClass.prototype[methodName]; + } + + var decoratedMethod = DecoratorClass.prototype[methodName]; + + return function () { + var unshift = Array.prototype.unshift; + + unshift.call(arguments, originalMethod); + + return decoratedMethod.apply(this, arguments); + }; + }; + + for (var d = 0; d < decoratedMethods.length; d++) { + var decoratedMethod = decoratedMethods[d]; + + DecoratedClass.prototype[decoratedMethod] = calledMethod(decoratedMethod); + } + + return DecoratedClass; + }; + + var Observable = function () { + this.listeners = {}; + }; + + Observable.prototype.on = function (event, callback) { + this.listeners = this.listeners || {}; + + if (event in this.listeners) { + this.listeners[event].push(callback); + } else { + this.listeners[event] = [callback]; + } + }; + + Observable.prototype.trigger = function (event) { + var slice = Array.prototype.slice; + var params = slice.call(arguments, 1); + + this.listeners = this.listeners || {}; + + // Params should always come in as an array + if (params == null) { + params = []; + } + + // If there are no arguments to the event, use a temporary object + if (params.length === 0) { + params.push({}); + } + + // Set the `_type` of the first object to the event + params[0]._type = event; + + if (event in this.listeners) { + this.invoke(this.listeners[event], slice.call(arguments, 1)); + } + + if ('*' in this.listeners) { + this.invoke(this.listeners['*'], arguments); + } + }; + + Observable.prototype.invoke = function (listeners, params) { + for (var i = 0, len = listeners.length; i < len; i++) { + listeners[i].apply(this, params); + } + }; + + Utils.Observable = Observable; + + Utils.generateChars = function (length) { + var chars = ''; + + for (var i = 0; i < length; i++) { + var randomChar = Math.floor(Math.random() * 36); + chars += randomChar.toString(36); + } + + return chars; + }; + + Utils.bind = function (func, context) { + return function () { + func.apply(context, arguments); + }; + }; + + Utils._convertData = function (data) { + for (var originalKey in data) { + var keys = originalKey.split('-'); + + var dataLevel = data; + + if (keys.length === 1) { + continue; + } + + for (var k = 0; k < keys.length; k++) { + var key = keys[k]; + + // Lowercase the first letter + // By default, dash-separated becomes camelCase + key = key.substring(0, 1).toLowerCase() + key.substring(1); + + if (!(key in dataLevel)) { + dataLevel[key] = {}; + } + + if (k == keys.length - 1) { + dataLevel[key] = data[originalKey]; + } + + dataLevel = dataLevel[key]; + } + + delete data[originalKey]; + } + + return data; + }; + + Utils.hasScroll = function (index, el) { + // Adapted from the function created by @ShadowScripter + // and adapted by @BillBarry on the Stack Exchange Code Review website. + // The original code can be found at + // http://codereview.stackexchange.com/q/13338 + // and was designed to be used with the Sizzle selector engine. + + var $el = $(el); + var overflowX = el.style.overflowX; + var overflowY = el.style.overflowY; + + //Check both x and y declarations + if (overflowX === overflowY && + (overflowY === 'hidden' || overflowY === 'visible')) { + return false; + } + + if (overflowX === 'scroll' || overflowY === 'scroll') { + return true; + } + + return ($el.innerHeight() < el.scrollHeight || + $el.innerWidth() < el.scrollWidth); + }; + + Utils.escapeMarkup = function (markup) { + var replaceMap = { + '\\': '\', + '&': '&', + '<': '<', + '>': '>', + '"': '"', + '\'': ''', + '/': '/' + }; + + // Do not try to escape the markup if it's not a string + if (typeof markup !== 'string') { + return markup; + } + + return String(markup).replace(/[&<>"'\/\\]/g, function (match) { + return replaceMap[match]; + }); + }; + + // Append an array of jQuery nodes to a given element. + Utils.appendMany = function ($element, $nodes) { + // jQuery 1.7.x does not support $.fn.append() with an array + // Fall back to a jQuery object collection using $.fn.add() + if ($.fn.jquery.substr(0, 3) === '1.7') { + var $jqNodes = $(); + + $.map($nodes, function (node) { + $jqNodes = $jqNodes.add(node); + }); + + $nodes = $jqNodes; + } + + $element.append($nodes); + }; + + return Utils; +}); + +S2.define('select2/results',[ + 'jquery', + './utils' +], function ($, Utils) { + function Results ($element, options, dataAdapter) { + this.$element = $element; + this.data = dataAdapter; + this.options = options; + + Results.__super__.constructor.call(this); + } + + Utils.Extend(Results, Utils.Observable); + + Results.prototype.render = function () { + var $results = $( + '
      ' + ); + + if (this.options.get('multiple')) { + $results.attr('aria-multiselectable', 'true'); + } + + this.$results = $results; + + return $results; + }; + + Results.prototype.clear = function () { + this.$results.empty(); + }; + + Results.prototype.displayMessage = function (params) { + var escapeMarkup = this.options.get('escapeMarkup'); + + this.clear(); + this.hideLoading(); + + var $message = $( + '
    • ' + ); + + var message = this.options.get('translations').get(params.message); + + $message.append( + escapeMarkup( + message(params.args) + ) + ); + + $message[0].className += ' select2-results__message'; + + this.$results.append($message); + }; + + Results.prototype.hideMessages = function () { + this.$results.find('.select2-results__message').remove(); + }; + + Results.prototype.append = function (data) { + this.hideLoading(); + + var $options = []; + + if (data.results == null || data.results.length === 0) { + if (this.$results.children().length === 0) { + this.trigger('results:message', { + message: 'noResults' + }); + } + + return; + } + + data.results = this.sort(data.results); + + for (var d = 0; d < data.results.length; d++) { + var item = data.results[d]; + + var $option = this.option(item); + + $options.push($option); + } + + this.$results.append($options); + }; + + Results.prototype.position = function ($results, $dropdown) { + var $resultsContainer = $dropdown.find('.select2-results'); + $resultsContainer.append($results); + }; + + Results.prototype.sort = function (data) { + var sorter = this.options.get('sorter'); + + return sorter(data); + }; + + Results.prototype.highlightFirstItem = function () { + var $options = this.$results + .find('.select2-results__option[aria-selected]'); + + var $selected = $options.filter('[aria-selected=true]'); + + // Check if there are any selected options + if ($selected.length > 0) { + // If there are selected options, highlight the first + $selected.first().trigger('mouseenter'); + } else { + // If there are no selected options, highlight the first option + // in the dropdown + $options.first().trigger('mouseenter'); + } + + this.ensureHighlightVisible(); + }; + + Results.prototype.setClasses = function () { + var self = this; + + this.data.current(function (selected) { + var selectedIds = $.map(selected, function (s) { + return s.id.toString(); + }); + + var $options = self.$results + .find('.select2-results__option[aria-selected]'); + + $options.each(function () { + var $option = $(this); + + var item = $.data(this, 'data'); + + // id needs to be converted to a string when comparing + var id = '' + item.id; + + if ((item.element != null && item.element.selected) || + (item.element == null && $.inArray(id, selectedIds) > -1)) { + $option.attr('aria-selected', 'true'); + } else { + $option.attr('aria-selected', 'false'); + } + }); + + }); + }; + + Results.prototype.showLoading = function (params) { + this.hideLoading(); + + var loadingMore = this.options.get('translations').get('searching'); + + var loading = { + disabled: true, + loading: true, + text: loadingMore(params) + }; + var $loading = this.option(loading); + $loading.className += ' loading-results'; + + this.$results.prepend($loading); + }; + + Results.prototype.hideLoading = function () { + this.$results.find('.loading-results').remove(); + }; + + Results.prototype.option = function (data) { + var option = document.createElement('li'); + option.className = 'select2-results__option'; + + var attrs = { + 'role': 'treeitem', + 'aria-selected': 'false' + }; + + if (data.disabled) { + delete attrs['aria-selected']; + attrs['aria-disabled'] = 'true'; + } + + if (data.id == null) { + delete attrs['aria-selected']; + } + + if (data._resultId != null) { + option.id = data._resultId; + } + + if (data.title) { + option.title = data.title; + } + + if (data.children) { + attrs.role = 'group'; + attrs['aria-label'] = data.text; + delete attrs['aria-selected']; + } + + for (var attr in attrs) { + var val = attrs[attr]; + + option.setAttribute(attr, val); + } + + if (data.children) { + var $option = $(option); + + var label = document.createElement('strong'); + label.className = 'select2-results__group'; + + var $label = $(label); + this.template(data, label); + + var $children = []; + + for (var c = 0; c < data.children.length; c++) { + var child = data.children[c]; + + var $child = this.option(child); + + $children.push($child); + } + + var $childrenContainer = $('
        ', { + 'class': 'select2-results__options select2-results__options--nested' + }); + + $childrenContainer.append($children); + + $option.append(label); + $option.append($childrenContainer); + } else { + this.template(data, option); + } + + $.data(option, 'data', data); + + return option; + }; + + Results.prototype.bind = function (container, $container) { + var self = this; + + var id = container.id + '-results'; + + this.$results.attr('id', id); + + container.on('results:all', function (params) { + self.clear(); + self.append(params.data); + + if (container.isOpen()) { + self.setClasses(); + self.highlightFirstItem(); + } + }); + + container.on('results:append', function (params) { + self.append(params.data); + + if (container.isOpen()) { + self.setClasses(); + } + }); + + container.on('query', function (params) { + self.hideMessages(); + self.showLoading(params); + }); + + container.on('select', function () { + if (!container.isOpen()) { + return; + } + + self.setClasses(); + self.highlightFirstItem(); + }); + + container.on('unselect', function () { + if (!container.isOpen()) { + return; + } + + self.setClasses(); + self.highlightFirstItem(); + }); + + container.on('open', function () { + // When the dropdown is open, aria-expended="true" + self.$results.attr('aria-expanded', 'true'); + self.$results.attr('aria-hidden', 'false'); + + self.setClasses(); + self.ensureHighlightVisible(); + }); + + container.on('close', function () { + // When the dropdown is closed, aria-expended="false" + self.$results.attr('aria-expanded', 'false'); + self.$results.attr('aria-hidden', 'true'); + self.$results.removeAttr('aria-activedescendant'); + }); + + container.on('results:toggle', function () { + var $highlighted = self.getHighlightedResults(); + + if ($highlighted.length === 0) { + return; + } + + $highlighted.trigger('mouseup'); + }); + + container.on('results:select', function () { + var $highlighted = self.getHighlightedResults(); + + if ($highlighted.length === 0) { + return; + } + + var data = $highlighted.data('data'); + + if ($highlighted.attr('aria-selected') == 'true') { + self.trigger('close', {}); + } else { + self.trigger('select', { + data: data + }); + } + }); + + container.on('results:previous', function () { + var $highlighted = self.getHighlightedResults(); + + var $options = self.$results.find('[aria-selected]'); + + var currentIndex = $options.index($highlighted); + + // If we are already at te top, don't move further + if (currentIndex === 0) { + return; + } + + var nextIndex = currentIndex - 1; + + // If none are highlighted, highlight the first + if ($highlighted.length === 0) { + nextIndex = 0; + } + + var $next = $options.eq(nextIndex); + + $next.trigger('mouseenter'); + + var currentOffset = self.$results.offset().top; + var nextTop = $next.offset().top; + var nextOffset = self.$results.scrollTop() + (nextTop - currentOffset); + + if (nextIndex === 0) { + self.$results.scrollTop(0); + } else if (nextTop - currentOffset < 0) { + self.$results.scrollTop(nextOffset); + } + }); + + container.on('results:next', function () { + var $highlighted = self.getHighlightedResults(); + + var $options = self.$results.find('[aria-selected]'); + + var currentIndex = $options.index($highlighted); + + var nextIndex = currentIndex + 1; + + // If we are at the last option, stay there + if (nextIndex >= $options.length) { + return; + } + + var $next = $options.eq(nextIndex); + + $next.trigger('mouseenter'); + + var currentOffset = self.$results.offset().top + + self.$results.outerHeight(false); + var nextBottom = $next.offset().top + $next.outerHeight(false); + var nextOffset = self.$results.scrollTop() + nextBottom - currentOffset; + + if (nextIndex === 0) { + self.$results.scrollTop(0); + } else if (nextBottom > currentOffset) { + self.$results.scrollTop(nextOffset); + } + }); + + container.on('results:focus', function (params) { + params.element.addClass('select2-results__option--highlighted'); + }); + + container.on('results:message', function (params) { + self.displayMessage(params); + }); + + if ($.fn.mousewheel) { + this.$results.on('mousewheel', function (e) { + var top = self.$results.scrollTop(); + + var bottom = self.$results.get(0).scrollHeight - top + e.deltaY; + + var isAtTop = e.deltaY > 0 && top - e.deltaY <= 0; + var isAtBottom = e.deltaY < 0 && bottom <= self.$results.height(); + + if (isAtTop) { + self.$results.scrollTop(0); + + e.preventDefault(); + e.stopPropagation(); + } else if (isAtBottom) { + self.$results.scrollTop( + self.$results.get(0).scrollHeight - self.$results.height() + ); + + e.preventDefault(); + e.stopPropagation(); + } + }); + } + + this.$results.on('mouseup', '.select2-results__option[aria-selected]', + function (evt) { + var $this = $(this); + + var data = $this.data('data'); + + if ($this.attr('aria-selected') === 'true') { + if (self.options.get('multiple')) { + self.trigger('unselect', { + originalEvent: evt, + data: data + }); + } else { + self.trigger('close', {}); + } + + return; + } + + self.trigger('select', { + originalEvent: evt, + data: data + }); + }); + + this.$results.on('mouseenter', '.select2-results__option[aria-selected]', + function (evt) { + var data = $(this).data('data'); + + self.getHighlightedResults() + .removeClass('select2-results__option--highlighted'); + + self.trigger('results:focus', { + data: data, + element: $(this) + }); + }); + }; + + Results.prototype.getHighlightedResults = function () { + var $highlighted = this.$results + .find('.select2-results__option--highlighted'); + + return $highlighted; + }; + + Results.prototype.destroy = function () { + this.$results.remove(); + }; + + Results.prototype.ensureHighlightVisible = function () { + var $highlighted = this.getHighlightedResults(); + + if ($highlighted.length === 0) { + return; + } + + var $options = this.$results.find('[aria-selected]'); + + var currentIndex = $options.index($highlighted); + + var currentOffset = this.$results.offset().top; + var nextTop = $highlighted.offset().top; + var nextOffset = this.$results.scrollTop() + (nextTop - currentOffset); + + var offsetDelta = nextTop - currentOffset; + nextOffset -= $highlighted.outerHeight(false) * 2; + + if (currentIndex <= 2) { + this.$results.scrollTop(0); + } else if (offsetDelta > this.$results.outerHeight() || offsetDelta < 0) { + this.$results.scrollTop(nextOffset); + } + }; + + Results.prototype.template = function (result, container) { + var template = this.options.get('templateResult'); + var escapeMarkup = this.options.get('escapeMarkup'); + + var content = template(result, container); + + if (content == null) { + container.style.display = 'none'; + } else if (typeof content === 'string') { + container.innerHTML = escapeMarkup(content); + } else { + $(container).append(content); + } + }; + + return Results; +}); + +S2.define('select2/keys',[ + +], function () { + var KEYS = { + BACKSPACE: 8, + TAB: 9, + ENTER: 13, + SHIFT: 16, + CTRL: 17, + ALT: 18, + ESC: 27, + SPACE: 32, + PAGE_UP: 33, + PAGE_DOWN: 34, + END: 35, + HOME: 36, + LEFT: 37, + UP: 38, + RIGHT: 39, + DOWN: 40, + DELETE: 46 + }; + + return KEYS; +}); + +S2.define('select2/selection/base',[ + 'jquery', + '../utils', + '../keys' +], function ($, Utils, KEYS) { + function BaseSelection ($element, options) { + this.$element = $element; + this.options = options; + + BaseSelection.__super__.constructor.call(this); + } + + Utils.Extend(BaseSelection, Utils.Observable); + + BaseSelection.prototype.render = function () { + var $selection = $( + '' + ); + + this._tabindex = 0; + + if (this.$element.data('old-tabindex') != null) { + this._tabindex = this.$element.data('old-tabindex'); + } else if (this.$element.attr('tabindex') != null) { + this._tabindex = this.$element.attr('tabindex'); + } + + $selection.attr('title', this.$element.attr('title')); + $selection.attr('tabindex', this._tabindex); + + this.$selection = $selection; + + return $selection; + }; + + BaseSelection.prototype.bind = function (container, $container) { + var self = this; + + var id = container.id + '-container'; + var resultsId = container.id + '-results'; + + this.container = container; + + this.$selection.on('focus', function (evt) { + self.trigger('focus', evt); + }); + + this.$selection.on('blur', function (evt) { + self._handleBlur(evt); + }); + + this.$selection.on('keydown', function (evt) { + self.trigger('keypress', evt); + + if (evt.which === KEYS.SPACE) { + evt.preventDefault(); + } + }); + + container.on('results:focus', function (params) { + self.$selection.attr('aria-activedescendant', params.data._resultId); + }); + + container.on('selection:update', function (params) { + self.update(params.data); + }); + + container.on('open', function () { + // When the dropdown is open, aria-expanded="true" + self.$selection.attr('aria-expanded', 'true'); + self.$selection.attr('aria-owns', resultsId); + + self._attachCloseHandler(container); + }); + + container.on('close', function () { + // When the dropdown is closed, aria-expanded="false" + self.$selection.attr('aria-expanded', 'false'); + self.$selection.removeAttr('aria-activedescendant'); + self.$selection.removeAttr('aria-owns'); + + self.$selection.focus(); + + self._detachCloseHandler(container); + }); + + container.on('enable', function () { + self.$selection.attr('tabindex', self._tabindex); + }); + + container.on('disable', function () { + self.$selection.attr('tabindex', '-1'); + }); + }; + + BaseSelection.prototype._handleBlur = function (evt) { + var self = this; + + // This needs to be delayed as the active element is the body when the tab + // key is pressed, possibly along with others. + window.setTimeout(function () { + // Don't trigger `blur` if the focus is still in the selection + if ( + (document.activeElement == self.$selection[0]) || + ($.contains(self.$selection[0], document.activeElement)) + ) { + return; + } + + self.trigger('blur', evt); + }, 1); + }; + + BaseSelection.prototype._attachCloseHandler = function (container) { + var self = this; + + $(document.body).on('mousedown.select2.' + container.id, function (e) { + var $target = $(e.target); + + var $select = $target.closest('.select2'); + + var $all = $('.select2.select2-container--open'); + + $all.each(function () { + var $this = $(this); + + if (this == $select[0]) { + return; + } + + var $element = $this.data('element'); + + $element.select2('close'); + }); + }); + }; + + BaseSelection.prototype._detachCloseHandler = function (container) { + $(document.body).off('mousedown.select2.' + container.id); + }; + + BaseSelection.prototype.position = function ($selection, $container) { + var $selectionContainer = $container.find('.selection'); + $selectionContainer.append($selection); + }; + + BaseSelection.prototype.destroy = function () { + this._detachCloseHandler(this.container); + }; + + BaseSelection.prototype.update = function (data) { + throw new Error('The `update` method must be defined in child classes.'); + }; + + return BaseSelection; +}); + +S2.define('select2/selection/single',[ + 'jquery', + './base', + '../utils', + '../keys' +], function ($, BaseSelection, Utils, KEYS) { + function SingleSelection () { + SingleSelection.__super__.constructor.apply(this, arguments); + } + + Utils.Extend(SingleSelection, BaseSelection); + + SingleSelection.prototype.render = function () { + var $selection = SingleSelection.__super__.render.call(this); + + $selection.addClass('select2-selection--single'); + + $selection.html( + '' + + '' + + '' + + '' + ); + + return $selection; + }; + + SingleSelection.prototype.bind = function (container, $container) { + var self = this; + + SingleSelection.__super__.bind.apply(this, arguments); + + var id = container.id + '-container'; + + this.$selection.find('.select2-selection__rendered').attr('id', id); + this.$selection.attr('aria-labelledby', id); + + this.$selection.on('mousedown', function (evt) { + // Only respond to left clicks + if (evt.which !== 1) { + return; + } + + self.trigger('toggle', { + originalEvent: evt + }); + }); + + this.$selection.on('focus', function (evt) { + // User focuses on the container + }); + + this.$selection.on('blur', function (evt) { + // User exits the container + }); + + container.on('focus', function (evt) { + if (!container.isOpen()) { + self.$selection.focus(); + } + }); + + container.on('selection:update', function (params) { + self.update(params.data); + }); + }; + + SingleSelection.prototype.clear = function () { + this.$selection.find('.select2-selection__rendered').empty(); + }; + + SingleSelection.prototype.display = function (data, container) { + var template = this.options.get('templateSelection'); + var escapeMarkup = this.options.get('escapeMarkup'); + + return escapeMarkup(template(data, container)); + }; + + SingleSelection.prototype.selectionContainer = function () { + return $(''); + }; + + SingleSelection.prototype.update = function (data) { + if (data.length === 0) { + this.clear(); + return; + } + + var selection = data[0]; + + var $rendered = this.$selection.find('.select2-selection__rendered'); + var formatted = this.display(selection, $rendered); + + $rendered.empty().append(formatted); + $rendered.prop('title', selection.title || selection.text); + }; + + return SingleSelection; +}); + +S2.define('select2/selection/multiple',[ + 'jquery', + './base', + '../utils' +], function ($, BaseSelection, Utils) { + function MultipleSelection ($element, options) { + MultipleSelection.__super__.constructor.apply(this, arguments); + } + + Utils.Extend(MultipleSelection, BaseSelection); + + MultipleSelection.prototype.render = function () { + var $selection = MultipleSelection.__super__.render.call(this); + + $selection.addClass('select2-selection--multiple'); + + $selection.html( + '
          ' + ); + + return $selection; + }; + + MultipleSelection.prototype.bind = function (container, $container) { + var self = this; + + MultipleSelection.__super__.bind.apply(this, arguments); + + this.$selection.on('click', function (evt) { + self.trigger('toggle', { + originalEvent: evt + }); + }); + + this.$selection.on( + 'click', + '.select2-selection__choice__remove', + function (evt) { + // Ignore the event if it is disabled + if (self.options.get('disabled')) { + return; + } + + var $remove = $(this); + var $selection = $remove.parent(); + + var data = $selection.data('data'); + + self.trigger('unselect', { + originalEvent: evt, + data: data + }); + } + ); + }; + + MultipleSelection.prototype.clear = function () { + this.$selection.find('.select2-selection__rendered').empty(); + }; + + MultipleSelection.prototype.display = function (data, container) { + var template = this.options.get('templateSelection'); + var escapeMarkup = this.options.get('escapeMarkup'); + + return escapeMarkup(template(data, container)); + }; + + MultipleSelection.prototype.selectionContainer = function () { + var $container = $( + '
        • ' + + '' + + '×' + + '' + + '
        • ' + ); + + return $container; + }; + + MultipleSelection.prototype.update = function (data) { + this.clear(); + + if (data.length === 0) { + return; + } + + var $selections = []; + + for (var d = 0; d < data.length; d++) { + var selection = data[d]; + + var $selection = this.selectionContainer(); + var formatted = this.display(selection, $selection); + + $selection.append(formatted); + $selection.prop('title', selection.title || selection.text); + + $selection.data('data', selection); + + $selections.push($selection); + } + + var $rendered = this.$selection.find('.select2-selection__rendered'); + + Utils.appendMany($rendered, $selections); + }; + + return MultipleSelection; +}); + +S2.define('select2/selection/placeholder',[ + '../utils' +], function (Utils) { + function Placeholder (decorated, $element, options) { + this.placeholder = this.normalizePlaceholder(options.get('placeholder')); + + decorated.call(this, $element, options); + } + + Placeholder.prototype.normalizePlaceholder = function (_, placeholder) { + if (typeof placeholder === 'string') { + placeholder = { + id: '', + text: placeholder + }; + } + + return placeholder; + }; + + Placeholder.prototype.createPlaceholder = function (decorated, placeholder) { + var $placeholder = this.selectionContainer(); + + $placeholder.html(this.display(placeholder)); + $placeholder.addClass('select2-selection__placeholder') + .removeClass('select2-selection__choice'); + + return $placeholder; + }; + + Placeholder.prototype.update = function (decorated, data) { + var singlePlaceholder = ( + data.length == 1 && data[0].id != this.placeholder.id + ); + var multipleSelections = data.length > 1; + + if (multipleSelections || singlePlaceholder) { + return decorated.call(this, data); + } + + this.clear(); + + var $placeholder = this.createPlaceholder(this.placeholder); + + this.$selection.find('.select2-selection__rendered').append($placeholder); + }; + + return Placeholder; +}); + +S2.define('select2/selection/allowClear',[ + 'jquery', + '../keys' +], function ($, KEYS) { + function AllowClear () { } + + AllowClear.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + if (this.placeholder == null) { + if (this.options.get('debug') && window.console && console.error) { + console.error( + 'Select2: The `allowClear` option should be used in combination ' + + 'with the `placeholder` option.' + ); + } + } + + this.$selection.on('mousedown', '.select2-selection__clear', + function (evt) { + self._handleClear(evt); + }); + + container.on('keypress', function (evt) { + self._handleKeyboardClear(evt, container); + }); + }; + + AllowClear.prototype._handleClear = function (_, evt) { + // Ignore the event if it is disabled + if (this.options.get('disabled')) { + return; + } + + var $clear = this.$selection.find('.select2-selection__clear'); + + // Ignore the event if nothing has been selected + if ($clear.length === 0) { + return; + } + + evt.stopPropagation(); + + var data = $clear.data('data'); + + for (var d = 0; d < data.length; d++) { + var unselectData = { + data: data[d] + }; + + // Trigger the `unselect` event, so people can prevent it from being + // cleared. + this.trigger('unselect', unselectData); + + // If the event was prevented, don't clear it out. + if (unselectData.prevented) { + return; + } + } + + this.$element.val(this.placeholder.id).trigger('change'); + + this.trigger('toggle', {}); + }; + + AllowClear.prototype._handleKeyboardClear = function (_, evt, container) { + if (container.isOpen()) { + return; + } + + if (evt.which == KEYS.DELETE || evt.which == KEYS.BACKSPACE) { + this._handleClear(evt); + } + }; + + AllowClear.prototype.update = function (decorated, data) { + decorated.call(this, data); + + if (this.$selection.find('.select2-selection__placeholder').length > 0 || + data.length === 0) { + return; + } + + var $remove = $( + '' + + '×' + + '' + ); + $remove.data('data', data); + + this.$selection.find('.select2-selection__rendered').prepend($remove); + }; + + return AllowClear; +}); + +S2.define('select2/selection/search',[ + 'jquery', + '../utils', + '../keys' +], function ($, Utils, KEYS) { + function Search (decorated, $element, options) { + decorated.call(this, $element, options); + } + + Search.prototype.render = function (decorated) { + var $search = $( + '' + ); + + this.$searchContainer = $search; + this.$search = $search.find('input'); + + var $rendered = decorated.call(this); + + this._transferTabIndex(); + + return $rendered; + }; + + Search.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('open', function () { + self.$search.trigger('focus'); + }); + + container.on('close', function () { + self.$search.val(''); + self.$search.removeAttr('aria-activedescendant'); + self.$search.trigger('focus'); + }); + + container.on('enable', function () { + self.$search.prop('disabled', false); + + self._transferTabIndex(); + }); + + container.on('disable', function () { + self.$search.prop('disabled', true); + }); + + container.on('focus', function (evt) { + self.$search.trigger('focus'); + }); + + container.on('results:focus', function (params) { + self.$search.attr('aria-activedescendant', params.id); + }); + + this.$selection.on('focusin', '.select2-search--inline', function (evt) { + self.trigger('focus', evt); + }); + + this.$selection.on('focusout', '.select2-search--inline', function (evt) { + self._handleBlur(evt); + }); + + this.$selection.on('keydown', '.select2-search--inline', function (evt) { + evt.stopPropagation(); + + self.trigger('keypress', evt); + + self._keyUpPrevented = evt.isDefaultPrevented(); + + var key = evt.which; + + if (key === KEYS.BACKSPACE && self.$search.val() === '') { + var $previousChoice = self.$searchContainer + .prev('.select2-selection__choice'); + + if ($previousChoice.length > 0) { + var item = $previousChoice.data('data'); + + self.searchRemoveChoice(item); + + evt.preventDefault(); + } + } + }); + + // Try to detect the IE version should the `documentMode` property that + // is stored on the document. This is only implemented in IE and is + // slightly cleaner than doing a user agent check. + // This property is not available in Edge, but Edge also doesn't have + // this bug. + var msie = document.documentMode; + var disableInputEvents = msie && msie <= 11; + + // Workaround for browsers which do not support the `input` event + // This will prevent double-triggering of events for browsers which support + // both the `keyup` and `input` events. + this.$selection.on( + 'input.searchcheck', + '.select2-search--inline', + function (evt) { + // IE will trigger the `input` event when a placeholder is used on a + // search box. To get around this issue, we are forced to ignore all + // `input` events in IE and keep using `keyup`. + if (disableInputEvents) { + self.$selection.off('input.search input.searchcheck'); + return; + } + + // Unbind the duplicated `keyup` event + self.$selection.off('keyup.search'); + } + ); + + this.$selection.on( + 'keyup.search input.search', + '.select2-search--inline', + function (evt) { + // IE will trigger the `input` event when a placeholder is used on a + // search box. To get around this issue, we are forced to ignore all + // `input` events in IE and keep using `keyup`. + if (disableInputEvents && evt.type === 'input') { + self.$selection.off('input.search input.searchcheck'); + return; + } + + var key = evt.which; + + // We can freely ignore events from modifier keys + if (key == KEYS.SHIFT || key == KEYS.CTRL || key == KEYS.ALT) { + return; + } + + // Tabbing will be handled during the `keydown` phase + if (key == KEYS.TAB) { + return; + } + + self.handleSearch(evt); + } + ); + }; + + /** + * This method will transfer the tabindex attribute from the rendered + * selection to the search box. This allows for the search box to be used as + * the primary focus instead of the selection container. + * + * @private + */ + Search.prototype._transferTabIndex = function (decorated) { + this.$search.attr('tabindex', this.$selection.attr('tabindex')); + this.$selection.attr('tabindex', '-1'); + }; + + Search.prototype.createPlaceholder = function (decorated, placeholder) { + this.$search.attr('placeholder', placeholder.text); + }; + + Search.prototype.update = function (decorated, data) { + var searchHadFocus = this.$search[0] == document.activeElement; + + this.$search.attr('placeholder', ''); + + decorated.call(this, data); + + this.$selection.find('.select2-selection__rendered') + .append(this.$searchContainer); + + this.resizeSearch(); + if (searchHadFocus) { + this.$search.focus(); + } + }; + + Search.prototype.handleSearch = function () { + this.resizeSearch(); + + if (!this._keyUpPrevented) { + var input = this.$search.val(); + + this.trigger('query', { + term: input + }); + } + + this._keyUpPrevented = false; + }; + + Search.prototype.searchRemoveChoice = function (decorated, item) { + this.trigger('unselect', { + data: item + }); + + this.$search.val(item.text); + this.handleSearch(); + }; + + Search.prototype.resizeSearch = function () { + this.$search.css('width', '25px'); + + var width = ''; + + if (this.$search.attr('placeholder') !== '') { + width = this.$selection.find('.select2-selection__rendered').innerWidth(); + } else { + var minimumWidth = this.$search.val().length + 1; + + width = (minimumWidth * 0.75) + 'em'; + } + + this.$search.css('width', width); + }; + + return Search; +}); + +S2.define('select2/selection/eventRelay',[ + 'jquery' +], function ($) { + function EventRelay () { } + + EventRelay.prototype.bind = function (decorated, container, $container) { + var self = this; + var relayEvents = [ + 'open', 'opening', + 'close', 'closing', + 'select', 'selecting', + 'unselect', 'unselecting' + ]; + + var preventableEvents = ['opening', 'closing', 'selecting', 'unselecting']; + + decorated.call(this, container, $container); + + container.on('*', function (name, params) { + // Ignore events that should not be relayed + if ($.inArray(name, relayEvents) === -1) { + return; + } + + // The parameters should always be an object + params = params || {}; + + // Generate the jQuery event for the Select2 event + var evt = $.Event('select2:' + name, { + params: params + }); + + self.$element.trigger(evt); + + // Only handle preventable events if it was one + if ($.inArray(name, preventableEvents) === -1) { + return; + } + + params.prevented = evt.isDefaultPrevented(); + }); + }; + + return EventRelay; +}); + +S2.define('select2/translation',[ + 'jquery', + 'require' +], function ($, require) { + function Translation (dict) { + this.dict = dict || {}; + } + + Translation.prototype.all = function () { + return this.dict; + }; + + Translation.prototype.get = function (key) { + return this.dict[key]; + }; + + Translation.prototype.extend = function (translation) { + this.dict = $.extend({}, translation.all(), this.dict); + }; + + // Static functions + + Translation._cache = {}; + + Translation.loadPath = function (path) { + if (!(path in Translation._cache)) { + var translations = require(path); + + Translation._cache[path] = translations; + } + + return new Translation(Translation._cache[path]); + }; + + return Translation; +}); + +S2.define('select2/diacritics',[ + +], function () { + var diacritics = { + '\u24B6': 'A', + '\uFF21': 'A', + '\u00C0': 'A', + '\u00C1': 'A', + '\u00C2': 'A', + '\u1EA6': 'A', + '\u1EA4': 'A', + '\u1EAA': 'A', + '\u1EA8': 'A', + '\u00C3': 'A', + '\u0100': 'A', + '\u0102': 'A', + '\u1EB0': 'A', + '\u1EAE': 'A', + '\u1EB4': 'A', + '\u1EB2': 'A', + '\u0226': 'A', + '\u01E0': 'A', + '\u00C4': 'A', + '\u01DE': 'A', + '\u1EA2': 'A', + '\u00C5': 'A', + '\u01FA': 'A', + '\u01CD': 'A', + '\u0200': 'A', + '\u0202': 'A', + '\u1EA0': 'A', + '\u1EAC': 'A', + '\u1EB6': 'A', + '\u1E00': 'A', + '\u0104': 'A', + '\u023A': 'A', + '\u2C6F': 'A', + '\uA732': 'AA', + '\u00C6': 'AE', + '\u01FC': 'AE', + '\u01E2': 'AE', + '\uA734': 'AO', + '\uA736': 'AU', + '\uA738': 'AV', + '\uA73A': 'AV', + '\uA73C': 'AY', + '\u24B7': 'B', + '\uFF22': 'B', + '\u1E02': 'B', + '\u1E04': 'B', + '\u1E06': 'B', + '\u0243': 'B', + '\u0182': 'B', + '\u0181': 'B', + '\u24B8': 'C', + '\uFF23': 'C', + '\u0106': 'C', + '\u0108': 'C', + '\u010A': 'C', + '\u010C': 'C', + '\u00C7': 'C', + '\u1E08': 'C', + '\u0187': 'C', + '\u023B': 'C', + '\uA73E': 'C', + '\u24B9': 'D', + '\uFF24': 'D', + '\u1E0A': 'D', + '\u010E': 'D', + '\u1E0C': 'D', + '\u1E10': 'D', + '\u1E12': 'D', + '\u1E0E': 'D', + '\u0110': 'D', + '\u018B': 'D', + '\u018A': 'D', + '\u0189': 'D', + '\uA779': 'D', + '\u01F1': 'DZ', + '\u01C4': 'DZ', + '\u01F2': 'Dz', + '\u01C5': 'Dz', + '\u24BA': 'E', + '\uFF25': 'E', + '\u00C8': 'E', + '\u00C9': 'E', + '\u00CA': 'E', + '\u1EC0': 'E', + '\u1EBE': 'E', + '\u1EC4': 'E', + '\u1EC2': 'E', + '\u1EBC': 'E', + '\u0112': 'E', + '\u1E14': 'E', + '\u1E16': 'E', + '\u0114': 'E', + '\u0116': 'E', + '\u00CB': 'E', + '\u1EBA': 'E', + '\u011A': 'E', + '\u0204': 'E', + '\u0206': 'E', + '\u1EB8': 'E', + '\u1EC6': 'E', + '\u0228': 'E', + '\u1E1C': 'E', + '\u0118': 'E', + '\u1E18': 'E', + '\u1E1A': 'E', + '\u0190': 'E', + '\u018E': 'E', + '\u24BB': 'F', + '\uFF26': 'F', + '\u1E1E': 'F', + '\u0191': 'F', + '\uA77B': 'F', + '\u24BC': 'G', + '\uFF27': 'G', + '\u01F4': 'G', + '\u011C': 'G', + '\u1E20': 'G', + '\u011E': 'G', + '\u0120': 'G', + '\u01E6': 'G', + '\u0122': 'G', + '\u01E4': 'G', + '\u0193': 'G', + '\uA7A0': 'G', + '\uA77D': 'G', + '\uA77E': 'G', + '\u24BD': 'H', + '\uFF28': 'H', + '\u0124': 'H', + '\u1E22': 'H', + '\u1E26': 'H', + '\u021E': 'H', + '\u1E24': 'H', + '\u1E28': 'H', + '\u1E2A': 'H', + '\u0126': 'H', + '\u2C67': 'H', + '\u2C75': 'H', + '\uA78D': 'H', + '\u24BE': 'I', + '\uFF29': 'I', + '\u00CC': 'I', + '\u00CD': 'I', + '\u00CE': 'I', + '\u0128': 'I', + '\u012A': 'I', + '\u012C': 'I', + '\u0130': 'I', + '\u00CF': 'I', + '\u1E2E': 'I', + '\u1EC8': 'I', + '\u01CF': 'I', + '\u0208': 'I', + '\u020A': 'I', + '\u1ECA': 'I', + '\u012E': 'I', + '\u1E2C': 'I', + '\u0197': 'I', + '\u24BF': 'J', + '\uFF2A': 'J', + '\u0134': 'J', + '\u0248': 'J', + '\u24C0': 'K', + '\uFF2B': 'K', + '\u1E30': 'K', + '\u01E8': 'K', + '\u1E32': 'K', + '\u0136': 'K', + '\u1E34': 'K', + '\u0198': 'K', + '\u2C69': 'K', + '\uA740': 'K', + '\uA742': 'K', + '\uA744': 'K', + '\uA7A2': 'K', + '\u24C1': 'L', + '\uFF2C': 'L', + '\u013F': 'L', + '\u0139': 'L', + '\u013D': 'L', + '\u1E36': 'L', + '\u1E38': 'L', + '\u013B': 'L', + '\u1E3C': 'L', + '\u1E3A': 'L', + '\u0141': 'L', + '\u023D': 'L', + '\u2C62': 'L', + '\u2C60': 'L', + '\uA748': 'L', + '\uA746': 'L', + '\uA780': 'L', + '\u01C7': 'LJ', + '\u01C8': 'Lj', + '\u24C2': 'M', + '\uFF2D': 'M', + '\u1E3E': 'M', + '\u1E40': 'M', + '\u1E42': 'M', + '\u2C6E': 'M', + '\u019C': 'M', + '\u24C3': 'N', + '\uFF2E': 'N', + '\u01F8': 'N', + '\u0143': 'N', + '\u00D1': 'N', + '\u1E44': 'N', + '\u0147': 'N', + '\u1E46': 'N', + '\u0145': 'N', + '\u1E4A': 'N', + '\u1E48': 'N', + '\u0220': 'N', + '\u019D': 'N', + '\uA790': 'N', + '\uA7A4': 'N', + '\u01CA': 'NJ', + '\u01CB': 'Nj', + '\u24C4': 'O', + '\uFF2F': 'O', + '\u00D2': 'O', + '\u00D3': 'O', + '\u00D4': 'O', + '\u1ED2': 'O', + '\u1ED0': 'O', + '\u1ED6': 'O', + '\u1ED4': 'O', + '\u00D5': 'O', + '\u1E4C': 'O', + '\u022C': 'O', + '\u1E4E': 'O', + '\u014C': 'O', + '\u1E50': 'O', + '\u1E52': 'O', + '\u014E': 'O', + '\u022E': 'O', + '\u0230': 'O', + '\u00D6': 'O', + '\u022A': 'O', + '\u1ECE': 'O', + '\u0150': 'O', + '\u01D1': 'O', + '\u020C': 'O', + '\u020E': 'O', + '\u01A0': 'O', + '\u1EDC': 'O', + '\u1EDA': 'O', + '\u1EE0': 'O', + '\u1EDE': 'O', + '\u1EE2': 'O', + '\u1ECC': 'O', + '\u1ED8': 'O', + '\u01EA': 'O', + '\u01EC': 'O', + '\u00D8': 'O', + '\u01FE': 'O', + '\u0186': 'O', + '\u019F': 'O', + '\uA74A': 'O', + '\uA74C': 'O', + '\u01A2': 'OI', + '\uA74E': 'OO', + '\u0222': 'OU', + '\u24C5': 'P', + '\uFF30': 'P', + '\u1E54': 'P', + '\u1E56': 'P', + '\u01A4': 'P', + '\u2C63': 'P', + '\uA750': 'P', + '\uA752': 'P', + '\uA754': 'P', + '\u24C6': 'Q', + '\uFF31': 'Q', + '\uA756': 'Q', + '\uA758': 'Q', + '\u024A': 'Q', + '\u24C7': 'R', + '\uFF32': 'R', + '\u0154': 'R', + '\u1E58': 'R', + '\u0158': 'R', + '\u0210': 'R', + '\u0212': 'R', + '\u1E5A': 'R', + '\u1E5C': 'R', + '\u0156': 'R', + '\u1E5E': 'R', + '\u024C': 'R', + '\u2C64': 'R', + '\uA75A': 'R', + '\uA7A6': 'R', + '\uA782': 'R', + '\u24C8': 'S', + '\uFF33': 'S', + '\u1E9E': 'S', + '\u015A': 'S', + '\u1E64': 'S', + '\u015C': 'S', + '\u1E60': 'S', + '\u0160': 'S', + '\u1E66': 'S', + '\u1E62': 'S', + '\u1E68': 'S', + '\u0218': 'S', + '\u015E': 'S', + '\u2C7E': 'S', + '\uA7A8': 'S', + '\uA784': 'S', + '\u24C9': 'T', + '\uFF34': 'T', + '\u1E6A': 'T', + '\u0164': 'T', + '\u1E6C': 'T', + '\u021A': 'T', + '\u0162': 'T', + '\u1E70': 'T', + '\u1E6E': 'T', + '\u0166': 'T', + '\u01AC': 'T', + '\u01AE': 'T', + '\u023E': 'T', + '\uA786': 'T', + '\uA728': 'TZ', + '\u24CA': 'U', + '\uFF35': 'U', + '\u00D9': 'U', + '\u00DA': 'U', + '\u00DB': 'U', + '\u0168': 'U', + '\u1E78': 'U', + '\u016A': 'U', + '\u1E7A': 'U', + '\u016C': 'U', + '\u00DC': 'U', + '\u01DB': 'U', + '\u01D7': 'U', + '\u01D5': 'U', + '\u01D9': 'U', + '\u1EE6': 'U', + '\u016E': 'U', + '\u0170': 'U', + '\u01D3': 'U', + '\u0214': 'U', + '\u0216': 'U', + '\u01AF': 'U', + '\u1EEA': 'U', + '\u1EE8': 'U', + '\u1EEE': 'U', + '\u1EEC': 'U', + '\u1EF0': 'U', + '\u1EE4': 'U', + '\u1E72': 'U', + '\u0172': 'U', + '\u1E76': 'U', + '\u1E74': 'U', + '\u0244': 'U', + '\u24CB': 'V', + '\uFF36': 'V', + '\u1E7C': 'V', + '\u1E7E': 'V', + '\u01B2': 'V', + '\uA75E': 'V', + '\u0245': 'V', + '\uA760': 'VY', + '\u24CC': 'W', + '\uFF37': 'W', + '\u1E80': 'W', + '\u1E82': 'W', + '\u0174': 'W', + '\u1E86': 'W', + '\u1E84': 'W', + '\u1E88': 'W', + '\u2C72': 'W', + '\u24CD': 'X', + '\uFF38': 'X', + '\u1E8A': 'X', + '\u1E8C': 'X', + '\u24CE': 'Y', + '\uFF39': 'Y', + '\u1EF2': 'Y', + '\u00DD': 'Y', + '\u0176': 'Y', + '\u1EF8': 'Y', + '\u0232': 'Y', + '\u1E8E': 'Y', + '\u0178': 'Y', + '\u1EF6': 'Y', + '\u1EF4': 'Y', + '\u01B3': 'Y', + '\u024E': 'Y', + '\u1EFE': 'Y', + '\u24CF': 'Z', + '\uFF3A': 'Z', + '\u0179': 'Z', + '\u1E90': 'Z', + '\u017B': 'Z', + '\u017D': 'Z', + '\u1E92': 'Z', + '\u1E94': 'Z', + '\u01B5': 'Z', + '\u0224': 'Z', + '\u2C7F': 'Z', + '\u2C6B': 'Z', + '\uA762': 'Z', + '\u24D0': 'a', + '\uFF41': 'a', + '\u1E9A': 'a', + '\u00E0': 'a', + '\u00E1': 'a', + '\u00E2': 'a', + '\u1EA7': 'a', + '\u1EA5': 'a', + '\u1EAB': 'a', + '\u1EA9': 'a', + '\u00E3': 'a', + '\u0101': 'a', + '\u0103': 'a', + '\u1EB1': 'a', + '\u1EAF': 'a', + '\u1EB5': 'a', + '\u1EB3': 'a', + '\u0227': 'a', + '\u01E1': 'a', + '\u00E4': 'a', + '\u01DF': 'a', + '\u1EA3': 'a', + '\u00E5': 'a', + '\u01FB': 'a', + '\u01CE': 'a', + '\u0201': 'a', + '\u0203': 'a', + '\u1EA1': 'a', + '\u1EAD': 'a', + '\u1EB7': 'a', + '\u1E01': 'a', + '\u0105': 'a', + '\u2C65': 'a', + '\u0250': 'a', + '\uA733': 'aa', + '\u00E6': 'ae', + '\u01FD': 'ae', + '\u01E3': 'ae', + '\uA735': 'ao', + '\uA737': 'au', + '\uA739': 'av', + '\uA73B': 'av', + '\uA73D': 'ay', + '\u24D1': 'b', + '\uFF42': 'b', + '\u1E03': 'b', + '\u1E05': 'b', + '\u1E07': 'b', + '\u0180': 'b', + '\u0183': 'b', + '\u0253': 'b', + '\u24D2': 'c', + '\uFF43': 'c', + '\u0107': 'c', + '\u0109': 'c', + '\u010B': 'c', + '\u010D': 'c', + '\u00E7': 'c', + '\u1E09': 'c', + '\u0188': 'c', + '\u023C': 'c', + '\uA73F': 'c', + '\u2184': 'c', + '\u24D3': 'd', + '\uFF44': 'd', + '\u1E0B': 'd', + '\u010F': 'd', + '\u1E0D': 'd', + '\u1E11': 'd', + '\u1E13': 'd', + '\u1E0F': 'd', + '\u0111': 'd', + '\u018C': 'd', + '\u0256': 'd', + '\u0257': 'd', + '\uA77A': 'd', + '\u01F3': 'dz', + '\u01C6': 'dz', + '\u24D4': 'e', + '\uFF45': 'e', + '\u00E8': 'e', + '\u00E9': 'e', + '\u00EA': 'e', + '\u1EC1': 'e', + '\u1EBF': 'e', + '\u1EC5': 'e', + '\u1EC3': 'e', + '\u1EBD': 'e', + '\u0113': 'e', + '\u1E15': 'e', + '\u1E17': 'e', + '\u0115': 'e', + '\u0117': 'e', + '\u00EB': 'e', + '\u1EBB': 'e', + '\u011B': 'e', + '\u0205': 'e', + '\u0207': 'e', + '\u1EB9': 'e', + '\u1EC7': 'e', + '\u0229': 'e', + '\u1E1D': 'e', + '\u0119': 'e', + '\u1E19': 'e', + '\u1E1B': 'e', + '\u0247': 'e', + '\u025B': 'e', + '\u01DD': 'e', + '\u24D5': 'f', + '\uFF46': 'f', + '\u1E1F': 'f', + '\u0192': 'f', + '\uA77C': 'f', + '\u24D6': 'g', + '\uFF47': 'g', + '\u01F5': 'g', + '\u011D': 'g', + '\u1E21': 'g', + '\u011F': 'g', + '\u0121': 'g', + '\u01E7': 'g', + '\u0123': 'g', + '\u01E5': 'g', + '\u0260': 'g', + '\uA7A1': 'g', + '\u1D79': 'g', + '\uA77F': 'g', + '\u24D7': 'h', + '\uFF48': 'h', + '\u0125': 'h', + '\u1E23': 'h', + '\u1E27': 'h', + '\u021F': 'h', + '\u1E25': 'h', + '\u1E29': 'h', + '\u1E2B': 'h', + '\u1E96': 'h', + '\u0127': 'h', + '\u2C68': 'h', + '\u2C76': 'h', + '\u0265': 'h', + '\u0195': 'hv', + '\u24D8': 'i', + '\uFF49': 'i', + '\u00EC': 'i', + '\u00ED': 'i', + '\u00EE': 'i', + '\u0129': 'i', + '\u012B': 'i', + '\u012D': 'i', + '\u00EF': 'i', + '\u1E2F': 'i', + '\u1EC9': 'i', + '\u01D0': 'i', + '\u0209': 'i', + '\u020B': 'i', + '\u1ECB': 'i', + '\u012F': 'i', + '\u1E2D': 'i', + '\u0268': 'i', + '\u0131': 'i', + '\u24D9': 'j', + '\uFF4A': 'j', + '\u0135': 'j', + '\u01F0': 'j', + '\u0249': 'j', + '\u24DA': 'k', + '\uFF4B': 'k', + '\u1E31': 'k', + '\u01E9': 'k', + '\u1E33': 'k', + '\u0137': 'k', + '\u1E35': 'k', + '\u0199': 'k', + '\u2C6A': 'k', + '\uA741': 'k', + '\uA743': 'k', + '\uA745': 'k', + '\uA7A3': 'k', + '\u24DB': 'l', + '\uFF4C': 'l', + '\u0140': 'l', + '\u013A': 'l', + '\u013E': 'l', + '\u1E37': 'l', + '\u1E39': 'l', + '\u013C': 'l', + '\u1E3D': 'l', + '\u1E3B': 'l', + '\u017F': 'l', + '\u0142': 'l', + '\u019A': 'l', + '\u026B': 'l', + '\u2C61': 'l', + '\uA749': 'l', + '\uA781': 'l', + '\uA747': 'l', + '\u01C9': 'lj', + '\u24DC': 'm', + '\uFF4D': 'm', + '\u1E3F': 'm', + '\u1E41': 'm', + '\u1E43': 'm', + '\u0271': 'm', + '\u026F': 'm', + '\u24DD': 'n', + '\uFF4E': 'n', + '\u01F9': 'n', + '\u0144': 'n', + '\u00F1': 'n', + '\u1E45': 'n', + '\u0148': 'n', + '\u1E47': 'n', + '\u0146': 'n', + '\u1E4B': 'n', + '\u1E49': 'n', + '\u019E': 'n', + '\u0272': 'n', + '\u0149': 'n', + '\uA791': 'n', + '\uA7A5': 'n', + '\u01CC': 'nj', + '\u24DE': 'o', + '\uFF4F': 'o', + '\u00F2': 'o', + '\u00F3': 'o', + '\u00F4': 'o', + '\u1ED3': 'o', + '\u1ED1': 'o', + '\u1ED7': 'o', + '\u1ED5': 'o', + '\u00F5': 'o', + '\u1E4D': 'o', + '\u022D': 'o', + '\u1E4F': 'o', + '\u014D': 'o', + '\u1E51': 'o', + '\u1E53': 'o', + '\u014F': 'o', + '\u022F': 'o', + '\u0231': 'o', + '\u00F6': 'o', + '\u022B': 'o', + '\u1ECF': 'o', + '\u0151': 'o', + '\u01D2': 'o', + '\u020D': 'o', + '\u020F': 'o', + '\u01A1': 'o', + '\u1EDD': 'o', + '\u1EDB': 'o', + '\u1EE1': 'o', + '\u1EDF': 'o', + '\u1EE3': 'o', + '\u1ECD': 'o', + '\u1ED9': 'o', + '\u01EB': 'o', + '\u01ED': 'o', + '\u00F8': 'o', + '\u01FF': 'o', + '\u0254': 'o', + '\uA74B': 'o', + '\uA74D': 'o', + '\u0275': 'o', + '\u01A3': 'oi', + '\u0223': 'ou', + '\uA74F': 'oo', + '\u24DF': 'p', + '\uFF50': 'p', + '\u1E55': 'p', + '\u1E57': 'p', + '\u01A5': 'p', + '\u1D7D': 'p', + '\uA751': 'p', + '\uA753': 'p', + '\uA755': 'p', + '\u24E0': 'q', + '\uFF51': 'q', + '\u024B': 'q', + '\uA757': 'q', + '\uA759': 'q', + '\u24E1': 'r', + '\uFF52': 'r', + '\u0155': 'r', + '\u1E59': 'r', + '\u0159': 'r', + '\u0211': 'r', + '\u0213': 'r', + '\u1E5B': 'r', + '\u1E5D': 'r', + '\u0157': 'r', + '\u1E5F': 'r', + '\u024D': 'r', + '\u027D': 'r', + '\uA75B': 'r', + '\uA7A7': 'r', + '\uA783': 'r', + '\u24E2': 's', + '\uFF53': 's', + '\u00DF': 's', + '\u015B': 's', + '\u1E65': 's', + '\u015D': 's', + '\u1E61': 's', + '\u0161': 's', + '\u1E67': 's', + '\u1E63': 's', + '\u1E69': 's', + '\u0219': 's', + '\u015F': 's', + '\u023F': 's', + '\uA7A9': 's', + '\uA785': 's', + '\u1E9B': 's', + '\u24E3': 't', + '\uFF54': 't', + '\u1E6B': 't', + '\u1E97': 't', + '\u0165': 't', + '\u1E6D': 't', + '\u021B': 't', + '\u0163': 't', + '\u1E71': 't', + '\u1E6F': 't', + '\u0167': 't', + '\u01AD': 't', + '\u0288': 't', + '\u2C66': 't', + '\uA787': 't', + '\uA729': 'tz', + '\u24E4': 'u', + '\uFF55': 'u', + '\u00F9': 'u', + '\u00FA': 'u', + '\u00FB': 'u', + '\u0169': 'u', + '\u1E79': 'u', + '\u016B': 'u', + '\u1E7B': 'u', + '\u016D': 'u', + '\u00FC': 'u', + '\u01DC': 'u', + '\u01D8': 'u', + '\u01D6': 'u', + '\u01DA': 'u', + '\u1EE7': 'u', + '\u016F': 'u', + '\u0171': 'u', + '\u01D4': 'u', + '\u0215': 'u', + '\u0217': 'u', + '\u01B0': 'u', + '\u1EEB': 'u', + '\u1EE9': 'u', + '\u1EEF': 'u', + '\u1EED': 'u', + '\u1EF1': 'u', + '\u1EE5': 'u', + '\u1E73': 'u', + '\u0173': 'u', + '\u1E77': 'u', + '\u1E75': 'u', + '\u0289': 'u', + '\u24E5': 'v', + '\uFF56': 'v', + '\u1E7D': 'v', + '\u1E7F': 'v', + '\u028B': 'v', + '\uA75F': 'v', + '\u028C': 'v', + '\uA761': 'vy', + '\u24E6': 'w', + '\uFF57': 'w', + '\u1E81': 'w', + '\u1E83': 'w', + '\u0175': 'w', + '\u1E87': 'w', + '\u1E85': 'w', + '\u1E98': 'w', + '\u1E89': 'w', + '\u2C73': 'w', + '\u24E7': 'x', + '\uFF58': 'x', + '\u1E8B': 'x', + '\u1E8D': 'x', + '\u24E8': 'y', + '\uFF59': 'y', + '\u1EF3': 'y', + '\u00FD': 'y', + '\u0177': 'y', + '\u1EF9': 'y', + '\u0233': 'y', + '\u1E8F': 'y', + '\u00FF': 'y', + '\u1EF7': 'y', + '\u1E99': 'y', + '\u1EF5': 'y', + '\u01B4': 'y', + '\u024F': 'y', + '\u1EFF': 'y', + '\u24E9': 'z', + '\uFF5A': 'z', + '\u017A': 'z', + '\u1E91': 'z', + '\u017C': 'z', + '\u017E': 'z', + '\u1E93': 'z', + '\u1E95': 'z', + '\u01B6': 'z', + '\u0225': 'z', + '\u0240': 'z', + '\u2C6C': 'z', + '\uA763': 'z', + '\u0386': '\u0391', + '\u0388': '\u0395', + '\u0389': '\u0397', + '\u038A': '\u0399', + '\u03AA': '\u0399', + '\u038C': '\u039F', + '\u038E': '\u03A5', + '\u03AB': '\u03A5', + '\u038F': '\u03A9', + '\u03AC': '\u03B1', + '\u03AD': '\u03B5', + '\u03AE': '\u03B7', + '\u03AF': '\u03B9', + '\u03CA': '\u03B9', + '\u0390': '\u03B9', + '\u03CC': '\u03BF', + '\u03CD': '\u03C5', + '\u03CB': '\u03C5', + '\u03B0': '\u03C5', + '\u03C9': '\u03C9', + '\u03C2': '\u03C3' + }; + + return diacritics; +}); + +S2.define('select2/data/base',[ + '../utils' +], function (Utils) { + function BaseAdapter ($element, options) { + BaseAdapter.__super__.constructor.call(this); + } + + Utils.Extend(BaseAdapter, Utils.Observable); + + BaseAdapter.prototype.current = function (callback) { + throw new Error('The `current` method must be defined in child classes.'); + }; + + BaseAdapter.prototype.query = function (params, callback) { + throw new Error('The `query` method must be defined in child classes.'); + }; + + BaseAdapter.prototype.bind = function (container, $container) { + // Can be implemented in subclasses + }; + + BaseAdapter.prototype.destroy = function () { + // Can be implemented in subclasses + }; + + BaseAdapter.prototype.generateResultId = function (container, data) { + var id = container.id + '-result-'; + + id += Utils.generateChars(4); + + if (data.id != null) { + id += '-' + data.id.toString(); + } else { + id += '-' + Utils.generateChars(4); + } + return id; + }; + + return BaseAdapter; +}); + +S2.define('select2/data/select',[ + './base', + '../utils', + 'jquery' +], function (BaseAdapter, Utils, $) { + function SelectAdapter ($element, options) { + this.$element = $element; + this.options = options; + + SelectAdapter.__super__.constructor.call(this); + } + + Utils.Extend(SelectAdapter, BaseAdapter); + + SelectAdapter.prototype.current = function (callback) { + var data = []; + var self = this; + + this.$element.find(':selected').each(function () { + var $option = $(this); + + var option = self.item($option); + + data.push(option); + }); + + callback(data); + }; + + SelectAdapter.prototype.select = function (data) { + var self = this; + + data.selected = true; + + // If data.element is a DOM node, use it instead + if ($(data.element).is('option')) { + data.element.selected = true; + + this.$element.trigger('change'); + + return; + } + + if (this.$element.prop('multiple')) { + this.current(function (currentData) { + var val = []; + + data = [data]; + data.push.apply(data, currentData); + + for (var d = 0; d < data.length; d++) { + var id = data[d].id; + + if ($.inArray(id, val) === -1) { + val.push(id); + } + } + + self.$element.val(val); + self.$element.trigger('change'); + }); + } else { + var val = data.id; + + this.$element.val(val); + this.$element.trigger('change'); + } + }; + + SelectAdapter.prototype.unselect = function (data) { + var self = this; + + if (!this.$element.prop('multiple')) { + return; + } + + data.selected = false; + + if ($(data.element).is('option')) { + data.element.selected = false; + + this.$element.trigger('change'); + + return; + } + + this.current(function (currentData) { + var val = []; + + for (var d = 0; d < currentData.length; d++) { + var id = currentData[d].id; + + if (id !== data.id && $.inArray(id, val) === -1) { + val.push(id); + } + } + + self.$element.val(val); + + self.$element.trigger('change'); + }); + }; + + SelectAdapter.prototype.bind = function (container, $container) { + var self = this; + + this.container = container; + + container.on('select', function (params) { + self.select(params.data); + }); + + container.on('unselect', function (params) { + self.unselect(params.data); + }); + }; + + SelectAdapter.prototype.destroy = function () { + // Remove anything added to child elements + this.$element.find('*').each(function () { + // Remove any custom data set by Select2 + $.removeData(this, 'data'); + }); + }; + + SelectAdapter.prototype.query = function (params, callback) { + var data = []; + var self = this; + + var $options = this.$element.children(); + + $options.each(function () { + var $option = $(this); + + if (!$option.is('option') && !$option.is('optgroup')) { + return; + } + + var option = self.item($option); + + var matches = self.matches(params, option); + + if (matches !== null) { + data.push(matches); + } + }); + + callback({ + results: data + }); + }; + + SelectAdapter.prototype.addOptions = function ($options) { + Utils.appendMany(this.$element, $options); + }; + + SelectAdapter.prototype.option = function (data) { + var option; + + if (data.children) { + option = document.createElement('optgroup'); + option.label = data.text; + } else { + option = document.createElement('option'); + + if (option.textContent !== undefined) { + option.textContent = data.text; + } else { + option.innerText = data.text; + } + } + + if (data.id !== undefined) { + option.value = data.id; + } + + if (data.disabled) { + option.disabled = true; + } + + if (data.selected) { + option.selected = true; + } + + if (data.title) { + option.title = data.title; + } + + var $option = $(option); + + var normalizedData = this._normalizeItem(data); + normalizedData.element = option; + + // Override the option's data with the combined data + $.data(option, 'data', normalizedData); + + return $option; + }; + + SelectAdapter.prototype.item = function ($option) { + var data = {}; + + data = $.data($option[0], 'data'); + + if (data != null) { + return data; + } + + if ($option.is('option')) { + data = { + id: $option.val(), + text: $option.text(), + disabled: $option.prop('disabled'), + selected: $option.prop('selected'), + title: $option.prop('title') + }; + } else if ($option.is('optgroup')) { + data = { + text: $option.prop('label'), + children: [], + title: $option.prop('title') + }; + + var $children = $option.children('option'); + var children = []; + + for (var c = 0; c < $children.length; c++) { + var $child = $($children[c]); + + var child = this.item($child); + + children.push(child); + } + + data.children = children; + } + + data = this._normalizeItem(data); + data.element = $option[0]; + + $.data($option[0], 'data', data); + + return data; + }; + + SelectAdapter.prototype._normalizeItem = function (item) { + if (!$.isPlainObject(item)) { + item = { + id: item, + text: item + }; + } + + item = $.extend({}, { + text: '' + }, item); + + var defaults = { + selected: false, + disabled: false + }; + + if (item.id != null) { + item.id = item.id.toString(); + } + + if (item.text != null) { + item.text = item.text.toString(); + } + + if (item._resultId == null && item.id && this.container != null) { + item._resultId = this.generateResultId(this.container, item); + } + + return $.extend({}, defaults, item); + }; + + SelectAdapter.prototype.matches = function (params, data) { + var matcher = this.options.get('matcher'); + + return matcher(params, data); + }; + + return SelectAdapter; +}); + +S2.define('select2/data/array',[ + './select', + '../utils', + 'jquery' +], function (SelectAdapter, Utils, $) { + function ArrayAdapter ($element, options) { + var data = options.get('data') || []; + + ArrayAdapter.__super__.constructor.call(this, $element, options); + + this.addOptions(this.convertToOptions(data)); + } + + Utils.Extend(ArrayAdapter, SelectAdapter); + + ArrayAdapter.prototype.select = function (data) { + var $option = this.$element.find('option').filter(function (i, elm) { + return elm.value == data.id.toString(); + }); + + if ($option.length === 0) { + $option = this.option(data); + + this.addOptions($option); + } + + ArrayAdapter.__super__.select.call(this, data); + }; + + ArrayAdapter.prototype.convertToOptions = function (data) { + var self = this; + + var $existing = this.$element.find('option'); + var existingIds = $existing.map(function () { + return self.item($(this)).id; + }).get(); + + var $options = []; + + // Filter out all items except for the one passed in the argument + function onlyItem (item) { + return function () { + return $(this).val() == item.id; + }; + } + + for (var d = 0; d < data.length; d++) { + var item = this._normalizeItem(data[d]); + + // Skip items which were pre-loaded, only merge the data + if ($.inArray(item.id, existingIds) >= 0) { + var $existingOption = $existing.filter(onlyItem(item)); + + var existingData = this.item($existingOption); + var newData = $.extend(true, {}, item, existingData); + + var $newOption = this.option(newData); + + $existingOption.replaceWith($newOption); + + continue; + } + + var $option = this.option(item); + + if (item.children) { + var $children = this.convertToOptions(item.children); + + Utils.appendMany($option, $children); + } + + $options.push($option); + } + + return $options; + }; + + return ArrayAdapter; +}); + +S2.define('select2/data/ajax',[ + './array', + '../utils', + 'jquery' +], function (ArrayAdapter, Utils, $) { + function AjaxAdapter ($element, options) { + this.ajaxOptions = this._applyDefaults(options.get('ajax')); + + if (this.ajaxOptions.processResults != null) { + this.processResults = this.ajaxOptions.processResults; + } + + AjaxAdapter.__super__.constructor.call(this, $element, options); + } + + Utils.Extend(AjaxAdapter, ArrayAdapter); + + AjaxAdapter.prototype._applyDefaults = function (options) { + var defaults = { + data: function (params) { + return $.extend({}, params, { + q: params.term + }); + }, + transport: function (params, success, failure) { + var $request = $.ajax(params); + + $request.then(success); + $request.fail(failure); + + return $request; + } + }; + + return $.extend({}, defaults, options, true); + }; + + AjaxAdapter.prototype.processResults = function (results) { + return results; + }; + + AjaxAdapter.prototype.query = function (params, callback) { + var matches = []; + var self = this; + + if (this._request != null) { + // JSONP requests cannot always be aborted + if ($.isFunction(this._request.abort)) { + this._request.abort(); + } + + this._request = null; + } + + var options = $.extend({ + type: 'GET' + }, this.ajaxOptions); + + if (typeof options.url === 'function') { + options.url = options.url.call(this.$element, params); + } + + if (typeof options.data === 'function') { + options.data = options.data.call(this.$element, params); + } + + function request () { + var $request = options.transport(options, function (data) { + var results = self.processResults(data, params); + + if (self.options.get('debug') && window.console && console.error) { + // Check to make sure that the response included a `results` key. + if (!results || !results.results || !$.isArray(results.results)) { + console.error( + 'Select2: The AJAX results did not return an array in the ' + + '`results` key of the response.' + ); + } + } + + callback(results); + }, function () { + // Attempt to detect if a request was aborted + // Only works if the transport exposes a status property + if ($request.status && $request.status === '0') { + return; + } + + self.trigger('results:message', { + message: 'errorLoading' + }); + }); + + self._request = $request; + } + + if (this.ajaxOptions.delay && params.term != null) { + if (this._queryTimeout) { + window.clearTimeout(this._queryTimeout); + } + + this._queryTimeout = window.setTimeout(request, this.ajaxOptions.delay); + } else { + request(); + } + }; + + return AjaxAdapter; +}); + +S2.define('select2/data/tags',[ + 'jquery' +], function ($) { + function Tags (decorated, $element, options) { + var tags = options.get('tags'); + + var createTag = options.get('createTag'); + + if (createTag !== undefined) { + this.createTag = createTag; + } + + var insertTag = options.get('insertTag'); + + if (insertTag !== undefined) { + this.insertTag = insertTag; + } + + decorated.call(this, $element, options); + + if ($.isArray(tags)) { + for (var t = 0; t < tags.length; t++) { + var tag = tags[t]; + var item = this._normalizeItem(tag); + + var $option = this.option(item); + + this.$element.append($option); + } + } + } + + Tags.prototype.query = function (decorated, params, callback) { + var self = this; + + this._removeOldTags(); + + if (params.term == null || params.page != null) { + decorated.call(this, params, callback); + return; + } + + function wrapper (obj, child) { + var data = obj.results; + + for (var i = 0; i < data.length; i++) { + var option = data[i]; + + var checkChildren = ( + option.children != null && + !wrapper({ + results: option.children + }, true) + ); + + var optionText = (option.text || '').toUpperCase(); + var paramsTerm = (params.term || '').toUpperCase(); + + var checkText = optionText === paramsTerm; + + if (checkText || checkChildren) { + if (child) { + return false; + } + + obj.data = data; + callback(obj); + + return; + } + } + + if (child) { + return true; + } + + var tag = self.createTag(params); + + if (tag != null) { + var $option = self.option(tag); + $option.attr('data-select2-tag', true); + + self.addOptions([$option]); + + self.insertTag(data, tag); + } + + obj.results = data; + + callback(obj); + } + + decorated.call(this, params, wrapper); + }; + + Tags.prototype.createTag = function (decorated, params) { + var term = $.trim(params.term); + + if (term === '') { + return null; + } + + return { + id: term, + text: term + }; + }; + + Tags.prototype.insertTag = function (_, data, tag) { + data.unshift(tag); + }; + + Tags.prototype._removeOldTags = function (_) { + var tag = this._lastTag; + + var $options = this.$element.find('option[data-select2-tag]'); + + $options.each(function () { + if (this.selected) { + return; + } + + $(this).remove(); + }); + }; + + return Tags; +}); + +S2.define('select2/data/tokenizer',[ + 'jquery' +], function ($) { + function Tokenizer (decorated, $element, options) { + var tokenizer = options.get('tokenizer'); + + if (tokenizer !== undefined) { + this.tokenizer = tokenizer; + } + + decorated.call(this, $element, options); + } + + Tokenizer.prototype.bind = function (decorated, container, $container) { + decorated.call(this, container, $container); + + this.$search = container.dropdown.$search || container.selection.$search || + $container.find('.select2-search__field'); + }; + + Tokenizer.prototype.query = function (decorated, params, callback) { + var self = this; + + function createAndSelect (data) { + // Normalize the data object so we can use it for checks + var item = self._normalizeItem(data); + + // Check if the data object already exists as a tag + // Select it if it doesn't + var $existingOptions = self.$element.find('option').filter(function () { + return $(this).val() === item.id; + }); + + // If an existing option wasn't found for it, create the option + if (!$existingOptions.length) { + var $option = self.option(item); + $option.attr('data-select2-tag', true); + + self._removeOldTags(); + self.addOptions([$option]); + } + + // Select the item, now that we know there is an option for it + select(item); + } + + function select (data) { + self.trigger('select', { + data: data + }); + } + + params.term = params.term || ''; + + var tokenData = this.tokenizer(params, this.options, createAndSelect); + + if (tokenData.term !== params.term) { + // Replace the search term if we have the search box + if (this.$search.length) { + this.$search.val(tokenData.term); + this.$search.focus(); + } + + params.term = tokenData.term; + } + + decorated.call(this, params, callback); + }; + + Tokenizer.prototype.tokenizer = function (_, params, options, callback) { + var separators = options.get('tokenSeparators') || []; + var term = params.term; + var i = 0; + + var createTag = this.createTag || function (params) { + return { + id: params.term, + text: params.term + }; + }; + + while (i < term.length) { + var termChar = term[i]; + + if ($.inArray(termChar, separators) === -1) { + i++; + + continue; + } + + var part = term.substr(0, i); + var partParams = $.extend({}, params, { + term: part + }); + + var data = createTag(partParams); + + if (data == null) { + i++; + continue; + } + + callback(data); + + // Reset the term to not include the tokenized portion + term = term.substr(i + 1) || ''; + i = 0; + } + + return { + term: term + }; + }; + + return Tokenizer; +}); + +S2.define('select2/data/minimumInputLength',[ + +], function () { + function MinimumInputLength (decorated, $e, options) { + this.minimumInputLength = options.get('minimumInputLength'); + + decorated.call(this, $e, options); + } + + MinimumInputLength.prototype.query = function (decorated, params, callback) { + params.term = params.term || ''; + + if (params.term.length < this.minimumInputLength) { + this.trigger('results:message', { + message: 'inputTooShort', + args: { + minimum: this.minimumInputLength, + input: params.term, + params: params + } + }); + + return; + } + + decorated.call(this, params, callback); + }; + + return MinimumInputLength; +}); + +S2.define('select2/data/maximumInputLength',[ + +], function () { + function MaximumInputLength (decorated, $e, options) { + this.maximumInputLength = options.get('maximumInputLength'); + + decorated.call(this, $e, options); + } + + MaximumInputLength.prototype.query = function (decorated, params, callback) { + params.term = params.term || ''; + + if (this.maximumInputLength > 0 && + params.term.length > this.maximumInputLength) { + this.trigger('results:message', { + message: 'inputTooLong', + args: { + maximum: this.maximumInputLength, + input: params.term, + params: params + } + }); + + return; + } + + decorated.call(this, params, callback); + }; + + return MaximumInputLength; +}); + +S2.define('select2/data/maximumSelectionLength',[ + +], function (){ + function MaximumSelectionLength (decorated, $e, options) { + this.maximumSelectionLength = options.get('maximumSelectionLength'); + + decorated.call(this, $e, options); + } + + MaximumSelectionLength.prototype.query = + function (decorated, params, callback) { + var self = this; + + this.current(function (currentData) { + var count = currentData != null ? currentData.length : 0; + if (self.maximumSelectionLength > 0 && + count >= self.maximumSelectionLength) { + self.trigger('results:message', { + message: 'maximumSelected', + args: { + maximum: self.maximumSelectionLength + } + }); + return; + } + decorated.call(self, params, callback); + }); + }; + + return MaximumSelectionLength; +}); + +S2.define('select2/dropdown',[ + 'jquery', + './utils' +], function ($, Utils) { + function Dropdown ($element, options) { + this.$element = $element; + this.options = options; + + Dropdown.__super__.constructor.call(this); + } + + Utils.Extend(Dropdown, Utils.Observable); + + Dropdown.prototype.render = function () { + var $dropdown = $( + '' + + '' + + '' + ); + + $dropdown.attr('dir', this.options.get('dir')); + + this.$dropdown = $dropdown; + + return $dropdown; + }; + + Dropdown.prototype.bind = function () { + // Should be implemented in subclasses + }; + + Dropdown.prototype.position = function ($dropdown, $container) { + // Should be implmented in subclasses + }; + + Dropdown.prototype.destroy = function () { + // Remove the dropdown from the DOM + this.$dropdown.remove(); + }; + + return Dropdown; +}); + +S2.define('select2/dropdown/search',[ + 'jquery', + '../utils' +], function ($, Utils) { + function Search () { } + + Search.prototype.render = function (decorated) { + var $rendered = decorated.call(this); + + var $search = $( + '' + + '' + + '' + ); + + this.$searchContainer = $search; + this.$search = $search.find('input'); + + $rendered.prepend($search); + + return $rendered; + }; + + Search.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + this.$search.on('keydown', function (evt) { + self.trigger('keypress', evt); + + self._keyUpPrevented = evt.isDefaultPrevented(); + }); + + // Workaround for browsers which do not support the `input` event + // This will prevent double-triggering of events for browsers which support + // both the `keyup` and `input` events. + this.$search.on('input', function (evt) { + // Unbind the duplicated `keyup` event + $(this).off('keyup'); + }); + + this.$search.on('keyup input', function (evt) { + self.handleSearch(evt); + }); + + container.on('open', function () { + self.$search.attr('tabindex', 0); + + self.$search.focus(); + + window.setTimeout(function () { + self.$search.focus(); + }, 0); + }); + + container.on('close', function () { + self.$search.attr('tabindex', -1); + + self.$search.val(''); + }); + + container.on('focus', function () { + if (!container.isOpen()) { + self.$search.focus(); + } + }); + + container.on('results:all', function (params) { + if (params.query.term == null || params.query.term === '') { + var showSearch = self.showSearch(params); + + if (showSearch) { + self.$searchContainer.removeClass('select2-search--hide'); + } else { + self.$searchContainer.addClass('select2-search--hide'); + } + } + }); + }; + + Search.prototype.handleSearch = function (evt) { + if (!this._keyUpPrevented) { + var input = this.$search.val(); + + this.trigger('query', { + term: input + }); + } + + this._keyUpPrevented = false; + }; + + Search.prototype.showSearch = function (_, params) { + return true; + }; + + return Search; +}); + +S2.define('select2/dropdown/hidePlaceholder',[ + +], function () { + function HidePlaceholder (decorated, $element, options, dataAdapter) { + this.placeholder = this.normalizePlaceholder(options.get('placeholder')); + + decorated.call(this, $element, options, dataAdapter); + } + + HidePlaceholder.prototype.append = function (decorated, data) { + data.results = this.removePlaceholder(data.results); + + decorated.call(this, data); + }; + + HidePlaceholder.prototype.normalizePlaceholder = function (_, placeholder) { + if (typeof placeholder === 'string') { + placeholder = { + id: '', + text: placeholder + }; + } + + return placeholder; + }; + + HidePlaceholder.prototype.removePlaceholder = function (_, data) { + var modifiedData = data.slice(0); + + for (var d = data.length - 1; d >= 0; d--) { + var item = data[d]; + + if (this.placeholder.id === item.id) { + modifiedData.splice(d, 1); + } + } + + return modifiedData; + }; + + return HidePlaceholder; +}); + +S2.define('select2/dropdown/infiniteScroll',[ + 'jquery' +], function ($) { + function InfiniteScroll (decorated, $element, options, dataAdapter) { + this.lastParams = {}; + + decorated.call(this, $element, options, dataAdapter); + + this.$loadingMore = this.createLoadingMore(); + this.loading = false; + } + + InfiniteScroll.prototype.append = function (decorated, data) { + this.$loadingMore.remove(); + this.loading = false; + + decorated.call(this, data); + + if (this.showLoadingMore(data)) { + this.$results.append(this.$loadingMore); + } + }; + + InfiniteScroll.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('query', function (params) { + self.lastParams = params; + self.loading = true; + }); + + container.on('query:append', function (params) { + self.lastParams = params; + self.loading = true; + }); + + this.$results.on('scroll', function () { + var isLoadMoreVisible = $.contains( + document.documentElement, + self.$loadingMore[0] + ); + + if (self.loading || !isLoadMoreVisible) { + return; + } + + var currentOffset = self.$results.offset().top + + self.$results.outerHeight(false); + var loadingMoreOffset = self.$loadingMore.offset().top + + self.$loadingMore.outerHeight(false); + + if (currentOffset + 50 >= loadingMoreOffset) { + self.loadMore(); + } + }); + }; + + InfiniteScroll.prototype.loadMore = function () { + this.loading = true; + + var params = $.extend({}, {page: 1}, this.lastParams); + + params.page++; + + this.trigger('query:append', params); + }; + + InfiniteScroll.prototype.showLoadingMore = function (_, data) { + return data.pagination && data.pagination.more; + }; + + InfiniteScroll.prototype.createLoadingMore = function () { + var $option = $( + '
        • ' + ); + + var message = this.options.get('translations').get('loadingMore'); + + $option.html(message(this.lastParams)); + + return $option; + }; + + return InfiniteScroll; +}); + +S2.define('select2/dropdown/attachBody',[ + 'jquery', + '../utils' +], function ($, Utils) { + function AttachBody (decorated, $element, options) { + this.$dropdownParent = options.get('dropdownParent') || $(document.body); + + decorated.call(this, $element, options); + } + + AttachBody.prototype.bind = function (decorated, container, $container) { + var self = this; + + var setupResultsEvents = false; + + decorated.call(this, container, $container); + + container.on('open', function () { + self._showDropdown(); + self._attachPositioningHandler(container); + + if (!setupResultsEvents) { + setupResultsEvents = true; + + container.on('results:all', function () { + self._positionDropdown(); + self._resizeDropdown(); + }); + + container.on('results:append', function () { + self._positionDropdown(); + self._resizeDropdown(); + }); + } + }); + + container.on('close', function () { + self._hideDropdown(); + self._detachPositioningHandler(container); + }); + + this.$dropdownContainer.on('mousedown', function (evt) { + evt.stopPropagation(); + }); + }; + + AttachBody.prototype.destroy = function (decorated) { + decorated.call(this); + + this.$dropdownContainer.remove(); + }; + + AttachBody.prototype.position = function (decorated, $dropdown, $container) { + // Clone all of the container classes + $dropdown.attr('class', $container.attr('class')); + + $dropdown.removeClass('select2'); + $dropdown.addClass('select2-container--open'); + + $dropdown.css({ + position: 'absolute', + top: -999999 + }); + + this.$container = $container; + }; + + AttachBody.prototype.render = function (decorated) { + var $container = $(''); + + var $dropdown = decorated.call(this); + $container.append($dropdown); + + this.$dropdownContainer = $container; + + return $container; + }; + + AttachBody.prototype._hideDropdown = function (decorated) { + this.$dropdownContainer.detach(); + }; + + AttachBody.prototype._attachPositioningHandler = + function (decorated, container) { + var self = this; + + var scrollEvent = 'scroll.select2.' + container.id; + var resizeEvent = 'resize.select2.' + container.id; + var orientationEvent = 'orientationchange.select2.' + container.id; + + var $watchers = this.$container.parents().filter(Utils.hasScroll); + $watchers.each(function () { + $(this).data('select2-scroll-position', { + x: $(this).scrollLeft(), + y: $(this).scrollTop() + }); + }); + + $watchers.on(scrollEvent, function (ev) { + var position = $(this).data('select2-scroll-position'); + $(this).scrollTop(position.y); + }); + + $(window).on(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent, + function (e) { + self._positionDropdown(); + self._resizeDropdown(); + }); + }; + + AttachBody.prototype._detachPositioningHandler = + function (decorated, container) { + var scrollEvent = 'scroll.select2.' + container.id; + var resizeEvent = 'resize.select2.' + container.id; + var orientationEvent = 'orientationchange.select2.' + container.id; + + var $watchers = this.$container.parents().filter(Utils.hasScroll); + $watchers.off(scrollEvent); + + $(window).off(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent); + }; + + AttachBody.prototype._positionDropdown = function () { + var $window = $(window); + + var isCurrentlyAbove = this.$dropdown.hasClass('select2-dropdown--above'); + var isCurrentlyBelow = this.$dropdown.hasClass('select2-dropdown--below'); + + var newDirection = null; + + var offset = this.$container.offset(); + + offset.bottom = offset.top + this.$container.outerHeight(false); + + var container = { + height: this.$container.outerHeight(false) + }; + + container.top = offset.top; + container.bottom = offset.top + container.height; + + var dropdown = { + height: this.$dropdown.outerHeight(false) + }; + + var viewport = { + top: $window.scrollTop(), + bottom: $window.scrollTop() + $window.height() + }; + + var enoughRoomAbove = viewport.top < (offset.top - dropdown.height); + var enoughRoomBelow = viewport.bottom > (offset.bottom + dropdown.height); + + var css = { + left: offset.left, + top: container.bottom + }; + + // Determine what the parent element is to use for calciulating the offset + var $offsetParent = this.$dropdownParent; + + // For statically positoned elements, we need to get the element + // that is determining the offset + if ($offsetParent.css('position') === 'static') { + $offsetParent = $offsetParent.offsetParent(); + } + + var parentOffset = $offsetParent.offset(); + + css.top -= parentOffset.top; + css.left -= parentOffset.left; + + if (!isCurrentlyAbove && !isCurrentlyBelow) { + newDirection = 'below'; + } + + if (!enoughRoomBelow && enoughRoomAbove && !isCurrentlyAbove) { + newDirection = 'above'; + } else if (!enoughRoomAbove && enoughRoomBelow && isCurrentlyAbove) { + newDirection = 'below'; + } + + if (newDirection == 'above' || + (isCurrentlyAbove && newDirection !== 'below')) { + css.top = container.top - parentOffset.top - dropdown.height; + } + + if (newDirection != null) { + this.$dropdown + .removeClass('select2-dropdown--below select2-dropdown--above') + .addClass('select2-dropdown--' + newDirection); + this.$container + .removeClass('select2-container--below select2-container--above') + .addClass('select2-container--' + newDirection); + } + + this.$dropdownContainer.css(css); + }; + + AttachBody.prototype._resizeDropdown = function () { + var css = { + width: this.$container.outerWidth(false) + 'px' + }; + + if (this.options.get('dropdownAutoWidth')) { + css.minWidth = css.width; + css.position = 'relative'; + css.width = 'auto'; + } + + this.$dropdown.css(css); + }; + + AttachBody.prototype._showDropdown = function (decorated) { + this.$dropdownContainer.appendTo(this.$dropdownParent); + + this._positionDropdown(); + this._resizeDropdown(); + }; + + return AttachBody; +}); + +S2.define('select2/dropdown/minimumResultsForSearch',[ + +], function () { + function countResults (data) { + var count = 0; + + for (var d = 0; d < data.length; d++) { + var item = data[d]; + + if (item.children) { + count += countResults(item.children); + } else { + count++; + } + } + + return count; + } + + function MinimumResultsForSearch (decorated, $element, options, dataAdapter) { + this.minimumResultsForSearch = options.get('minimumResultsForSearch'); + + if (this.minimumResultsForSearch < 0) { + this.minimumResultsForSearch = Infinity; + } + + decorated.call(this, $element, options, dataAdapter); + } + + MinimumResultsForSearch.prototype.showSearch = function (decorated, params) { + if (countResults(params.data.results) < this.minimumResultsForSearch) { + return false; + } + + return decorated.call(this, params); + }; + + return MinimumResultsForSearch; +}); + +S2.define('select2/dropdown/selectOnClose',[ + +], function () { + function SelectOnClose () { } + + SelectOnClose.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('close', function (params) { + self._handleSelectOnClose(params); + }); + }; + + SelectOnClose.prototype._handleSelectOnClose = function (_, params) { + if (params && params.originalSelect2Event != null) { + var event = params.originalSelect2Event; + + // Don't select an item if the close event was triggered from a select or + // unselect event + if (event._type === 'select' || event._type === 'unselect') { + return; + } + } + + var $highlightedResults = this.getHighlightedResults(); + + // Only select highlighted results + if ($highlightedResults.length < 1) { + return; + } + + var data = $highlightedResults.data('data'); + + // Don't re-select already selected resulte + if ( + (data.element != null && data.element.selected) || + (data.element == null && data.selected) + ) { + return; + } + + this.trigger('select', { + data: data + }); + }; + + return SelectOnClose; +}); + +S2.define('select2/dropdown/closeOnSelect',[ + +], function () { + function CloseOnSelect () { } + + CloseOnSelect.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('select', function (evt) { + self._selectTriggered(evt); + }); + + container.on('unselect', function (evt) { + self._selectTriggered(evt); + }); + }; + + CloseOnSelect.prototype._selectTriggered = function (_, evt) { + var originalEvent = evt.originalEvent; + + // Don't close if the control key is being held + if (originalEvent && originalEvent.ctrlKey) { + return; + } + + this.trigger('close', { + originalEvent: originalEvent, + originalSelect2Event: evt + }); + }; + + return CloseOnSelect; +}); + +S2.define('select2/i18n/en',[],function () { + // English + return { + errorLoading: function () { + return 'The results could not be loaded.'; + }, + inputTooLong: function (args) { + var overChars = args.input.length - args.maximum; + + var message = 'Please delete ' + overChars + ' character'; + + if (overChars != 1) { + message += 's'; + } + + return message; + }, + inputTooShort: function (args) { + var remainingChars = args.minimum - args.input.length; + + var message = 'Please enter ' + remainingChars + ' or more characters'; + + return message; + }, + loadingMore: function () { + return 'Loading more results…'; + }, + maximumSelected: function (args) { + var message = 'You can only select ' + args.maximum + ' item'; + + if (args.maximum != 1) { + message += 's'; + } + + return message; + }, + noResults: function () { + return 'No results found'; + }, + searching: function () { + return 'Searching…'; + } + }; +}); + +S2.define('select2/defaults',[ + 'jquery', + 'require', + + './results', + + './selection/single', + './selection/multiple', + './selection/placeholder', + './selection/allowClear', + './selection/search', + './selection/eventRelay', + + './utils', + './translation', + './diacritics', + + './data/select', + './data/array', + './data/ajax', + './data/tags', + './data/tokenizer', + './data/minimumInputLength', + './data/maximumInputLength', + './data/maximumSelectionLength', + + './dropdown', + './dropdown/search', + './dropdown/hidePlaceholder', + './dropdown/infiniteScroll', + './dropdown/attachBody', + './dropdown/minimumResultsForSearch', + './dropdown/selectOnClose', + './dropdown/closeOnSelect', + + './i18n/en' +], function ($, require, + + ResultsList, + + SingleSelection, MultipleSelection, Placeholder, AllowClear, + SelectionSearch, EventRelay, + + Utils, Translation, DIACRITICS, + + SelectData, ArrayData, AjaxData, Tags, Tokenizer, + MinimumInputLength, MaximumInputLength, MaximumSelectionLength, + + Dropdown, DropdownSearch, HidePlaceholder, InfiniteScroll, + AttachBody, MinimumResultsForSearch, SelectOnClose, CloseOnSelect, + + EnglishTranslation) { + function Defaults () { + this.reset(); + } + + Defaults.prototype.apply = function (options) { + options = $.extend(true, {}, this.defaults, options); + + if (options.dataAdapter == null) { + if (options.ajax != null) { + options.dataAdapter = AjaxData; + } else if (options.data != null) { + options.dataAdapter = ArrayData; + } else { + options.dataAdapter = SelectData; + } + + if (options.minimumInputLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MinimumInputLength + ); + } + + if (options.maximumInputLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MaximumInputLength + ); + } + + if (options.maximumSelectionLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MaximumSelectionLength + ); + } + + if (options.tags) { + options.dataAdapter = Utils.Decorate(options.dataAdapter, Tags); + } + + if (options.tokenSeparators != null || options.tokenizer != null) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + Tokenizer + ); + } + + if (options.query != null) { + var Query = require(options.amdBase + 'compat/query'); + + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + Query + ); + } + + if (options.initSelection != null) { + var InitSelection = require(options.amdBase + 'compat/initSelection'); + + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + InitSelection + ); + } + } + + if (options.resultsAdapter == null) { + options.resultsAdapter = ResultsList; + + if (options.ajax != null) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + InfiniteScroll + ); + } + + if (options.placeholder != null) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + HidePlaceholder + ); + } + + if (options.selectOnClose) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + SelectOnClose + ); + } + } + + if (options.dropdownAdapter == null) { + if (options.multiple) { + options.dropdownAdapter = Dropdown; + } else { + var SearchableDropdown = Utils.Decorate(Dropdown, DropdownSearch); + + options.dropdownAdapter = SearchableDropdown; + } + + if (options.minimumResultsForSearch !== 0) { + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + MinimumResultsForSearch + ); + } + + if (options.closeOnSelect) { + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + CloseOnSelect + ); + } + + if ( + options.dropdownCssClass != null || + options.dropdownCss != null || + options.adaptDropdownCssClass != null + ) { + var DropdownCSS = require(options.amdBase + 'compat/dropdownCss'); + + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + DropdownCSS + ); + } + + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + AttachBody + ); + } + + if (options.selectionAdapter == null) { + if (options.multiple) { + options.selectionAdapter = MultipleSelection; + } else { + options.selectionAdapter = SingleSelection; + } + + // Add the placeholder mixin if a placeholder was specified + if (options.placeholder != null) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + Placeholder + ); + } + + if (options.allowClear) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + AllowClear + ); + } + + if (options.multiple) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + SelectionSearch + ); + } + + if ( + options.containerCssClass != null || + options.containerCss != null || + options.adaptContainerCssClass != null + ) { + var ContainerCSS = require(options.amdBase + 'compat/containerCss'); + + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + ContainerCSS + ); + } + + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + EventRelay + ); + } + + if (typeof options.language === 'string') { + // Check if the language is specified with a region + if (options.language.indexOf('-') > 0) { + // Extract the region information if it is included + var languageParts = options.language.split('-'); + var baseLanguage = languageParts[0]; + + options.language = [options.language, baseLanguage]; + } else { + options.language = [options.language]; + } + } + + if ($.isArray(options.language)) { + var languages = new Translation(); + options.language.push('en'); + + var languageNames = options.language; + + for (var l = 0; l < languageNames.length; l++) { + var name = languageNames[l]; + var language = {}; + + try { + // Try to load it with the original name + language = Translation.loadPath(name); + } catch (e) { + try { + // If we couldn't load it, check if it wasn't the full path + name = this.defaults.amdLanguageBase + name; + language = Translation.loadPath(name); + } catch (ex) { + // The translation could not be loaded at all. Sometimes this is + // because of a configuration problem, other times this can be + // because of how Select2 helps load all possible translation files. + if (options.debug && window.console && console.warn) { + console.warn( + 'Select2: The language file for "' + name + '" could not be ' + + 'automatically loaded. A fallback will be used instead.' + ); + } + + continue; + } + } + + languages.extend(language); + } + + options.translations = languages; + } else { + var baseTranslation = Translation.loadPath( + this.defaults.amdLanguageBase + 'en' + ); + var customTranslation = new Translation(options.language); + + customTranslation.extend(baseTranslation); + + options.translations = customTranslation; + } + + return options; + }; + + Defaults.prototype.reset = function () { + function stripDiacritics (text) { + // Used 'uni range + named function' from http://jsperf.com/diacritics/18 + function match(a) { + return DIACRITICS[a] || a; + } + + return text.replace(/[^\u0000-\u007E]/g, match); + } + + function matcher (params, data) { + // Always return the object if there is nothing to compare + if ($.trim(params.term) === '') { + return data; + } + + // Do a recursive check for options with children + if (data.children && data.children.length > 0) { + // Clone the data object if there are children + // This is required as we modify the object to remove any non-matches + var match = $.extend(true, {}, data); + + // Check each child of the option + for (var c = data.children.length - 1; c >= 0; c--) { + var child = data.children[c]; + + var matches = matcher(params, child); + + // If there wasn't a match, remove the object in the array + if (matches == null) { + match.children.splice(c, 1); + } + } + + // If any children matched, return the new object + if (match.children.length > 0) { + return match; + } + + // If there were no matching children, check just the plain object + return matcher(params, match); + } + + var original = stripDiacritics(data.text).toUpperCase(); + var term = stripDiacritics(params.term).toUpperCase(); + + // Check if the text contains the term + if (original.indexOf(term) > -1) { + return data; + } + + // If it doesn't contain the term, don't return anything + return null; + } + + this.defaults = { + amdBase: './', + amdLanguageBase: './i18n/', + closeOnSelect: true, + debug: false, + dropdownAutoWidth: false, + escapeMarkup: Utils.escapeMarkup, + language: EnglishTranslation, + matcher: matcher, + minimumInputLength: 0, + maximumInputLength: 0, + maximumSelectionLength: 0, + minimumResultsForSearch: 0, + selectOnClose: false, + sorter: function (data) { + return data; + }, + templateResult: function (result) { + return result.text; + }, + templateSelection: function (selection) { + return selection.text; + }, + theme: 'default', + width: 'resolve' + }; + }; + + Defaults.prototype.set = function (key, value) { + var camelKey = $.camelCase(key); + + var data = {}; + data[camelKey] = value; + + var convertedData = Utils._convertData(data); + + $.extend(this.defaults, convertedData); + }; + + var defaults = new Defaults(); + + return defaults; +}); + +S2.define('select2/options',[ + 'require', + 'jquery', + './defaults', + './utils' +], function (require, $, Defaults, Utils) { + function Options (options, $element) { + this.options = options; + + if ($element != null) { + this.fromElement($element); + } + + this.options = Defaults.apply(this.options); + + if ($element && $element.is('input')) { + var InputCompat = require(this.get('amdBase') + 'compat/inputData'); + + this.options.dataAdapter = Utils.Decorate( + this.options.dataAdapter, + InputCompat + ); + } + } + + Options.prototype.fromElement = function ($e) { + var excludedData = ['select2']; + + if (this.options.multiple == null) { + this.options.multiple = $e.prop('multiple'); + } + + if (this.options.disabled == null) { + this.options.disabled = $e.prop('disabled'); + } + + if (this.options.language == null) { + if ($e.prop('lang')) { + this.options.language = $e.prop('lang').toLowerCase(); + } else if ($e.closest('[lang]').prop('lang')) { + this.options.language = $e.closest('[lang]').prop('lang'); + } + } + + if (this.options.dir == null) { + if ($e.prop('dir')) { + this.options.dir = $e.prop('dir'); + } else if ($e.closest('[dir]').prop('dir')) { + this.options.dir = $e.closest('[dir]').prop('dir'); + } else { + this.options.dir = 'ltr'; + } + } + + $e.prop('disabled', this.options.disabled); + $e.prop('multiple', this.options.multiple); + + if ($e.data('select2Tags')) { + if (this.options.debug && window.console && console.warn) { + console.warn( + 'Select2: The `data-select2-tags` attribute has been changed to ' + + 'use the `data-data` and `data-tags="true"` attributes and will be ' + + 'removed in future versions of Select2.' + ); + } + + $e.data('data', $e.data('select2Tags')); + $e.data('tags', true); + } + + if ($e.data('ajaxUrl')) { + if (this.options.debug && window.console && console.warn) { + console.warn( + 'Select2: The `data-ajax-url` attribute has been changed to ' + + '`data-ajax--url` and support for the old attribute will be removed' + + ' in future versions of Select2.' + ); + } + + $e.attr('ajax--url', $e.data('ajaxUrl')); + $e.data('ajax--url', $e.data('ajaxUrl')); + } + + var dataset = {}; + + // Prefer the element's `dataset` attribute if it exists + // jQuery 1.x does not correctly handle data attributes with multiple dashes + if ($.fn.jquery && $.fn.jquery.substr(0, 2) == '1.' && $e[0].dataset) { + dataset = $.extend(true, {}, $e[0].dataset, $e.data()); + } else { + dataset = $e.data(); + } + + var data = $.extend(true, {}, dataset); + + data = Utils._convertData(data); + + for (var key in data) { + if ($.inArray(key, excludedData) > -1) { + continue; + } + + if ($.isPlainObject(this.options[key])) { + $.extend(this.options[key], data[key]); + } else { + this.options[key] = data[key]; + } + } + + return this; + }; + + Options.prototype.get = function (key) { + return this.options[key]; + }; + + Options.prototype.set = function (key, val) { + this.options[key] = val; + }; + + return Options; +}); + +S2.define('select2/core',[ + 'jquery', + './options', + './utils', + './keys' +], function ($, Options, Utils, KEYS) { + var Select2 = function ($element, options) { + if ($element.data('select2') != null) { + $element.data('select2').destroy(); + } + + this.$element = $element; + + this.id = this._generateId($element); + + options = options || {}; + + this.options = new Options(options, $element); + + Select2.__super__.constructor.call(this); + + // Set up the tabindex + + var tabindex = $element.attr('tabindex') || 0; + $element.data('old-tabindex', tabindex); + $element.attr('tabindex', '-1'); + + // Set up containers and adapters + + var DataAdapter = this.options.get('dataAdapter'); + this.dataAdapter = new DataAdapter($element, this.options); + + var $container = this.render(); + + this._placeContainer($container); + + var SelectionAdapter = this.options.get('selectionAdapter'); + this.selection = new SelectionAdapter($element, this.options); + this.$selection = this.selection.render(); + + this.selection.position(this.$selection, $container); + + var DropdownAdapter = this.options.get('dropdownAdapter'); + this.dropdown = new DropdownAdapter($element, this.options); + this.$dropdown = this.dropdown.render(); + + this.dropdown.position(this.$dropdown, $container); + + var ResultsAdapter = this.options.get('resultsAdapter'); + this.results = new ResultsAdapter($element, this.options, this.dataAdapter); + this.$results = this.results.render(); + + this.results.position(this.$results, this.$dropdown); + + // Bind events + + var self = this; + + // Bind the container to all of the adapters + this._bindAdapters(); + + // Register any DOM event handlers + this._registerDomEvents(); + + // Register any internal event handlers + this._registerDataEvents(); + this._registerSelectionEvents(); + this._registerDropdownEvents(); + this._registerResultsEvents(); + this._registerEvents(); + + // Set the initial state + this.dataAdapter.current(function (initialData) { + self.trigger('selection:update', { + data: initialData + }); + }); + + // Hide the original select + $element.addClass('select2-hidden-accessible'); + $element.attr('aria-hidden', 'true'); + + // Synchronize any monitored attributes + this._syncAttributes(); + + $element.data('select2', this); + }; + + Utils.Extend(Select2, Utils.Observable); + + Select2.prototype._generateId = function ($element) { + var id = ''; + + if ($element.attr('id') != null) { + id = $element.attr('id'); + } else if ($element.attr('name') != null) { + id = $element.attr('name') + '-' + Utils.generateChars(2); + } else { + id = Utils.generateChars(4); + } + + id = id.replace(/(:|\.|\[|\]|,)/g, ''); + id = 'select2-' + id; + + return id; + }; + + Select2.prototype._placeContainer = function ($container) { + $container.insertAfter(this.$element); + + var width = this._resolveWidth(this.$element, this.options.get('width')); + + if (width != null) { + $container.css('width', width); + } + }; + + Select2.prototype._resolveWidth = function ($element, method) { + var WIDTH = /^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i; + + if (method == 'resolve') { + var styleWidth = this._resolveWidth($element, 'style'); + + if (styleWidth != null) { + return styleWidth; + } + + return this._resolveWidth($element, 'element'); + } + + if (method == 'element') { + var elementWidth = $element.outerWidth(false); + + if (elementWidth <= 0) { + return 'auto'; + } + + return elementWidth + 'px'; + } + + if (method == 'style') { + var style = $element.attr('style'); + + if (typeof(style) !== 'string') { + return null; + } + + var attrs = style.split(';'); + + for (var i = 0, l = attrs.length; i < l; i = i + 1) { + var attr = attrs[i].replace(/\s/g, ''); + var matches = attr.match(WIDTH); + + if (matches !== null && matches.length >= 1) { + return matches[1]; + } + } + + return null; + } + + return method; + }; + + Select2.prototype._bindAdapters = function () { + this.dataAdapter.bind(this, this.$container); + this.selection.bind(this, this.$container); + + this.dropdown.bind(this, this.$container); + this.results.bind(this, this.$container); + }; + + Select2.prototype._registerDomEvents = function () { + var self = this; + + this.$element.on('change.select2', function () { + self.dataAdapter.current(function (data) { + self.trigger('selection:update', { + data: data + }); + }); + }); + + this.$element.on('focus.select2', function (evt) { + self.trigger('focus', evt); + }); + + this._syncA = Utils.bind(this._syncAttributes, this); + this._syncS = Utils.bind(this._syncSubtree, this); + + if (this.$element[0].attachEvent) { + this.$element[0].attachEvent('onpropertychange', this._syncA); + } + + var observer = window.MutationObserver || + window.WebKitMutationObserver || + window.MozMutationObserver + ; + + if (observer != null) { + this._observer = new observer(function (mutations) { + $.each(mutations, self._syncA); + $.each(mutations, self._syncS); + }); + this._observer.observe(this.$element[0], { + attributes: true, + childList: true, + subtree: false + }); + } else if (this.$element[0].addEventListener) { + this.$element[0].addEventListener( + 'DOMAttrModified', + self._syncA, + false + ); + this.$element[0].addEventListener( + 'DOMNodeInserted', + self._syncS, + false + ); + this.$element[0].addEventListener( + 'DOMNodeRemoved', + self._syncS, + false + ); + } + }; + + Select2.prototype._registerDataEvents = function () { + var self = this; + + this.dataAdapter.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerSelectionEvents = function () { + var self = this; + var nonRelayEvents = ['toggle', 'focus']; + + this.selection.on('toggle', function () { + self.toggleDropdown(); + }); + + this.selection.on('focus', function (params) { + self.focus(params); + }); + + this.selection.on('*', function (name, params) { + if ($.inArray(name, nonRelayEvents) !== -1) { + return; + } + + self.trigger(name, params); + }); + }; + + Select2.prototype._registerDropdownEvents = function () { + var self = this; + + this.dropdown.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerResultsEvents = function () { + var self = this; + + this.results.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerEvents = function () { + var self = this; + + this.on('open', function () { + self.$container.addClass('select2-container--open'); + }); + + this.on('close', function () { + self.$container.removeClass('select2-container--open'); + }); + + this.on('enable', function () { + self.$container.removeClass('select2-container--disabled'); + }); + + this.on('disable', function () { + self.$container.addClass('select2-container--disabled'); + }); + + this.on('blur', function () { + self.$container.removeClass('select2-container--focus'); + }); + + this.on('query', function (params) { + if (!self.isOpen()) { + self.trigger('open', {}); + } + + this.dataAdapter.query(params, function (data) { + self.trigger('results:all', { + data: data, + query: params + }); + }); + }); + + this.on('query:append', function (params) { + this.dataAdapter.query(params, function (data) { + self.trigger('results:append', { + data: data, + query: params + }); + }); + }); + + this.on('keypress', function (evt) { + var key = evt.which; + + if (self.isOpen()) { + if (key === KEYS.ESC || key === KEYS.TAB || + (key === KEYS.UP && evt.altKey)) { + self.close(); + + evt.preventDefault(); + } else if (key === KEYS.ENTER) { + self.trigger('results:select', {}); + + evt.preventDefault(); + } else if ((key === KEYS.SPACE && evt.ctrlKey)) { + self.trigger('results:toggle', {}); + + evt.preventDefault(); + } else if (key === KEYS.UP) { + self.trigger('results:previous', {}); + + evt.preventDefault(); + } else if (key === KEYS.DOWN) { + self.trigger('results:next', {}); + + evt.preventDefault(); + } + } else { + if (key === KEYS.ENTER || key === KEYS.SPACE || + (key === KEYS.DOWN && evt.altKey)) { + self.open(); + + evt.preventDefault(); + } + } + }); + }; + + Select2.prototype._syncAttributes = function () { + this.options.set('disabled', this.$element.prop('disabled')); + + if (this.options.get('disabled')) { + if (this.isOpen()) { + this.close(); + } + + this.trigger('disable', {}); + } else { + this.trigger('enable', {}); + } + }; + + Select2.prototype._syncSubtree = function (evt, mutations) { + var changed = false; + var self = this; + + // Ignore any mutation events raised for elements that aren't options or + // optgroups. This handles the case when the select element is destroyed + if ( + evt && evt.target && ( + evt.target.nodeName !== 'OPTION' && evt.target.nodeName !== 'OPTGROUP' + ) + ) { + return; + } + + if (!mutations) { + // If mutation events aren't supported, then we can only assume that the + // change affected the selections + changed = true; + } else if (mutations.addedNodes && mutations.addedNodes.length > 0) { + for (var n = 0; n < mutations.addedNodes.length; n++) { + var node = mutations.addedNodes[n]; + + if (node.selected) { + changed = true; + } + } + } else if (mutations.removedNodes && mutations.removedNodes.length > 0) { + changed = true; + } + + // Only re-pull the data if we think there is a change + if (changed) { + this.dataAdapter.current(function (currentData) { + self.trigger('selection:update', { + data: currentData + }); + }); + } + }; + + /** + * Override the trigger method to automatically trigger pre-events when + * there are events that can be prevented. + */ + Select2.prototype.trigger = function (name, args) { + var actualTrigger = Select2.__super__.trigger; + var preTriggerMap = { + 'open': 'opening', + 'close': 'closing', + 'select': 'selecting', + 'unselect': 'unselecting' + }; + + if (args === undefined) { + args = {}; + } + + if (name in preTriggerMap) { + var preTriggerName = preTriggerMap[name]; + var preTriggerArgs = { + prevented: false, + name: name, + args: args + }; + + actualTrigger.call(this, preTriggerName, preTriggerArgs); + + if (preTriggerArgs.prevented) { + args.prevented = true; + + return; + } + } + + actualTrigger.call(this, name, args); + }; + + Select2.prototype.toggleDropdown = function () { + if (this.options.get('disabled')) { + return; + } + + if (this.isOpen()) { + this.close(); + } else { + this.open(); + } + }; + + Select2.prototype.open = function () { + if (this.isOpen()) { + return; + } + + this.trigger('query', {}); + }; + + Select2.prototype.close = function () { + if (!this.isOpen()) { + return; + } + + this.trigger('close', {}); + }; + + Select2.prototype.isOpen = function () { + return this.$container.hasClass('select2-container--open'); + }; + + Select2.prototype.hasFocus = function () { + return this.$container.hasClass('select2-container--focus'); + }; + + Select2.prototype.focus = function (data) { + // No need to re-trigger focus events if we are already focused + if (this.hasFocus()) { + return; + } + + this.$container.addClass('select2-container--focus'); + this.trigger('focus', {}); + }; + + Select2.prototype.enable = function (args) { + if (this.options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `select2("enable")` method has been deprecated and will' + + ' be removed in later Select2 versions. Use $element.prop("disabled")' + + ' instead.' + ); + } + + if (args == null || args.length === 0) { + args = [true]; + } + + var disabled = !args[0]; + + this.$element.prop('disabled', disabled); + }; + + Select2.prototype.data = function () { + if (this.options.get('debug') && + arguments.length > 0 && window.console && console.warn) { + console.warn( + 'Select2: Data can no longer be set using `select2("data")`. You ' + + 'should consider setting the value instead using `$element.val()`.' + ); + } + + var data = []; + + this.dataAdapter.current(function (currentData) { + data = currentData; + }); + + return data; + }; + + Select2.prototype.val = function (args) { + if (this.options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `select2("val")` method has been deprecated and will be' + + ' removed in later Select2 versions. Use $element.val() instead.' + ); + } + + if (args == null || args.length === 0) { + return this.$element.val(); + } + + var newVal = args[0]; + + if ($.isArray(newVal)) { + newVal = $.map(newVal, function (obj) { + return obj.toString(); + }); + } + + this.$element.val(newVal).trigger('change'); + }; + + Select2.prototype.destroy = function () { + this.$container.remove(); + + if (this.$element[0].detachEvent) { + this.$element[0].detachEvent('onpropertychange', this._syncA); + } + + if (this._observer != null) { + this._observer.disconnect(); + this._observer = null; + } else if (this.$element[0].removeEventListener) { + this.$element[0] + .removeEventListener('DOMAttrModified', this._syncA, false); + this.$element[0] + .removeEventListener('DOMNodeInserted', this._syncS, false); + this.$element[0] + .removeEventListener('DOMNodeRemoved', this._syncS, false); + } + + this._syncA = null; + this._syncS = null; + + this.$element.off('.select2'); + this.$element.attr('tabindex', this.$element.data('old-tabindex')); + + this.$element.removeClass('select2-hidden-accessible'); + this.$element.attr('aria-hidden', 'false'); + this.$element.removeData('select2'); + + this.dataAdapter.destroy(); + this.selection.destroy(); + this.dropdown.destroy(); + this.results.destroy(); + + this.dataAdapter = null; + this.selection = null; + this.dropdown = null; + this.results = null; + }; + + Select2.prototype.render = function () { + var $container = $( + '' + + '' + + '' + + '' + ); + + $container.attr('dir', this.options.get('dir')); + + this.$container = $container; + + this.$container.addClass('select2-container--' + this.options.get('theme')); + + $container.data('element', this.$element); + + return $container; + }; + + return Select2; +}); + +S2.define('select2/compat/utils',[ + 'jquery' +], function ($) { + function syncCssClasses ($dest, $src, adapter) { + var classes, replacements = [], adapted; + + classes = $.trim($dest.attr('class')); + + if (classes) { + classes = '' + classes; // for IE which returns object + + $(classes.split(/\s+/)).each(function () { + // Save all Select2 classes + if (this.indexOf('select2-') === 0) { + replacements.push(this); + } + }); + } + + classes = $.trim($src.attr('class')); + + if (classes) { + classes = '' + classes; // for IE which returns object + + $(classes.split(/\s+/)).each(function () { + // Only adapt non-Select2 classes + if (this.indexOf('select2-') !== 0) { + adapted = adapter(this); + + if (adapted != null) { + replacements.push(adapted); + } + } + }); + } + + $dest.attr('class', replacements.join(' ')); + } + + return { + syncCssClasses: syncCssClasses + }; +}); + +S2.define('select2/compat/containerCss',[ + 'jquery', + './utils' +], function ($, CompatUtils) { + // No-op CSS adapter that discards all classes by default + function _containerAdapter (clazz) { + return null; + } + + function ContainerCSS () { } + + ContainerCSS.prototype.render = function (decorated) { + var $container = decorated.call(this); + + var containerCssClass = this.options.get('containerCssClass') || ''; + + if ($.isFunction(containerCssClass)) { + containerCssClass = containerCssClass(this.$element); + } + + var containerCssAdapter = this.options.get('adaptContainerCssClass'); + containerCssAdapter = containerCssAdapter || _containerAdapter; + + if (containerCssClass.indexOf(':all:') !== -1) { + containerCssClass = containerCssClass.replace(':all:', ''); + + var _cssAdapter = containerCssAdapter; + + containerCssAdapter = function (clazz) { + var adapted = _cssAdapter(clazz); + + if (adapted != null) { + // Append the old one along with the adapted one + return adapted + ' ' + clazz; + } + + return clazz; + }; + } + + var containerCss = this.options.get('containerCss') || {}; + + if ($.isFunction(containerCss)) { + containerCss = containerCss(this.$element); + } + + CompatUtils.syncCssClasses($container, this.$element, containerCssAdapter); + + $container.css(containerCss); + $container.addClass(containerCssClass); + + return $container; + }; + + return ContainerCSS; +}); + +S2.define('select2/compat/dropdownCss',[ + 'jquery', + './utils' +], function ($, CompatUtils) { + // No-op CSS adapter that discards all classes by default + function _dropdownAdapter (clazz) { + return null; + } + + function DropdownCSS () { } + + DropdownCSS.prototype.render = function (decorated) { + var $dropdown = decorated.call(this); + + var dropdownCssClass = this.options.get('dropdownCssClass') || ''; + + if ($.isFunction(dropdownCssClass)) { + dropdownCssClass = dropdownCssClass(this.$element); + } + + var dropdownCssAdapter = this.options.get('adaptDropdownCssClass'); + dropdownCssAdapter = dropdownCssAdapter || _dropdownAdapter; + + if (dropdownCssClass.indexOf(':all:') !== -1) { + dropdownCssClass = dropdownCssClass.replace(':all:', ''); + + var _cssAdapter = dropdownCssAdapter; + + dropdownCssAdapter = function (clazz) { + var adapted = _cssAdapter(clazz); + + if (adapted != null) { + // Append the old one along with the adapted one + return adapted + ' ' + clazz; + } + + return clazz; + }; + } + + var dropdownCss = this.options.get('dropdownCss') || {}; + + if ($.isFunction(dropdownCss)) { + dropdownCss = dropdownCss(this.$element); + } + + CompatUtils.syncCssClasses($dropdown, this.$element, dropdownCssAdapter); + + $dropdown.css(dropdownCss); + $dropdown.addClass(dropdownCssClass); + + return $dropdown; + }; + + return DropdownCSS; +}); + +S2.define('select2/compat/initSelection',[ + 'jquery' +], function ($) { + function InitSelection (decorated, $element, options) { + if (options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `initSelection` option has been deprecated in favor' + + ' of a custom data adapter that overrides the `current` method. ' + + 'This method is now called multiple times instead of a single ' + + 'time when the instance is initialized. Support will be removed ' + + 'for the `initSelection` option in future versions of Select2' + ); + } + + this.initSelection = options.get('initSelection'); + this._isInitialized = false; + + decorated.call(this, $element, options); + } + + InitSelection.prototype.current = function (decorated, callback) { + var self = this; + + if (this._isInitialized) { + decorated.call(this, callback); + + return; + } + + this.initSelection.call(null, this.$element, function (data) { + self._isInitialized = true; + + if (!$.isArray(data)) { + data = [data]; + } + + callback(data); + }); + }; + + return InitSelection; +}); + +S2.define('select2/compat/inputData',[ + 'jquery' +], function ($) { + function InputData (decorated, $element, options) { + this._currentData = []; + this._valueSeparator = options.get('valueSeparator') || ','; + + if ($element.prop('type') === 'hidden') { + if (options.get('debug') && console && console.warn) { + console.warn( + 'Select2: Using a hidden input with Select2 is no longer ' + + 'supported and may stop working in the future. It is recommended ' + + 'to use a `');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,b,d){var e=this;a.call(this,b,d),b.on("open",function(){e.$search.trigger("focus")}),b.on("close",function(){e.$search.val(""),e.$search.removeAttr("aria-activedescendant"),e.$search.trigger("focus")}),b.on("enable",function(){e.$search.prop("disabled",!1),e._transferTabIndex()}),b.on("disable",function(){e.$search.prop("disabled",!0)}),b.on("focus",function(a){e.$search.trigger("focus")}),b.on("results:focus",function(a){e.$search.attr("aria-activedescendant",a.id)}),this.$selection.on("focusin",".select2-search--inline",function(a){e.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){e._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){if(a.stopPropagation(),e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented(),a.which===c.BACKSPACE&&""===e.$search.val()){var b=e.$searchContainer.prev(".select2-selection__choice");if(b.length>0){var d=b.data("data");e.searchRemoveChoice(d),a.preventDefault()}}});var f=document.documentMode,g=f&&f<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){if(g)return void e.$selection.off("input.search input.searchcheck");e.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(g&&"input"===a.type)return void e.$selection.off("input.search input.searchcheck");var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&e.handleSearch(a)})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.focus()},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";if(""!==this.$search.attr("placeholder"))a=this.$selection.find(".select2-selection__rendered").innerWidth();else{a=.75*(this.$search.val().length+1)+"em"}this.$search.css("width",a)},d}),b.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting"],g=["opening","closing","selecting","unselecting"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),b.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),b.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"}}),b.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d=b.id+"-result-";return d+=a.generateChars(4),null!=c.id?d+="-"+c.id.toString():d+="-"+a.generateChars(4),d},b}),b.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current(function(d){var e=[];a=[a],a.push.apply(a,d);for(var f=0;f=0){var k=f.filter(d(j)),l=this.item(k),m=c.extend(!0,{},j,l),n=this.option(m);k.replaceWith(n)}else{var o=this.option(j);if(j.children){var p=this.convertToOptions(j.children);b.appendMany(o,p)}h.push(o)}}return h},d}),b.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f)},function(){d.status&&"0"===d.status||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),b.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h0&&b.term.length>this.maximumInputLength)return void this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}});a.call(this,b,c)},a}),b.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){var d=this;this.current(function(e){var f=null!=e?e.length:0;if(d.maximumSelectionLength>0&&f>=d.maximumSelectionLength)return void d.trigger("results:message",{message:"maximumSelected",args:{maximum:d.maximumSelectionLength}});a.call(d,b,c)})},a}),b.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$dropdown=b,b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),b.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.focus(),window.setTimeout(function(){e.$search.focus()},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.val("")}),c.on("focus",function(){c.isOpen()||e.$search.focus()}),c.on("results:all",function(a){if(null==a.query.term||""===a.query.term){e.showSearch(a)?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide")}})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),b.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;d>=0;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),b.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&this.$results.append(this.$loadingMore)},b.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),c.on("query",function(a){e.lastParams=a,e.loading=!0}),c.on("query:append",function(a){e.lastParams=a,e.loading=!0}),this.$results.on("scroll",function(){var b=a.contains(document.documentElement,e.$loadingMore[0]);if(!e.loading&&b){e.$results.offset().top+e.$results.outerHeight(!1)+50>=e.$loadingMore.offset().top+e.$loadingMore.outerHeight(!1)&&e.loadMore()}})},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('
        • '),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),b.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=d.get("dropdownParent")||a(document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this,e=!1;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),e||(e=!0,b.on("results:all",function(){d._positionDropdown(),d._resizeDropdown()}),b.on("results:append",function(){d._positionDropdown(),d._resizeDropdown()}))}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a(""),d=b.call(this);return c.append(d),this.$dropdownContainer=c,c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){a(this).data("select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(b){var c=a(this).data("select2-scroll-position");a(this).scrollTop(c.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id;this.$container.parents().filter(b.hasScroll).off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h={height:this.$dropdown.outerHeight(!1)},i={top:b.scrollTop(),bottom:b.scrollTop()+b.height()},j=i.topf.bottom+h.height,l={left:f.left,top:g.bottom},m=this.$dropdownParent;"static"===m.css("position")&&(m=m.offsetParent());var n=m.offset();l.top-=n.top,l.left-=n.left,c||d||(e="below"),k||!j||c?!j&&k&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(l.top=g.top-n.top-h.height),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(l)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),b.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(b){for(var c=0,d=0;d0&&(l.dataAdapter=j.Decorate(l.dataAdapter,r)),l.maximumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,s)),l.maximumSelectionLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,t)),l.tags&&(l.dataAdapter=j.Decorate(l.dataAdapter,p)),null==l.tokenSeparators&&null==l.tokenizer||(l.dataAdapter=j.Decorate(l.dataAdapter,q)),null!=l.query){var C=b(l.amdBase+"compat/query");l.dataAdapter=j.Decorate(l.dataAdapter,C)}if(null!=l.initSelection){var D=b(l.amdBase+"compat/initSelection");l.dataAdapter=j.Decorate(l.dataAdapter,D)}}if(null==l.resultsAdapter&&(l.resultsAdapter=c,null!=l.ajax&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,x)),null!=l.placeholder&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,w)),l.selectOnClose&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,A))),null==l.dropdownAdapter){if(l.multiple)l.dropdownAdapter=u;else{var E=j.Decorate(u,v);l.dropdownAdapter=E}if(0!==l.minimumResultsForSearch&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,z)),l.closeOnSelect&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,B)),null!=l.dropdownCssClass||null!=l.dropdownCss||null!=l.adaptDropdownCssClass){var F=b(l.amdBase+"compat/dropdownCss");l.dropdownAdapter=j.Decorate(l.dropdownAdapter,F)}l.dropdownAdapter=j.Decorate(l.dropdownAdapter,y)}if(null==l.selectionAdapter){if(l.multiple?l.selectionAdapter=e:l.selectionAdapter=d,null!=l.placeholder&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,f)),l.allowClear&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,g)),l.multiple&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,h)),null!=l.containerCssClass||null!=l.containerCss||null!=l.adaptContainerCssClass){var G=b(l.amdBase+"compat/containerCss");l.selectionAdapter=j.Decorate(l.selectionAdapter,G)}l.selectionAdapter=j.Decorate(l.selectionAdapter,i)}if("string"==typeof l.language)if(l.language.indexOf("-")>0){var H=l.language.split("-"),I=H[0];l.language=[l.language,I]}else l.language=[l.language];if(a.isArray(l.language)){var J=new k;l.language.push("en");for(var K=l.language,L=0;L0){for(var f=a.extend(!0,{},e),g=e.children.length-1;g>=0;g--){null==c(d,e.children[g])&&f.children.splice(g,1)}return f.children.length>0?f:c(d,f)}var h=b(e.text).toUpperCase(),i=b(d.term).toUpperCase();return h.indexOf(i)>-1?e:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:j.escapeMarkup,language:C,matcher:c,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.set=function(b,c){var d=a.camelCase(b),e={};e[d]=c;var f=j._convertData(e);a.extend(this.defaults,f)},new D}),b.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){var c=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.language&&(a.prop("lang")?this.options.language=a.prop("lang").toLowerCase():a.closest("[lang]").prop("lang")&&(this.options.language=a.closest("[lang]").prop("lang"))),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),a.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),a.data("data",a.data("select2Tags")),a.data("tags",!0)),a.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),a.attr("ajax--url",a.data("ajaxUrl")),a.data("ajax--url",a.data("ajaxUrl")));var e={};e=b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset?b.extend(!0,{},a[0].dataset,a.data()):a.data();var f=b.extend(!0,{},e);f=d._convertData(f);for(var g in f)b.inArray(g,c)>-1||(b.isPlainObject(this.options[g])?b.extend(this.options[g],f[g]):this.options[g]=f[g]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),b.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,c){null!=a.data("select2")&&a.data("select2").destroy(),this.$element=a,this.id=this._generateId(a),c=c||{},this.options=new b(c,a),e.__super__.constructor.call(this);var d=a.attr("tabindex")||0;a.data("old-tabindex",d),a.attr("tabindex","-1");var f=this.options.get("dataAdapter");this.dataAdapter=new f(a,this.options);var g=this.render();this._placeContainer(g);var h=this.options.get("selectionAdapter");this.selection=new h(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,g);var i=this.options.get("dropdownAdapter");this.dropdown=new i(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,g);var j=this.options.get("resultsAdapter");this.results=new j(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var k=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){k.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){var b="";return b=null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4),b=b.replace(/(:|\.|\[|\]|,)/g,""),b="select2-"+b},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){var c=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==b){var d=this._resolveWidth(a,"style");return null!=d?d:this._resolveWidth(a,"element")}if("element"==b){var e=a.outerWidth(!1);return e<=0?"auto":e+"px"}if("style"==b){var f=a.attr("style");if("string"!=typeof f)return null;for(var g=f.split(";"),h=0,i=g.length;h=1)return k[1]}return null}return b},e.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},e.prototype._registerDomEvents=function(){var b=this;this.$element.on("change.select2",function(){b.dataAdapter.current(function(a){b.trigger("selection:update",{data:a})})}),this.$element.on("focus.select2",function(a){b.trigger("focus",a)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var d=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=d?(this._observer=new d(function(c){a.each(c,b._syncA),a.each(c,b._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",b._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",b._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",b._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var a=this;this.on("open",function(){a.$container.addClass("select2-container--open")}),this.on("close",function(){a.$container.removeClass("select2-container--open")}),this.on("enable",function(){a.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a.$container.removeClass("select2-container--focus")}),this.on("query",function(b){a.isOpen()||a.trigger("open",{}),this.dataAdapter.query(b,function(c){a.trigger("results:all",{data:c,query:b})})}),this.on("query:append",function(b){this.dataAdapter.query(b,function(c){a.trigger("results:append",{data:c,query:b})})}),this.on("keypress",function(b){var c=b.which;a.isOpen()?c===d.ESC||c===d.TAB||c===d.UP&&b.altKey?(a.close(),b.preventDefault()):c===d.ENTER?(a.trigger("results:select",{}),b.preventDefault()):c===d.SPACE&&b.ctrlKey?(a.trigger("results:toggle",{}),b.preventDefault()):c===d.UP?(a.trigger("results:previous",{}),b.preventDefault()):c===d.DOWN&&(a.trigger("results:next",{}),b.preventDefault()):(c===d.ENTER||c===d.SPACE||c===d.DOWN&&b.altKey)&&(a.open(),b.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._syncSubtree=function(a,b){var c=!1,d=this;if(!a||!a.target||"OPTION"===a.target.nodeName||"OPTGROUP"===a.target.nodeName){if(b)if(b.addedNodes&&b.addedNodes.length>0)for(var e=0;e0&&(c=!0);else c=!0;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})}},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.trigger("query",{})},e.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=a&&0!==a.length||(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},e.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),b.data("element",this.$element),b},e}),b.define("select2/compat/utils",["jquery"],function(a){function b(b,c,d){var e,f,g=[];e=a.trim(b.attr("class")),e&&(e=""+e,a(e.split(/\s+/)).each(function(){0===this.indexOf("select2-")&&g.push(this)})),e=a.trim(c.attr("class")),e&&(e=""+e,a(e.split(/\s+/)).each(function(){0!==this.indexOf("select2-")&&null!=(f=d(this))&&g.push(f)})),b.attr("class",g.join(" "))}return{syncCssClasses:b}}),b.define("select2/compat/containerCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("containerCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptContainerCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("containerCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),b.define("select2/compat/dropdownCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("dropdownCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptDropdownCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("dropdownCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),b.define("select2/compat/initSelection",["jquery"],function(a){function b(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `initSelection` option has been deprecated in favor of a custom data adapter that overrides the `current` method. This method is now called multiple times instead of a single time when the instance is initialized. Support will be removed for the `initSelection` option in future versions of Select2"),this.initSelection=c.get("initSelection"),this._isInitialized=!1,a.call(this,b,c)}return b.prototype.current=function(b,c){var d=this;if(this._isInitialized)return void b.call(this,c);this.initSelection.call(null,this.$element,function(b){d._isInitialized=!0,a.isArray(b)||(b=[b]),c(b)})},b}),b.define("select2/compat/inputData",["jquery"],function(a){function b(a,b,c){this._currentData=[],this._valueSeparator=c.get("valueSeparator")||",","hidden"===b.prop("type")&&c.get("debug")&&console&&console.warn&&console.warn("Select2: Using a hidden input with Select2 is no longer supported and may stop working in the future. It is recommended to use a `' + '' ); @@ -3909,7 +3909,7 @@ S2.define('select2/dropdown/search',[ var $search = $( '' + '' + '' ); diff --git a/htdocs/includes/jquery/plugins/select2/dist/js/select2.min.js b/htdocs/includes/jquery/plugins/select2/dist/js/select2.min.js index 991b8fcd791..7ef2fda809e 100644 --- a/htdocs/includes/jquery/plugins/select2/dist/js/select2.min.js +++ b/htdocs/includes/jquery/plugins/select2/dist/js/select2.min.js @@ -1 +1 @@ -/*! Select2 4.0.4 | https://github.com/select2/select2/blob/master/LICENSE.md */!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof module&&module.exports?module.exports=function(b,c){return void 0===c&&(c="undefined"!=typeof window?require("jquery"):require("jquery")(b)),a(c),c}:a(jQuery)}(function(a){var b=function(){if(a&&a.fn&&a.fn.select2&&a.fn.select2.amd)var b=a.fn.select2.amd;var b;return function(){if(!b||!b.requirejs){b?c=b:b={};var a,c,d;!function(b){function e(a,b){return v.call(a,b)}function f(a,b){var c,d,e,f,g,h,i,j,k,l,m,n,o=b&&b.split("/"),p=t.map,q=p&&p["*"]||{};if(a){for(a=a.split("/"),g=a.length-1,t.nodeIdCompat&&x.test(a[g])&&(a[g]=a[g].replace(x,"")),"."===a[0].charAt(0)&&o&&(n=o.slice(0,o.length-1),a=n.concat(a)),k=0;k0&&(a.splice(k-1,2),k-=2)}a=a.join("/")}if((o||q)&&p){for(c=a.split("/"),k=c.length;k>0;k-=1){if(d=c.slice(0,k).join("/"),o)for(l=o.length;l>0;l-=1)if((e=p[o.slice(0,l).join("/")])&&(e=e[d])){f=e,h=k;break}if(f)break;!i&&q&&q[d]&&(i=q[d],j=k)}!f&&i&&(f=i,h=j),f&&(c.splice(0,h,f),a=c.join("/"))}return a}function g(a,c){return function(){var d=w.call(arguments,0);return"string"!=typeof d[0]&&1===d.length&&d.push(null),o.apply(b,d.concat([a,c]))}}function h(a){return function(b){return f(b,a)}}function i(a){return function(b){r[a]=b}}function j(a){if(e(s,a)){var c=s[a];delete s[a],u[a]=!0,n.apply(b,c)}if(!e(r,a)&&!e(u,a))throw new Error("No "+a);return r[a]}function k(a){var b,c=a?a.indexOf("!"):-1;return c>-1&&(b=a.substring(0,c),a=a.substring(c+1,a.length)),[b,a]}function l(a){return a?k(a):[]}function m(a){return function(){return t&&t.config&&t.config[a]||{}}}var n,o,p,q,r={},s={},t={},u={},v=Object.prototype.hasOwnProperty,w=[].slice,x=/\.js$/;p=function(a,b){var c,d=k(a),e=d[0],g=b[1];return a=d[1],e&&(e=f(e,g),c=j(e)),e?a=c&&c.normalize?c.normalize(a,h(g)):f(a,g):(a=f(a,g),d=k(a),e=d[0],a=d[1],e&&(c=j(e))),{f:e?e+"!"+a:a,n:a,pr:e,p:c}},q={require:function(a){return g(a)},exports:function(a){var b=r[a];return void 0!==b?b:r[a]={}},module:function(a){return{id:a,uri:"",exports:r[a],config:m(a)}}},n=function(a,c,d,f){var h,k,m,n,o,t,v,w=[],x=typeof d;if(f=f||a,t=l(f),"undefined"===x||"function"===x){for(c=!c.length&&d.length?["require","exports","module"]:c,o=0;o0&&(b.call(arguments,a.prototype.constructor),e=c.prototype.constructor),e.apply(this,arguments)}function e(){this.constructor=d}var f=b(c),g=b(a);c.displayName=a.displayName,d.prototype=new e;for(var h=0;h":">",'"':""","'":"'","/":"/"};return"string"!=typeof a?a:String(a).replace(/[&<>"'\/\\]/g,function(a){return b[a]})},c.appendMany=function(b,c){if("1.7"===a.fn.jquery.substr(0,3)){var d=a();a.map(c,function(a){d=d.add(a)}),c=d}b.append(c)},c}),b.define("select2/results",["jquery","./utils"],function(a,b){function c(a,b,d){this.$element=a,this.data=d,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('
            ');return this.options.get("multiple")&&b.attr("aria-multiselectable","true"),this.$results=b,b},c.prototype.clear=function(){this.$results.empty()},c.prototype.displayMessage=function(b){var c=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var d=a('
          • '),e=this.options.get("translations").get(b.message);d.append(c(e(b.args))),d[0].className+=" select2-results__message",this.$results.append(d)},c.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},c.prototype.append=function(a){this.hideLoading();var b=[];if(null==a.results||0===a.results.length)return void(0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"}));a.results=this.sort(a.results);for(var c=0;c0?b.first().trigger("mouseenter"):a.first().trigger("mouseenter"),this.ensureHighlightVisible()},c.prototype.setClasses=function(){var b=this;this.data.current(function(c){var d=a.map(c,function(a){return a.id.toString()});b.$results.find(".select2-results__option[aria-selected]").each(function(){var b=a(this),c=a.data(this,"data"),e=""+c.id;null!=c.element&&c.element.selected||null==c.element&&a.inArray(e,d)>-1?b.attr("aria-selected","true"):b.attr("aria-selected","false")})})},c.prototype.showLoading=function(a){this.hideLoading();var b=this.options.get("translations").get("searching"),c={disabled:!0,loading:!0,text:b(a)},d=this.option(c);d.className+=" loading-results",this.$results.prepend(d)},c.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},c.prototype.option=function(b){var c=document.createElement("li");c.className="select2-results__option";var d={role:"treeitem","aria-selected":"false"};b.disabled&&(delete d["aria-selected"],d["aria-disabled"]="true"),null==b.id&&delete d["aria-selected"],null!=b._resultId&&(c.id=b._resultId),b.title&&(c.title=b.title),b.children&&(d.role="group",d["aria-label"]=b.text,delete d["aria-selected"]);for(var e in d){var f=d[e];c.setAttribute(e,f)}if(b.children){var g=a(c),h=document.createElement("strong");h.className="select2-results__group";a(h);this.template(b,h);for(var i=[],j=0;j",{class:"select2-results__options select2-results__options--nested"});m.append(i),g.append(h),g.append(m)}else this.template(b,c);return a.data(c,"data",b),c},c.prototype.bind=function(b,c){var d=this,e=b.id+"-results";this.$results.attr("id",e),b.on("results:all",function(a){d.clear(),d.append(a.data),b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("results:append",function(a){d.append(a.data),b.isOpen()&&d.setClasses()}),b.on("query",function(a){d.hideMessages(),d.showLoading(a)}),b.on("select",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("unselect",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("open",function(){d.$results.attr("aria-expanded","true"),d.$results.attr("aria-hidden","false"),d.setClasses(),d.ensureHighlightVisible()}),b.on("close",function(){d.$results.attr("aria-expanded","false"),d.$results.attr("aria-hidden","true"),d.$results.removeAttr("aria-activedescendant")}),b.on("results:toggle",function(){var a=d.getHighlightedResults();0!==a.length&&a.trigger("mouseup")}),b.on("results:select",function(){var a=d.getHighlightedResults();if(0!==a.length){var b=a.data("data");"true"==a.attr("aria-selected")?d.trigger("close",{}):d.trigger("select",{data:b})}}),b.on("results:previous",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a);if(0!==c){var e=c-1;0===a.length&&(e=0);var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top,h=f.offset().top,i=d.$results.scrollTop()+(h-g);0===e?d.$results.scrollTop(0):h-g<0&&d.$results.scrollTop(i)}}),b.on("results:next",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a),e=c+1;if(!(e>=b.length)){var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top+d.$results.outerHeight(!1),h=f.offset().top+f.outerHeight(!1),i=d.$results.scrollTop()+h-g;0===e?d.$results.scrollTop(0):h>g&&d.$results.scrollTop(i)}}),b.on("results:focus",function(a){a.element.addClass("select2-results__option--highlighted")}),b.on("results:message",function(a){d.displayMessage(a)}),a.fn.mousewheel&&this.$results.on("mousewheel",function(a){var b=d.$results.scrollTop(),c=d.$results.get(0).scrollHeight-b+a.deltaY,e=a.deltaY>0&&b-a.deltaY<=0,f=a.deltaY<0&&c<=d.$results.height();e?(d.$results.scrollTop(0),a.preventDefault(),a.stopPropagation()):f&&(d.$results.scrollTop(d.$results.get(0).scrollHeight-d.$results.height()),a.preventDefault(),a.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(b){var c=a(this),e=c.data("data");if("true"===c.attr("aria-selected"))return void(d.options.get("multiple")?d.trigger("unselect",{originalEvent:b,data:e}):d.trigger("close",{}));d.trigger("select",{originalEvent:b,data:e})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(b){var c=a(this).data("data");d.getHighlightedResults().removeClass("select2-results__option--highlighted"),d.trigger("results:focus",{data:c,element:a(this)})})},c.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},c.prototype.destroy=function(){this.$results.remove()},c.prototype.ensureHighlightVisible=function(){var a=this.getHighlightedResults();if(0!==a.length){var b=this.$results.find("[aria-selected]"),c=b.index(a),d=this.$results.offset().top,e=a.offset().top,f=this.$results.scrollTop()+(e-d),g=e-d;f-=2*a.outerHeight(!1),c<=2?this.$results.scrollTop(0):(g>this.$results.outerHeight()||g<0)&&this.$results.scrollTop(f)}},c.prototype.template=function(b,c){var d=this.options.get("templateResult"),e=this.options.get("escapeMarkup"),f=d(b,c);null==f?c.style.display="none":"string"==typeof f?c.innerHTML=e(f):a(c).append(f)},c}),b.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),b.define("select2/selection/base",["jquery","../utils","../keys"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,b.Observable),d.prototype.render=function(){var b=a('');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),b.attr("title",this.$element.attr("title")),b.attr("tabindex",this._tabindex),this.$selection=b,b},d.prototype.bind=function(a,b){var d=this,e=(a.id,a.id+"-results");this.container=a,this.$selection.on("focus",function(a){d.trigger("focus",a)}),this.$selection.on("blur",function(a){d._handleBlur(a)}),this.$selection.on("keydown",function(a){d.trigger("keypress",a),a.which===c.SPACE&&a.preventDefault()}),a.on("results:focus",function(a){d.$selection.attr("aria-activedescendant",a.data._resultId)}),a.on("selection:update",function(a){d.update(a.data)}),a.on("open",function(){d.$selection.attr("aria-expanded","true"),d.$selection.attr("aria-owns",e),d._attachCloseHandler(a)}),a.on("close",function(){d.$selection.attr("aria-expanded","false"),d.$selection.removeAttr("aria-activedescendant"),d.$selection.removeAttr("aria-owns"),d.$selection.focus(),d._detachCloseHandler(a)}),a.on("enable",function(){d.$selection.attr("tabindex",d._tabindex)}),a.on("disable",function(){d.$selection.attr("tabindex","-1")})},d.prototype._handleBlur=function(b){var c=this;window.setTimeout(function(){document.activeElement==c.$selection[0]||a.contains(c.$selection[0],document.activeElement)||c.trigger("blur",b)},1)},d.prototype._attachCloseHandler=function(b){a(document.body).on("mousedown.select2."+b.id,function(b){var c=a(b.target),d=c.closest(".select2");a(".select2.select2-container--open").each(function(){var b=a(this);this!=d[0]&&b.data("element").select2("close")})})},d.prototype._detachCloseHandler=function(b){a(document.body).off("mousedown.select2."+b.id)},d.prototype.position=function(a,b){b.find(".selection").append(a)},d.prototype.destroy=function(){this._detachCloseHandler(this.container)},d.prototype.update=function(a){throw new Error("The `update` method must be defined in child classes.")},d}),b.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(a,b,c,d){function e(){e.__super__.constructor.apply(this,arguments)}return c.Extend(e,b),e.prototype.render=function(){var a=e.__super__.render.call(this);return a.addClass("select2-selection--single"),a.html(''),a},e.prototype.bind=function(a,b){var c=this;e.__super__.bind.apply(this,arguments);var d=a.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",d),this.$selection.attr("aria-labelledby",d),this.$selection.on("mousedown",function(a){1===a.which&&c.trigger("toggle",{originalEvent:a})}),this.$selection.on("focus",function(a){}),this.$selection.on("blur",function(a){}),a.on("focus",function(b){a.isOpen()||c.$selection.focus()}),a.on("selection:update",function(a){c.update(a.data)})},e.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},e.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},e.prototype.selectionContainer=function(){return a("")},e.prototype.update=function(a){if(0===a.length)return void this.clear();var b=a[0],c=this.$selection.find(".select2-selection__rendered"),d=this.display(b,c);c.empty().append(d),c.prop("title",b.title||b.text)},e}),b.define("select2/selection/multiple",["jquery","./base","../utils"],function(a,b,c){function d(a,b){d.__super__.constructor.apply(this,arguments)}return c.Extend(d,b),d.prototype.render=function(){var a=d.__super__.render.call(this);return a.addClass("select2-selection--multiple"),a.html('
              '),a},d.prototype.bind=function(b,c){var e=this;d.__super__.bind.apply(this,arguments),this.$selection.on("click",function(a){e.trigger("toggle",{originalEvent:a})}),this.$selection.on("click",".select2-selection__choice__remove",function(b){if(!e.options.get("disabled")){var c=a(this),d=c.parent(),f=d.data("data");e.trigger("unselect",{originalEvent:b,data:f})}})},d.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},d.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},d.prototype.selectionContainer=function(){return a('
            • ×
            • ')},d.prototype.update=function(a){if(this.clear(),0!==a.length){for(var b=[],d=0;d1||c)return a.call(this,b);this.clear();var d=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(d)},b}),b.define("select2/selection/allowClear",["jquery","../keys"],function(a,b){function c(){}return c.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(a){d._handleClear(a)}),b.on("keypress",function(a){d._handleKeyboardClear(a,b)})},c.prototype._handleClear=function(a,b){if(!this.options.get("disabled")){var c=this.$selection.find(".select2-selection__clear");if(0!==c.length){b.stopPropagation();for(var d=c.data("data"),e=0;e0||0===c.length)){var d=a('×');d.data("data",c),this.$selection.find(".select2-selection__rendered").prepend(d)}},c}),b.define("select2/selection/search",["jquery","../utils","../keys"],function(a,b,c){function d(a,b,c){a.call(this,b,c)}return d.prototype.render=function(b){var c=a('');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,b,d){var e=this;a.call(this,b,d),b.on("open",function(){e.$search.trigger("focus")}),b.on("close",function(){e.$search.val(""),e.$search.removeAttr("aria-activedescendant"),e.$search.trigger("focus")}),b.on("enable",function(){e.$search.prop("disabled",!1),e._transferTabIndex()}),b.on("disable",function(){e.$search.prop("disabled",!0)}),b.on("focus",function(a){e.$search.trigger("focus")}),b.on("results:focus",function(a){e.$search.attr("aria-activedescendant",a.id)}),this.$selection.on("focusin",".select2-search--inline",function(a){e.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){e._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){if(a.stopPropagation(),e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented(),a.which===c.BACKSPACE&&""===e.$search.val()){var b=e.$searchContainer.prev(".select2-selection__choice");if(b.length>0){var d=b.data("data");e.searchRemoveChoice(d),a.preventDefault()}}});var f=document.documentMode,g=f&&f<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){if(g)return void e.$selection.off("input.search input.searchcheck");e.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(g&&"input"===a.type)return void e.$selection.off("input.search input.searchcheck");var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&e.handleSearch(a)})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.focus()},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";if(""!==this.$search.attr("placeholder"))a=this.$selection.find(".select2-selection__rendered").innerWidth();else{a=.75*(this.$search.val().length+1)+"em"}this.$search.css("width",a)},d}),b.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting"],g=["opening","closing","selecting","unselecting"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),b.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),b.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"}}),b.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d=b.id+"-result-";return d+=a.generateChars(4),null!=c.id?d+="-"+c.id.toString():d+="-"+a.generateChars(4),d},b}),b.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current(function(d){var e=[];a=[a],a.push.apply(a,d);for(var f=0;f=0){var k=f.filter(d(j)),l=this.item(k),m=c.extend(!0,{},j,l),n=this.option(m);k.replaceWith(n)}else{var o=this.option(j);if(j.children){var p=this.convertToOptions(j.children);b.appendMany(o,p)}h.push(o)}}return h},d}),b.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f)},function(){d.status&&"0"===d.status||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),b.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h0&&b.term.length>this.maximumInputLength)return void this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}});a.call(this,b,c)},a}),b.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){var d=this;this.current(function(e){var f=null!=e?e.length:0;if(d.maximumSelectionLength>0&&f>=d.maximumSelectionLength)return void d.trigger("results:message",{message:"maximumSelected",args:{maximum:d.maximumSelectionLength}});a.call(d,b,c)})},a}),b.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$dropdown=b,b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),b.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.focus(),window.setTimeout(function(){e.$search.focus()},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.val("")}),c.on("focus",function(){c.isOpen()||e.$search.focus()}),c.on("results:all",function(a){if(null==a.query.term||""===a.query.term){e.showSearch(a)?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide")}})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),b.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;d>=0;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),b.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&this.$results.append(this.$loadingMore)},b.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),c.on("query",function(a){e.lastParams=a,e.loading=!0}),c.on("query:append",function(a){e.lastParams=a,e.loading=!0}),this.$results.on("scroll",function(){var b=a.contains(document.documentElement,e.$loadingMore[0]);if(!e.loading&&b){e.$results.offset().top+e.$results.outerHeight(!1)+50>=e.$loadingMore.offset().top+e.$loadingMore.outerHeight(!1)&&e.loadMore()}})},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('
            • '),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),b.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=d.get("dropdownParent")||a(document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this,e=!1;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),e||(e=!0,b.on("results:all",function(){d._positionDropdown(),d._resizeDropdown()}),b.on("results:append",function(){d._positionDropdown(),d._resizeDropdown()}))}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a(""),d=b.call(this);return c.append(d),this.$dropdownContainer=c,c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){a(this).data("select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(b){var c=a(this).data("select2-scroll-position");a(this).scrollTop(c.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id;this.$container.parents().filter(b.hasScroll).off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h={height:this.$dropdown.outerHeight(!1)},i={top:b.scrollTop(),bottom:b.scrollTop()+b.height()},j=i.topf.bottom+h.height,l={left:f.left,top:g.bottom},m=this.$dropdownParent;"static"===m.css("position")&&(m=m.offsetParent());var n=m.offset();l.top-=n.top,l.left-=n.left,c||d||(e="below"),k||!j||c?!j&&k&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(l.top=g.top-n.top-h.height),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(l)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),b.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(b){for(var c=0,d=0;d0&&(l.dataAdapter=j.Decorate(l.dataAdapter,r)),l.maximumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,s)),l.maximumSelectionLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,t)),l.tags&&(l.dataAdapter=j.Decorate(l.dataAdapter,p)),null==l.tokenSeparators&&null==l.tokenizer||(l.dataAdapter=j.Decorate(l.dataAdapter,q)),null!=l.query){var C=b(l.amdBase+"compat/query");l.dataAdapter=j.Decorate(l.dataAdapter,C)}if(null!=l.initSelection){var D=b(l.amdBase+"compat/initSelection");l.dataAdapter=j.Decorate(l.dataAdapter,D)}}if(null==l.resultsAdapter&&(l.resultsAdapter=c,null!=l.ajax&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,x)),null!=l.placeholder&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,w)),l.selectOnClose&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,A))),null==l.dropdownAdapter){if(l.multiple)l.dropdownAdapter=u;else{var E=j.Decorate(u,v);l.dropdownAdapter=E}if(0!==l.minimumResultsForSearch&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,z)),l.closeOnSelect&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,B)),null!=l.dropdownCssClass||null!=l.dropdownCss||null!=l.adaptDropdownCssClass){var F=b(l.amdBase+"compat/dropdownCss");l.dropdownAdapter=j.Decorate(l.dropdownAdapter,F)}l.dropdownAdapter=j.Decorate(l.dropdownAdapter,y)}if(null==l.selectionAdapter){if(l.multiple?l.selectionAdapter=e:l.selectionAdapter=d,null!=l.placeholder&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,f)),l.allowClear&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,g)),l.multiple&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,h)),null!=l.containerCssClass||null!=l.containerCss||null!=l.adaptContainerCssClass){var G=b(l.amdBase+"compat/containerCss");l.selectionAdapter=j.Decorate(l.selectionAdapter,G)}l.selectionAdapter=j.Decorate(l.selectionAdapter,i)}if("string"==typeof l.language)if(l.language.indexOf("-")>0){var H=l.language.split("-"),I=H[0];l.language=[l.language,I]}else l.language=[l.language];if(a.isArray(l.language)){var J=new k;l.language.push("en");for(var K=l.language,L=0;L0){for(var f=a.extend(!0,{},e),g=e.children.length-1;g>=0;g--){null==c(d,e.children[g])&&f.children.splice(g,1)}return f.children.length>0?f:c(d,f)}var h=b(e.text).toUpperCase(),i=b(d.term).toUpperCase();return h.indexOf(i)>-1?e:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:j.escapeMarkup,language:C,matcher:c,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.set=function(b,c){var d=a.camelCase(b),e={};e[d]=c;var f=j._convertData(e);a.extend(this.defaults,f)},new D}),b.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){var c=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.language&&(a.prop("lang")?this.options.language=a.prop("lang").toLowerCase():a.closest("[lang]").prop("lang")&&(this.options.language=a.closest("[lang]").prop("lang"))),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),a.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),a.data("data",a.data("select2Tags")),a.data("tags",!0)),a.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),a.attr("ajax--url",a.data("ajaxUrl")),a.data("ajax--url",a.data("ajaxUrl")));var e={};e=b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset?b.extend(!0,{},a[0].dataset,a.data()):a.data();var f=b.extend(!0,{},e);f=d._convertData(f);for(var g in f)b.inArray(g,c)>-1||(b.isPlainObject(this.options[g])?b.extend(this.options[g],f[g]):this.options[g]=f[g]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),b.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,c){null!=a.data("select2")&&a.data("select2").destroy(),this.$element=a,this.id=this._generateId(a),c=c||{},this.options=new b(c,a),e.__super__.constructor.call(this);var d=a.attr("tabindex")||0;a.data("old-tabindex",d),a.attr("tabindex","-1");var f=this.options.get("dataAdapter");this.dataAdapter=new f(a,this.options);var g=this.render();this._placeContainer(g);var h=this.options.get("selectionAdapter");this.selection=new h(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,g);var i=this.options.get("dropdownAdapter");this.dropdown=new i(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,g);var j=this.options.get("resultsAdapter");this.results=new j(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var k=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){k.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){var b="";return b=null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4),b=b.replace(/(:|\.|\[|\]|,)/g,""),b="select2-"+b},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){var c=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==b){var d=this._resolveWidth(a,"style");return null!=d?d:this._resolveWidth(a,"element")}if("element"==b){var e=a.outerWidth(!1);return e<=0?"auto":e+"px"}if("style"==b){var f=a.attr("style");if("string"!=typeof f)return null;for(var g=f.split(";"),h=0,i=g.length;h=1)return k[1]}return null}return b},e.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},e.prototype._registerDomEvents=function(){var b=this;this.$element.on("change.select2",function(){b.dataAdapter.current(function(a){b.trigger("selection:update",{data:a})})}),this.$element.on("focus.select2",function(a){b.trigger("focus",a)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var d=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=d?(this._observer=new d(function(c){a.each(c,b._syncA),a.each(c,b._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",b._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",b._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",b._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var a=this;this.on("open",function(){a.$container.addClass("select2-container--open")}),this.on("close",function(){a.$container.removeClass("select2-container--open")}),this.on("enable",function(){a.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a.$container.removeClass("select2-container--focus")}),this.on("query",function(b){a.isOpen()||a.trigger("open",{}),this.dataAdapter.query(b,function(c){a.trigger("results:all",{data:c,query:b})})}),this.on("query:append",function(b){this.dataAdapter.query(b,function(c){a.trigger("results:append",{data:c,query:b})})}),this.on("keypress",function(b){var c=b.which;a.isOpen()?c===d.ESC||c===d.TAB||c===d.UP&&b.altKey?(a.close(),b.preventDefault()):c===d.ENTER?(a.trigger("results:select",{}),b.preventDefault()):c===d.SPACE&&b.ctrlKey?(a.trigger("results:toggle",{}),b.preventDefault()):c===d.UP?(a.trigger("results:previous",{}),b.preventDefault()):c===d.DOWN&&(a.trigger("results:next",{}),b.preventDefault()):(c===d.ENTER||c===d.SPACE||c===d.DOWN&&b.altKey)&&(a.open(),b.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._syncSubtree=function(a,b){var c=!1,d=this;if(!a||!a.target||"OPTION"===a.target.nodeName||"OPTGROUP"===a.target.nodeName){if(b)if(b.addedNodes&&b.addedNodes.length>0)for(var e=0;e0&&(c=!0);else c=!0;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})}},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.trigger("query",{})},e.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=a&&0!==a.length||(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},e.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),b.data("element",this.$element),b},e}),b.define("jquery-mousewheel",["jquery"],function(a){return a}),b.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],function(a,b,c,d){if(null==a.fn.select2){var e=["open","close","destroy"];a.fn.select2=function(b){if("object"==typeof(b=b||{}))return this.each(function(){var d=a.extend(!0,{},b);new c(a(this),d)}),this;if("string"==typeof b){var d,f=Array.prototype.slice.call(arguments,1);return this.each(function(){var c=a(this).data("select2");null==c&&window.console&&console.error&&console.error("The select2('"+b+"') method was called on an element that is not using Select2."),d=c[b].apply(c,f)}),a.inArray(b,e)>-1?this:d}throw new Error("Invalid arguments for Select2: "+b)}}return null==a.fn.select2.defaults&&(a.fn.select2.defaults=d),c}),{define:b.define,require:b.require}}(),c=b.require("jquery.select2");return a.fn.select2.amd=b,c}); \ No newline at end of file +/*! Select2 4.0.5 | https://github.com/select2/select2/blob/master/LICENSE.md */!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof module&&module.exports?module.exports=function(b,c){return void 0===c&&(c="undefined"!=typeof window?require("jquery"):require("jquery")(b)),a(c),c}:a(jQuery)}(function(a){var b=function(){if(a&&a.fn&&a.fn.select2&&a.fn.select2.amd)var b=a.fn.select2.amd;var b;return function(){if(!b||!b.requirejs){b?c=b:b={};var a,c,d;!function(b){function e(a,b){return v.call(a,b)}function f(a,b){var c,d,e,f,g,h,i,j,k,l,m,n,o=b&&b.split("/"),p=t.map,q=p&&p["*"]||{};if(a){for(a=a.split("/"),g=a.length-1,t.nodeIdCompat&&x.test(a[g])&&(a[g]=a[g].replace(x,"")),"."===a[0].charAt(0)&&o&&(n=o.slice(0,o.length-1),a=n.concat(a)),k=0;k0&&(a.splice(k-1,2),k-=2)}a=a.join("/")}if((o||q)&&p){for(c=a.split("/"),k=c.length;k>0;k-=1){if(d=c.slice(0,k).join("/"),o)for(l=o.length;l>0;l-=1)if((e=p[o.slice(0,l).join("/")])&&(e=e[d])){f=e,h=k;break}if(f)break;!i&&q&&q[d]&&(i=q[d],j=k)}!f&&i&&(f=i,h=j),f&&(c.splice(0,h,f),a=c.join("/"))}return a}function g(a,c){return function(){var d=w.call(arguments,0);return"string"!=typeof d[0]&&1===d.length&&d.push(null),o.apply(b,d.concat([a,c]))}}function h(a){return function(b){return f(b,a)}}function i(a){return function(b){r[a]=b}}function j(a){if(e(s,a)){var c=s[a];delete s[a],u[a]=!0,n.apply(b,c)}if(!e(r,a)&&!e(u,a))throw new Error("No "+a);return r[a]}function k(a){var b,c=a?a.indexOf("!"):-1;return c>-1&&(b=a.substring(0,c),a=a.substring(c+1,a.length)),[b,a]}function l(a){return a?k(a):[]}function m(a){return function(){return t&&t.config&&t.config[a]||{}}}var n,o,p,q,r={},s={},t={},u={},v=Object.prototype.hasOwnProperty,w=[].slice,x=/\.js$/;p=function(a,b){var c,d=k(a),e=d[0],g=b[1];return a=d[1],e&&(e=f(e,g),c=j(e)),e?a=c&&c.normalize?c.normalize(a,h(g)):f(a,g):(a=f(a,g),d=k(a),e=d[0],a=d[1],e&&(c=j(e))),{f:e?e+"!"+a:a,n:a,pr:e,p:c}},q={require:function(a){return g(a)},exports:function(a){var b=r[a];return void 0!==b?b:r[a]={}},module:function(a){return{id:a,uri:"",exports:r[a],config:m(a)}}},n=function(a,c,d,f){var h,k,m,n,o,t,v,w=[],x=typeof d;if(f=f||a,t=l(f),"undefined"===x||"function"===x){for(c=!c.length&&d.length?["require","exports","module"]:c,o=0;o0&&(b.call(arguments,a.prototype.constructor),e=c.prototype.constructor),e.apply(this,arguments)}function e(){this.constructor=d}var f=b(c),g=b(a);c.displayName=a.displayName,d.prototype=new e;for(var h=0;h":">",'"':""","'":"'","/":"/"};return"string"!=typeof a?a:String(a).replace(/[&<>"'\/\\]/g,function(a){return b[a]})},c.appendMany=function(b,c){if("1.7"===a.fn.jquery.substr(0,3)){var d=a();a.map(c,function(a){d=d.add(a)}),c=d}b.append(c)},c}),b.define("select2/results",["jquery","./utils"],function(a,b){function c(a,b,d){this.$element=a,this.data=d,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('
                ');return this.options.get("multiple")&&b.attr("aria-multiselectable","true"),this.$results=b,b},c.prototype.clear=function(){this.$results.empty()},c.prototype.displayMessage=function(b){var c=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var d=a('
              • '),e=this.options.get("translations").get(b.message);d.append(c(e(b.args))),d[0].className+=" select2-results__message",this.$results.append(d)},c.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},c.prototype.append=function(a){this.hideLoading();var b=[];if(null==a.results||0===a.results.length)return void(0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"}));a.results=this.sort(a.results);for(var c=0;c0?b.first().trigger("mouseenter"):a.first().trigger("mouseenter"),this.ensureHighlightVisible()},c.prototype.setClasses=function(){var b=this;this.data.current(function(c){var d=a.map(c,function(a){return a.id.toString()});b.$results.find(".select2-results__option[aria-selected]").each(function(){var b=a(this),c=a.data(this,"data"),e=""+c.id;null!=c.element&&c.element.selected||null==c.element&&a.inArray(e,d)>-1?b.attr("aria-selected","true"):b.attr("aria-selected","false")})})},c.prototype.showLoading=function(a){this.hideLoading();var b=this.options.get("translations").get("searching"),c={disabled:!0,loading:!0,text:b(a)},d=this.option(c);d.className+=" loading-results",this.$results.prepend(d)},c.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},c.prototype.option=function(b){var c=document.createElement("li");c.className="select2-results__option";var d={role:"treeitem","aria-selected":"false"};b.disabled&&(delete d["aria-selected"],d["aria-disabled"]="true"),null==b.id&&delete d["aria-selected"],null!=b._resultId&&(c.id=b._resultId),b.title&&(c.title=b.title),b.children&&(d.role="group",d["aria-label"]=b.text,delete d["aria-selected"]);for(var e in d){var f=d[e];c.setAttribute(e,f)}if(b.children){var g=a(c),h=document.createElement("strong");h.className="select2-results__group";a(h);this.template(b,h);for(var i=[],j=0;j",{class:"select2-results__options select2-results__options--nested"});m.append(i),g.append(h),g.append(m)}else this.template(b,c);return a.data(c,"data",b),c},c.prototype.bind=function(b,c){var d=this,e=b.id+"-results";this.$results.attr("id",e),b.on("results:all",function(a){d.clear(),d.append(a.data),b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("results:append",function(a){d.append(a.data),b.isOpen()&&d.setClasses()}),b.on("query",function(a){d.hideMessages(),d.showLoading(a)}),b.on("select",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("unselect",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("open",function(){d.$results.attr("aria-expanded","true"),d.$results.attr("aria-hidden","false"),d.setClasses(),d.ensureHighlightVisible()}),b.on("close",function(){d.$results.attr("aria-expanded","false"),d.$results.attr("aria-hidden","true"),d.$results.removeAttr("aria-activedescendant")}),b.on("results:toggle",function(){var a=d.getHighlightedResults();0!==a.length&&a.trigger("mouseup")}),b.on("results:select",function(){var a=d.getHighlightedResults();if(0!==a.length){var b=a.data("data");"true"==a.attr("aria-selected")?d.trigger("close",{}):d.trigger("select",{data:b})}}),b.on("results:previous",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a);if(0!==c){var e=c-1;0===a.length&&(e=0);var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top,h=f.offset().top,i=d.$results.scrollTop()+(h-g);0===e?d.$results.scrollTop(0):h-g<0&&d.$results.scrollTop(i)}}),b.on("results:next",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a),e=c+1;if(!(e>=b.length)){var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top+d.$results.outerHeight(!1),h=f.offset().top+f.outerHeight(!1),i=d.$results.scrollTop()+h-g;0===e?d.$results.scrollTop(0):h>g&&d.$results.scrollTop(i)}}),b.on("results:focus",function(a){a.element.addClass("select2-results__option--highlighted")}),b.on("results:message",function(a){d.displayMessage(a)}),a.fn.mousewheel&&this.$results.on("mousewheel",function(a){var b=d.$results.scrollTop(),c=d.$results.get(0).scrollHeight-b+a.deltaY,e=a.deltaY>0&&b-a.deltaY<=0,f=a.deltaY<0&&c<=d.$results.height();e?(d.$results.scrollTop(0),a.preventDefault(),a.stopPropagation()):f&&(d.$results.scrollTop(d.$results.get(0).scrollHeight-d.$results.height()),a.preventDefault(),a.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(b){var c=a(this),e=c.data("data");if("true"===c.attr("aria-selected"))return void(d.options.get("multiple")?d.trigger("unselect",{originalEvent:b,data:e}):d.trigger("close",{}));d.trigger("select",{originalEvent:b,data:e})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(b){var c=a(this).data("data");d.getHighlightedResults().removeClass("select2-results__option--highlighted"),d.trigger("results:focus",{data:c,element:a(this)})})},c.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},c.prototype.destroy=function(){this.$results.remove()},c.prototype.ensureHighlightVisible=function(){var a=this.getHighlightedResults();if(0!==a.length){var b=this.$results.find("[aria-selected]"),c=b.index(a),d=this.$results.offset().top,e=a.offset().top,f=this.$results.scrollTop()+(e-d),g=e-d;f-=2*a.outerHeight(!1),c<=2?this.$results.scrollTop(0):(g>this.$results.outerHeight()||g<0)&&this.$results.scrollTop(f)}},c.prototype.template=function(b,c){var d=this.options.get("templateResult"),e=this.options.get("escapeMarkup"),f=d(b,c);null==f?c.style.display="none":"string"==typeof f?c.innerHTML=e(f):a(c).append(f)},c}),b.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),b.define("select2/selection/base",["jquery","../utils","../keys"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,b.Observable),d.prototype.render=function(){var b=a('');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),b.attr("title",this.$element.attr("title")),b.attr("tabindex",this._tabindex),this.$selection=b,b},d.prototype.bind=function(a,b){var d=this,e=(a.id,a.id+"-results");this.container=a,this.$selection.on("focus",function(a){d.trigger("focus",a)}),this.$selection.on("blur",function(a){d._handleBlur(a)}),this.$selection.on("keydown",function(a){d.trigger("keypress",a),a.which===c.SPACE&&a.preventDefault()}),a.on("results:focus",function(a){d.$selection.attr("aria-activedescendant",a.data._resultId)}),a.on("selection:update",function(a){d.update(a.data)}),a.on("open",function(){d.$selection.attr("aria-expanded","true"),d.$selection.attr("aria-owns",e),d._attachCloseHandler(a)}),a.on("close",function(){d.$selection.attr("aria-expanded","false"),d.$selection.removeAttr("aria-activedescendant"),d.$selection.removeAttr("aria-owns"),d.$selection.focus(),d._detachCloseHandler(a)}),a.on("enable",function(){d.$selection.attr("tabindex",d._tabindex)}),a.on("disable",function(){d.$selection.attr("tabindex","-1")})},d.prototype._handleBlur=function(b){var c=this;window.setTimeout(function(){document.activeElement==c.$selection[0]||a.contains(c.$selection[0],document.activeElement)||c.trigger("blur",b)},1)},d.prototype._attachCloseHandler=function(b){a(document.body).on("mousedown.select2."+b.id,function(b){var c=a(b.target),d=c.closest(".select2");a(".select2.select2-container--open").each(function(){var b=a(this);this!=d[0]&&b.data("element").select2("close")})})},d.prototype._detachCloseHandler=function(b){a(document.body).off("mousedown.select2."+b.id)},d.prototype.position=function(a,b){b.find(".selection").append(a)},d.prototype.destroy=function(){this._detachCloseHandler(this.container)},d.prototype.update=function(a){throw new Error("The `update` method must be defined in child classes.")},d}),b.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(a,b,c,d){function e(){e.__super__.constructor.apply(this,arguments)}return c.Extend(e,b),e.prototype.render=function(){var a=e.__super__.render.call(this);return a.addClass("select2-selection--single"),a.html(''),a},e.prototype.bind=function(a,b){var c=this;e.__super__.bind.apply(this,arguments);var d=a.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",d),this.$selection.attr("aria-labelledby",d),this.$selection.on("mousedown",function(a){1===a.which&&c.trigger("toggle",{originalEvent:a})}),this.$selection.on("focus",function(a){}),this.$selection.on("blur",function(a){}),a.on("focus",function(b){a.isOpen()||c.$selection.focus()}),a.on("selection:update",function(a){c.update(a.data)})},e.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},e.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},e.prototype.selectionContainer=function(){return a("")},e.prototype.update=function(a){if(0===a.length)return void this.clear();var b=a[0],c=this.$selection.find(".select2-selection__rendered"),d=this.display(b,c);c.empty().append(d),c.prop("title",b.title||b.text)},e}),b.define("select2/selection/multiple",["jquery","./base","../utils"],function(a,b,c){function d(a,b){d.__super__.constructor.apply(this,arguments)}return c.Extend(d,b),d.prototype.render=function(){var a=d.__super__.render.call(this);return a.addClass("select2-selection--multiple"),a.html('
                  '),a},d.prototype.bind=function(b,c){var e=this;d.__super__.bind.apply(this,arguments),this.$selection.on("click",function(a){e.trigger("toggle",{originalEvent:a})}),this.$selection.on("click",".select2-selection__choice__remove",function(b){if(!e.options.get("disabled")){var c=a(this),d=c.parent(),f=d.data("data");e.trigger("unselect",{originalEvent:b,data:f})}})},d.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},d.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},d.prototype.selectionContainer=function(){return a('
                • ×
                • ')},d.prototype.update=function(a){if(this.clear(),0!==a.length){for(var b=[],d=0;d1||c)return a.call(this,b);this.clear();var d=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(d)},b}),b.define("select2/selection/allowClear",["jquery","../keys"],function(a,b){function c(){}return c.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(a){d._handleClear(a)}),b.on("keypress",function(a){d._handleKeyboardClear(a,b)})},c.prototype._handleClear=function(a,b){if(!this.options.get("disabled")){var c=this.$selection.find(".select2-selection__clear");if(0!==c.length){b.stopPropagation();for(var d=c.data("data"),e=0;e0||0===c.length)){var d=a('×');d.data("data",c),this.$selection.find(".select2-selection__rendered").prepend(d)}},c}),b.define("select2/selection/search",["jquery","../utils","../keys"],function(a,b,c){function d(a,b,c){a.call(this,b,c)}return d.prototype.render=function(b){var c=a('');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,b,d){var e=this;a.call(this,b,d),b.on("open",function(){e.$search.trigger("focus")}),b.on("close",function(){e.$search.val(""),e.$search.removeAttr("aria-activedescendant"),e.$search.trigger("focus")}),b.on("enable",function(){e.$search.prop("disabled",!1),e._transferTabIndex()}),b.on("disable",function(){e.$search.prop("disabled",!0)}),b.on("focus",function(a){e.$search.trigger("focus")}),b.on("results:focus",function(a){e.$search.attr("aria-activedescendant",a.id)}),this.$selection.on("focusin",".select2-search--inline",function(a){e.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){e._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){if(a.stopPropagation(),e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented(),a.which===c.BACKSPACE&&""===e.$search.val()){var b=e.$searchContainer.prev(".select2-selection__choice");if(b.length>0){var d=b.data("data");e.searchRemoveChoice(d),a.preventDefault()}}});var f=document.documentMode,g=f&&f<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){if(g)return void e.$selection.off("input.search input.searchcheck");e.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(g&&"input"===a.type)return void e.$selection.off("input.search input.searchcheck");var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&e.handleSearch(a)})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.focus()},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";if(""!==this.$search.attr("placeholder"))a=this.$selection.find(".select2-selection__rendered").innerWidth();else{a=.75*(this.$search.val().length+1)+"em"}this.$search.css("width",a)},d}),b.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting"],g=["opening","closing","selecting","unselecting"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),b.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),b.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"}}),b.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d=b.id+"-result-";return d+=a.generateChars(4),null!=c.id?d+="-"+c.id.toString():d+="-"+a.generateChars(4),d},b}),b.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current(function(d){var e=[];a=[a],a.push.apply(a,d);for(var f=0;f=0){var k=f.filter(d(j)),l=this.item(k),m=c.extend(!0,{},j,l),n=this.option(m);k.replaceWith(n)}else{var o=this.option(j);if(j.children){var p=this.convertToOptions(j.children);b.appendMany(o,p)}h.push(o)}}return h},d}),b.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f)},function(){d.status&&"0"===d.status||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),b.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h0&&b.term.length>this.maximumInputLength)return void this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}});a.call(this,b,c)},a}),b.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){var d=this;this.current(function(e){var f=null!=e?e.length:0;if(d.maximumSelectionLength>0&&f>=d.maximumSelectionLength)return void d.trigger("results:message",{message:"maximumSelected",args:{maximum:d.maximumSelectionLength}});a.call(d,b,c)})},a}),b.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$dropdown=b,b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),b.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.focus(),window.setTimeout(function(){e.$search.focus()},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.val("")}),c.on("focus",function(){c.isOpen()||e.$search.focus()}),c.on("results:all",function(a){if(null==a.query.term||""===a.query.term){e.showSearch(a)?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide")}})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),b.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;d>=0;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),b.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&this.$results.append(this.$loadingMore)},b.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),c.on("query",function(a){e.lastParams=a,e.loading=!0}),c.on("query:append",function(a){e.lastParams=a,e.loading=!0}),this.$results.on("scroll",function(){var b=a.contains(document.documentElement,e.$loadingMore[0]);if(!e.loading&&b){e.$results.offset().top+e.$results.outerHeight(!1)+50>=e.$loadingMore.offset().top+e.$loadingMore.outerHeight(!1)&&e.loadMore()}})},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('
                • '),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),b.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=d.get("dropdownParent")||a(document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this,e=!1;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),e||(e=!0,b.on("results:all",function(){d._positionDropdown(),d._resizeDropdown()}),b.on("results:append",function(){d._positionDropdown(),d._resizeDropdown()}))}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a(""),d=b.call(this);return c.append(d),this.$dropdownContainer=c,c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){a(this).data("select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(b){var c=a(this).data("select2-scroll-position");a(this).scrollTop(c.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id;this.$container.parents().filter(b.hasScroll).off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h={height:this.$dropdown.outerHeight(!1)},i={top:b.scrollTop(),bottom:b.scrollTop()+b.height()},j=i.topf.bottom+h.height,l={left:f.left,top:g.bottom},m=this.$dropdownParent;"static"===m.css("position")&&(m=m.offsetParent());var n=m.offset();l.top-=n.top,l.left-=n.left,c||d||(e="below"),k||!j||c?!j&&k&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(l.top=g.top-n.top-h.height),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(l)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),b.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(b){for(var c=0,d=0;d0&&(l.dataAdapter=j.Decorate(l.dataAdapter,r)),l.maximumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,s)),l.maximumSelectionLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,t)),l.tags&&(l.dataAdapter=j.Decorate(l.dataAdapter,p)),null==l.tokenSeparators&&null==l.tokenizer||(l.dataAdapter=j.Decorate(l.dataAdapter,q)),null!=l.query){var C=b(l.amdBase+"compat/query");l.dataAdapter=j.Decorate(l.dataAdapter,C)}if(null!=l.initSelection){var D=b(l.amdBase+"compat/initSelection");l.dataAdapter=j.Decorate(l.dataAdapter,D)}}if(null==l.resultsAdapter&&(l.resultsAdapter=c,null!=l.ajax&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,x)),null!=l.placeholder&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,w)),l.selectOnClose&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,A))),null==l.dropdownAdapter){if(l.multiple)l.dropdownAdapter=u;else{var E=j.Decorate(u,v);l.dropdownAdapter=E}if(0!==l.minimumResultsForSearch&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,z)),l.closeOnSelect&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,B)),null!=l.dropdownCssClass||null!=l.dropdownCss||null!=l.adaptDropdownCssClass){var F=b(l.amdBase+"compat/dropdownCss");l.dropdownAdapter=j.Decorate(l.dropdownAdapter,F)}l.dropdownAdapter=j.Decorate(l.dropdownAdapter,y)}if(null==l.selectionAdapter){if(l.multiple?l.selectionAdapter=e:l.selectionAdapter=d,null!=l.placeholder&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,f)),l.allowClear&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,g)),l.multiple&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,h)),null!=l.containerCssClass||null!=l.containerCss||null!=l.adaptContainerCssClass){var G=b(l.amdBase+"compat/containerCss");l.selectionAdapter=j.Decorate(l.selectionAdapter,G)}l.selectionAdapter=j.Decorate(l.selectionAdapter,i)}if("string"==typeof l.language)if(l.language.indexOf("-")>0){var H=l.language.split("-"),I=H[0];l.language=[l.language,I]}else l.language=[l.language];if(a.isArray(l.language)){var J=new k;l.language.push("en");for(var K=l.language,L=0;L0){for(var f=a.extend(!0,{},e),g=e.children.length-1;g>=0;g--){null==c(d,e.children[g])&&f.children.splice(g,1)}return f.children.length>0?f:c(d,f)}var h=b(e.text).toUpperCase(),i=b(d.term).toUpperCase();return h.indexOf(i)>-1?e:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:j.escapeMarkup,language:C,matcher:c,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.set=function(b,c){var d=a.camelCase(b),e={};e[d]=c;var f=j._convertData(e);a.extend(this.defaults,f)},new D}),b.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){var c=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.language&&(a.prop("lang")?this.options.language=a.prop("lang").toLowerCase():a.closest("[lang]").prop("lang")&&(this.options.language=a.closest("[lang]").prop("lang"))),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),a.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),a.data("data",a.data("select2Tags")),a.data("tags",!0)),a.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),a.attr("ajax--url",a.data("ajaxUrl")),a.data("ajax--url",a.data("ajaxUrl")));var e={};e=b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset?b.extend(!0,{},a[0].dataset,a.data()):a.data();var f=b.extend(!0,{},e);f=d._convertData(f);for(var g in f)b.inArray(g,c)>-1||(b.isPlainObject(this.options[g])?b.extend(this.options[g],f[g]):this.options[g]=f[g]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),b.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,c){null!=a.data("select2")&&a.data("select2").destroy(),this.$element=a,this.id=this._generateId(a),c=c||{},this.options=new b(c,a),e.__super__.constructor.call(this);var d=a.attr("tabindex")||0;a.data("old-tabindex",d),a.attr("tabindex","-1");var f=this.options.get("dataAdapter");this.dataAdapter=new f(a,this.options);var g=this.render();this._placeContainer(g);var h=this.options.get("selectionAdapter");this.selection=new h(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,g);var i=this.options.get("dropdownAdapter");this.dropdown=new i(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,g);var j=this.options.get("resultsAdapter");this.results=new j(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var k=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){k.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){var b="";return b=null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4),b=b.replace(/(:|\.|\[|\]|,)/g,""),b="select2-"+b},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){var c=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==b){var d=this._resolveWidth(a,"style");return null!=d?d:this._resolveWidth(a,"element")}if("element"==b){var e=a.outerWidth(!1);return e<=0?"auto":e+"px"}if("style"==b){var f=a.attr("style");if("string"!=typeof f)return null;for(var g=f.split(";"),h=0,i=g.length;h=1)return k[1]}return null}return b},e.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},e.prototype._registerDomEvents=function(){var b=this;this.$element.on("change.select2",function(){b.dataAdapter.current(function(a){b.trigger("selection:update",{data:a})})}),this.$element.on("focus.select2",function(a){b.trigger("focus",a)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var d=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=d?(this._observer=new d(function(c){a.each(c,b._syncA),a.each(c,b._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",b._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",b._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",b._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var a=this;this.on("open",function(){a.$container.addClass("select2-container--open")}),this.on("close",function(){a.$container.removeClass("select2-container--open")}),this.on("enable",function(){a.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a.$container.removeClass("select2-container--focus")}),this.on("query",function(b){a.isOpen()||a.trigger("open",{}),this.dataAdapter.query(b,function(c){a.trigger("results:all",{data:c,query:b})})}),this.on("query:append",function(b){this.dataAdapter.query(b,function(c){a.trigger("results:append",{data:c,query:b})})}),this.on("keypress",function(b){var c=b.which;a.isOpen()?c===d.ESC||c===d.TAB||c===d.UP&&b.altKey?(a.close(),b.preventDefault()):c===d.ENTER?(a.trigger("results:select",{}),b.preventDefault()):c===d.SPACE&&b.ctrlKey?(a.trigger("results:toggle",{}),b.preventDefault()):c===d.UP?(a.trigger("results:previous",{}),b.preventDefault()):c===d.DOWN&&(a.trigger("results:next",{}),b.preventDefault()):(c===d.ENTER||c===d.SPACE||c===d.DOWN&&b.altKey)&&(a.open(),b.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._syncSubtree=function(a,b){var c=!1,d=this;if(!a||!a.target||"OPTION"===a.target.nodeName||"OPTGROUP"===a.target.nodeName){if(b)if(b.addedNodes&&b.addedNodes.length>0)for(var e=0;e0&&(c=!0);else c=!0;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})}},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.trigger("query",{})},e.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=a&&0!==a.length||(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},e.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),b.data("element",this.$element),b},e}),b.define("jquery-mousewheel",["jquery"],function(a){return a}),b.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],function(a,b,c,d){if(null==a.fn.select2){var e=["open","close","destroy"];a.fn.select2=function(b){if("object"==typeof(b=b||{}))return this.each(function(){var d=a.extend(!0,{},b);new c(a(this),d)}),this;if("string"==typeof b){var d,f=Array.prototype.slice.call(arguments,1);return this.each(function(){var c=a(this).data("select2");null==c&&window.console&&console.error&&console.error("The select2('"+b+"') method was called on an element that is not using Select2."),d=c[b].apply(c,f)}),a.inArray(b,e)>-1?this:d}throw new Error("Invalid arguments for Select2: "+b)}}return null==a.fn.select2.defaults&&(a.fn.select2.defaults=d),c}),{define:b.define,require:b.require}}(),c=b.require("jquery.select2");return a.fn.select2.amd=b,c}); \ No newline at end of file diff --git a/htdocs/includes/stripe/build.php b/htdocs/includes/stripe/build.php old mode 100644 new mode 100755 diff --git a/htdocs/index.php b/htdocs/index.php index 0bbdbb0fbad..0cba7291e9b 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2015 Laurent Destailleur + * Copyright (C) 2004-2017 Laurent Destailleur * Copyright (C) 2005-2017 Regis Houssin * Copyright (C) 2011-2012 Juanjo Menent * Copyright (C) 2015 Marcos García @@ -375,7 +375,7 @@ if (! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->read) { include_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php'; $board=new ActionComm($db); - + $dashboardlines[] = $board->load_board($user); } @@ -688,13 +688,13 @@ $db->close(); function showWeather($totallate,$text,$options) { global $conf; - + $out=''; $offset=0; $factor=10; // By default $used_conf = !empty($conf->global->MAIN_USE_METEO_WITH_PERCENTAGE) ? 'MAIN_METEO_PERCENTAGE_LEVEL' : 'MAIN_METEO_LEVEL'; - + $level0=$offset; if (! empty($conf->global->{$used_conf.'0'})) $level0=$conf->global->{$used_conf.'0'}; $level1=$offset+1*$factor; if (! empty($conf->global->{$used_conf.'1'})) $level1=$conf->global->{$used_conf.'1'}; $level2=$offset+2*$factor; if (! empty($conf->global->{$used_conf.'2'})) $level2=$conf->global->{$used_conf.'2'}; diff --git a/htdocs/install/mysql/data/llx_accounting_abc.sql b/htdocs/install/mysql/data/llx_accounting_abc.sql index 4da1f48a0e3..27112c78c77 100644 --- a/htdocs/install/mysql/data/llx_accounting_abc.sql +++ b/htdocs/install/mysql/data/llx_accounting_abc.sql @@ -37,21 +37,80 @@ INSERT INTO llx_accounting_journal (code, label, nature, active) VALUES ('ER', ' -- Description of chart of account FR PCG99-ABREGE -INSERT INTO llx_accounting_system (pcg_version, label, active) VALUES ('PCG99-ABREGE', 'The simple accountancy french plan', 1); +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 1, 'PCG99-ABREGE', 'The simple accountancy french plan', 1); -- Description of chart of account FR PCG99-BASE -INSERT INTO llx_accounting_system (pcg_version, label, active) VALUES ('PCG99-BASE', 'The base accountancy french plan', 1); +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 1, 'PCG99-BASE', 'The base accountancy french plan', 1); + +-- Description of chart of account FR PCG14-BASE +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 1, 'PCG14-DEV', 'The developed accountancy french plan 2014', 1); -- Description of chart of account BE PCMN-BASE -INSERT INTO llx_accounting_system (pcg_version, label, active) VALUES ('PCMN-BASE', 'The base accountancy belgium plan', 1); +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 2, 'PCMN-BASE', 'The base accountancy belgium plan', 1); -- Description of chart of account ES PCG08-PYME -INSERT INTO llx_accounting_system (pcg_version, label, active) VALUES ('PCG08-PYME', 'The PYME accountancy spanish plan', 1); +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 4, 'PCG08-PYME', 'The PYME accountancy spanish plan', 1); --- Description of chart of account DK DK-STD -INSERT INTO llx_accounting_system (pcg_version, label, active) VALUES ('DK-STD', 'Standardkontoplan fra SKAT', 1); +-- Description of chart of account CH PCG_SUISSE +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 6, 'PCG_SUISSE', 'Switzerland plan', 1); + +-- Description of chart of account TN PCT +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 10, 'PCT', 'The Tunisia plan', 1); -- Description of chart of account CL CL-PYME -INSERT INTO llx_accounting_system (pcg_version, label, active) VALUES ('PC-MIPYME', 'The PYME accountancy Chile plan', 1); +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 67, 'PC-MIPYME', 'The PYME accountancy Chile plan', 1); +-- Description of chart of account DK DK-STD +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 80, 'DK-STD', 'Standardkontoplan fra SKAT', 1); + +-- Description of chart of account LU PCN-LUXEMBURG +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES (140, 'PCN-LUXEMBURG', 'Plan comptable normalisé Luxembourgeois', 1); + +-- Description of chart of account MA PCG +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 12, 'PCG', 'The Moroccan chart of accounts', 1); + +-- Description of chart of account BJ SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 49,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account BF SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 60,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account CM SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 24,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account CF SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 65,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account KM SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 71,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account CG SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 72,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account CI SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 21,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account GA SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 16,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account GQ SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 87,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account ML SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES (147,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account NE SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES (168,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account CD SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 73,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account SN SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 22,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account TD SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 66,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); + +-- Description of chart of account TG SYSCOHADA +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 15,'SYSCOHADA', 'Plan comptable Ouest-Africain', 1); diff --git a/htdocs/install/mysql/data/llx_accounting_account_bf.sql b/htdocs/install/mysql/data/llx_accounting_account_bf.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_bf.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_bj.sql b/htdocs/install/mysql/data/llx_accounting_account_bj.sql new file mode 100644 index 00000000000..f0b7df04bd7 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_bj.sql @@ -0,0 +1,1228 @@ + +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_cd.sql b/htdocs/install/mysql/data/llx_accounting_account_cd.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_cd.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_cf.sql b/htdocs/install/mysql/data/llx_accounting_account_cf.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_cf.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_cg.sql b/htdocs/install/mysql/data/llx_accounting_account_cg.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_cg.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_ch.sql b/htdocs/install/mysql/data/llx_accounting_account_ch.sql new file mode 100644 index 00000000000..1a484c5e5ee --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_ch.sql @@ -0,0 +1,259 @@ +-- +-- Descriptif plan comptable Suisse +-- +INSERT INTO llx_const (name, value, type, note, visible, entity) values ('ACCOUNTING_MANAGE_ZERO','1','chaine','Manage the 0 for the accountancy account',1,0); + +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13000,'PCG_SUISSE','XXXXXX','XXXXXX','1',0,'Actifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13001,'PCG_SUISSE','XXXXXX','XXXXXX','10',13000,'Actifs circulants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13002,'PCG_SUISSE','XXXXXX','XXXXXX','100',13001,'Liquidités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13003,'PCG_SUISSE','XXXXXX','XXXXXX','1000',13002,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13004,'PCG_SUISSE','XXXXXX','XXXXXX','1020',13002,'Banque (Avoir)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13005,'PCG_SUISSE','XXXXXX','XXXXXX','106',13001,'Avoirs à courts terme côtés en bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13006,'PCG_SUISSE','XXXXXX','XXXXXX','1060',13005,'Titres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13007,'PCG_SUISSE','XXXXXX','XXXXXX','1069',13005,'Ajustement de la valeur des titres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13008,'PCG_SUISSE','XXXXXX','XXXXXX','110',13001,'Créances résultant de livraisons et prestations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13009,'PCG_SUISSE','XXXXXX','XXXXXX','1100',13008,'Créances provenant de livraisons et de prestations (Débiteurs)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13010,'PCG_SUISSE','XXXXXX','XXXXXX','1109',13008,'Ducroire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13011,'PCG_SUISSE','XXXXXX','XXXXXX','1110',13008,'Créances résultant de livr. et prest. envers les sociétés du groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13012,'PCG_SUISSE','XXXXXX','XXXXXX','114',13001,'Autres créances à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13013,'PCG_SUISSE','XXXXXX','XXXXXX','1140',13012,'Avances et prêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13014,'PCG_SUISSE','XXXXXX','XXXXXX','1149',13012,'Ajustement de la valeur des avances et des prêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13015,'PCG_SUISSE','XXXXXX','XXXXXX','1170',13008,'Impôt préalable: TVA s/matériel, marchandises, prestations et énergie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13016,'PCG_SUISSE','XXXXXX','XXXXXX','1171',13008,'Impôt préalable: TVA s/investissements et autres charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13017,'PCG_SUISSE','XXXXXX','XXXXXX','1176',13008,'Impôt anticipé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13018,'PCG_SUISSE','XXXXXX','XXXXXX','1180',13008,'Créance envers les assurances sociales et institutions de prévoyance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13019,'PCG_SUISSE','XXXXXX','XXXXXX','1189',13008,'Impôt à la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13020,'PCG_SUISSE','XXXXXX','XXXXXX','1190',13008,'Autres créances à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13021,'PCG_SUISSE','XXXXXX','XXXXXX','1199',13008,'Ajustement de la valeur des créances à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13022,'PCG_SUISSE','XXXXXX','XXXXXX','120',13001,'Stocks et prestations non facturées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13023,'PCG_SUISSE','XXXXXX','XXXXXX','1200',13022,'Marchandises commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13024,'PCG_SUISSE','XXXXXX','XXXXXX','1210',13022,'Matières premières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13025,'PCG_SUISSE','XXXXXX','XXXXXX','1220',13022,'Matières auxiliaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13026,'PCG_SUISSE','XXXXXX','XXXXXX','1230',13022,'Matières consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13027,'PCG_SUISSE','XXXXXX','XXXXXX','1250',13022,'Marchandises en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13028,'PCG_SUISSE','XXXXXX','XXXXXX','1260',13022,'Stocks de produits fnis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13029,'PCG_SUISSE','XXXXXX','XXXXXX','1280',13022,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13030,'PCG_SUISSE','XXXXXX','XXXXXX','130',13001,'Compte de régularisation de l''actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13031,'PCG_SUISSE','XXXXXX','XXXXXX','1300',13030,'Charges payées d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13032,'PCG_SUISSE','XXXXXX','XXXXXX','1301',13030,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13033,'PCG_SUISSE','XXXXXX','XXXXXX','14',13000,'Actifs immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13034,'PCG_SUISSE','XXXXXX','XXXXXX','140',13033,'Immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13035,'PCG_SUISSE','XXXXXX','XXXXXX','1400',13034,'Titres à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13036,'PCG_SUISSE','XXXXXX','XXXXXX','1409',13034,'Ajustement de la valeur des titres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13037,'PCG_SUISSE','XXXXXX','XXXXXX','1440',13034,'Prêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13038,'PCG_SUISSE','XXXXXX','XXXXXX','1441',13034,'Hypothèques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13039,'PCG_SUISSE','XXXXXX','XXXXXX','1449',13034,'Ajustement de la valeur des créances à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13040,'PCG_SUISSE','XXXXXX','XXXXXX','148',13033,'Participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13041,'PCG_SUISSE','XXXXXX','XXXXXX','1480',13040,'Participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13042,'PCG_SUISSE','XXXXXX','XXXXXX','1489',13040,'Ajustement de la valeur des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13043,'PCG_SUISSE','XXXXXX','XXXXXX','150',13000,'Immobilisations corporelles meublés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13044,'PCG_SUISSE','XXXXXX','XXXXXX','1500',13043,'Machines et appareils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13045,'PCG_SUISSE','XXXXXX','XXXXXX','1509',13043,'Ajustement de la valeur des machines et appareils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13046,'PCG_SUISSE','XXXXXX','XXXXXX','1510',13043,'Mobilier et installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13047,'PCG_SUISSE','XXXXXX','XXXXXX','1519',13043,'Ajustement de la valeur du mobilier et des installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13048,'PCG_SUISSE','XXXXXX','XXXXXX','1520',13043,'Machines de bureau, informatique, système de communication','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13049,'PCG_SUISSE','XXXXXX','XXXXXX','1529',13043,'Ajustement de la valeur des machines de bureau, inf. et syst. comm.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13050,'PCG_SUISSE','XXXXXX','XXXXXX','1530',13043,'Véhicules','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13051,'PCG_SUISSE','XXXXXX','XXXXXX','1539',13043,'Ajustement de la valeur des véhicules','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13052,'PCG_SUISSE','XXXXXX','XXXXXX','1540',13043,'Outillages et appareils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13053,'PCG_SUISSE','XXXXXX','XXXXXX','1549',13043,'Ajustement de la valeur des outillages et appareils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13054,'PCG_SUISSE','XXXXXX','XXXXXX','160',13000,'Immobilisations corporelles Immeubles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13055,'PCG_SUISSE','XXXXXX','XXXXXX','1600',13054,'Immeubles d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13056,'PCG_SUISSE','XXXXXX','XXXXXX','1609',13054,'Ajustements de la valeur des immeubles d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13057,'PCG_SUISSE','XXXXXX','XXXXXX','170',13000,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13058,'PCG_SUISSE','XXXXXX','XXXXXX','1700',13057,'Brevets, know-how, licences, droits, dév.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13059,'PCG_SUISSE','XXXXXX','XXXXXX','1709',13057,'Ajustement de la valeur des brevets, know-how, licences, droits, dév.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13060,'PCG_SUISSE','XXXXXX','XXXXXX','1770',13057,'Goodwill','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13061,'PCG_SUISSE','XXXXXX','XXXXXX','1779',13057,'Ajustement de la valeur du goodwill','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13062,'PCG_SUISSE','XXXXXX','XXXXXX','180',13000,'Capital non versé : capital social, capital de fondation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13063,'PCG_SUISSE','XXXXXX','XXXXXX','1850',13062,'Capital actions, capital social, droits de participations ou capital de fondation non versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13064,'PCG_SUISSE','XXXXXX','XXXXXX','2',0,'Passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13065,'PCG_SUISSE','XXXXXX','XXXXXX','20',13064,'Dettes à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13066,'PCG_SUISSE','XXXXXX','XXXXXX','200',13065,'Dettes à court terme résultant d''achats et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13067,'PCG_SUISSE','XXXXXX','XXXXXX','2000',13066,'Dettes résultant d''achats et des prestations de services (créanciers)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13068,'PCG_SUISSE','XXXXXX','XXXXXX','2030',13066,'Acomptes de clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13069,'PCG_SUISSE','XXXXXX','XXXXXX','2050',13066,'Dettes résultant d''achats et de prestations de services envers des sociétés du groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13070,'PCG_SUISSE','XXXXXX','XXXXXX','210',13065,'Dettes à court terme rémunérés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13071,'PCG_SUISSE','XXXXXX','XXXXXX','2100',13070,'Dettes bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13072,'PCG_SUISSE','XXXXXX','XXXXXX','2120',13070,'Engagements de financement par leasing','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13073,'PCG_SUISSE','XXXXXX','XXXXXX','2140',13070,'Autres dettes à court terme rémunérées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13074,'PCG_SUISSE','XXXXXX','XXXXXX','2151',13070,'Salaires à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13075,'PCG_SUISSE','XXXXXX','XXXXXX','2152',13070,'Charges sociales à payer (AVS/AC/ALFA)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13076,'PCG_SUISSE','XXXXXX','XXXXXX','21521',13075,'Créancier AVS/AI/APG/AC','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13077,'PCG_SUISSE','XXXXXX','XXXXXX','21522',13075,'Créancier Allocations Familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13078,'PCG_SUISSE','XXXXXX','XXXXXX','2153',13070,'Assurances sociales à payer (LAA, IJM, FT, LPP)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13079,'PCG_SUISSE','XXXXXX','XXXXXX','21531',13078,'Créancier Assurance Accidents','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13080,'PCG_SUISSE','XXXXXX','XXXXXX','21532',13078,'Créancier Assurance Accidents complémentaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13081,'PCG_SUISSE','XXXXXX','XXXXXX','21533',13078,'Créancier Prévoyance Professionnelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13082,'PCG_SUISSE','XXXXXX','XXXXXX','21534',13078,'Créancier Prévoyance Professionnelle complémentaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13083,'PCG_SUISSE','XXXXXX','XXXXXX','21535',13078,'Créancier Assurance Indemnités Journalières Maladie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13084,'PCG_SUISSE','XXXXXX','XXXXXX','21536',13078,'Créancier Assurance Indemnités Journalières Maladie complémentaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13085,'PCG_SUISSE','XXXXXX','XXXXXX','21539',13078,'Créancier autres caisses et assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13086,'PCG_SUISSE','XXXXXX','XXXXXX','2154',13070,'Impôt source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13087,'PCG_SUISSE','XXXXXX','XXXXXX','2155',13070,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13088,'PCG_SUISSE','XXXXXX','XXXXXX','21551',13087,'Taxe réfugiés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13089,'PCG_SUISSE','XXXXXX','XXXXXX','21552',13087,'Office des Poursuites','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13090,'PCG_SUISSE','XXXXXX','XXXXXX','21553',13087,'Retraite anticipée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13091,'PCG_SUISSE','XXXXXX','XXXXXX','21554',13087,'Caisse professionnelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13092,'PCG_SUISSE','XXXXXX','XXXXXX','21559',13087,'Autres retenues employé à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13093,'PCG_SUISSE','XXXXXX','XXXXXX','2158',13070,'Provisions 13ème et vacances à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13094,'PCG_SUISSE','XXXXXX','XXXXXX','2160',13070,'Indemnités d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13095,'PCG_SUISSE','XXXXXX','XXXXXX','21601',13094,'Indemnités d''assurance accidents','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13096,'PCG_SUISSE','XXXXXX','XXXXXX','21602',13094,'Indemnités d''assurance maladie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13097,'PCG_SUISSE','XXXXXX','XXXXXX','21603',13094,'Indemnités d''assurance maternité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13098,'PCG_SUISSE','XXXXXX','XXXXXX','21604',13094,'Indemnités d''assurance maternité complémentaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13099,'PCG_SUISSE','XXXXXX','XXXXXX','21605',13094,'Indemnités d''assurance APG militaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13100,'PCG_SUISSE','XXXXXX','XXXXXX','21606',13094,'Indemnités d''assurance militaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13101,'PCG_SUISSE','XXXXXX','XXXXXX','21607',13094,'Indemnités d''assurance chômage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13102,'PCG_SUISSE','XXXXXX','XXXXXX','21608',13094,'Indemnités d''assurance AI','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13103,'PCG_SUISSE','XXXXXX','XXXXXX','21609',13094,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13104,'PCG_SUISSE','XXXXXX','XXXXXX','220',13065,'Autres dettes à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13105,'PCG_SUISSE','XXXXXX','XXXXXX','2200',13104,'TVA due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13106,'PCG_SUISSE','XXXXXX','XXXXXX','2201',13104,'Décompte TVA','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13107,'PCG_SUISSE','XXXXXX','XXXXXX','2206',13104,'Impôt anticipé dû','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13108,'PCG_SUISSE','XXXXXX','XXXXXX','2208',13104,'Impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13109,'PCG_SUISSE','XXXXXX','XXXXXX','2210',13104,'Autres dettes à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13110,'PCG_SUISSE','XXXXXX','XXXXXX','2261',13104,'Dividendes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13111,'PCG_SUISSE','XXXXXX','XXXXXX','2270',13104,'Assurances sociales et institutions de prévoyance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13112,'PCG_SUISSE','XXXXXX','XXXXXX','2279',13104,'Impôt à la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13113,'PCG_SUISSE','XXXXXX','XXXXXX','230',13065,'Passifs de régularisation et provision à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13114,'PCG_SUISSE','XXXXXX','XXXXXX','2300',13113,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13115,'PCG_SUISSE','XXXXXX','XXXXXX','2301',13113,'Produits constatés d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13116,'PCG_SUISSE','XXXXXX','XXXXXX','2330',13113,'Provisions à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13117,'PCG_SUISSE','XXXXXX','XXXXXX','24',13064,'Dettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13118,'PCG_SUISSE','XXXXXX','XXXXXX','240',13117,'Dettes à long terme rémunérées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13119,'PCG_SUISSE','XXXXXX','XXXXXX','2400',13118,'Dettes bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13120,'PCG_SUISSE','XXXXXX','XXXXXX','2420',13118,'Engagements de financement par leasing','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13121,'PCG_SUISSE','XXXXXX','XXXXXX','2430',13118,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13122,'PCG_SUISSE','XXXXXX','XXXXXX','2450',13118,'Emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13123,'PCG_SUISSE','XXXXXX','XXXXXX','2451',13118,'Hypothèques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13124,'PCG_SUISSE','XXXXXX','XXXXXX','250',13117,'Autres dettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13125,'PCG_SUISSE','XXXXXX','XXXXXX','2500',13124,'Autres dettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13126,'PCG_SUISSE','XXXXXX','XXXXXX','260',13117,'Provisions à long terme et provisions légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13127,'PCG_SUISSE','XXXXXX','XXXXXX','2600',13126,'Provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13128,'PCG_SUISSE','XXXXXX','XXXXXX','28',13064,'Fonds propres (personnes morales)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13129,'PCG_SUISSE','XXXXXX','XXXXXX','280',13128,'Capital social ou capital de fondation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13130,'PCG_SUISSE','XXXXXX','XXXXXX','2800',13129,'Capital-actions, capital social, capital de fondation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13131,'PCG_SUISSE','XXXXXX','XXXXXX','290',13064,'Réserves / bénéfices et pertes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13132,'PCG_SUISSE','XXXXXX','XXXXXX','2900',13131,'Réserves légales issues du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13133,'PCG_SUISSE','XXXXXX','XXXXXX','2930',13131,'Réserves sur participations propres au capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13134,'PCG_SUISSE','XXXXXX','XXXXXX','2940',13131,'Réserves d''évaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13135,'PCG_SUISSE','XXXXXX','XXXXXX','2950',13131,'Réserves légales issues du bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13136,'PCG_SUISSE','XXXXXX','XXXXXX','2960',13131,'Réserves libres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13137,'PCG_SUISSE','XXXXXX','XXXXXX','2970',13131,'Bénéfice / perte reporté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13138,'PCG_SUISSE','XXXXXX','XXXXXX','2979',13131,'Bénéfice / perte de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13139,'PCG_SUISSE','XXXXXX','XXXXXX','2980',13131,'Propres actions, parts sociales, droits de participations (poste négatif)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13140,'PCG_SUISSE','XXXXXX','XXXXXX','3',0,'Chiffre d''affaires résultant des ventes et des prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13141,'PCG_SUISSE','XXXXXX','XXXXXX','3000',13140,'Ventes de produits fabriqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13142,'PCG_SUISSE','XXXXXX','XXXXXX','3200',13140,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13143,'PCG_SUISSE','XXXXXX','XXXXXX','3400',13140,'Ventes de prestations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13144,'PCG_SUISSE','XXXXXX','XXXXXX','3600',13140,'Autres ventes et prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13145,'PCG_SUISSE','XXXXXX','XXXXXX','3700',13140,'Prestations propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13146,'PCG_SUISSE','XXXXXX','XXXXXX','3710',13140,'Consommations propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13147,'PCG_SUISSE','XXXXXX','XXXXXX','3800',13140,'Déductions sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13148,'PCG_SUISSE','XXXXXX','XXXXXX','3805',13140,'Pertes sur clients, variations du ducroire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13149,'PCG_SUISSE','XXXXXX','XXXXXX','3900',13140,'Variation des stocks de produits semis-finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13150,'PCG_SUISSE','XXXXXX','XXXXXX','3901',13140,'Variation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13151,'PCG_SUISSE','XXXXXX','XXXXXX','3904',13140,'Variation de la valeur des prestations non facturées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13152,'PCG_SUISSE','XXXXXX','XXXXXX','4',0,'Charges de matériel, de marchandises et de prestations de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13153,'PCG_SUISSE','XXXXXX','XXXXXX','4000',13152,'Charges de matériel de l''atelier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13154,'PCG_SUISSE','XXXXXX','XXXXXX','4200',13152,'Achats de marchandises destinées à la revente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13155,'PCG_SUISSE','XXXXXX','XXXXXX','4400',13152,'Prestations / travaux de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13156,'PCG_SUISSE','XXXXXX','XXXXXX','4500',13152,'Charges d''énergie pour l''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13157,'PCG_SUISSE','XXXXXX','XXXXXX','4900',13152,'Déductions sur les charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13158,'PCG_SUISSE','XXXXXX','XXXXXX','5',0,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13159,'PCG_SUISSE','XXXXXX','XXXXXX','5000',13158,'Salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13160,'PCG_SUISSE','XXXXXX','XXXXXX','5200',13158,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13161,'PCG_SUISSE','XXXXXX','XXXXXX','5201',13158,'Salaires variables, commissions et primes régulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13162,'PCG_SUISSE','XXXXXX','XXXXXX','5202',13158,'Primes occasionnelles et participations au bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13163,'PCG_SUISSE','XXXXXX','XXXXXX','5203',13158,'Divers soumis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13164,'PCG_SUISSE','XXXXXX','XXXXXX','5204',13158,'Divers non soumis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13165,'PCG_SUISSE','XXXXXX','XXXXXX','5210',13158,'Honoraires et indemnités CA','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13166,'PCG_SUISSE','XXXXXX','XXXXXX','5270',13158,'AVS, AI, APG, assurance-chômage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13167,'PCG_SUISSE','XXXXXX','XXXXXX','5271',13158,'Caisse d''allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13168,'PCG_SUISSE','XXXXXX','XXXXXX','52721',13167,'Prévoyance professionnelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13169,'PCG_SUISSE','XXXXXX','XXXXXX','52722',13167,'Prévoyance professionnelle complémentaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13170,'PCG_SUISSE','XXXXXX','XXXXXX','52731',13167,'Assurance-accidents','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13171,'PCG_SUISSE','XXXXXX','XXXXXX','52732',13167,'Assurance-accidents complémentaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13172,'PCG_SUISSE','XXXXXX','XXXXXX','52741',13167,'Assurance IJM','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13173,'PCG_SUISSE','XXXXXX','XXXXXX','52742',13167,'Assurance IJM complémentaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13174,'PCG_SUISSE','XXXXXX','XXXXXX','5275',13158,'Autres assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13175,'PCG_SUISSE','XXXXXX','XXXXXX','5276',13158,'Impôts à la source payé par employeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13176,'PCG_SUISSE','XXXXXX','XXXXXX','5278',13158,'Caisse professionnelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13177,'PCG_SUISSE','XXXXXX','XXXXXX','5279',13158,'Arrondis sur charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13178,'PCG_SUISSE','XXXXXX','XXXXXX','5280',13158,'Autres charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13179,'PCG_SUISSE','XXXXXX','XXXXXX','5281',13158,'Frais de voyages/transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13180,'PCG_SUISSE','XXXXXX','XXXXXX','5282',13158,'Frais de repas/hébergement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13181,'PCG_SUISSE','XXXXXX','XXXXXX','5283',13158,'Frais forfaitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13182,'PCG_SUISSE','XXXXXX','XXXXXX','5284',13158,'Frais de représentation, téléphones, divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13183,'PCG_SUISSE','XXXXXX','XXXXXX','5288',13158,'Frais de formation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13184,'PCG_SUISSE','XXXXXX','XXXXXX','5289',13158,'Autres frais de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13185,'PCG_SUISSE','XXXXXX','XXXXXX','5290',13158,'Prestations de travail de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13186,'PCG_SUISSE','XXXXXX','XXXXXX','5700',13158,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13187,'PCG_SUISSE','XXXXXX','XXXXXX','5800',13158,'Autres charges du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13188,'PCG_SUISSE','XXXXXX','XXXXXX','5900',13158,'Charges de personnels temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13189,'PCG_SUISSE','XXXXXX','XXXXXX','6',0,'Autres charges d''exploitation, amortissements et ajustement de valeur, résultat financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13190,'PCG_SUISSE','XXXXXX','XXXXXX','6000',13189,'Charges de locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13191,'PCG_SUISSE','XXXXXX','XXXXXX','6100',13189,'Entretien, réparations et remplacement des inst. servant à l''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13192,'PCG_SUISSE','XXXXXX','XXXXXX','6105',13189,'Leasing immobilisations corporelles meubles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13193,'PCG_SUISSE','XXXXXX','XXXXXX','6200',13189,'Charges de véhicules et de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13194,'PCG_SUISSE','XXXXXX','XXXXXX','6260',13189,'Leasing et location de véhicule','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13195,'PCG_SUISSE','XXXXXX','XXXXXX','6300',13189,'Assurances-choses, droits, taxes, autorisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13196,'PCG_SUISSE','XXXXXX','XXXXXX','6400',13189,'Charges d''énergie et évacuation des déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13197,'PCG_SUISSE','XXXXXX','XXXXXX','6500',13189,'Charges d''administration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13198,'PCG_SUISSE','XXXXXX','XXXXXX','6510',13189,'Téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13199,'PCG_SUISSE','XXXXXX','XXXXXX','6511',13189,'Internet','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13200,'PCG_SUISSE','XXXXXX','XXXXXX','6512',13189,'Frais de port','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13201,'PCG_SUISSE','XXXXXX','XXXXXX','6560',13189,'Informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13202,'PCG_SUISSE','XXXXXX','XXXXXX','6570',13189,'Charges et leasing d''informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13203,'PCG_SUISSE','XXXXXX','XXXXXX','6571',13189,'Entretien/Hotline Hardware','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13204,'PCG_SUISSE','XXXXXX','XXXXXX','6573',13189,'Disquettes, CD-Rom, etc. Fourniture d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13205,'PCG_SUISSE','XXXXXX','XXXXXX','6600',13189,'Publicité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13206,'PCG_SUISSE','XXXXXX','XXXXXX','6610',13189,'Imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13207,'PCG_SUISSE','XXXXXX','XXXXXX','6640',13189,'Frais de voyage et conseils à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13208,'PCG_SUISSE','XXXXXX','XXXXXX','6641',13189,'Frais de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13209,'PCG_SUISSE','XXXXXX','XXXXXX','6700',13189,'Autres charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13210,'PCG_SUISSE','XXXXXX','XXXXXX','6800',13189,'Amortissement et ajustement de valeur des postes sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13211,'PCG_SUISSE','XXXXXX','XXXXXX','6801',13189,'Intérêts pour emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13212,'PCG_SUISSE','XXXXXX','XXXXXX','6840',13189,'Frais de banque et des chèques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13213,'PCG_SUISSE','XXXXXX','XXXXXX','6850',13189,'Produits financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13214,'PCG_SUISSE','XXXXXX','XXXXXX','6900',13189,'Charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13215,'PCG_SUISSE','XXXXXX','XXXXXX','6920',13189,'Amortissement s/immobilisé. corporelles meubles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13216,'PCG_SUISSE','XXXXXX','XXXXXX','6930',13189,'Amortissement s/immobilisé. corporelles immeubles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13217,'PCG_SUISSE','XXXXXX','XXXXXX','6940',13189,'Amortissement s/immobilisé. incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13218,'PCG_SUISSE','XXXXXX','XXXXXX','6950',13189,'Produits financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13219,'PCG_SUISSE','XXXXXX','XXXXXX','7',0,'Résultat des activités annexes d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13220,'PCG_SUISSE','XXXXXX','XXXXXX','7000',13219,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13221,'PCG_SUISSE','XXXXXX','XXXXXX','7010',13219,'Charges accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13222,'PCG_SUISSE','XXXXXX','XXXXXX','7400',13219,'Produits sur placements financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13223,'PCG_SUISSE','XXXXXX','XXXXXX','7410',13219,'Charges sur placements financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13224,'PCG_SUISSE','XXXXXX','XXXXXX','7500',13219,'Produits des immeubles d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13225,'PCG_SUISSE','XXXXXX','XXXXXX','7510',13219,'Charges des immeubles d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13226,'PCG_SUISSE','XXXXXX','XXXXXX','8',0,'Charges hors exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13227,'PCG_SUISSE','XXXXXX','XXXXXX','8000',13226,'Charges hors exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13228,'PCG_SUISSE','XXXXXX','XXXXXX','8100',13226,'Produits hors exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13229,'PCG_SUISSE','XXXXXX','XXXXXX','8500',13226,'Charges extraordinaires, exceptionnelles ou hors période','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13230,'PCG_SUISSE','XXXXXX','XXXXXX','8510',13226,'Produits extraordinaires, exceptionnels ou hors période','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13231,'PCG_SUISSE','XXXXXX','XXXXXX','8900',13226,'Impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13232,'PCG_SUISSE','XXXXXX','XXXXXX','9',0,'Produits de vente et de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13233,'PCG_SUISSE','XXXXXX','XXXXXX','9001',13232,'Charges de vente et de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13234,'PCG_SUISSE','XXXXXX','XXXXXX','9002',13232,'Résultat brut 1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13235,'PCG_SUISSE','XXXXXX','XXXXXX','9006',13232,'Charges de personnel de production','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13236,'PCG_SUISSE','XXXXXX','XXXXXX','9007',13232,'Résultat brut 2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13237,'PCG_SUISSE','XXXXXX','XXXXXX','9008',13232,'Autres charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13238,'PCG_SUISSE','XXXXXX','XXXXXX','9009',13232,'Résultat brut 3','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13239,'PCG_SUISSE','XXXXXX','XXXXXX','9010',13232,'Autres charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13240,'PCG_SUISSE','XXXXXX','XXXXXX','9011',13232,'Résultat d''exploitation 1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13241,'PCG_SUISSE','XXXXXX','XXXXXX','9012',13232,'Résultat financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13242,'PCG_SUISSE','XXXXXX','XXXXXX','9013',13232,'Résultat d''exploitation 2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13243,'PCG_SUISSE','XXXXXX','XXXXXX','9014',13232,'Amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13244,'PCG_SUISSE','XXXXXX','XXXXXX','9015',13232,'Résultat d''exploitation 3','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13245,'PCG_SUISSE','XXXXXX','XXXXXX','9016',13232,'Résultat activités annexes exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13246,'PCG_SUISSE','XXXXXX','XXXXXX','9017',13232,'Résultat d''exploitation 4','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13247,'PCG_SUISSE','XXXXXX','XXXXXX','9018',13232,'Résultats extraordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13248,'PCG_SUISSE','XXXXXX','XXXXXX','9019',13232,'Résultat d''entreprise avant impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13249,'PCG_SUISSE','XXXXXX','XXXXXX','9020',13232,'Charges d''impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13250,'PCG_SUISSE','XXXXXX','XXXXXX','9090',13232,'Résultat d''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13251,'PCG_SUISSE','XXXXXX','XXXXXX','9100',13232,'Bilan d''ouverture','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13252,'PCG_SUISSE','XXXXXX','XXXXXX','9101',13232,'Bilan de clôture','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (13253,'PCG_SUISSE','XXXXXX','XXXXXX','9200',13232,'Bénéfice / perte de l''exercice','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_ci.sql b/htdocs/install/mysql/data/llx_accounting_account_ci.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_ci.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_cm.sql b/htdocs/install/mysql/data/llx_accounting_account_cm.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_cm.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_fr.sql b/htdocs/install/mysql/data/llx_accounting_account_fr.sql index bdd624aedc2..4e3c7f4265d 100644 --- a/htdocs/install/mysql/data/llx_accounting_account_fr.sql +++ b/htdocs/install/mysql/data/llx_accounting_account_fr.sql @@ -4,7 +4,7 @@ -- Copyright (C) 2004 Benoit Mortier -- Copyright (C) 2004 Guillaume Delecourt -- Copyright (C) 2005-2009 Regis Houssin --- Copyright (C) 2007 Patrick Raguin +-- Copyright (C) 2007 Patrick Raguin -- Copyright (C) 2011-2017 Alexandre Spangaro -- -- This program is free software; you can redistribute it and/or modify @@ -24,7 +24,7 @@ -- -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors --- de l'install et tous les sigles '--' sont supprimés. +-- de l''install et tous les sigles '--' sont supprimés. -- INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES ( 1,'PCG99-ABREGE','CAPIT', 'CAPITAL', '101', '1401', 'Capital', 1); @@ -484,3 +484,979 @@ INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (1505,'PCG99-BASE','FINAN', 'XXXXXX', '5', '0', 'Placement de trésorerie et de valeurs disponibles', 1); INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (1506,'PCG99-BASE','EXPENSE', 'XXXXXX', '6', '0', 'Charges', 1); INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (1507,'PCG99-BASE','INCOME', 'XXXXXX', '7', '0', 'Produits', 1); + + + +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5000,'PCG14-DEV','CAPIT','XXXXXX','10',5967,'Capital et réserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5001,'PCG14-DEV','CAPIT','XXXXXX','101',5000,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5002,'PCG14-DEV','CAPIT','XXXXXX','1011',5001,'Capital souscrit - non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5003,'PCG14-DEV','CAPIT','XXXXXX','1012',5001,'Capital souscrit - appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5004,'PCG14-DEV','CAPIT','CAPITAL','1013',5001,'Capital souscrit - appelé, versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5005,'PCG14-DEV','CAPIT','XXXXXX','10131',5004,'Capital non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5006,'PCG14-DEV','CAPIT','XXXXXX','10132',5004,'Capital amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5007,'PCG14-DEV','CAPIT','XXXXXX','1018',5001,'Capital souscrit soumis à des réglementations particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5008,'PCG14-DEV','CAPIT','XXXXXX','102',5000,'Fonds fiduciaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5009,'PCG14-DEV','CAPIT','XXXXXX','104',5000,'Primes liées au capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5010,'PCG14-DEV','CAPIT','XXXXXX','1041',5009,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5011,'PCG14-DEV','CAPIT','XXXXXX','1042',5009,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5012,'PCG14-DEV','CAPIT','XXXXXX','1043',5009,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5013,'PCG14-DEV','CAPIT','XXXXXX','1044',5009,'Primes de conversion d''obligations en actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5014,'PCG14-DEV','CAPIT','XXXXXX','1045',5009,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5015,'PCG14-DEV','CAPIT','XXXXXX','105',5000,'Ecarts de réévaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5016,'PCG14-DEV','CAPIT','XXXXXX','1051',5015,'Réserve spéciale de réévaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5017,'PCG14-DEV','CAPIT','XXXXXX','1052',5015,'Ecart de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5018,'PCG14-DEV','CAPIT','XXXXXX','1053',5015,'Réserve de réévaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5019,'PCG14-DEV','CAPIT','XXXXXX','1055',5015,'Ecarts de réévaluation (autres opérations légales)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5020,'PCG14-DEV','CAPIT','XXXXXX','1057',5015,'Autres écarts de réévaluation en France','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5021,'PCG14-DEV','CAPIT','XXXXXX','1058',5015,'Autres écarts de réévaluation à l''Etranger','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5022,'PCG14-DEV','CAPIT','XXXXXX','106',5000,'Réserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5023,'PCG14-DEV','CAPIT','XXXXXX','1061',5022,'Réserve légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5024,'PCG14-DEV','CAPIT','XXXXXX','10611',5023,'Réserve légale proprement dite','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5025,'PCG14-DEV','CAPIT','XXXXXX','10612',5023,'Plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5026,'PCG14-DEV','CAPIT','XXXXXX','1062',5022,'Réserves indisponibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5027,'PCG14-DEV','CAPIT','XXXXXX','1063',5022,'Réserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5028,'PCG14-DEV','CAPIT','XXXXXX','1064',5022,'Réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5029,'PCG14-DEV','CAPIT','XXXXXX','10641',5028,'Plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5030,'PCG14-DEV','CAPIT','XXXXXX','10643',5028,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5031,'PCG14-DEV','CAPIT','XXXXXX','10648',5028,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5032,'PCG14-DEV','CAPIT','XXXXXX','1068',5022,'Autres réserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5033,'PCG14-DEV','CAPIT','XXXXXX','10681',5032,'Réserve de propre assureur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5034,'PCG14-DEV','CAPIT','XXXXXX','10688',5032,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5035,'PCG14-DEV','CAPIT','XXXXXX','107',5000,'Ecart d''équivalence','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5036,'PCG14-DEV','CAPIT','XXXXXX','108',5000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5037,'PCG14-DEV','CAPIT','XXXXXX','109',5000,'Actionnaires : Capital souscrit - non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5038,'PCG14-DEV','CAPIT','XXXXXX','11',5967,'Report à nouveau (solde créditeur ou débiteur)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5039,'PCG14-DEV','CAPIT','XXXXXX','110',5038,'Report à nouveau (solde créditeur)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5040,'PCG14-DEV','CAPIT','XXXXXX','119',5038,'Report à nouveau (solde débiteur)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5041,'PCG14-DEV','CAPIT','XXXXXX','12',5967,'Résultat de l''exercice (bénéfice ou perte)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5042,'PCG14-DEV','CAPIT','XXXXXX','120',5041,'Résultat de l''exercice (bénéfice)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5043,'PCG14-DEV','CAPIT','XXXXXX','129',5041,'Résultat de l''exercice (perte)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5044,'PCG14-DEV','CAPIT','XXXXXX','13',5967,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5045,'PCG14-DEV','CAPIT','XXXXXX','131',5044,'Subventions d''équipement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5046,'PCG14-DEV','CAPIT','XXXXXX','1311',5045,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5047,'PCG14-DEV','CAPIT','XXXXXX','1312',5045,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5048,'PCG14-DEV','CAPIT','XXXXXX','1313',5045,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5049,'PCG14-DEV','CAPIT','XXXXXX','1314',5045,'Communes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5050,'PCG14-DEV','CAPIT','XXXXXX','1315',5045,'Collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5051,'PCG14-DEV','CAPIT','XXXXXX','1316',5045,'Entreprises publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5052,'PCG14-DEV','CAPIT','XXXXXX','1317',5045,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5053,'PCG14-DEV','CAPIT','XXXXXX','1318',5045,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5054,'PCG14-DEV','CAPIT','XXXXXX','138',5044,'Autres subventions d''investissement (même ventilation que celle du compte 131)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5055,'PCG14-DEV','CAPIT','XXXXXX','139',5044,'Subventions d''investissement inscrites au compte de résultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5056,'PCG14-DEV','CAPIT','XXXXXX','1391',5055,'Subventions d''équipement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5057,'PCG14-DEV','CAPIT','XXXXXX','13911',5056,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5058,'PCG14-DEV','CAPIT','XXXXXX','13912',5056,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5059,'PCG14-DEV','CAPIT','XXXXXX','13913',5056,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5060,'PCG14-DEV','CAPIT','XXXXXX','13914',5056,'Communes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5061,'PCG14-DEV','CAPIT','XXXXXX','13915',5056,'Collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5062,'PCG14-DEV','CAPIT','XXXXXX','13916',5056,'Entreprises publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5063,'PCG14-DEV','CAPIT','XXXXXX','13917',5056,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5064,'PCG14-DEV','CAPIT','XXXXXX','13918',5056,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5065,'PCG14-DEV','CAPIT','XXXXXX','1398',5055,'Autres subventions d''investissement (même ventilation que celle du compte 1391)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5066,'PCG14-DEV','CAPIT','XXXXXX','14',5967,'Provisions réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5067,'PCG14-DEV','CAPIT','XXXXXX','142',5066,'Provisions réglementées relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5068,'PCG14-DEV','CAPIT','XXXXXX','1423',5067,'Provisions pour reconstitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5069,'PCG14-DEV','CAPIT','XXXXXX','1424',5067,'Provisions pour investissement (participation des salariés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5070,'PCG14-DEV','CAPIT','XXXXXX','143',5066,'Provisions réglementées relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5071,'PCG14-DEV','CAPIT','XXXXXX','1431',5070,'Hausse des prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5072,'PCG14-DEV','CAPIT','XXXXXX','1432',5070,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5073,'PCG14-DEV','CAPIT','XXXXXX','144',5066,'Provisions réglementées relatives aux autres éléments de l''actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5074,'PCG14-DEV','CAPIT','XXXXXX','145',5066,'Amortissements dérogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5075,'PCG14-DEV','CAPIT','XXXXXX','146',5066,'Provision spéciale de réévaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5076,'PCG14-DEV','CAPIT','XXXXXX','147',5066,'Plus-values réinvesties','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5077,'PCG14-DEV','CAPIT','XXXXXX','148',5066,'Autres provisions réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5078,'PCG14-DEV','CAPIT','XXXXXX','15',5967,'Provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5079,'PCG14-DEV','CAPIT','XXXXXX','151',5078,'Provisions pour risques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5080,'PCG14-DEV','CAPIT','XXXXXX','1511',5079,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5081,'PCG14-DEV','CAPIT','XXXXXX','1512',5079,'Provisions pour garanties données aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5082,'PCG14-DEV','CAPIT','XXXXXX','1513',5079,'Provisions pour pertes sur marchés à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5083,'PCG14-DEV','CAPIT','XXXXXX','1514',5079,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5084,'PCG14-DEV','CAPIT','XXXXXX','1515',5079,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5085,'PCG14-DEV','CAPIT','XXXXXX','1516',5079,'Provisions pour pertes sur contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5086,'PCG14-DEV','CAPIT','XXXXXX','1518',5079,'Autres provisions pour risques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5087,'PCG14-DEV','CAPIT','XXXXXX','153',5078,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5088,'PCG14-DEV','CAPIT','XXXXXX','154',5078,'Provisions pour restructurations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5089,'PCG14-DEV','CAPIT','XXXXXX','155',5078,'Provisions pour impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5090,'PCG14-DEV','CAPIT','XXXXXX','156',5078,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5091,'PCG14-DEV','CAPIT','XXXXXX','157',5078,'Provisions pour charges à répartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5092,'PCG14-DEV','CAPIT','XXXXXX','1572',5091,'Provisions pour gros entretien ou grandes révisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5093,'PCG14-DEV','CAPIT','XXXXXX','158',5078,'Autres provisions pour charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5094,'PCG14-DEV','CAPIT','XXXXXX','1581',5093,'Provisions pour remises en état','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5095,'PCG14-DEV','CAPIT','XXXXXX','16',5967,'Emprunts et dettes assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5096,'PCG14-DEV','CAPIT','XXXXXX','161',5095,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5097,'PCG14-DEV','CAPIT','XXXXXX','162',5095,'Obligations représentatives de passifs nets remis en fiducie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5098,'PCG14-DEV','CAPIT','XXXXXX','163',5095,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5099,'PCG14-DEV','CAPIT','XXXXXX','164',5095,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5100,'PCG14-DEV','CAPIT','XXXXXX','165',5095,'Dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5101,'PCG14-DEV','CAPIT','XXXXXX','1651',5100,'Dépôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5102,'PCG14-DEV','CAPIT','XXXXXX','1655',5100,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5103,'PCG14-DEV','CAPIT','XXXXXX','166',5095,'Participation des salariés aux résultats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5104,'PCG14-DEV','CAPIT','XXXXXX','1661',5103,'Comptes bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5105,'PCG14-DEV','CAPIT','XXXXXX','1662',5013,'Fonds de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5106,'PCG14-DEV','CAPIT','XXXXXX','167',5095,'Emprunts et dettes assortis de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5107,'PCG14-DEV','CAPIT','XXXXXX','1671',5106,'Emissions de titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5108,'PCG14-DEV','CAPIT','XXXXXX','1674',5106,'Avances conditionnées de l''Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5109,'PCG14-DEV','CAPIT','XXXXXX','1675',5106,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5110,'PCG14-DEV','CAPIT','XXXXXX','168',5095,'Autres emprunts et dettes assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5111,'PCG14-DEV','CAPIT','XXXXXX','1681',5110,'Autres emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5112,'PCG14-DEV','CAPIT','XXXXXX','1685',5110,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5113,'PCG14-DEV','CAPIT','XXXXXX','1687',5110,'Autres dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5114,'PCG14-DEV','CAPIT','XXXXXX','1688',5110,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5115,'PCG14-DEV','CAPIT','XXXXXX','16881',5114,'sur emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5116,'PCG14-DEV','CAPIT','XXXXXX','16883',5114,'sur autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5117,'PCG14-DEV','CAPIT','XXXXXX','16684',5114,'sur emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5118,'PCG14-DEV','CAPIT','XXXXXX','16885',5114,'sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5119,'PCG14-DEV','CAPIT','XXXXXX','16886',5114,'sur participation des salariés aux résultats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5120,'PCG14-DEV','CAPIT','XXXXXX','16887',5114,'sur emprunts et dettes assortis de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5121,'PCG14-DEV','CAPIT','XXXXXX','16888',5114,'sur autres emprunts et dettes assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5122,'PCG14-DEV','CAPIT','XXXXXX','169',5095,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5123,'PCG14-DEV','CAPIT','XXXXXX','17',5967,'Dettes rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5124,'PCG14-DEV','CAPIT','XXXXXX','171',5123,'Dettes rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5125,'PCG14-DEV','CAPIT','XXXXXX','174',5123,'Dettes rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5126,'PCG14-DEV','CAPIT','XXXXXX','178',5123,'Dettes rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5127,'PCG14-DEV','CAPIT','XXXXXX','1781',5126,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5128,'PCG14-DEV','CAPIT','XXXXXX','1788',5126,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5129,'PCG14-DEV','CAPIT','XXXXXX','18',5967,'Comptes de liaison des établissements et sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5130,'PCG14-DEV','CAPIT','XXXXXX','181',5129,'Comptes de liaison des établissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5131,'PCG14-DEV','CAPIT','XXXXXX','186',5129,'Biens et prestations de services échangés entre établissements (charges)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5132,'PCG14-DEV','CAPIT','XXXXXX','187',5129,'Biens et prestations de services échangés entre établissements (produits)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5133,'PCG14-DEV','CAPIT','XXXXXX','188',5129,'Comptes de liaison des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5134,'PCG14-DEV','IMMO','XXXXXX','20',5968,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5135,'PCG14-DEV','IMMO','XXXXXX','201',5134,'Frais d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5136,'PCG14-DEV','IMMO','XXXXXX','2011',5135,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5137,'PCG14-DEV','IMMO','XXXXXX','2012',5135,'Frais de premier établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5138,'PCG14-DEV','IMMO','XXXXXX','20121',5137,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5139,'PCG14-DEV','IMMO','XXXXXX','20122',5137,'Frais de publicité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5140,'PCG14-DEV','IMMO','XXXXXX','2013',5135,'Frais d''augmentation de capital et d''opérations diverses (fusions, scissions, transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5141,'PCG14-DEV','IMMO','XXXXXX','203',5134,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5142,'PCG14-DEV','IMMO','XXXXXX','205',5134,'Concessions et droits similaires, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5143,'PCG14-DEV','IMMO','XXXXXX','206',5134,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5144,'PCG14-DEV','IMMO','XXXXXX','207',5134,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5145,'PCG14-DEV','IMMO','XXXXXX','208',5134,'Autres immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5146,'PCG14-DEV','IMMO','XXXXXX','21',5968,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5147,'PCG14-DEV','IMMO','XXXXXX','211',5146,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5148,'PCG14-DEV','IMMO','XXXXXX','2111',5147,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5149,'PCG14-DEV','IMMO','XXXXXX','2112',5147,'Terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5150,'PCG14-DEV','IMMO','XXXXXX','2113',5147,'Sous - sols et sursols','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5151,'PCG14-DEV','IMMO','XXXXXX','2114',5147,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5152,'PCG14-DEV','IMMO','XXXXXX','21141',5151,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5153,'PCG14-DEV','IMMO','XXXXXX','2115',5147,'Terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5154,'PCG14-DEV','IMMO','XXXXXX','21151',5153,'Ensembles immobiliers industriels (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5155,'PCG14-DEV','IMMO','XXXXXX','21155',5153,'Ensembles immobiliers administratifs et commerciaux (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5156,'PCG14-DEV','IMMO','XXXXXX','21158',5153,'Autres ensembles immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5157,'PCG14-DEV','IMMO','XXXXXX','211581',5156,'affectés aux opérations professionnelles (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5158,'PCG14-DEV','IMMO','XXXXXX','211588',5156,'affectés aux opérations non professionnelles (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5159,'PCG14-DEV','IMMO','XXXXXX','2116',5147,'Compte d''ordre sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5160,'PCG14-DEV','IMMO','XXXXXX','212',5146,'Agencements et aménagements de terrains (même ventilation que celle du compte 211)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5161,'PCG14-DEV','IMMO','XXXXXX','213',5146,'Constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5162,'PCG14-DEV','IMMO','XXXXXX','2131',5161,'Bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5163,'PCG14-DEV','IMMO','XXXXXX','21311',5162,'Ensembles immobiliers industriels (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5164,'PCG14-DEV','IMMO','XXXXXX','21315',5162,'Ensembles immobiliers administratifs et commerciaux (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5165,'PCG14-DEV','IMMO','XXXXXX','21318',5162,'Autres ensembles immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5166,'PCG14-DEV','IMMO','XXXXXX','213181',5165,'affectés aux opérations professionnelles (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5167,'PCG14-DEV','IMMO','XXXXXX','213188',5165,'affectés aux opérations non professionnelles (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5168,'PCG14-DEV','IMMO','XXXXXX','2135',5161,'Installations générales - agencements - aménagements des constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5169,'PCG14-DEV','IMMO','XXXXXX','21351',5168,'Ensembles immobiliers industriels (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5170,'PCG14-DEV','IMMO','XXXXXX','21355',5168,'Ensembles immobiliers administratifs et commerciaux (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5171,'PCG14-DEV','IMMO','XXXXXX','21358',5168,'Autres ensembles immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5172,'PCG14-DEV','IMMO','XXXXXX','213581',5171,'affectés aux opérations professionnelles (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5173,'PCG14-DEV','IMMO','XXXXXX','213588',5171,'affectés aux opérations non professionnelles (A, B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5174,'PCG14-DEV','IMMO','XXXXXX','2138',5161,'Ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5175,'PCG14-DEV','IMMO','XXXXXX','21381',5174,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5176,'PCG14-DEV','IMMO','XXXXXX','21382',5174,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5177,'PCG14-DEV','IMMO','XXXXXX','21383',5174,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5178,'PCG14-DEV','IMMO','XXXXXX','21384',5174,'Barrages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5179,'PCG14-DEV','IMMO','XXXXXX','21385',5174,'Pistes d''aérodromes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5180,'PCG14-DEV','IMMO','XXXXXX','214',5146,'Constructions sur sol d''autrui (même ventilation que celle du compte 213)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5181,'PCG14-DEV','IMMO','XXXXXX','215',5146,'Installations techniques, matériels et outillage industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5182,'PCG14-DEV','IMMO','XXXXXX','2151',5181,'Installations complexes spécialisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5183,'PCG14-DEV','IMMO','XXXXXX','21511',5182,'sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5184,'PCG14-DEV','IMMO','XXXXXX','21514',5182,'sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5185,'PCG14-DEV','IMMO','XXXXXX','2153',5181,'Installations à caractère spécifique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5186,'PCG14-DEV','IMMO','XXXXXX','21531',5185,'sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5187,'PCG14-DEV','IMMO','XXXXXX','21534',5185,'sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5188,'PCG14-DEV','IMMO','XXXXXX','2154',5181,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5189,'PCG14-DEV','IMMO','XXXXXX','2155',5181,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5190,'PCG14-DEV','IMMO','XXXXXX','2157',5181,'Agencements et aménagements du matériel et outillage industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5191,'PCG14-DEV','IMMO','XXXXXX','218',5146,'Autres immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5192,'PCG14-DEV','IMMO','XXXXXX','2181',5191,'Installations générales, agencements, aménagements divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5193,'PCG14-DEV','IMMO','XXXXXX','2182',5191,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5194,'PCG14-DEV','IMMO','XXXXXX','2183',5191,'Matériel de bureau et matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5195,'PCG14-DEV','IMMO','XXXXXX','2184',5191,'Mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5196,'PCG14-DEV','IMMO','XXXXXX','2185',5191,'Cheptel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5197,'PCG14-DEV','IMMO','XXXXXX','2186',5191,'Emballages récupérables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5198,'PCG14-DEV','IMMO','XXXXXX','22',5968,'Immobilisations mises en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5199,'PCG14-DEV','IMMO','XXXXXX','23',5968,'Immobilisations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5200,'PCG14-DEV','IMMO','XXXXXX','231',5199,'Immobilisations corporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5201,'PCG14-DEV','IMMO','XXXXXX','2312',5200,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5202,'PCG14-DEV','IMMO','XXXXXX','2313',5200,'Constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5203,'PCG14-DEV','IMMO','XXXXXX','2315',5200,'Installations techniques, matériel et outillage industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5204,'PCG14-DEV','IMMO','XXXXXX','2318',5200,'Autres immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5205,'PCG14-DEV','IMMO','XXXXXX','232',5199,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5206,'PCG14-DEV','IMMO','XXXXXX','237',5199,'Avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5207,'PCG14-DEV','IMMO','XXXXXX','238',5199,'Avances et acomptes versés sur commandes d''immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5208,'PCG14-DEV','IMMO','XXXXXX','2382',5207,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5209,'PCG14-DEV','IMMO','XXXXXX','2383',5207,'Constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5210,'PCG14-DEV','IMMO','XXXXXX','2385',5207,'Installations techniques, matériel et outillage industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5211,'PCG14-DEV','IMMO','XXXXXX','2388',5207,'Autres immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5212,'PCG14-DEV','IMMO','XXXXXX','25',5968,'Parts dans des entreprises liées et créances sur des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5213,'PCG14-DEV','IMMO','XXXXXX','26',5968,'Participations et créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5214,'PCG14-DEV','IMMO','XXXXXX','261',5213,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5215,'PCG14-DEV','IMMO','XXXXXX','2611',5214,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5216,'PCG14-DEV','IMMO','XXXXXX','2618',5214,'Autres titres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5217,'PCG14-DEV','IMMO','XXXXXX','266',5213,'Autres formes de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5218,'PCG14-DEV','IMMO','XXXXXX','2661',5217,'Droits représentatifs d''actifs nets remis en fiducie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5219,'PCG14-DEV','IMMO','XXXXXX','267',5213,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5220,'PCG14-DEV','IMMO','XXXXXX','2671',5219,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5221,'PCG14-DEV','IMMO','XXXXXX','2674',5219,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5222,'PCG14-DEV','IMMO','XXXXXX','2675',5219,'Versements représentatifs d''apports non capitalisés (appel de fonds)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5223,'PCG14-DEV','IMMO','XXXXXX','2676',5219,'Avances consolidables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5224,'PCG14-DEV','IMMO','XXXXXX','2677',5219,'Autres créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5225,'PCG14-DEV','IMMO','XXXXXX','2678',5219,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5226,'PCG14-DEV','IMMO','XXXXXX','268',5213,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5227,'PCG14-DEV','IMMO','XXXXXX','2681',5226,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5228,'PCG14-DEV','IMMO','XXXXXX','2688',5226,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5229,'PCG14-DEV','IMMO','XXXXXX','269',5213,'Versements restant à effectuer sur titres de participation non libérés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5230,'PCG14-DEV','IMMO','XXXXXX','27',5968,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5231,'PCG14-DEV','IMMO','XXXXXX','271',5230,'Titres immobilisés autres que les titres immobilisés de l''activité de portefeuille (droit de propriété)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5232,'PCG14-DEV','IMMO','XXXXXX','2711',5231,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5233,'PCG14-DEV','IMMO','XXXXXX','2718',5231,'Autres titres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5234,'PCG14-DEV','IMMO','XXXXXX','272',5230,'Titres immobilisés (droit de créance)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5235,'PCG14-DEV','IMMO','XXXXXX','2721',5234,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5236,'PCG14-DEV','IMMO','XXXXXX','2722',5234,'Bons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5237,'PCG14-DEV','IMMO','XXXXXX','273',5230,'Titres immobilisés de l''activité de portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5238,'PCG14-DEV','IMMO','XXXXXX','274',5230,'Prêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5239,'PCG14-DEV','IMMO','XXXXXX','2741',5238,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5240,'PCG14-DEV','IMMO','XXXXXX','2742',5238,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5241,'PCG14-DEV','IMMO','XXXXXX','2743',5238,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5242,'PCG14-DEV','IMMO','XXXXXX','2748',5238,'Autres prêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5243,'PCG14-DEV','IMMO','XXXXXX','275',5230,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5244,'PCG14-DEV','IMMO','XXXXXX','2751',5243,'Dépôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5245,'PCG14-DEV','IMMO','XXXXXX','2755',5243,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5246,'PCG14-DEV','IMMO','XXXXXX','276',5230,'Autres créances immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5247,'PCG14-DEV','IMMO','XXXXXX','2761',5246,'Créances diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5248,'PCG14-DEV','IMMO','XXXXXX','2768',5246,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5249,'PCG14-DEV','IMMO','XXXXXX','27682',5248,'sur titres immobilisés (droit de créance)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5250,'PCG14-DEV','IMMO','XXXXXX','27684',5248,'sur prêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5251,'PCG14-DEV','IMMO','XXXXXX','27685',5248,'sur dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5252,'PCG14-DEV','IMMO','XXXXXX','27688',5248,'sur créances diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5253,'PCG14-DEV','IMMO','XXXXXX','277',5230,'(Actions propres ou parts propres)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5254,'PCG14-DEV','IMMO','XXXXXX','2771',5253,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5255,'PCG14-DEV','IMMO','XXXXXX','2772',5253,'Actions propres ou parts propres en voie d''annulation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5256,'PCG14-DEV','IMMO','XXXXXX','279',5230,'Versements restant à effectuer sur titres immobilisés non libérés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5257,'PCG14-DEV','IMMO','XXXXXX','28',5968,'Amortissements des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5258,'PCG14-DEV','IMMO','XXXXXX','280',5257,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5259,'PCG14-DEV','IMMO','XXXXXX','2801',5258,'Frais d''établissement (même ventilation que celle du compte 201)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5260,'PCG14-DEV','IMMO','XXXXXX','2803',5258,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5261,'PCG14-DEV','IMMO','XXXXXX','2805',5258,'Concessions et droits similaires, brevets, licences, logiciels, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5262,'PCG14-DEV','IMMO','XXXXXX','2807',5258,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5263,'PCG14-DEV','IMMO','XXXXXX','2808',5258,'Autres immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5264,'PCG14-DEV','IMMO','ALLOCATION','281',5257,'Amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5265,'PCG14-DEV','IMMO','XXXXXX','2811',5264,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5266,'PCG14-DEV','IMMO','XXXXXX','2812',5264,'Agencements, aménagements de terrains (même ventilation que celle du compte 212)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5267,'PCG14-DEV','IMMO','XXXXXX','2813',5264,'Constructions (même ventilation que celle du compte 213)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5268,'PCG14-DEV','IMMO','XXXXXX','2814',5264,'Constructions sur sol d''autrui (même ventilation que celle du compte 214)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5269,'PCG14-DEV','IMMO','XXXXXX','2815',5264,'Installations, matériel et outillage industriels (même ventilation que celle du compte 215)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5270,'PCG14-DEV','IMMO','XXXXXX','2818',5264,'Autres immobilisations corporelles (même ventilation que celle du compte 218)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5271,'PCG14-DEV','IMMO','XXXXXX','282',5257,'Amortissements des immobilisations mises en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5272,'PCG14-DEV','IMMO','XXXXXX','29',5968,'Dépréciations des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5273,'PCG14-DEV','IMMO','XXXXXX','290',5272,'Dépréciations des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5274,'PCG14-DEV','IMMO','XXXXXX','2905',5273,'Marques, procédés, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5275,'PCG14-DEV','IMMO','XXXXXX','2906',5273,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5276,'PCG14-DEV','IMMO','XXXXXX','2907',5273,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5277,'PCG14-DEV','IMMO','XXXXXX','2908',5273,'Autres immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5278,'PCG14-DEV','IMMO','XXXXXX','291',5272,'Dépréciations des immobilisations corporelles (même ventilation que celle du compte 21)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5279,'PCG14-DEV','IMMO','XXXXXX','2911',5278,'Terrains (autres que terrains de gisement)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5280,'PCG14-DEV','IMMO','XXXXXX','292',5272,'Dépréciations des immobilisations mises en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5281,'PCG14-DEV','IMMO','XXXXXX','293',5272,'Dépréciations des immobilisations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5282,'PCG14-DEV','IMMO','XXXXXX','2931',5281,'Immobilisations corporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5283,'PCG14-DEV','IMMO','XXXXXX','2932',5281,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5284,'PCG14-DEV','IMMO','XXXXXX','296',5272,'Dépréciations des participations et créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5285,'PCG14-DEV','IMMO','XXXXXX','2961',5284,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5286,'PCG14-DEV','IMMO','XXXXXX','2966',5284,'Autres formes de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5287,'PCG14-DEV','IMMO','XXXXXX','2967',5284,'Créances rattachées à des participations (même ventilation que celle du compte 267)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5288,'PCG14-DEV','IMMO','XXXXXX','2968',5284,'Créances rattachées à des sociétés en participation (même ventilation que celle du compte 268)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5289,'PCG14-DEV','IMMO','XXXXXX','297',5272,'Dépréciations des autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5290,'PCG14-DEV','IMMO','XXXXXX','2971',5289,'Titres immobilisés autres que les titres immobilisés de l''activité de portefeuille - droit de propriété (même ventilation que celle du compte 271)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5291,'PCG14-DEV','IMMO','XXXXXX','2972',5289,'Droit de créance (même ventilation que celle du compte 272)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5292,'PCG14-DEV','IMMO','XXXXXX','2973',5289,'Titres immobilisés de l''activité de portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5293,'PCG14-DEV','IMMO','XXXXXX','2974',5289,'Prêts (même ventilation que celle du compte 274)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5294,'PCG14-DEV','IMMO','XXXXXX','2975',5289,'Dépôts et cautionnements versés (même ventilation que celle du compte 275)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5295,'PCG14-DEV','IMMO','XXXXXX','2976',5289,'Autres créances immobilisées (même ventilation que celle du compte 276)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5296,'PCG14-DEV','STOCK','XXXXXX','31',5969,'Matières premières (et fournitures)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5297,'PCG14-DEV','STOCK','XXXXXX','311',5296,'Matières (ou groupe) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5298,'PCG14-DEV','STOCK','XXXXXX','312',5296,'Matières (ou groupe) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5299,'PCG14-DEV','STOCK','XXXXXX','317',5296,'Fournitures A, B, C,','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5300,'PCG14-DEV','STOCK','XXXXXX','32',5969,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5301,'PCG14-DEV','STOCK','XXXXXX','321',5300,'Matières consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5302,'PCG14-DEV','STOCK','XXXXXX','3211',5301,'Matières (ou groupe) C','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5303,'PCG14-DEV','STOCK','XXXXXX','3212',5301,'Matières (ou groupe) d','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5304,'PCG14-DEV','STOCK','XXXXXX','322',5300,'Fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5305,'PCG14-DEV','STOCK','XXXXXX','3221',5304,'Combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5306,'PCG14-DEV','STOCK','XXXXXX','3222',5304,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5307,'PCG14-DEV','STOCK','XXXXXX','3223',5304,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5308,'PCG14-DEV','STOCK','XXXXXX','3224',5304,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5309,'PCG14-DEV','STOCK','XXXXXX','3225',5304,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5310,'PCG14-DEV','STOCK','XXXXXX','326',5300,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5311,'PCG14-DEV','STOCK','XXXXXX','3261',5310,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5312,'PCG14-DEV','STOCK','XXXXXX','3265',5310,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5313,'PCG14-DEV','STOCK','XXXXXX','3267',5310,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5314,'PCG14-DEV','STOCK','XXXXXX','33',5969,'En-cours de production de biens','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5315,'PCG14-DEV','STOCK','XXXXXX','331',5314,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5316,'PCG14-DEV','STOCK','XXXXXX','3311',5315,'Produits en cours P 1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5317,'PCG14-DEV','STOCK','XXXXXX','3312',5315,'Produits en cours P 2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5318,'PCG14-DEV','STOCK','XXXXXX','335',5314,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5319,'PCG14-DEV','STOCK','XXXXXX','3351',5318,'Travaux en cours T 1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5320,'PCG14-DEV','STOCK','XXXXXX','3552',5318,'Travaux en cours T 2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5321,'PCG14-DEV','STOCK','XXXXXX','34',5969,'En-cours de production de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5322,'PCG14-DEV','STOCK','XXXXXX','341',5321,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5323,'PCG14-DEV','STOCK','XXXXXX','3411',5322,'Etudes en cours E 1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5324,'PCG14-DEV','STOCK','XXXXXX','3412',5322,'Etudes en cours E 2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5325,'PCG14-DEV','STOCK','XXXXXX','345',5321,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5326,'PCG14-DEV','STOCK','XXXXXX','3451',5325,'Prestations de services S 1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5327,'PCG14-DEV','STOCK','XXXXXX','3452',5325,'Prestations de services S 2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5328,'PCG14-DEV','STOCK','XXXXXX','35',5969,'Stocks de produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5329,'PCG14-DEV','STOCK','XXXXXX','351',5328,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5330,'PCG14-DEV','STOCK','XXXXXX','3511',5329,'Produits intermédiaires (ou groupe) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5331,'PCG14-DEV','STOCK','XXXXXX','3512',5329,'Produits intermédiaires (ou groupe) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5332,'PCG14-DEV','STOCK','XXXXXX','355',5328,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5333,'PCG14-DEV','STOCK','XXXXXX','3551',5333,'Produits finis (ou groupe) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5334,'PCG14-DEV','STOCK','XXXXXX','3552',5333,'Produits finis (ou groupe) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5335,'PCG14-DEV','STOCK','XXXXXX','358',5328,'Produits résiduels (ou matières de récupération)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5336,'PCG14-DEV','STOCK','XXXXXX','3581',5335,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5337,'PCG14-DEV','STOCK','XXXXXX','3585',5335,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5338,'PCG14-DEV','STOCK','XXXXXX','3586',5335,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5339,'PCG14-DEV','STOCK','XXXXXX','36',5969,'(compte à ouvrir, le cas échéant, sous l''intitulé ''Stocks provenant d''immobilisations'')','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5340,'PCG14-DEV','STOCK','XXXXXX','37',5969,'Stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5341,'PCG14-DEV','STOCK','XXXXXX','371',5341,'Marchandises (ou groupe) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5342,'PCG14-DEV','STOCK','XXXXXX','372',5341,'Marchandises (ou groupe) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5343,'PCG14-DEV','STOCK','XXXXXX','38',5969,'(lorsque l''entité tient un inventaire permanent en comptabilité générale, le compte 38 peut être utilisé pour comptabiliser les stocks en voie d''acheminement, mis en dépôt ou donnés en consignation)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5344,'PCG14-DEV','STOCK','XXXXXX','39',5969,'Dépréciations des stocks et en-cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5345,'PCG14-DEV','STOCK','XXXXXX','391',5344,'Dépréciations des matières premières (et fournitures)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5346,'PCG14-DEV','STOCK','XXXXXX','3911',5345,'Matières (ou groupe) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5347,'PCG14-DEV','STOCK','XXXXXX','3912',5345,'Matières (ou groupe) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5348,'PCG14-DEV','STOCK','XXXXXX','3917',5345,'Fournitures A, B, C,','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5349,'PCG14-DEV','STOCK','XXXXXX','392',5344,'Dépréciations des autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5350,'PCG14-DEV','STOCK','XXXXXX','3921',5349,'Matières consommables (même ventilation que celle du compte 321)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5351,'PCG14-DEV','STOCK','XXXXXX','3922',5349,'Fournitures consommables (même ventilation que celle du compte 322)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5352,'PCG14-DEV','STOCK','XXXXXX','3926',5349,'Emballages (même ventilation que celle du compte 326)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5353,'PCG14-DEV','STOCK','XXXXXX','393',5344,'Dépréciations des en-cours de production de biens','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5354,'PCG14-DEV','STOCK','XXXXXX','3931',5353,'Produits en cours (même ventilation que celle du compte 331)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5355,'PCG14-DEV','STOCK','XXXXXX','3935',5353,'Travaux en cours (même ventilation que celle du compte 335)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5356,'PCG14-DEV','STOCK','XXXXXX','394',5344,'Dépréciations des en-cours de production de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5357,'PCG14-DEV','STOCK','XXXXXX','3941',5356,'Etudes en cours (même ventilation que celle du compte 341)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5358,'PCG14-DEV','STOCK','XXXXXX','3945',5356,'Prestations de services en cours (même ventilation que celle du compte 345)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5359,'PCG14-DEV','STOCK','XXXXXX','395',5344,'Dépréciations des stocks de produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5360,'PCG14-DEV','STOCK','XXXXXX','3951',5359,'Produits intermédiaires (même ventilation que celle du compte 351)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5361,'PCG14-DEV','STOCK','XXXXXX','3955',5359,'Produits finis (même ventilation que celle du compte 355)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5362,'PCG14-DEV','STOCK','XXXXXX','397',5344,'Dépréciations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5363,'PCG14-DEV','STOCK','XXXXXX','3971',5362,'Marchandise (ou groupe) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5364,'PCG14-DEV','STOCK','XXXXXX','3972',5362,'Marchandise (ou groupe) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5365,'PCG14-DEV','THIRDPARTY','XXXXXX','40',5970,'Fournisseurs et comptes rattachés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5366,'PCG14-DEV','THIRDPARTY','XXXXXX','400',5365,'Fournisseurs et comptes rattachés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5367,'PCG14-DEV','THIRDPARTY','SUPPLIER','401',5365,'Fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5368,'PCG14-DEV','THIRDPARTY','XXXXXX','4011',5367,'Fournisseurs - Achats de biens et prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5369,'PCG14-DEV','THIRDPARTY','XXXXXX','4017',5367,'Fournisseurs - Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5370,'PCG14-DEV','THIRDPARTY','XXXXXX','403',5365,'Fournisseurs - Effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5371,'PCG14-DEV','THIRDPARTY','XXXXXX','404',5365,'Fournisseurs d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5372,'PCG14-DEV','THIRDPARTY','XXXXXX','4041',5371,'Fournisseurs - Achats d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5373,'PCG14-DEV','THIRDPARTY','XXXXXX','4047',5371,'Fournisseurs d''immobilisations - Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5374,'PCG14-DEV','THIRDPARTY','XXXXXX','405',5365,'Fournisseurs d''immobilisations - Effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5375,'PCG14-DEV','THIRDPARTY','XXXXXX','408',5365,'Fournisseurs - Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5376,'PCG14-DEV','THIRDPARTY','XXXXXX','4081',5375,'Fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5377,'PCG14-DEV','THIRDPARTY','XXXXXX','4084',5375,'Fournisseurs d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5378,'PCG14-DEV','THIRDPARTY','XXXXXX','4088',5375,'Fournisseurs - Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5379,'PCG14-DEV','THIRDPARTY','XXXXXX','409',5365,'Fournisseurs débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5380,'PCG14-DEV','THIRDPARTY','XXXXXX','4091',5379,'Fournisseurs - Avances et acomptes versés sur commandes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5381,'PCG14-DEV','THIRDPARTY','XXXXXX','4096',5379,'Fournisseurs - Créances pour emballages et matériel à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5382,'PCG14-DEV','THIRDPARTY','XXXXXX','4097',5379,'Fournisseurs - Autres avoirs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5383,'PCG14-DEV','THIRDPARTY','XXXXXX','40971',5382,'Fournisseurs d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5384,'PCG14-DEV','THIRDPARTY','XXXXXX','40974',5382,'Fournisseurs d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5385,'PCG14-DEV','THIRDPARTY','XXXXXX','4098',5379,'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5386,'PCG14-DEV','THIRDPARTY','XXXXXX','41',5970,'Clients et comptes rattachés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5387,'PCG14-DEV','THIRDPARTY','XXXXXX','410',5386,'Clients et comptes rattachés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5388,'PCG14-DEV','THIRDPARTY','CUSTOMER','411',5386,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5389,'PCG14-DEV','THIRDPARTY','XXXXXX','4111',5388,'Clients - Ventes de biens ou de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5390,'PCG14-DEV','THIRDPARTY','XXXXXX','4117',5388,'Clients - Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5391,'PCG14-DEV','THIRDPARTY','XXXXXX','413',5386,'Clients - Effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5392,'PCG14-DEV','THIRDPARTY','XXXXXX','416',5386,'Clients douteux ou litigieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5393,'PCG14-DEV','THIRDPARTY','XXXXXX','418',5386,'Clients - Produits non encore facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5394,'PCG14-DEV','THIRDPARTY','XXXXXX','4181',5393,'Clients - Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5395,'PCG14-DEV','THIRDPARTY','XXXXXX','4188',5393,'Clients - Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5396,'PCG14-DEV','THIRDPARTY','XXXXXX','419',5386,'Clients créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5397,'PCG14-DEV','THIRDPARTY','XXXXXX','4191',5396,'Clients - Avances et acomptes reçus sur commandes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5398,'PCG14-DEV','THIRDPARTY','XXXXXX','4196',5396,'Clients - Dettes sur emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5399,'PCG14-DEV','THIRDPARTY','XXXXXX','4197',5396,'Clients - Autres avoirs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5400,'PCG14-DEV','THIRDPARTY','XXXXXX','4198',5396,'Rabais, remises, ristournes à accorder et autres avoirs à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5401,'PCG14-DEV','THIRDPARTY','XXXXXX','42',5970,'Personnel et comptes rattachés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5402,'PCG14-DEV','THIRDPARTY','XXXXXX','421',5401,'Personnel - Rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5403,'PCG14-DEV','THIRDPARTY','XXXXXX','422',5401,'Comités d''entreprises, d''établissement, …','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5404,'PCG14-DEV','THIRDPARTY','XXXXXX','424',5401,'Participation des salariés aux résultats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5405,'PCG14-DEV','THIRDPARTY','XXXXXX','4246',5404,'Réserve spéciale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5406,'PCG14-DEV','THIRDPARTY','XXXXXX','4248',5404,'Comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5407,'PCG14-DEV','THIRDPARTY','XXXXXX','425',5401,'Personnel - Avances et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5408,'PCG14-DEV','THIRDPARTY','XXXXXX','426',5401,'Personnel - Dépôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5409,'PCG14-DEV','THIRDPARTY','XXXXXX','427',5401,'Personnel - Oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5410,'PCG14-DEV','THIRDPARTY','XXXXXX','428',5401,'Personnel - Charges à payer et produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5411,'PCG14-DEV','THIRDPARTY','XXXXXX','4282',5410,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5412,'PCG14-DEV','THIRDPARTY','XXXXXX','4284',5410,'Dettes provisionnées pour participation des salariés aux résultats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5413,'PCG14-DEV','THIRDPARTY','XXXXXX','4286',5410,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5414,'PCG14-DEV','THIRDPARTY','XXXXXX','4287',5410,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5415,'PCG14-DEV','THIRDPARTY','XXXXXX','43',5970,'Sécurité sociale et autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5416,'PCG14-DEV','THIRDPARTY','XXXXXX','431',5415,'Sécurité sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5417,'PCG14-DEV','THIRDPARTY','XXXXXX','437',5415,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5418,'PCG14-DEV','THIRDPARTY','XXXXXX','438',5415,'Organismes sociaux - Charges à payer et produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5419,'PCG14-DEV','THIRDPARTY','XXXXXX','4382',5418,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5420,'PCG14-DEV','THIRDPARTY','XXXXXX','4386',5418,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5421,'PCG14-DEV','THIRDPARTY','XXXXXX','4387',5418,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5422,'PCG14-DEV','THIRDPARTY','XXXXXX','44',5970,'Etat et autres collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5423,'PCG14-DEV','THIRDPARTY','XXXXXX','441',5422,'Etat - Subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5424,'PCG14-DEV','THIRDPARTY','XXXXXX','4411',5423,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5425,'PCG14-DEV','THIRDPARTY','XXXXXX','4417',5423,'Subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5426,'PCG14-DEV','THIRDPARTY','XXXXXX','4418',5423,'Subventions d''équilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5427,'PCG14-DEV','THIRDPARTY','XXXXXX','4419',5423,'Avances sur subventions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5428,'PCG14-DEV','THIRDPARTY','XXXXXX','442',5422,'Etat - Impôts et taxes recouvrables sur des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5429,'PCG14-DEV','THIRDPARTY','XXXXXX','4424',5428,'Obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5430,'PCG14-DEV','THIRDPARTY','XXXXXX','4425',5428,'Associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5431,'PCG14-DEV','THIRDPARTY','XXXXXX','443',5422,'Opérations particulières avec l''Etat les collectivités publiques, les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5432,'PCG14-DEV','THIRDPARTY','XXXXXX','4431',5431,'Créances sur l''Etat résultant de la suppression de la règle du décalage d''un mois en matière de TVA','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5433,'PCG14-DEV','THIRDPARTY','XXXXXX','4438',5431,'Intérêts courus sur créances figurant au 4431','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5434,'PCG14-DEV','THIRDPARTY','XXXXXX','444',5422,'Etat - Impôts sur les bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5435,'PCG14-DEV','THIRDPARTY','XXXXXX','445',5422,'Etat - Taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5436,'PCG14-DEV','THIRDPARTY','XXXXXX','4452',5435,'TVA due intracommunautaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5437,'PCG14-DEV','THIRDPARTY','XXXXXX','4455',5435,'Taxes sur le chiffre d''affaires à décaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5438,'PCG14-DEV','THIRDPARTY','XXXXXX','44551',5437,'TVA à décaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5439,'PCG14-DEV','THIRDPARTY','XXXXXX','44558',5437,'Taxes assimilées à la TVA','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5440,'PCG14-DEV','THIRDPARTY','XXXXXX','4456',5435,'Taxes sur le chiffre d''affaires déductibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5441,'PCG14-DEV','THIRDPARTY','XXXXXX','44562',5440,'TVA sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5442,'PCG14-DEV','THIRDPARTY','XXXXXX','44563',5440,'TVA transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5443,'PCG14-DEV','THIRDPARTY','XXXXXX','44566',5440,'TVA sur autres biens et services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5444,'PCG14-DEV','THIRDPARTY','XXXXXX','44567',5440,'Crédit de TVA à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5445,'PCG14-DEV','THIRDPARTY','XXXXXX','44568',5440,'Taxes assimilées à la TVA','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5446,'PCG14-DEV','THIRDPARTY','XXXXXX','4457',5435,'Taxes sur le chiffre d''affaires collectées par l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5447,'PCG14-DEV','THIRDPARTY','XXXXXX','44571',5446,'TVA collectée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5448,'PCG14-DEV','THIRDPARTY','XXXXXX','44578',5446,'Taxes assimilées à la TVA','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5449,'PCG14-DEV','THIRDPARTY','XXXXXX','4458',5435,'Taxes sur le chiffre d''affaires à régulariser ou en attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5450,'PCG14-DEV','THIRDPARTY','XXXXXX','44581',5449,'Acomptes - Régime simplifié d''imposition','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5451,'PCG14-DEV','THIRDPARTY','XXXXXX','44582',5449,'Acomptes - Régime de forfait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5452,'PCG14-DEV','THIRDPARTY','XXXXXX','44583',5449,'Remboursement de taxes sur le chiffre d''affaires demandé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5453,'PCG14-DEV','THIRDPARTY','XXXXXX','44584',5449,'TVA récupérée d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5454,'PCG14-DEV','THIRDPARTY','XXXXXX','44586',5449,'Taxes sur le chiffre d''affaires sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5455,'PCG14-DEV','THIRDPARTY','XXXXXX','44587',5449,'Taxes sur le chiffre d''affaires sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5456,'PCG14-DEV','THIRDPARTY','XXXXXX','446',5422,'Obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5457,'PCG14-DEV','THIRDPARTY','XXXXXX','447',5422,'Autres impôts, taxes et versements assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5458,'PCG14-DEV','THIRDPARTY','XXXXXX','448',5422,'Etat - Charges à payer et produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5459,'PCG14-DEV','THIRDPARTY','XXXXXX','4482',5458,'Charges fiscales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5460,'PCG14-DEV','THIRDPARTY','XXXXXX','4486',5458,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5461,'PCG14-DEV','THIRDPARTY','XXXXXX','4487',5458,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5462,'PCG14-DEV','THIRDPARTY','XXXXXX','449',5422,'Quotas d''émission à acquérir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5463,'PCG14-DEV','THIRDPARTY','XXXXXX','45',5970,'Groupe et associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5464,'PCG14-DEV','THIRDPARTY','XXXXXX','451',5463,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5465,'PCG14-DEV','THIRDPARTY','XXXXXX','455',5463,'Associés - Comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5466,'PCG14-DEV','THIRDPARTY','XXXXXX','4551',5465,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5467,'PCG14-DEV','THIRDPARTY','XXXXXX','4558',5465,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5468,'PCG14-DEV','THIRDPARTY','XXXXXX','456',5463,'Associés - Opérations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5469,'PCG14-DEV','THIRDPARTY','XXXXXX','4561',5468,'Associés - Comptes d''apport en société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5470,'PCG14-DEV','THIRDPARTY','XXXXXX','45611',5469,'Apports en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5471,'PCG14-DEV','THIRDPARTY','XXXXXX','45615',5469,'Apports en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5472,'PCG14-DEV','THIRDPARTY','XXXXXX','4562',5468,'Apporteurs - Capital appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5473,'PCG14-DEV','THIRDPARTY','XXXXXX','45621',5472,'Actionnaires - Capital souscrit et appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5474,'PCG14-DEV','THIRDPARTY','XXXXXX','45625',5472,'Associés - Capital appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5475,'PCG14-DEV','THIRDPARTY','XXXXXX','4563',5468,'Associés - Versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5476,'PCG14-DEV','THIRDPARTY','XXXXXX','4564',5468,'Associés - Versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5477,'PCG14-DEV','THIRDPARTY','XXXXXX','4566',5468,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5478,'PCG14-DEV','THIRDPARTY','XXXXXX','4567',5468,'Associés - Capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5479,'PCG14-DEV','THIRDPARTY','XXXXXX','457',5463,'Associés - Dividendes à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5480,'PCG14-DEV','THIRDPARTY','XXXXXX','458',5463,'Associés - Opérations faites en commun et en GIE','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5481,'PCG14-DEV','THIRDPARTY','XXXXXX','4581',5480,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5482,'PCG14-DEV','THIRDPARTY','XXXXXX','4588',5480,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5483,'PCG14-DEV','THIRDPARTY','XXXXXX','46',5970,'Débiteurs divers et créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5484,'PCG14-DEV','THIRDPARTY','XXXXXX','462',5483,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5485,'PCG14-DEV','THIRDPARTY','XXXXXX','464',5483,'Dettes sur acquisitions de valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5486,'PCG14-DEV','THIRDPARTY','XXXXXX','465',5483,'Créances sur cessions de valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5487,'PCG14-DEV','THIRDPARTY','XXXXXX','467',5483,'Autres comptes débiteurs ou créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5488,'PCG14-DEV','THIRDPARTY','XXXXXX','468',5483,'Divers - Charges à payer et produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5489,'PCG14-DEV','THIRDPARTY','XXXXXX','4686',5488,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5490,'PCG14-DEV','THIRDPARTY','XXXXXX','4687',5488,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5491,'PCG14-DEV','THIRDPARTY','XXXXXX','47',5970,'Comptes transitoires ou d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5492,'PCG14-DEV','THIRDPARTY','XXXXXX','471',5491,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5493,'PCG14-DEV','THIRDPARTY','XXXXXX','472',5491,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5494,'PCG14-DEV','THIRDPARTY','XXXXXX','473',5491,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5495,'PCG14-DEV','THIRDPARTY','XXXXXX','474',5491,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5496,'PCG14-DEV','THIRDPARTY','XXXXXX','475',5491,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5497,'PCG14-DEV','THIRDPARTY','XXXXXX','476',5491,'Différence de conversion - Actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5498,'PCG14-DEV','THIRDPARTY','XXXXXX','4761',5497,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5499,'PCG14-DEV','THIRDPARTY','XXXXXX','4762',5497,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5500,'PCG14-DEV','THIRDPARTY','XXXXXX','4768',5497,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5501,'PCG14-DEV','THIRDPARTY','XXXXXX','477',5491,'Différences de conversion - Passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5502,'PCG14-DEV','THIRDPARTY','XXXXXX','4771',5501,'Augmentation des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5503,'PCG14-DEV','THIRDPARTY','XXXXXX','4772',5501,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5504,'PCG14-DEV','THIRDPARTY','XXXXXX','4778',5501,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5505,'PCG14-DEV','THIRDPARTY','XXXXXX','478',5491,'Autres comptes transitoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5506,'PCG14-DEV','THIRDPARTY','XXXXXX','48',5970,'Comptes de régularisation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5507,'PCG14-DEV','THIRDPARTY','XXXXXX','481',5506,'Charges à répartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5508,'PCG14-DEV','THIRDPARTY','XXXXXX','4816',5507,'Frais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5509,'PCG14-DEV','THIRDPARTY','XXXXXX','486',5506,'Charges constatées d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5510,'PCG14-DEV','THIRDPARTY','XXXXXX','487',5506,'Produits constatés d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5511,'PCG14-DEV','THIRDPARTY','XXXXXX','488',5506,'Comptes de répartition périodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5512,'PCG14-DEV','THIRDPARTY','XXXXXX','4886',5511,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5513,'PCG14-DEV','THIRDPARTY','XXXXXX','4887',5511,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5514,'PCG14-DEV','THIRDPARTY','XXXXXX','49',5970,'Dépréciations des comptes de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5515,'PCG14-DEV','THIRDPARTY','XXXXXX','491',5514,'Dépréciations des comptes de clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5516,'PCG14-DEV','THIRDPARTY','XXXXXX','495',5514,'Dépréciations des comptes du groupe et des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5517,'PCG14-DEV','THIRDPARTY','XXXXXX','4951',5516,'Comptes du groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5518,'PCG14-DEV','THIRDPARTY','XXXXXX','4955',5516,'Comptes courants des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5519,'PCG14-DEV','THIRDPARTY','XXXXXX','4958',5516,'Opérations faites en commun et en GIE','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5520,'PCG14-DEV','THIRDPARTY','XXXXXX','496',5514,'Dépréciations des comptes de débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5521,'PCG14-DEV','THIRDPARTY','XXXXXX','4962',5520,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5522,'PCG14-DEV','THIRDPARTY','XXXXXX','4965',5520,'Créances sur cessions de valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5523,'PCG14-DEV','THIRDPARTY','XXXXXX','4967',5520,'Autres comptes débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5524,'PCG14-DEV','FINAN','XXXXXX','50',5524,'Parts dans des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5526,'PCG14-DEV','FINAN','XXXXXX','502',5524,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5527,'PCG14-DEV','FINAN','XXXXXX','5021',5526,'Actons destinées à être attribuées aux employés et affectées à des plans déterminés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5528,'PCG14-DEV','FINAN','XXXXXX','5022',5526,'Actons disponibles pour être attribuées aux employés ou pour la régularisation des cours de bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5529,'PCG14-DEV','FINAN','XXXXXX','503',5524,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5530,'PCG14-DEV','FINAN','XXXXXX','5031',5529,'Titres cotés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5531,'PCG14-DEV','FINAN','XXXXXX','5035',5529,'Titres non cotés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5532,'PCG14-DEV','FINAN','XXXXXX','504',5524,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5533,'PCG14-DEV','FINAN','XXXXXX','505',5524,'Obligations et bons émis par la société et rachetés par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5534,'PCG14-DEV','FINAN','XXXXXX','506',5524,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5535,'PCG14-DEV','FINAN','XXXXXX','5061',5534,'Titres cotés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5536,'PCG14-DEV','FINAN','XXXXXX','5065',5534,'Titres non cotés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5537,'PCG14-DEV','FINAN','XXXXXX','507',5524,'Bons du Trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5538,'PCG14-DEV','FINAN','XXXXXX','508',5524,'Autres valeurs mobilières de placement et autres créances assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5539,'PCG14-DEV','FINAN','XXXXXX','5081',5538,'Autres valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5540,'PCG14-DEV','FINAN','XXXXXX','5082',5538,'Bons de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5541,'PCG14-DEV','FINAN','XXXXXX','5088',5538,'Intérêts courus sur obligations, bons et valeurs assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5542,'PCG14-DEV','FINAN','XXXXXX','509',5524,'Versements restant à effectuer sur valeurs mobilières de placement non libérées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5543,'PCG14-DEV','FINAN','XXXXXX','51',5971,'Banques, établissements financiers et assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5544,'PCG14-DEV','FINAN','XXXXXX','511',5543,'Valeurs à l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5545,'PCG14-DEV','FINAN','XXXXXX','5111',5544,'Coupons échus à l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5546,'PCG14-DEV','FINAN','XXXXXX','5112',5544,'Chèques à encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5547,'PCG14-DEV','FINAN','XXXXXX','5113',5544,'Effets à l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5548,'PCG14-DEV','FINAN','XXXXXX','5114',5544,'Effets à l''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5549,'PCG14-DEV','FINAN','XXXXXX','512',5543,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5550,'PCG14-DEV','FINAN','BANK','5121',5549,'Comptes en monnaie nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5551,'PCG14-DEV','FINAN','XXXXXX','5124',5549,'Comptes en devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5552,'PCG14-DEV','FINAN','XXXXXX','514',5543,'Chèques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5553,'PCG14-DEV','FINAN','XXXXXX','515',5543,'Caisses du Trésor et des établissements publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5554,'PCG14-DEV','FINAN','XXXXXX','516',5543,'Sociétés de bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5555,'PCG14-DEV','FINAN','XXXXXX','517',5543,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5556,'PCG14-DEV','FINAN','XXXXXX','518',5543,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5557,'PCG14-DEV','FINAN','XXXXXX','5181',5556,'Intérêts courus à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5558,'PCG14-DEV','FINAN','XXXXXX','5188',5556,'Intérêts courus à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5559,'PCG14-DEV','FINAN','XXXXXX','519',5543,'Concours bancaires courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5560,'PCG14-DEV','FINAN','XXXXXX','5191',5559,'Crédit de mobilisation de créances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5561,'PCG14-DEV','FINAN','XXXXXX','5193',5559,'Mobilisation de créances nées à l''étranger','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5562,'PCG14-DEV','FINAN','XXXXXX','5198',5559,'Intérêts courus sur concours bancaires courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5563,'PCG14-DEV','FINAN','XXXXXX','52',5971,'Instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5564,'PCG14-DEV','FINAN','XXXXXX','53',5971,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5565,'PCG14-DEV','FINAN','CASH','531',5564,'Caisse siège social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5566,'PCG14-DEV','FINAN','XXXXXX','5311',5565,'Caisse en monnaie nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5567,'PCG14-DEV','FINAN','XXXXXX','5314',5565,'Caisse en devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5568,'PCG14-DEV','FINAN','XXXXXX','532',5564,'Caisse succursale (ou usine) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5569,'PCG14-DEV','FINAN','XXXXXX','533',5564,'Caisse succursale (ou usine) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5570,'PCG14-DEV','FINAN','XXXXXX','54',5971,'Régies d''avance et accréditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5571,'PCG14-DEV','FINAN','XXXXXX','58',5971,'Virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5572,'PCG14-DEV','FINAN','XXXXXX','59',5971,'Dépréciations des comptes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5573,'PCG14-DEV','FINAN','XXXXXX','590',5572,'Dépréciations des valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5574,'PCG14-DEV','FINAN','XXXXXX','5903',5573,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5575,'PCG14-DEV','FINAN','XXXXXX','5904',5573,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5576,'PCG14-DEV','FINAN','XXXXXX','5906',5573,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5577,'PCG14-DEV','FINAN','XXXXXX','5908',5573,'Autres valeurs mobilières de placement et créances assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5578,'PCG14-DEV','EXPENSE','XXXXXX','60',5972,'Achats (sauf 603)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5579,'PCG14-DEV','EXPENSE','XXXXXX','601',5578,'Achats stockés - Matières premières (et fournitures)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5580,'PCG14-DEV','EXPENSE','XXXXXX','6011',5579,'Matières (ou groupe) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5581,'PCG14-DEV','EXPENSE','XXXXXX','6012',5579,'Matières (ou groupe) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5582,'PCG14-DEV','EXPENSE','XXXXXX','6017',5579,'Fournitures A, B, C,','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5583,'PCG14-DEV','EXPENSE','XXXXXX','602',5578,'Achats stockés - Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5584,'PCG14-DEV','EXPENSE','XXXXXX','6201',5583,'Matières consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5585,'PCG14-DEV','EXPENSE','XXXXXX','60211',5584,'Matières (ou groupe) C','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5586,'PCG14-DEV','EXPENSE','XXXXXX','60212',5584,'Matières (ou groupe) D','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5587,'PCG14-DEV','EXPENSE','XXXXXX','6022',5583,'Fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5588,'PCG14-DEV','EXPENSE','XXXXXX','60221',5587,'Combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5589,'PCG14-DEV','EXPENSE','XXXXXX','60222',5587,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5590,'PCG14-DEV','EXPENSE','XXXXXX','60223',5587,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5591,'PCG14-DEV','EXPENSE','XXXXXX','60224',5587,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5592,'PCG14-DEV','EXPENSE','XXXXXX','60225',5587,'Fourniture de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5593,'PCG14-DEV','EXPENSE','XXXXXX','6026',5583,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5594,'PCG14-DEV','EXPENSE','XXXXXX','60261',5593,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5595,'PCG14-DEV','EXPENSE','XXXXXX','60265',5593,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5596,'PCG14-DEV','EXPENSE','XXXXXX','60267',5593,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5597,'PCG14-DEV','EXPENSE','XXXXXX','604',5578,'Achats d''études et prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5598,'PCG14-DEV','EXPENSE','XXXXXX','605',5578,'Achats de matériel, équipements et travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5599,'PCG14-DEV','EXPENSE','XXXXXX','606',5578,'Achats non stockés de matière et fournitures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5600,'PCG14-DEV','EXPENSE','XXXXXX','6061',5599,'Fournitures non stockables (eau, énergie, …)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5601,'PCG14-DEV','EXPENSE','XXXXXX','6063',5599,'Fournitures d''entretien et de petit équipement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5602,'PCG14-DEV','EXPENSE','XXXXXX','6064',5599,'Fournitures administratives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5603,'PCG14-DEV','EXPENSE','XXXXXX','6068',5599,'Autres matières et fournitures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5604,'PCG14-DEV','EXPENSE','PRODUCT','607',5578,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5605,'PCG14-DEV','EXPENSE','XXXXXX','6071',5605,'Marchandise (ou groupe) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5606,'PCG14-DEV','EXPENSE','XXXXXX','6072',5605,'Marchandise (ou groupe) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5607,'PCG14-DEV','EXPENSE','XXXXXX','608',5578,'(Compte réservé, le cas échéant, à la récapitulation des frais accessoires incorporés aux achats)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5608,'PCG14-DEV','EXPENSE','XXXXXX','609',5578,'Rabais, remises et ristournes obtenus sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5609,'PCG14-DEV','EXPENSE','XXXXXX','6091',5608,'de matières premières (et fournitures)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5610,'PCG14-DEV','EXPENSE','XXXXXX','6092',5608,'d''autres approvisionnements stockés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5611,'PCG14-DEV','EXPENSE','XXXXXX','6094',5608,'d''études et prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5612,'PCG14-DEV','EXPENSE','XXXXXX','6095',5608,'de matériel, équipements et travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5613,'PCG14-DEV','EXPENSE','XXXXXX','6096',5608,'d''approvisionnements non stockés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5614,'PCG14-DEV','EXPENSE','XXXXXX','6097',5608,'de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5615,'PCG14-DEV','EXPENSE','XXXXXX','6098',5608,'Rabais, remises et ristournes non affectés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5616,'PCG14-DEV','EXPENSE','XXXXXX','603',5578,'Variations des stocks (approvisionnements et marchandises)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5617,'PCG14-DEV','EXPENSE','XXXXXX','6031',5616,'Variation des stocks de matières premières (et fournitures)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5618,'PCG14-DEV','EXPENSE','XXXXXX','6032',5616,'Variation des stocks des autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5619,'PCG14-DEV','EXPENSE','XXXXXX','6037',5616,'Variation des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5620,'PCG14-DEV','EXPENSE','XXXXXX','61',5972,'Services extérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5621,'PCG14-DEV','EXPENSE','SERVICE','611',5620,'Sous-traitance générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5622,'PCG14-DEV','EXPENSE','XXXXXX','612',5620,'Redevances de crédit-bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5623,'PCG14-DEV','EXPENSE','XXXXXX','6122',5622,'Crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5624,'PCG14-DEV','EXPENSE','XXXXXX','6125',5622,'Crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5625,'PCG14-DEV','EXPENSE','XXXXXX','613',5620,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5626,'PCG14-DEV','EXPENSE','XXXXXX','6132',5625,'Locations immobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5627,'PCG14-DEV','EXPENSE','XXXXXX','6135',5625,'Locations mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5628,'PCG14-DEV','EXPENSE','XXXXXX','6136',5625,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5629,'PCG14-DEV','EXPENSE','XXXXXX','614',5620,'Charges locatives et de copropriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5630,'PCG14-DEV','EXPENSE','XXXXXX','615',5620,'Entretien et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5631,'PCG14-DEV','EXPENSE','XXXXXX','6152',5630,'sur biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5632,'PCG14-DEV','EXPENSE','XXXXXX','6155',5630,'sur biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5633,'PCG14-DEV','EXPENSE','XXXXXX','6156',5630,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5634,'PCG14-DEV','EXPENSE','XXXXXX','616',5620,'Primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5635,'PCG14-DEV','EXPENSE','XXXXXX','6161',5634,'Multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5636,'PCG14-DEV','EXPENSE','XXXXXX','6162',5634,'Assurance obligatoire dommage construction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5637,'PCG14-DEV','EXPENSE','XXXXXX','6163',5634,'Assurance - transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5638,'PCG14-DEV','EXPENSE','XXXXXX','61636',5637,'sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5639,'PCG14-DEV','EXPENSE','XXXXXX','61637',5637,'sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5640,'PCG14-DEV','EXPENSE','XXXXXX','61638',5637,'sur autres biens','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5641,'PCG14-DEV','EXPENSE','XXXXXX','6164',5634,'Risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5642,'PCG14-DEV','EXPENSE','XXXXXX','6165',5634,'Insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5643,'PCG14-DEV','EXPENSE','XXXXXX','617',5620,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5644,'PCG14-DEV','EXPENSE','XXXXXX','618',5620,'Divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5645,'PCG14-DEV','EXPENSE','XXXXXX','6181',5644,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5646,'PCG14-DEV','EXPENSE','XXXXXX','6183',5644,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5647,'PCG14-DEV','EXPENSE','XXXXXX','6185',5644,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5648,'PCG14-DEV','EXPENSE','XXXXXX','619',5620,'Rabais, remises et ristournes obtenus sur services extérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5649,'PCG14-DEV','EXPENSE','XXXXXX','62',5972,'Autres services extérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5650,'PCG14-DEV','EXPENSE','XXXXXX','621',5649,'Personnel extérieur à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5651,'PCG14-DEV','EXPENSE','XXXXXX','6211',5650,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5652,'PCG14-DEV','EXPENSE','XXXXXX','6214',5650,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5653,'PCG14-DEV','EXPENSE','XXXXXX','622',5649,'Rémunérations d''intermédiaires et honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5654,'PCG14-DEV','EXPENSE','XXXXXX','6221',5653,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5655,'PCG14-DEV','EXPENSE','XXXXXX','6222',5653,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5656,'PCG14-DEV','EXPENSE','XXXXXX','6224',5653,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5657,'PCG14-DEV','EXPENSE','XXXXXX','6225',5653,'Rémunérations d''affacturage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5658,'PCG14-DEV','EXPENSE','XXXXXX','6226',5653,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5659,'PCG14-DEV','EXPENSE','XXXXXX','6227',5653,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5660,'PCG14-DEV','EXPENSE','XXXXXX','6228',5653,'Divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5661,'PCG14-DEV','EXPENSE','XXXXXX','623',5649,'Publicité, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5662,'PCG14-DEV','EXPENSE','XXXXXX','6231',5661,'Annonces et insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5663,'PCG14-DEV','EXPENSE','XXXXXX','6232',5661,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5664,'PCG14-DEV','EXPENSE','XXXXXX','6233',5661,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5665,'PCG14-DEV','EXPENSE','XXXXXX','6234',5661,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5666,'PCG14-DEV','EXPENSE','XXXXXX','6235',5661,'Primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5667,'PCG14-DEV','EXPENSE','XXXXXX','6236',5661,'Catalogues et imprimés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5668,'PCG14-DEV','EXPENSE','XXXXXX','6237',5661,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5669,'PCG14-DEV','EXPENSE','XXXXXX','6238',5661,'Divers (pourboires, dons courants, …)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5670,'PCG14-DEV','EXPENSE','XXXXXX','624',5649,'Transports de biens et transports collectifs du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5671,'PCG14-DEV','EXPENSE','XXXXXX','6241',5670,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5672,'PCG14-DEV','EXPENSE','XXXXXX','6242',5670,'Transports sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5673,'PCG14-DEV','EXPENSE','XXXXXX','6243',5670,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5674,'PCG14-DEV','EXPENSE','XXXXXX','6244',5670,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5675,'PCG14-DEV','EXPENSE','XXXXXX','6247',5670,'Transports collectifs du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5676,'PCG14-DEV','EXPENSE','XXXXXX','6248',5670,'Divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5677,'PCG14-DEV','EXPENSE','XXXXXX','625',5649,'Déplacements, missions et réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5678,'PCG14-DEV','EXPENSE','XXXXXX','6251',5677,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5679,'PCG14-DEV','EXPENSE','XXXXXX','6255',5677,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5680,'PCG14-DEV','EXPENSE','XXXXXX','6256',5677,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5681,'PCG14-DEV','EXPENSE','XXXXXX','6257',5677,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5682,'PCG14-DEV','EXPENSE','XXXXXX','626',5649,'Frais postaux et de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5683,'PCG14-DEV','EXPENSE','XXXXXX','627',5649,'Services bancaires et assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5684,'PCG14-DEV','EXPENSE','XXXXXX','6271',5683,'Frais sur titres (achat, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5685,'PCG14-DEV','EXPENSE','XXXXXX','6272',5683,'Commissions et frais sur émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5686,'PCG14-DEV','EXPENSE','XXXXXX','6275',5683,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5687,'PCG14-DEV','EXPENSE','XXXXXX','6276',5683,'Location de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5688,'PCG14-DEV','EXPENSE','XXXXXX','6278',5683,'Autres frais et commissions sur prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5689,'PCG14-DEV','EXPENSE','XXXXXX','628',5649,'Divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5690,'PCG14-DEV','EXPENSE','XXXXXX','6281',5689,'Concours divers (cotisations,)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5691,'PCG14-DEV','EXPENSE','XXXXXX','6284',5689,'Frais de recrutement de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5692,'PCG14-DEV','EXPENSE','XXXXXX','629',5649,'Rabais, remises et ristournes obtenus sur autres services extérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5693,'PCG14-DEV','EXPENSE','XXXXXX','63',5972,'Impôts, taxes et versements assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5694,'PCG14-DEV','EXPENSE','XXXXXX','631',5693,'Impôts, taxes et versements assimilés sur rémunérations (administrations des impôts)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5695,'PCG14-DEV','EXPENSE','XXXXXX','6311',5694,'Taxe sur les salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5696,'PCG14-DEV','EXPENSE','XXXXXX','6312',5694,'Taxe d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5697,'PCG14-DEV','EXPENSE','XXXXXX','6313',5694,'Participation des employeurs à la formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5698,'PCG14-DEV','EXPENSE','XXXXXX','6314',5694,'Cotisation pour défaut d''investissement obligatoire dans la construction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5699,'PCG14-DEV','EXPENSE','XXXXXX','6318',5694,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5700,'PCG14-DEV','EXPENSE','XXXXXX','633',5693,'Impôts, taxes et versements assimilés sur rémunérations (autres organismes)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5701,'PCG14-DEV','EXPENSE','XXXXXX','6331',5700,'Versement de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5702,'PCG14-DEV','EXPENSE','XXXXXX','6332',5700,'Allocations logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5703,'PCG14-DEV','EXPENSE','XXXXXX','6333',5700,'Participation des employeurs à la formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5704,'PCG14-DEV','EXPENSE','XXXXXX','6334',5700,'Participation des employeurs à l''effort de construction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5705,'PCG14-DEV','EXPENSE','XXXXXX','6335',5700,'Versements libératoires ouvrant droit à l''exonération de la taxe d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5706,'PCG14-DEV','EXPENSE','XXXXXX','6338',5700,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5707,'PCG14-DEV','EXPENSE','XXXXXX','635',5693,'Autres impôts, taxes et versements assimilés (administrations des impôts)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5708,'PCG14-DEV','EXPENSE','XXXXXX','6351',5707,'Impôts directs (sauf impôts sur les bénéfices)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5709,'PCG14-DEV','EXPENSE','XXXXXX','63511',5708,'Contribution économique territoriale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5710,'PCG14-DEV','EXPENSE','XXXXXX','63512',5708,'Taxes foncières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5711,'PCG14-DEV','EXPENSE','XXXXXX','63513',5708,'Autres impôts locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5712,'PCG14-DEV','EXPENSE','XXXXXX','63514',5708,'Taxe sur les véhicules des sociétés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5713,'PCG14-DEV','EXPENSE','XXXXXX','6352',5707,'Taxe sur le chiffre d''affaires non récupérables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5714,'PCG14-DEV','EXPENSE','XXXXXX','6353',5707,'Impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5715,'PCG14-DEV','EXPENSE','XXXXXX','6354',5707,'Droits d''enregistrement et de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5716,'PCG14-DEV','EXPENSE','XXXXXX','63541',5715,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5717,'PCG14-DEV','EXPENSE','XXXXXX','6358',5707,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5718,'PCG14-DEV','EXPENSE','XXXXXX','637',5693,'Autres impôts, taxes et versements assimilés (autres organismes)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5719,'PCG14-DEV','EXPENSE','XXXXXX','6371',5718,'Contribution sociale de solidarité à la charge des sociétés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5720,'PCG14-DEV','EXPENSE','XXXXXX','6372',5718,'Taxes perçues par les organismes publics internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5721,'PCG14-DEV','EXPENSE','XXXXXX','6374',5718,'Impôts et taxes exigibles à l''Etranger','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5722,'PCG14-DEV','EXPENSE','XXXXXX','6378',5718,'Taxes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5723,'PCG14-DEV','EXPENSE','XXXXXX','64',5972,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5724,'PCG14-DEV','EXPENSE','XXXXXX','641',5723,'Rémunérations du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5725,'PCG14-DEV','EXPENSE','XXXXXX','6411',5724,'Salaires, appointements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5726,'PCG14-DEV','EXPENSE','XXXXXX','6412',5724,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5727,'PCG14-DEV','EXPENSE','XXXXXX','6413',5724,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5728,'PCG14-DEV','EXPENSE','XXXXXX','6414',5724,'Indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5729,'PCG14-DEV','EXPENSE','XXXXXX','6415',5724,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5730,'PCG14-DEV','EXPENSE','XXXXXX','644',5723,'Rémunération du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5731,'PCG14-DEV','EXPENSE','SOCIAL','645',5723,'Charges de sécurité sociale et de prévoyance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5732,'PCG14-DEV','EXPENSE','XXXXXX','6451',5731,'Cotisations à l''URSSAF','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5733,'PCG14-DEV','EXPENSE','XXXXXX','6452',5731,'Cotisations aux mutuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5734,'PCG14-DEV','EXPENSE','XXXXXX','6453',5731,'Cotisations aux caisses de retraites','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5735,'PCG14-DEV','EXPENSE','XXXXXX','6454',5731,'Cotisations aux ASSEDIC','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5736,'PCG14-DEV','EXPENSE','XXXXXX','6458',5731,'Cotisations aux autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5737,'PCG14-DEV','EXPENSE','XXXXXX','646',5723,'Cotisations sociales personnelles de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5738,'PCG14-DEV','EXPENSE','XXXXXX','647',5723,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5739,'PCG14-DEV','EXPENSE','XXXXXX','6471',5738,'Prestations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5740,'PCG14-DEV','EXPENSE','XXXXXX','6472',5738,'Versements aux comités d''entreprise et d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5741,'PCG14-DEV','EXPENSE','XXXXXX','6473',5738,'Versements aux comités d''hygiène et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5742,'PCG14-DEV','EXPENSE','XXXXXX','6474',5738,'Versements aux autres œuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5743,'PCG14-DEV','EXPENSE','XXXXXX','6475',5738,'Médecine du travail, pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5744,'PCG14-DEV','EXPENSE','XXXXXX','648',5723,'Autres charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5745,'PCG14-DEV','EXPENSE','XXXXXX','65',5972,'Autres charges de gestion courante','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5746,'PCG14-DEV','EXPENSE','XXXXXX','651',5745,'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5747,'PCG14-DEV','EXPENSE','XXXXXX','6511',5746,'Redevances pour concessions, brevets, licences, marques, procédés, logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5748,'PCG14-DEV','EXPENSE','XXXXXX','6516',5746,'Droits d''auteur et de reproduction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5749,'PCG14-DEV','EXPENSE','XXXXXX','6518',5746,'Autres droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5750,'PCG14-DEV','EXPENSE','XXXXXX','653',5745,'Jetons de présence','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5751,'PCG14-DEV','EXPENSE','XXXXXX','654',5745,'Pertes sur créances irrécouvrables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5752,'PCG14-DEV','EXPENSE','XXXXXX','6541',5751,'Créances de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5753,'PCG14-DEV','EXPENSE','XXXXXX','6544',5751,'Créances des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5754,'PCG14-DEV','EXPENSE','XXXXXX','655',5745,'Quote-part de résultat sur opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5755,'PCG14-DEV','EXPENSE','XXXXXX','6551',5754,'Quote-part de bénéfice transférée (comptabilité du gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5756,'PCG14-DEV','EXPENSE','XXXXXX','6555',5754,'Quote-part de perte supportée (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5757,'PCG14-DEV','EXPENSE','XXXXXX','658',5745,'Charges diverses de gestion courante','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5758,'PCG14-DEV','EXPENSE','XXXXXX','66',5972,'Charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5759,'PCG14-DEV','EXPENSE','XXXXXX','661',5758,'Charges d''intérêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5760,'PCG14-DEV','EXPENSE','XXXXXX','6611',5759,'Intérêts des emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5761,'PCG14-DEV','EXPENSE','XXXXXX','66116',5760,'des emprunts et dettes assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5762,'PCG14-DEV','EXPENSE','XXXXXX','66117',5760,'des dettes rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5763,'PCG14-DEV','EXPENSE','XXXXXX','6612',5759,'Charges de la fiducie, résultat de la période','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5764,'PCG14-DEV','EXPENSE','XXXXXX','6615',5759,'Intérêts des comptes courants et des dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5765,'PCG14-DEV','EXPENSE','XXXXXX','6616',5759,'Intérêts bancaires et sur opérations de financement (escompte,…)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5766,'PCG14-DEV','EXPENSE','XXXXXX','6617',5759,'Intérêts des obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5767,'PCG14-DEV','EXPENSE','XXXXXX','6618',5759,'Intérêts des autres dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5768,'PCG14-DEV','EXPENSE','XXXXXX','66181',5767,'des dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5769,'PCG14-DEV','EXPENSE','XXXXXX','66188',5767,'des dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5770,'PCG14-DEV','EXPENSE','XXXXXX','664',5758,'Pertes sur créances liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5771,'PCG14-DEV','EXPENSE','XXXXXX','665',5758,'Escomptes accordés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5772,'PCG14-DEV','EXPENSE','XXXXXX','666',5758,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5773,'PCG14-DEV','EXPENSE','XXXXXX','667',5758,'Charges nettes sur cessions de valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5774,'PCG14-DEV','EXPENSE','XXXXXX','668',5758,'Autres charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5775,'PCG14-DEV','EXPENSE','XXXXXX','67',5972,'Charges exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5776,'PCG14-DEV','EXPENSE','XXXXXX','671',5775,'Charges exceptionnelles sur opérations de gestion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5777,'PCG14-DEV','EXPENSE','XXXXXX','6711',5776,'Pénalités sur marchés (et dédits payés sur achats et ventes)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5778,'PCG14-DEV','EXPENSE','XXXXXX','6712',5776,'Pénalités, amendes fiscales et pénales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5779,'PCG14-DEV','EXPENSE','XXXXXX','6713',5776,'Dons, libéralités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5780,'PCG14-DEV','EXPENSE','XXXXXX','6714',5776,'Créances devenues irrécouvrables dans l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5781,'PCG14-DEV','EXPENSE','XXXXXX','6715',5776,'Subventions accordées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5782,'PCG14-DEV','EXPENSE','XXXXXX','6717',5776,'Rappel d''impôts (autres qu''impôts sur les bénéfices)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5783,'PCG14-DEV','EXPENSE','XXXXXX','6718',5776,'Autres charges exceptionnelles sur opérations de gestion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5784,'PCG14-DEV','EXPENSE','XXXXXX','672',5775,'(Compte à la disposition des entités pour enregistrer, en cours d''exercice, les charges sur exercices antérieurs)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5785,'PCG14-DEV','EXPENSE','XXXXXX','674',5775,'Opérations de constitution ou liquidation des fiducies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5786,'PCG14-DEV','EXPENSE','XXXXXX','6741',5785,'Opérations liées à la constitution de fiducie - Transfert des éléments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5787,'PCG14-DEV','EXPENSE','XXXXXX','6742',5785,'Opérations liées à la liquidation de la fiducie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5788,'PCG14-DEV','EXPENSE','XXXXXX','675',5775,'Valeurs comptables des éléments d''actif cédés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5789,'PCG14-DEV','EXPENSE','XXXXXX','6751',5788,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5790,'PCG14-DEV','EXPENSE','XXXXXX','6752',5788,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5791,'PCG14-DEV','EXPENSE','XXXXXX','6756',5788,'Immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5792,'PCG14-DEV','EXPENSE','XXXXXX','6758',5788,'Autres éléments d''actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5793,'PCG14-DEV','EXPENSE','XXXXXX','678',5775,'Autres charges exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5794,'PCG14-DEV','EXPENSE','XXXXXX','6781',5793,'Malis provenant de clauses d''indexation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5795,'PCG14-DEV','EXPENSE','XXXXXX','6782',5793,'Lots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5796,'PCG14-DEV','EXPENSE','XXXXXX','6783',5793,'Malis provenant du rachat par l''entreprise d''actions et obligations émises par elle-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5797,'PCG14-DEV','EXPENSE','XXXXXX','6788',5793,'Charges exceptionnelles diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5798,'PCG14-DEV','EXPENSE','XXXXXX','68',5972,'Dotations aux amortissements, aux dépréciations et aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5799,'PCG14-DEV','EXPENSE','XXXXXX','681',5798,'Dotations aux amortissements, aux dépréciations et aux provisions - Charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5800,'PCG14-DEV','EXPENSE','XXXXXX','6811',5799,'Dotations aux amortissements sur immobilisations incorporelles et corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5801,'PCG14-DEV','EXPENSE','XXXXXX','68111',5800,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5802,'PCG14-DEV','EXPENSE','XXXXXX','68112',5800,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5803,'PCG14-DEV','EXPENSE','XXXXXX','6812',5799,'Dotations aux amortissements des charges d''exploitation à répartir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5804,'PCG14-DEV','EXPENSE','XXXXXX','6815',5799,'Dotations aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5805,'PCG14-DEV','EXPENSE','XXXXXX','6816',5799,'Dotations pour dépréciations des immobilisations incorporelles et corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5806,'PCG14-DEV','EXPENSE','XXXXXX','68161',5805,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5807,'PCG14-DEV','EXPENSE','XXXXXX','68162',5805,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5808,'PCG14-DEV','EXPENSE','XXXXXX','6817',5799,'Dotations pour dépréciations des actifs circulants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5809,'PCG14-DEV','EXPENSE','XXXXXX','68173',5808,'Stocks et en-cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5810,'PCG14-DEV','EXPENSE','XXXXXX','68174',5808,'Créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5811,'PCG14-DEV','EXPENSE','XXXXXX','686',5798,'Dotations aux amortissements, aux dépréciations et aux provisions - Charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5812,'PCG14-DEV','EXPENSE','XXXXXX','6861',5811,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5813,'PCG14-DEV','EXPENSE','XXXXXX','6865',5811,'Dotations aux provisions financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5814,'PCG14-DEV','EXPENSE','XXXXXX','6866',5811,'Dotations pour dépréciations des éléments financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5815,'PCG14-DEV','EXPENSE','XXXXXX','68662',5814,'Immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5816,'PCG14-DEV','EXPENSE','XXXXXX','68665',5814,'Valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5817,'PCG14-DEV','EXPENSE','XXXXXX','6868',5811,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5818,'PCG14-DEV','EXPENSE','XXXXXX','687',5798,'Dotations aux amortissements, aux dépréciations et aux provisions - Charges exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5819,'PCG14-DEV','EXPENSE','XXXXXX','6871',5818,'Dotations aux amortissements exceptionnels des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5820,'PCG14-DEV','EXPENSE','XXXXXX','6872',5818,'Dotations aux provisions réglementées (immobilisations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5821,'PCG14-DEV','EXPENSE','XXXXXX','68725',5820,'Amortissements dérogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5822,'PCG14-DEV','EXPENSE','XXXXXX','6873',5818,'Dotations aux provisions réglementées (stocks)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5823,'PCG14-DEV','EXPENSE','XXXXXX','6874',5818,'Dotations aux autres provisions réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5824,'PCG14-DEV','EXPENSE','XXXXXX','6875',5818,'Dotations aux provisions exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5825,'PCG14-DEV','EXPENSE','XXXXXX','6876',5818,'Dotations pour dépréciations exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5826,'PCG14-DEV','EXPENSE','XXXXXX','69',5972,'Participation des salariés - Impôts sur les bénéfices et assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5827,'PCG14-DEV','EXPENSE','XXXXXX','691',5826,'Participation des salariés aux résultats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5828,'PCG14-DEV','EXPENSE','XXXXXX','695',5826,'Impôts sur les bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5829,'PCG14-DEV','EXPENSE','XXXXXX','6951',5828,'Impôts dus en France','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5830,'PCG14-DEV','EXPENSE','XXXXXX','6952',5828,'Contribution additionnelle à l''impôt sur les bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5831,'PCG14-DEV','EXPENSE','XXXXXX','6954',5828,'Impôts dus à l''étranger','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5832,'PCG14-DEV','EXPENSE','XXXXXX','696',5826,'Suppléments d''impôt sur les sociétés liés aux distributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5833,'PCG14-DEV','EXPENSE','XXXXXX','698',5826,'Intégration fiscale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5834,'PCG14-DEV','EXPENSE','XXXXXX','6981',5833,'Intégration fiscale - Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5835,'PCG14-DEV','EXPENSE','XXXXXX','6989',5833,'Intégration fiscale - Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5836,'PCG14-DEV','EXPENSE','XXXXXX','699',5826,'Produits - Reports en arrière des déficits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5837,'PCG14-DEV','INCOME','XXXXXX','70',5973,'Ventes de produits fabriqués, prestations de services, marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5838,'PCG14-DEV','INCOME','PRODUCT','701',5837,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5839,'PCG14-DEV','INCOME','XXXXXX','7011',5838,'Produits finis (ou groupe) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5840,'PCG14-DEV','INCOME','XXXXXX','7012',5838,'Produits finis (ou groupe) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5841,'PCG14-DEV','INCOME','XXXXXX','702',5837,'Ventes de produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5842,'PCG14-DEV','INCOME','XXXXXX','703',5837,'Ventes de produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5843,'PCG14-DEV','INCOME','XXXXXX','704',5837,'Travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5844,'PCG14-DEV','INCOME','XXXXXX','7041',5843,'Travaux de catégorie (ou activité) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5845,'PCG14-DEV','INCOME','XXXXXX','7042',5843,'Travaux de catégorie (ou activité) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5846,'PCG14-DEV','INCOME','XXXXXX','705',5837,'Etudes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5847,'PCG14-DEV','INCOME','SERVICE','706',5837,'Prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5848,'PCG14-DEV','INCOME','PRODUCT','707',5837,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5849,'PCG14-DEV','INCOME','XXXXXX','7071',5848,'Marchandises (ou groupe) A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5850,'PCG14-DEV','INCOME','XXXXXX','7072',5848,'Marchandises (ou groupe) B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5851,'PCG14-DEV','INCOME','XXXXXX','708',5837,'Produits des activités annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5852,'PCG14-DEV','INCOME','XXXXXX','7081',5851,'Produits des services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5853,'PCG14-DEV','INCOME','XXXXXX','7082',5851,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5854,'PCG14-DEV','INCOME','XXXXXX','7083',5851,'Locations diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5855,'PCG14-DEV','INCOME','XXXXXX','7084',5851,'Mise à disposition de personnel facturée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5856,'PCG14-DEV','INCOME','XXXXXX','7085',5851,'Ports et frais accessoires facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5857,'PCG14-DEV','INCOME','XXXXXX','7086',5851,'Bonis sur reprises d''emballages consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5858,'PCG14-DEV','INCOME','XXXXXX','7087',5851,'Bonifications obtenues des clients et primes sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5859,'PCG14-DEV','INCOME','XXXXXX','7088',5851,'Autres produits d''activités annexes (cessions d''approvisionnements,)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5860,'PCG14-DEV','INCOME','XXXXXX','709',5837,'Rabais, remises et ristournes accordés par l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5861,'PCG14-DEV','INCOME','XXXXXX','7091',5860,'sur ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5862,'PCG14-DEV','INCOME','XXXXXX','7092',5860,'sur ventes de produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5863,'PCG14-DEV','INCOME','XXXXXX','7094',5860,'sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5864,'PCG14-DEV','INCOME','XXXXXX','7095',5860,'sur études','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5865,'PCG14-DEV','INCOME','XXXXXX','7096',5860,'sur prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5866,'PCG14-DEV','INCOME','XXXXXX','7097',5860,'sur ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5867,'PCG14-DEV','INCOME','XXXXXX','7098',5860,'sur produits des activités annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5868,'PCG14-DEV','INCOME','XXXXXX','71',5973,'Production stockée (ou déstockage)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5869,'PCG14-DEV','INCOME','XXXXXX','713',5868,'Variation des stocks (en-cours de production, produits)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5870,'PCG14-DEV','INCOME','XXXXXX','7133',5869,'Variation des en-cours de production de biens','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5871,'PCG14-DEV','INCOME','XXXXXX','71331',5870,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5872,'PCG14-DEV','INCOME','XXXXXX','71335',5870,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5873,'PCG14-DEV','INCOME','XXXXXX','7134',5869,'Variation des en-cours de production de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5874,'PCG14-DEV','INCOME','XXXXXX','71341',5873,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5875,'PCG14-DEV','INCOME','XXXXXX','71345',5873,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5876,'PCG14-DEV','INCOME','XXXXXX','7135',5869,'Variation des stocks de produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5877,'PCG14-DEV','INCOME','XXXXXX','71351',5876,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5878,'PCG14-DEV','INCOME','XXXXXX','71355',5876,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5879,'PCG14-DEV','INCOME','XXXXXX','71358',5876,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5880,'PCG14-DEV','INCOME','XXXXXX','72',5973,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5881,'PCG14-DEV','INCOME','XXXXXX','721',5880,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5882,'PCG14-DEV','INCOME','XXXXXX','722',5880,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5883,'PCG14-DEV','INCOME','XXXXXX','74',5973,'Subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5884,'PCG14-DEV','INCOME','XXXXXX','75',5973,'Autres produits de gestion courante','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5885,'PCG14-DEV','INCOME','XXXXXX','751',5884,'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5886,'PCG14-DEV','INCOME','XXXXXX','7511',5885,'Redevances pour concessions, brevets, licences, marques, procédés, logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5887,'PCG14-DEV','INCOME','XXXXXX','7516',5885,'Droits d''auteur et de reproduction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5888,'PCG14-DEV','INCOME','XXXXXX','7518',5885,'Autres droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5889,'PCG14-DEV','INCOME','XXXXXX','752',5884,'Revenus des immeubles non affectés à des activités professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5890,'PCG14-DEV','INCOME','XXXXXX','753',5884,'Jetons de présence et rémunérations d''administrateurs, gérants,','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5891,'PCG14-DEV','INCOME','XXXXXX','754',5884,'Ristournes perçues des coopératives (provenant des excédents)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5892,'PCG14-DEV','INCOME','XXXXXX','755',5884,'Quote-parts de résultat sur opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5893,'PCG14-DEV','INCOME','XXXXXX','7551',5892,'Quote-part de perte transférée (comptabilité du gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5894,'PCG14-DEV','INCOME','XXXXXX','7555',5892,'Quote-part de bénéfice attribuée (comptabilité des associés non - gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5895,'PCG14-DEV','INCOME','XXXXXX','758',5884,'Produits divers de gestion courante','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5896,'PCG14-DEV','INCOME','XXXXXX','76',5973,'Produits financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5897,'PCG14-DEV','INCOME','XXXXXX','761',5896,'Produits de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5898,'PCG14-DEV','INCOME','XXXXXX','7611',5897,'Revenus des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5899,'PCG14-DEV','INCOME','XXXXXX','7612',5897,'Produits de la fiducie, résultat de la période','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5900,'PCG14-DEV','INCOME','XXXXXX','7616',5897,'Revenus sur autres formes de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5901,'PCG14-DEV','INCOME','XXXXXX','7617',5897,'Revenus des créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5902,'PCG14-DEV','INCOME','XXXXXX','762',5896,'Produits des autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5903,'PCG14-DEV','INCOME','XXXXXX','7621',5902,'Revenus des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5904,'PCG14-DEV','INCOME','XXXXXX','7626',5902,'Revenus des prêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5905,'PCG14-DEV','INCOME','XXXXXX','7627',5902,'Revenus des créances immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5906,'PCG14-DEV','INCOME','XXXXXX','763',5896,'Revenus des autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5907,'PCG14-DEV','INCOME','XXXXXX','7631',5906,'Revenus des créances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5908,'PCG14-DEV','INCOME','XXXXXX','7638',5906,'Revenus des créances diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5909,'PCG14-DEV','INCOME','XXXXXX','764',5896,'Revenus des valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5910,'PCG14-DEV','INCOME','XXXXXX','765',5896,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5911,'PCG14-DEV','INCOME','XXXXXX','766',5896,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5912,'PCG14-DEV','INCOME','XXXXXX','767',5896,'Produits nets sur cessions de valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5913,'PCG14-DEV','INCOME','XXXXXX','768',5896,'Autres produits financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5914,'PCG14-DEV','INCOME','XXXXXX','77',5973,'Produits exceptionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5915,'PCG14-DEV','INCOME','XXXXXX','771',5914,'Produits exceptionnels sur opérations de gestion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5916,'PCG14-DEV','INCOME','XXXXXX','7711',5915,'Dédits et pénalités perçus sur achats et sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5917,'PCG14-DEV','INCOME','XXXXXX','7713',5915,'Libéralités reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5918,'PCG14-DEV','INCOME','XXXXXX','7714',5915,'Rentrées sur créances amorties','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5919,'PCG14-DEV','INCOME','XXXXXX','7715',5915,'Subventions d''équilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5920,'PCG14-DEV','INCOME','XXXXXX','7717',5915,'Dégrèvements d''impôts autres qu''impôts sur les bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5921,'PCG14-DEV','INCOME','XXXXXX','7718',5915,'Autres produits exceptionnels sur opérations de gestion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5922,'PCG14-DEV','INCOME','XXXXXX','772',5914,'(Compte à la disposition des entités pour enregistrer, en cours d''exercice, les produits sur exercices antérieurs)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5923,'PCG14-DEV','INCOME','XXXXXX','774',5914,'Opérations de constitution ou liquidation des fiducies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5924,'PCG14-DEV','INCOME','XXXXXX','7741',5923,'Opérations liées à la constitution de fiducie - Transfert des éléments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5925,'PCG14-DEV','INCOME','XXXXXX','7742',5923,'Opérations liées à la liquidation de la fiducie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5926,'PCG14-DEV','INCOME','XXXXXX','775',5914,'Produits des cessions d''éléments d''actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5927,'PCG14-DEV','INCOME','XXXXXX','7751',5926,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5928,'PCG14-DEV','INCOME','XXXXXX','7752',5926,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5929,'PCG14-DEV','INCOME','XXXXXX','7756',5926,'Immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5930,'PCG14-DEV','INCOME','XXXXXX','7758',5926,'Autres éléments d''actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5931,'PCG14-DEV','INCOME','XXXXXX','777',5914,'Quote-part des subventions d''investissement virée au résultat de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5932,'PCG14-DEV','INCOME','XXXXXX','778',5914,'Autres produits exceptionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5933,'PCG14-DEV','INCOME','XXXXXX','7781',5932,'Bonis provenant de clauses d''indexation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5934,'PCG14-DEV','INCOME','XXXXXX','7782',5932,'Lots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5935,'PCG14-DEV','INCOME','XXXXXX','7783',5932,'Bonis provenant du rachat par l''entreprise d''actions et d''obligations émises par elle - même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5936,'PCG14-DEV','INCOME','XXXXXX','7788',5932,'Produits exceptionnels divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5937,'PCG14-DEV','INCOME','XXXXXX','78',5973,'Reprises sur amortissements, dépréciations et provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5938,'PCG14-DEV','INCOME','XXXXXX','781',5937,'Reprises sur amortissements, dépréciations et provisions (à inscrire dans les produits d''exploitation)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5939,'PCG14-DEV','INCOME','XXXXXX','7811',5938,'Reprises sur amortissements des immobilisations incorporelles et corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5940,'PCG14-DEV','INCOME','XXXXXX','78111',5939,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5941,'PCG14-DEV','INCOME','XXXXXX','78112',5939,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5942,'PCG14-DEV','INCOME','XXXXXX','7815',5938,'Reprises sur provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5943,'PCG14-DEV','INCOME','XXXXXX','7816',5938,'Reprises sur dépréciations des immobilisations incorporelles et corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5944,'PCG14-DEV','INCOME','XXXXXX','78161',5943,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5945,'PCG14-DEV','INCOME','XXXXXX','78162',5943,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5946,'PCG14-DEV','INCOME','XXXXXX','7817',5938,'Reprises sur dépréciations des actifs circulants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5947,'PCG14-DEV','INCOME','XXXXXX','78173',5946,'Stocks et en-cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5948,'PCG14-DEV','INCOME','XXXXXX','78174',5946,'Créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5949,'PCG14-DEV','INCOME','XXXXXX','786',5937,'Reprises sur provisions pour risques et dépréciations (à inscrire dans les produits financiers)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5950,'PCG14-DEV','INCOME','XXXXXX','7865',5949,'Reprises sur provisions financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5951,'PCG14-DEV','INCOME','XXXXXX','7866',5949,'Reprises sur dépréciations des éléments financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5952,'PCG14-DEV','INCOME','XXXXXX','78662',5951,'Immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5953,'PCG14-DEV','INCOME','XXXXXX','78665',5951,'Valeurs mobilières de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5954,'PCG14-DEV','INCOME','XXXXXX','787',5937,'Reprises sur provisions et dépréciations (à inscrire dans les produits exceptionnels)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5955,'PCG14-DEV','INCOME','XXXXXX','7872',5954,'Reprises sur provisions réglementées (immobilisations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5956,'PCG14-DEV','INCOME','XXXXXX','78725',5955,'Amortissements dérogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5957,'PCG14-DEV','INCOME','XXXXXX','78726',5955,'Provision spéciale de réévaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5958,'PCG14-DEV','INCOME','XXXXXX','78727',5955,'Plus-values réinvesties','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5959,'PCG14-DEV','INCOME','XXXXXX','7873',5954,'Reprises sur provisions réglementées (stocks)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5960,'PCG14-DEV','INCOME','XXXXXX','7874',5954,'Reprises sur autres provisions réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5961,'PCG14-DEV','INCOME','XXXXXX','7875',5954,'Reprises sur provisions exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5962,'PCG14-DEV','INCOME','XXXXXX','7876',5954,'Reprises sur dépréciations exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5963,'PCG14-DEV','INCOME','XXXXXX','79',5973,'Transferts de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5964,'PCG14-DEV','INCOME','XXXXXX','791',5963,'Transferts de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5965,'PCG14-DEV','INCOME','XXXXXX','796',5963,'Transferts de charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5966,'PCG14-DEV','INCOME','XXXXXX','797',5963,'Transferts de charges exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5967,'PCG14-DEV','CAPIT','XXXXXX','1','','Comptes de capitaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5968,'PCG14-DEV','IMMO','XXXXXX','2','','Comptes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5969,'PCG14-DEV','STOCK','XXXXXX','3','','Comptes de stocks et en-cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5970,'PCG14-DEV','THIRDPARTY','XXXXXX','4','','Comptes de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5971,'PCG14-DEV','FINAN','XXXXXX','5','','Comptes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5972,'PCG14-DEV','EXPENSE','XXXXXX','6','','Comptes de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (5973,'PCG14-DEV','INCOME','XXXXXX','7','','Comptes de produits','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_ga.sql b/htdocs/install/mysql/data/llx_accounting_account_ga.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_ga.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_gq.sql b/htdocs/install/mysql/data/llx_accounting_account_gq.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_gq.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_km.sql b/htdocs/install/mysql/data/llx_accounting_account_km.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_km.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_lu.sql b/htdocs/install/mysql/data/llx_accounting_account_lu.sql new file mode 100644 index 00000000000..bb1b4a60e3d --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_lu.sql @@ -0,0 +1,1145 @@ +-- +-- Descriptif plan comptable LU PCN +-- +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11000,'PCN-LUXEMBURG','CAPIT','XXXXXX','1','','Capital ou dotation des succursales et comptes de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11001,'PCN-LUXEMBURG','CAPIT','XXXXXX','101',11000,'Capital souscrit (Sociétés de capitaux - Montant total)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11002,'PCN-LUXEMBURG','CAPIT','XXXXXX','102',11000,'Capital souscrit non appelé (Sociétés de capitaux)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11003,'PCN-LUXEMBURG','CAPIT','XXXXXX','103',11000,'Capital souscrit appelé et non versé (Sociétés de capitaux)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11004,'PCN-LUXEMBURG','CAPIT','XXXXXX','104',11000,'Capital des entreprises commerçants personnes physiques et des sociétés de personnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11005,'PCN-LUXEMBURG','CAPIT','XXXXXX','1041',11004,'Commerçants personnes physiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11006,'PCN-LUXEMBURG','CAPIT','XXXXXX','1042',11004,'Sociétés de personnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11007,'PCN-LUXEMBURG','CAPIT','XXXXXX','105',11000,'Dotation des succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11008,'PCN-LUXEMBURG','CAPIT','XXXXXX','106',11000,'Comptes de l’exploitant ou des co-exploitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11009,'PCN-LUXEMBURG','CAPIT','XXXXXX','1061',11008,'Prélèvements privés de l’exploitant ou des coexploitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11010,'PCN-LUXEMBURG','CAPIT','XXXXXX','10611',11009,'Prélèvements en numéraire (train de vie)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11011,'PCN-LUXEMBURG','CAPIT','XXXXXX','10612',11009,'Prélèvements en nature de marchandises, de produits finis et services (au prix de revient)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11012,'PCN-LUXEMBURG','CAPIT','XXXXXX','10613',11009,'Part personnelle des frais de maladie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11013,'PCN-LUXEMBURG','CAPIT','XXXXXX','10614',11009,'Primes d’assurances privées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11014,'PCN-LUXEMBURG','CAPIT','XXXXXX','106141',11013,'Vie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11015,'PCN-LUXEMBURG','CAPIT','XXXXXX','106142',11013,'Accident','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11016,'PCN-LUXEMBURG','CAPIT','XXXXXX','106143',11013,'Incendie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11017,'PCN-LUXEMBURG','CAPIT','XXXXXX','106144',11013,'Responsabilité civile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11018,'PCN-LUXEMBURG','CAPIT','XXXXXX','106145',11013,'Multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11019,'PCN-LUXEMBURG','CAPIT','XXXXXX','106148',11013,'Autres primes d’assurances privées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11020,'PCN-LUXEMBURG','CAPIT','XXXXXX','10615',11009,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11021,'PCN-LUXEMBURG','CAPIT','XXXXXX','106151',11020,'Assurances sociales (assurance dépendance)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11022,'PCN-LUXEMBURG','CAPIT','XXXXXX','106152',11020,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11023,'PCN-LUXEMBURG','CAPIT','XXXXXX','106153',11020,'Cotisations pour mutuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11024,'PCN-LUXEMBURG','CAPIT','XXXXXX','106154',11020,'Caisse de décès, médicochirurgicale, Prestaplus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11025,'PCN-LUXEMBURG','CAPIT','XXXXXX','106158',11020,'Autres cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11026,'PCN-LUXEMBURG','CAPIT','XXXXXX','10616',11009,'Prélèvements en nature (quote-part privée dans les frais généraux)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11027,'PCN-LUXEMBURG','CAPIT','XXXXXX','106161',11026,'Salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11028,'PCN-LUXEMBURG','CAPIT','XXXXXX','106162',11026,'Loyer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11029,'PCN-LUXEMBURG','CAPIT','XXXXXX','106163',11026,'Chauffage, gaz, électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11030,'PCN-LUXEMBURG','CAPIT','XXXXXX','106164',11026,'Eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11031,'PCN-LUXEMBURG','CAPIT','XXXXXX','106165',11026,'Téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11032,'PCN-LUXEMBURG','CAPIT','XXXXXX','106166',11026,'Voiture','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11033,'PCN-LUXEMBURG','CAPIT','XXXXXX','106168',11026,'Autres prélèvements en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11034,'PCN-LUXEMBURG','CAPIT','XXXXXX','10617',11009,'Acquisitions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11035,'PCN-LUXEMBURG','CAPIT','XXXXXX','106171',11034,'Mobilier privé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11036,'PCN-LUXEMBURG','CAPIT','XXXXXX','106172',11034,'Voiture privée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11037,'PCN-LUXEMBURG','CAPIT','XXXXXX','106173',11034,'Titres privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11038,'PCN-LUXEMBURG','CAPIT','XXXXXX','106174',11034,'Immeubles privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11039,'PCN-LUXEMBURG','CAPIT','XXXXXX','106178',11034,'Autres acquisitions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11040,'PCN-LUXEMBURG','CAPIT','XXXXXX','10618',11009,'Impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11041,'PCN-LUXEMBURG','CAPIT','XXXXXX','106181',11040,'Impôt sur le revenu payé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11042,'PCN-LUXEMBURG','CAPIT','XXXXXX','106182',11040,'Impôt sur la fortune payé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11043,'PCN-LUXEMBURG','CAPIT','XXXXXX','106183',11040,'Impôt commercial - arriérés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11044,'PCN-LUXEMBURG','CAPIT','XXXXXX','106188',11040,'Autres impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11045,'PCN-LUXEMBURG','CAPIT','XXXXXX','10619',11009,'Prélèvements privés particuliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11046,'PCN-LUXEMBURG','CAPIT','XXXXXX','106191',11045,'Réparations aux immeubles privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11047,'PCN-LUXEMBURG','CAPIT','XXXXXX','106192',11045,'Placements sur comptes financiers privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11048,'PCN-LUXEMBURG','CAPIT','XXXXXX','106193',11045,'Remboursements de dettes privées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11049,'PCN-LUXEMBURG','CAPIT','XXXXXX','106194',11045,'Dons et dotations aux enfants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11050,'PCN-LUXEMBURG','CAPIT','XXXXXX','106195',11045,'Droits de succession et droits de mutation par décès','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11051,'PCN-LUXEMBURG','CAPIT','XXXXXX','106198',11045,'Autres prélèvements privés particuliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11052,'PCN-LUXEMBURG','CAPIT','XXXXXX','1062',11008,'Suppléments d’apports privés de l’exploitant ou des coexploitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11053,'PCN-LUXEMBURG','CAPIT','XXXXXX','10621',11052,'Héritage ou donation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11054,'PCN-LUXEMBURG','CAPIT','XXXXXX','10622',11052,'Avoirs privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11055,'PCN-LUXEMBURG','CAPIT','XXXXXX','10623',11052,'Emprunts privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11056,'PCN-LUXEMBURG','CAPIT','XXXXXX','10624',11052,'Cessions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11057,'PCN-LUXEMBURG','CAPIT','XXXXXX','106241',11056,'Mobilier privé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11058,'PCN-LUXEMBURG','CAPIT','XXXXXX','106242',11056,'Voiture privée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11059,'PCN-LUXEMBURG','CAPIT','XXXXXX','106243',11056,'Titres privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11060,'PCN-LUXEMBURG','CAPIT','XXXXXX','106244',11056,'Immeubles privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11061,'PCN-LUXEMBURG','CAPIT','XXXXXX','106248',11056,'Autres cessions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11062,'PCN-LUXEMBURG','CAPIT','XXXXXX','10625',11052,'Loyers encaissés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11063,'PCN-LUXEMBURG','CAPIT','XXXXXX','10626',11052,'Salaires ou rentes touchés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11064,'PCN-LUXEMBURG','CAPIT','XXXXXX','10627',11052,'Allocations familiales reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11065,'PCN-LUXEMBURG','CAPIT','XXXXXX','10628',11052,'Remboursements d’impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11066,'PCN-LUXEMBURG','CAPIT','XXXXXX','106281',11065,'Impôt sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11067,'PCN-LUXEMBURG','CAPIT','XXXXXX','106283',11065,'Impôt sur la fortune','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11068,'PCN-LUXEMBURG','CAPIT','XXXXXX','106284',11065,'Impôt commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11069,'PCN-LUXEMBURG','CAPIT','XXXXXX','106288',11065,'Autres remboursements d’impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11070,'PCN-LUXEMBURG','CAPIT','XXXXXX','10629',11052,'Quote-part professionnelle de frais privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11071,'PCN-LUXEMBURG','CAPIT','XXXXXX','11','','Primes d’émission et primes assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11072,'PCN-LUXEMBURG','CAPIT','XXXXXX','111',11071,'Primes d’émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11073,'PCN-LUXEMBURG','CAPIT','XXXXXX','112',11071,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11074,'PCN-LUXEMBURG','CAPIT','XXXXXX','113',11071,'Primes d’apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11075,'PCN-LUXEMBURG','CAPIT','XXXXXX','114',11071,'Primes de conversion d’obligations en actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11076,'PCN-LUXEMBURG','CAPIT','XXXXXX','115',11071,'Apport en capitaux propres non rémunéré par des titres («Capital contribution»)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11077,'PCN-LUXEMBURG','CAPIT','XXXXXX','12','','Réserves de réévaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11078,'PCN-LUXEMBURG','CAPIT','XXXXXX','121',11077,'Réserves de réévaluation en application de la juste valeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11079,'PCN-LUXEMBURG','CAPIT','XXXXXX','122',11077,'Réserves de mise en équivalence (Participations valorisées suivant l’art. 58)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11080,'PCN-LUXEMBURG','CAPIT','XXXXXX','123',11077,'Plus-values sur écarts de conversion immunisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11081,'PCN-LUXEMBURG','CAPIT','XXXXXX','128',11077,'Autres réserves de réévaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11082,'PCN-LUXEMBURG','CAPIT','XXXXXX','13','','Réserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11083,'PCN-LUXEMBURG','CAPIT','XXXXXX','131',11082,'Réserve légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11084,'PCN-LUXEMBURG','CAPIT','XXXXXX','132',11082,'Réserve pour actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11085,'PCN-LUXEMBURG','CAPIT','XXXXXX','133',11082,'Réserves statutaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11086,'PCN-LUXEMBURG','CAPIT','XXXXXX','138',11082,'Autres réserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11087,'PCN-LUXEMBURG','CAPIT','XXXXXX','1381',11086,'Réserve pour l’impôt sur la fortune','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11088,'PCN-LUXEMBURG','CAPIT','XXXXXX','1382',11086,'Autres réserves indisponibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11089,'PCN-LUXEMBURG','CAPIT','XXXXXX','1383',11086,'Autres réserves disponibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11090,'PCN-LUXEMBURG','CAPIT','XXXXXX','14','','Résultats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11091,'PCN-LUXEMBURG','CAPIT','XXXXXX','141',11090,'Résultats reportés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11092,'PCN-LUXEMBURG','CAPIT','XXXXXX','142',11090,'Résultat de l’exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11093,'PCN-LUXEMBURG','CAPIT','XXXXXX','15','','Acomptes sur dividendes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11094,'PCN-LUXEMBURG','CAPIT','XXXXXX','16','','Subventions d’investissement en capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11095,'PCN-LUXEMBURG','CAPIT','XXXXXX','161',11094,'Terrains et constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11096,'PCN-LUXEMBURG','CAPIT','XXXXXX','162',11094,'Installations techniques et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11097,'PCN-LUXEMBURG','CAPIT','XXXXXX','163',11094,'Autres installations, outillage, mobilier et matériel roulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11098,'PCN-LUXEMBURG','CAPIT','XXXXXX','168',11094,'Autres subventions d’investissement en capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11099,'PCN-LUXEMBURG','CAPIT','XXXXXX','17','','Plus-values immunisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11100,'PCN-LUXEMBURG','CAPIT','XXXXXX','171',11099,'Plus-values immunisées à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11101,'PCN-LUXEMBURG','CAPIT','XXXXXX','172',11099,'Plus-values immunisées réinvesties','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11102,'PCN-LUXEMBURG','CAPIT','XXXXXX','18','','Provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11103,'PCN-LUXEMBURG','CAPIT','XXXXXX','181',11102,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11104,'PCN-LUXEMBURG','CAPIT','XXXXXX','182',11102,'Provisions pour impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11105,'PCN-LUXEMBURG','CAPIT','XXXXXX','1821',11104,'Provisions pour impôt sur le revenu des collectivités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11106,'PCN-LUXEMBURG','CAPIT','XXXXXX','1822',11104,'Provisions pour impôt commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11107,'PCN-LUXEMBURG','CAPIT','XXXXXX','1823',11104,'Provisions pour impôt sur la fortune','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11108,'PCN-LUXEMBURG','CAPIT','XXXXXX','1828',11104,'Autres provisions pour impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11109,'PCN-LUXEMBURG','CAPIT','XXXXXX','183',11102,'Provisions pour impôts différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11110,'PCN-LUXEMBURG','CAPIT','XXXXXX','188',11102,'Autres provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11111,'PCN-LUXEMBURG','CAPIT','XXXXXX','1881',11110,'Provisions d’exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11112,'PCN-LUXEMBURG','CAPIT','XXXXXX','1882',11110,'Provisions financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11113,'PCN-LUXEMBURG','CAPIT','XXXXXX','1883',11110,'Provisions exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11114,'PCN-LUXEMBURG','CAPIT','XXXXXX','19','','Dettes financières et dettes assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11115,'PCN-LUXEMBURG','CAPIT','XXXXXX','191',11114,'Dettes subordonnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11116,'PCN-LUXEMBURG','CAPIT','XXXXXX','1911',11115,'dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11117,'PCN-LUXEMBURG','CAPIT','XXXXXX','19111',11116,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11118,'PCN-LUXEMBURG','CAPIT','XXXXXX','19112',11116,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11119,'PCN-LUXEMBURG','CAPIT','XXXXXX','1912',11115,'dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11120,'PCN-LUXEMBURG','CAPIT','XXXXXX','19121',11119,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11121,'PCN-LUXEMBURG','CAPIT','XXXXXX','19122',11119,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11122,'PCN-LUXEMBURG','CAPIT','XXXXXX','192',11114,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11123,'PCN-LUXEMBURG','CAPIT','XXXXXX','1921',11122,'dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11124,'PCN-LUXEMBURG','CAPIT','XXXXXX','19211',11123,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11125,'PCN-LUXEMBURG','CAPIT','XXXXXX','19212',11123,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11126,'PCN-LUXEMBURG','CAPIT','XXXXXX','1922',11122,'dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11127,'PCN-LUXEMBURG','CAPIT','XXXXXX','19221',11126,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11128,'PCN-LUXEMBURG','CAPIT','XXXXXX','19222',11126,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11129,'PCN-LUXEMBURG','CAPIT','XXXXXX','193',11114,'Emprunts obligataires non convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11130,'PCN-LUXEMBURG','CAPIT','XXXXXX','1931',11129,'dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11131,'PCN-LUXEMBURG','CAPIT','XXXXXX','19311',11130,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11132,'PCN-LUXEMBURG','CAPIT','XXXXXX','19312',11130,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11133,'PCN-LUXEMBURG','CAPIT','XXXXXX','1932',11129,'dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11134,'PCN-LUXEMBURG','CAPIT','XXXXXX','19321',11133,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11135,'PCN-LUXEMBURG','CAPIT','XXXXXX','19322',11133,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11136,'PCN-LUXEMBURG','CAPIT','XXXXXX','194',11114,'Dettes envers des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11137,'PCN-LUXEMBURG','CAPIT','XXXXXX','1941',11136,'dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11138,'PCN-LUXEMBURG','CAPIT','XXXXXX','19411',11137,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11139,'PCN-LUXEMBURG','CAPIT','XXXXXX','19412',11137,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11140,'PCN-LUXEMBURG','CAPIT','XXXXXX','1942',11136,'dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11141,'PCN-LUXEMBURG','CAPIT','XXXXXX','19421',11140,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11142,'PCN-LUXEMBURG','CAPIT','XXXXXX','19422',11140,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11143,'PCN-LUXEMBURG','CAPIT','XXXXXX','195',11114,'Dettes de leasing financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11144,'PCN-LUXEMBURG','CAPIT','XXXXXX','1951',11143,'dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11145,'PCN-LUXEMBURG','CAPIT','XXXXXX','1952',11143,'dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11146,'PCN-LUXEMBURG','CAPIT','XXXXXX','198',11114,'Autres emprunts et dettes assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11147,'PCN-LUXEMBURG','CAPIT','XXXXXX','1981',11146,'dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11148,'PCN-LUXEMBURG','CAPIT','XXXXXX','19811',11147,'Autres emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11149,'PCN-LUXEMBURG','CAPIT','XXXXXX','19812',11147,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11150,'PCN-LUXEMBURG','CAPIT','XXXXXX','19813',11147,'Autres dettes assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11151,'PCN-LUXEMBURG','CAPIT','XXXXXX','19814',11147,'Intérêts courus sur autres emprunts et dettes assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11152,'PCN-LUXEMBURG','CAPIT','XXXXXX','1982',11146,'dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11153,'PCN-LUXEMBURG','CAPIT','XXXXXX','19821',11152,'Autres emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11154,'PCN-LUXEMBURG','CAPIT','XXXXXX','19822',11152,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11155,'PCN-LUXEMBURG','CAPIT','XXXXXX','19823',11152,'Autres dettes assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11156,'PCN-LUXEMBURG','CAPIT','XXXXXX','19824',11152,'Intérêts courus sur autres emprunts et dettes assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11157,'PCN-LUXEMBURG','IMMO','XXXXXX','2','','Frais d’établissement et frais assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11158,'PCN-LUXEMBURG','IMMO','XXXXXX','201',11157,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11159,'PCN-LUXEMBURG','IMMO','XXXXXX','202',11157,'Frais de premier établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11160,'PCN-LUXEMBURG','IMMO','XXXXXX','2021',11159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11161,'PCN-LUXEMBURG','IMMO','XXXXXX','2022',11159,'Frais de publicité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11162,'PCN-LUXEMBURG','IMMO','XXXXXX','203',11157,'Frais d’augmentation de capital et d’opérations diverses (fusions, scissions, transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11163,'PCN-LUXEMBURG','IMMO','XXXXXX','204',11157,'Frais d’émission d’emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11164,'PCN-LUXEMBURG','IMMO','XXXXXX','208',11157,'Autres frais assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11165,'PCN-LUXEMBURG','IMMO','XXXXXX','21','','Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11166,'PCN-LUXEMBURG','IMMO','XXXXXX','211',11165,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11167,'PCN-LUXEMBURG','IMMO','XXXXXX','212',11165,'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11168,'PCN-LUXEMBURG','IMMO','XXXXXX','2121',11167,'Acquis à titre onéreux (Actifs incorporels non produits)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11169,'PCN-LUXEMBURG','IMMO','XXXXXX','21211',11168,'Concessions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11170,'PCN-LUXEMBURG','IMMO','XXXXXX','21212',11168,'Brevets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11171,'PCN-LUXEMBURG','IMMO','XXXXXX','21213',11168,'Licences informatiques (logiciels et progiciels informatiques)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11172,'PCN-LUXEMBURG','IMMO','XXXXXX','21214',11168,'Marques et franchises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11173,'PCN-LUXEMBURG','IMMO','XXXXXX','21215',11168,'Droits et valeurs similaires acquis à titre onéreux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11174,'PCN-LUXEMBURG','IMMO','XXXXXX','212151',11173,'Droits d’auteur et de reproduction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11175,'PCN-LUXEMBURG','IMMO','XXXXXX','212152',11173,'Droits d’émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11176,'PCN-LUXEMBURG','IMMO','XXXXXX','212158',11173,'Autres droits et valeurs similaires acquis à titre onéreux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11177,'PCN-LUXEMBURG','IMMO','XXXXXX','2122',11167,'Créés par l’entreprise elle-même (Actifs incorporels produits)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11178,'PCN-LUXEMBURG','IMMO','XXXXXX','21221',11177,'Concessions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11179,'PCN-LUXEMBURG','IMMO','XXXXXX','21222',11177,'Brevets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11180,'PCN-LUXEMBURG','IMMO','XXXXXX','21223',11177,'Licences informatiques (logiciels et progiciels informatiques)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11181,'PCN-LUXEMBURG','IMMO','XXXXXX','21224',11177,'Marques et franchises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11182,'PCN-LUXEMBURG','IMMO','XXXXXX','21225',11177,'Droits et valeurs similaires créés par l’entreprise elle-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11183,'PCN-LUXEMBURG','IMMO','XXXXXX','212251',11182,'Droits d’auteur et de reproduction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11184,'PCN-LUXEMBURG','IMMO','XXXXXX','212252',11182,'Droits d’émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11185,'PCN-LUXEMBURG','IMMO','XXXXXX','212258',11182,'Autres droits et valeurs similaires créés par l’entreprise elle-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11186,'PCN-LUXEMBURG','IMMO','XXXXXX','213',11165,'Fonds de commerce, dans la mesure où il a été acquis à titre onéreux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11187,'PCN-LUXEMBURG','IMMO','XXXXXX','214',11165,'Acomptes versés et immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11188,'PCN-LUXEMBURG','IMMO','XXXXXX','2141',11187,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11189,'PCN-LUXEMBURG','IMMO','XXXXXX','2142',11187,'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11190,'PCN-LUXEMBURG','IMMO','XXXXXX','2143',11187,'Fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11191,'PCN-LUXEMBURG','IMMO','XXXXXX','22','','Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11192,'PCN-LUXEMBURG','IMMO','XXXXXX','221',11191,'Terrains et constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11193,'PCN-LUXEMBURG','IMMO','XXXXXX','2211',11192,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11194,'PCN-LUXEMBURG','IMMO','XXXXXX','22111',11193,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11195,'PCN-LUXEMBURG','IMMO','XXXXXX','22112',11193,'Terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11196,'PCN-LUXEMBURG','IMMO','XXXXXX','22113',11193,'Sous-sols et sursols','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11197,'PCN-LUXEMBURG','IMMO','XXXXXX','22114',11193,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11198,'PCN-LUXEMBURG','IMMO','XXXXXX','22115',11193,'Terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11199,'PCN-LUXEMBURG','IMMO','XXXXXX','22118',11193,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11200,'PCN-LUXEMBURG','IMMO','XXXXXX','2212',11192,'Agencements et aménagements de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11201,'PCN-LUXEMBURG','IMMO','XXXXXX','22121',11200,'Agencements et aménagements de terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11202,'PCN-LUXEMBURG','IMMO','XXXXXX','22122',11200,'Agencements et aménagements de terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11203,'PCN-LUXEMBURG','IMMO','XXXXXX','22123',11200,'Agencements et aménagements de sous-sols et sursols','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11204,'PCN-LUXEMBURG','IMMO','XXXXXX','22124',11200,'Agencements et aménagements de terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11205,'PCN-LUXEMBURG','IMMO','XXXXXX','22125',11200,'Agencements et aménagements de terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11206,'PCN-LUXEMBURG','IMMO','XXXXXX','22128',11200,'Agencements et aménagements d’autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11207,'PCN-LUXEMBURG','IMMO','XXXXXX','2213',11192,'Constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11208,'PCN-LUXEMBURG','IMMO','XXXXXX','22131',11207,'Constructions sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11209,'PCN-LUXEMBURG','IMMO','XXXXXX','22132',11207,'Constructions sur sol d’autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11210,'PCN-LUXEMBURG','IMMO','XXXXXX','222',11191,'Installations techniques et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11211,'PCN-LUXEMBURG','IMMO','XXXXXX','2221',11210,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11212,'PCN-LUXEMBURG','IMMO','XXXXXX','2222',11210,'Machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11213,'PCN-LUXEMBURG','IMMO','XXXXXX','223',11191,'Autres installations, outillage, mobilier et matériel roulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11214,'PCN-LUXEMBURG','IMMO','XXXXXX','2231',11213,'Equipement de transport et de manutention','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11215,'PCN-LUXEMBURG','IMMO','XXXXXX','2232',11213,'Véhicules de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11216,'PCN-LUXEMBURG','IMMO','XXXXXX','2233',11213,'Outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11217,'PCN-LUXEMBURG','IMMO','XXXXXX','2234',11213,'Mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11218,'PCN-LUXEMBURG','IMMO','XXXXXX','2235',11213,'Matériel informatique (hardware)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11219,'PCN-LUXEMBURG','IMMO','XXXXXX','2236',11213,'Cheptel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11220,'PCN-LUXEMBURG','IMMO','XXXXXX','2237',11213,'Emballages récupérables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11221,'PCN-LUXEMBURG','IMMO','XXXXXX','2238',11213,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11222,'PCN-LUXEMBURG','IMMO','XXXXXX','224',11191,'Acomptes versés et immobilisations corporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11223,'PCN-LUXEMBURG','IMMO','XXXXXX','2241',11222,'Terrains et constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11224,'PCN-LUXEMBURG','IMMO','XXXXXX','22411',11223,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11225,'PCN-LUXEMBURG','IMMO','XXXXXX','22412',11223,'Agencements et aménagements de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11226,'PCN-LUXEMBURG','IMMO','XXXXXX','22413',11223,'Constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11227,'PCN-LUXEMBURG','IMMO','XXXXXX','2242',11222,'Installations techniques et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11228,'PCN-LUXEMBURG','IMMO','XXXXXX','2243',11222,'Autres installations, outillage, mobilier et matériel roulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11229,'PCN-LUXEMBURG','IMMO','XXXXXX','23','','Immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11230,'PCN-LUXEMBURG','IMMO','XXXXXX','231',11229,'Parts dans des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11231,'PCN-LUXEMBURG','IMMO','XXXXXX','232',11229,'Créances sur des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11232,'PCN-LUXEMBURG','IMMO','XXXXXX','233',11229,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11233,'PCN-LUXEMBURG','IMMO','XXXXXX','234',11229,'Créances sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11234,'PCN-LUXEMBURG','IMMO','XXXXXX','235',11229,'Titres ayant le caractère d’immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11235,'PCN-LUXEMBURG','IMMO','XXXXXX','2351',11234,'Titres immobilisés (droit de propriété)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11236,'PCN-LUXEMBURG','IMMO','XXXXXX','23511',11235,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11237,'PCN-LUXEMBURG','IMMO','XXXXXX','23518',11235,'Autres titres immobilisés (droit de propriété)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11238,'PCN-LUXEMBURG','IMMO','XXXXXX','2352',11234,'Titres immobilisés (droit de créance)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11239,'PCN-LUXEMBURG','IMMO','XXXXXX','23521',11238,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11240,'PCN-LUXEMBURG','IMMO','XXXXXX','23528',11238,'Autres titres immobilisés (droit de créance)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11241,'PCN-LUXEMBURG','IMMO','XXXXXX','2358',11234,'Autres titres ayant le caractère d’immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11242,'PCN-LUXEMBURG','IMMO','XXXXXX','236',11229,'Prêts et créances immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11243,'PCN-LUXEMBURG','IMMO','XXXXXX','2361',11242,'Prêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11244,'PCN-LUXEMBURG','IMMO','XXXXXX','23611',11243,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11245,'PCN-LUXEMBURG','IMMO','XXXXXX','23612',11243,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11246,'PCN-LUXEMBURG','IMMO','XXXXXX','23613',11243,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11247,'PCN-LUXEMBURG','IMMO','XXXXXX','23618',11243,'Autres prêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11248,'PCN-LUXEMBURG','IMMO','XXXXXX','2362',11242,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11249,'PCN-LUXEMBURG','IMMO','XXXXXX','23621',11248,'Dépôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11250,'PCN-LUXEMBURG','IMMO','XXXXXX','23622',11248,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11251,'PCN-LUXEMBURG','IMMO','XXXXXX','2363',11242,'Créances immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11252,'PCN-LUXEMBURG','IMMO','XXXXXX','237',11229,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11253,'PCN-LUXEMBURG','STOCK','XXXXXX','3','','Matières premières et consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11254,'PCN-LUXEMBURG','STOCK','XXXXXX','301',11253,'Matières premières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11255,'PCN-LUXEMBURG','STOCK','XXXXXX','302',11253,'Matières consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11256,'PCN-LUXEMBURG','STOCK','XXXXXX','303',11253,'Fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11257,'PCN-LUXEMBURG','STOCK','XXXXXX','3031',11256,'Combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11258,'PCN-LUXEMBURG','STOCK','XXXXXX','3032',11256,'Produits d’entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11259,'PCN-LUXEMBURG','STOCK','XXXXXX','3033',11256,'Fournitures d’atelier et d’usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11260,'PCN-LUXEMBURG','STOCK','XXXXXX','3034',11256,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11261,'PCN-LUXEMBURG','STOCK','XXXXXX','3035',11256,'Fournitures de bureau1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11262,'PCN-LUXEMBURG','STOCK','XXXXXX','3036',11256,'Carburants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11263,'PCN-LUXEMBURG','STOCK','XXXXXX','3037',11256,'Lubrifiants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11264,'PCN-LUXEMBURG','STOCK','XXXXXX','3038',11256,'Autres fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11265,'PCN-LUXEMBURG','STOCK','XXXXXX','304',11253,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11266,'PCN-LUXEMBURG','STOCK','XXXXXX','3041',11265,'Emballages non-récupérables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11267,'PCN-LUXEMBURG','STOCK','XXXXXX','3042',11265,'Emballages récupérables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11268,'PCN-LUXEMBURG','STOCK','XXXXXX','3043',11265,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11269,'PCN-LUXEMBURG','STOCK','XXXXXX','305',11253,'Approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11270,'PCN-LUXEMBURG','STOCK','XXXXXX','31','','Produits en cours de fabrication et commandes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11271,'PCN-LUXEMBURG','STOCK','XXXXXX','311',11270,'Produits en cours de fabrication','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11272,'PCN-LUXEMBURG','STOCK','XXXXXX','312',11270,'Commandes en cours – Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11273,'PCN-LUXEMBURG','STOCK','XXXXXX','313',11270,'Commandes en cours – Prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11274,'PCN-LUXEMBURG','STOCK','XXXXXX','314',11270,'Immeubles en construction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11275,'PCN-LUXEMBURG','STOCK','XXXXXX','32','','Produits finis et marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11276,'PCN-LUXEMBURG','STOCK','XXXXXX','321',11275,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11277,'PCN-LUXEMBURG','STOCK','XXXXXX','322',11275,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11278,'PCN-LUXEMBURG','STOCK','XXXXXX','323',11275,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11279,'PCN-LUXEMBURG','STOCK','XXXXXX','3231',11278,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11280,'PCN-LUXEMBURG','STOCK','XXXXXX','3232',11278,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11281,'PCN-LUXEMBURG','STOCK','XXXXXX','3233',11278,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11282,'PCN-LUXEMBURG','STOCK','XXXXXX','326',11275,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11283,'PCN-LUXEMBURG','STOCK','XXXXXX','327',11275,'Marchandises en voie d’acheminement, mises en dépôt ou données en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11284,'PCN-LUXEMBURG','STOCK','XXXXXX','33','','Terrains et immeubles destinés à la revente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11285,'PCN-LUXEMBURG','STOCK','XXXXXX','331',11284,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11286,'PCN-LUXEMBURG','STOCK','XXXXXX','332',11284,'Immeubles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11287,'PCN-LUXEMBURG','STOCK','XXXXXX','3321',11286,'Immeubles acquis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11288,'PCN-LUXEMBURG','STOCK','XXXXXX','3322',11286,'Immeubles construits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11289,'PCN-LUXEMBURG','STOCK','XXXXXX','34','','Acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11290,'PCN-LUXEMBURG','STOCK','XXXXXX','341',11289,'Acomptes versés sur matières premières et consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11291,'PCN-LUXEMBURG','STOCK','XXXXXX','342',11289,'Acomptes versés sur produits en cours de fabrication et commandes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11292,'PCN-LUXEMBURG','STOCK','XXXXXX','343',11289,'Acomptes versés sur produits finis et marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11293,'PCN-LUXEMBURG','STOCK','XXXXXX','344',11289,'Acomptes versés sur terrains et immeubles destinés à la revente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11294,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4','','Créances résultant de ventes et prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11295,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','401',11294,'Créances dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11296,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4011',11295,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11297,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4012',11295,'Clients – Effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11298,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4013',11295,'Clients douteux ou litigieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11299,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4014',11295,'Clients – Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11300,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4015',11295,'Clients créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11301,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4019',11295,'Corrections de valeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11302,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','402',11294,'Créances dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11303,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4021',11302,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11304,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4022',11302,'Clients – Effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11305,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4023',11302,'Clients douteux ou litigieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11306,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4024',11302,'Clients – Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11307,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4025',11302,'Clients créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11308,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4029',11302,'Corrections de valeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11309,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41','','Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11310,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','411',11309,'Créances sur des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11311,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4111',11310,'Créances dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11312,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41111',11311,'Ventes de marchandises et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11313,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41112',11311,'Prêts et avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11314,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41113',11311,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11315,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41114',11311,'Dividendes à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11316,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41118',11311,'Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11317,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41119',11311,'Corrections de valeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11318,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4112',11310,'Créances dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11319,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41121',11318,'Ventes de marchandises et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11320,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41122',11318,'Prêts et avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11321,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41123',11318,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11322,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41124',11318,'Dividendes à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11323,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41128',11318,'Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11324,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41129',11318,'Corrections de valeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11325,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','412',11309,'Créances sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11326,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4121',11325,'Créances dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11327,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41211',11326,'Ventes de marchandises et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11328,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41212',11326,'Prêts et avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11329,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41213',11326,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11330,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41214',11326,'Dividendes à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11331,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41218',11326,'Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11332,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41219',11326,'Corrections de valeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11333,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4122',11325,'Créances dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11334,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41221',11333,'Ventes de marchandises et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11335,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41222',11333,'Prêts et avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11336,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41223',11333,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11337,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41224',11333,'Dividendes à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11338,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41228',11333,'Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11339,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41229',11333,'Corrections de valeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11340,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42','','Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11341,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421',11340,'Autres créances dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11342,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4211',11341,'Personnel – Avances et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11343,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42111',11342,'Avances et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11344,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42119',11342,'Corrections de valeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11345,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4212',11341,'Créances sur associés ou actionnaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11346,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42121',11345,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11347,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42122',11345,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11348,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42129',11345,'Corrections de valeur sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11349,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4213',11341,'Etat – Subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11350,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42131',11349,'Subventions d’investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11351,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42132',11349,'Subventions d’exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11352,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42138',11349,'Autres subventions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11353,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4214',11341,'Administration des Contributions Directes (ACD)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11354,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4215',11341,'Administration des Douanes et Accises (ADA)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11355,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4216',11341,'Administration de l’Enregistrement et des Domaines (AED)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11356,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42161',11355,'Taxe sur la valeur ajoutée – TVA','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11357,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421611',11356,'TVA en amont','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11358,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421612',11356,'TVA à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11359,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421613',11356,'TVA acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11360,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421618',11356,'TVA – Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11361,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42162',11355,'Impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11362,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421621',11361,'Droits d’enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11363,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421622',11361,'Taxe d’abonnement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11364,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421623',11361,'Droits d’hypothèques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11365,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421624',11361,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11366,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421628',11361,'Autres impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11367,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42168',11355,'AED – Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11368,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4217',11341,'Créances sur la sécurité sociale et autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11369,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42171',11368,'Centre Commun de Sécurité Sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11370,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42172',11368,'Mutualité des employeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11371,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42178',11368,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11372,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4218',11341,'Créances diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11373,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42181',11372,'Impôts étrangers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11374,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421811',11373,'TVA étrangères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11375,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421818',11373,'Autres impôts étrangers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11376,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42188',11372,'Autres créances diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11377,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42189',11372,'Corrections de valeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11378,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422',11340,'Autres créances dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11379,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4221',11378,'Personnel – Avances et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11380,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42211',11379,'Avances et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11381,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42219',11379,'Corrections de valeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11382,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4222',11378,'Associés ou actionnaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11383,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42221',11382,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11384,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42222',11382,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11385,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42229',11382,'Corrections de valeur sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11386,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4223',11378,'Etat – Subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11387,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42231',11386,'Subventions d’investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11388,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42232',11386,'Subventions d’exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11389,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42238',11386,'Autres subventions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11390,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4224',11378,'Administration des Contributions Directes (ACD)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11391,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4225',11378,'Administration des Douanes et Accises (ADA)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11392,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4226',11378,'Administration de l’Enregistrement et des Domaines (AED)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11393,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42261',11392,'Taxe sur la valeur ajoutée – TVA','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11394,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422611',11393,'TVA en amont','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11395,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422612',11393,'TVA à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11396,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422613',11393,'TVA acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11397,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422618',11393,'TVA – Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11398,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42262',11392,'Impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11399,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422621',11398,'Droits d’enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11400,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422622',11398,'Taxe d’abonnement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11401,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422623',11398,'Droits d’hypothèques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11402,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422624',11398,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11403,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422628',11398,'Autres impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11404,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4227',11378,'Créances sur la sécurité sociale et autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11405,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42271',11404,'Centre Commun de Sécurité Sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11406,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42272',11404,'Mutualité des employeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11407,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42278',11404,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11408,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4228',11378,'Créances diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11409,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42281',11408,'Impôts étrangers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11410,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422811',11409,'TVA étrangères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11411,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422818',11409,'Autres impôts étrangers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11412,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42288',11408,'Autres créances diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11413,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42289',11408,'Corrections de valeur sur autres créances diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11414,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','43','','Acomptes reçus sur commandes pour autant qu’ils ne sont pas déduits des stocks de façon distincte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11415,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','431',11414,'Acomptes reçus dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11416,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','432',11414,'Acomptes reçus dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11417,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44','','Dettes sur achats et prestations de services et dettes représentées par des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11418,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441',11417,'Dettes sur achats et prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11419,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4411',11418,'Dettes sur achats et prestations de services dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11420,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44111',11419,'Fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11421,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44112',11419,'Fournisseurs – Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11422,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44113',11419,'Fournisseurs débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11423,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441131',11422,'Fournisseurs – Avances et acomptes versés sur commandes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11424,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441132',11422,'Fournisseurs – Créances pour emballages et matériel à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11425,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441133',11422,'Fournisseurs – Autres avoirs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11426,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441134',11422,'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11427,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4412',11418,'Dettes sur achats et prestations de services dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11428,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44121',11427,'Fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11429,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44122',11427,'Fournisseurs – Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11430,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44123',11427,'Fournisseurs débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11431,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441231',11430,'Fournisseurs – Avances et acomptes versés sur commandes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11432,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441232',11430,'Fournisseurs – Créances pour emballages et matériel à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11433,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441233',11430,'Fournisseurs – Autres avoirs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11434,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441234',11430,'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11435,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','442',11417,'Dettes représentées par des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11436,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4421',11435,'Dettes représentées par des effets de commerce dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11437,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4422',11435,'Dettes représentées par des effets de commerce dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11438,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45','','Dettes envers des entreprises liées et des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11439,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','451',11438,'Dettes envers des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11440,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4511',11439,'Dettes envers des entreprises liées dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11441,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45111',11440,'Ventes de marchandises et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11442,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45112',11440,'Prêts et avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11443,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45113',11440,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11444,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45114',11440,'Dividendes à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11445,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45118',11440,'Autres dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11446,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4512',11439,'Dettes envers des entreprises liées dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11447,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45121',11446,'Ventes de marchandises et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11448,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45122',11446,'Prêts et avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11449,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45123',11446,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11450,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45124',11446,'Dividendes à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11451,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45128',11446,'Autres dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11452,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','452',11438,'Dettes envers des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11453,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4521',11452,'Dettes envers des entreprises avec lesquelles la société a un lien de participation dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11454,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45211',11453,'Ventes de marchandises et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11455,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45212',11453,'Prêts et avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11456,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45213',11453,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11457,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45214',11453,'Dividendes à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11458,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45218',11453,'Autres dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11459,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4522',11452,'Dettes envers des entreprises avec lesquelles la société a un lien de participation dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11460,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45221',11459,'Ventes de marchandises et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11461,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45222',11459,'Prêts et avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11462,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45223',11459,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11463,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45224',11459,'Dividendes à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11464,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45228',11459,'Autres dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11465,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46','','Dettes fiscales et dettes envers la sécurité sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11466,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461',11465,'Dettes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11467,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4611',11466,'Administrations communales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11468,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46111',11467,'Impôts communaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11469,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46112',11467,'Taxes communales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11470,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4612',11466,'Administration des Contributions Directes (ACD)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11471,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46121',11470,'Impôt sur le revenu des collectivités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11472,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461211',11471,'Impôt sur le revenu des collectivités – charge fiscale estimée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11473,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461212',11471,'Impôt sur le revenu des collectivités – dette fiscale à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11474,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46122',11470,'Impôt commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11475,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461221',11474,'Impôt commercial – charge fiscale estimée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11476,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461222',11474,'Impôt commercial – dette fiscale à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11477,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46123',11470,'Impôt sur la fortune','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11478,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461231',11477,'Impôt sur la fortune – charge fiscale estimée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11479,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461232',11477,'Impôt sur la fortune – dette fiscale à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11480,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46124',11470,'Retenue d’impôt sur traitements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11481,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46125',11470,'Retenue d’impôt sur revenus de capitaux mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11482,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46126',11470,'Retenue d’impôt sur les tantièmes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11483,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46128',11470,'ACD – Autres dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11484,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4613',11466,'Administration des Douanes et Accises (ADA)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11485,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46131',11484,'Taxe sur les véhicules automoteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11486,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46132',11484,'Droits d’accises et taxe de consommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11487,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46138',11484,'ADA – Autres dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11488,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4614',11466,'Administration de l’Enregistrement et des Domaines (AED)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11489,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46141',11488,'Taxe sur la valeur ajoutée – TVA','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11490,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461411',11489,'TVA en aval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11491,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461412',11489,'TVA due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11492,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461413',11489,'TVA acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11493,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461418',11489,'TVA – Autres dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11494,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46142',11488,'Impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11495,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461421',11494,'Droits d’enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11496,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461422',11494,'Taxe d’abonnement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11497,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461423',11494,'Droits d’hypothèques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11498,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461424',11494,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11499,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461428',11494,'Autres impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11500,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4615',11466,'Administrations fiscales étrangères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11501,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','462',11465,'Dettes au titre de la sécurité sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11502,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4621',11501,'Centre Commun de Sécurité Sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11503,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4622',11501,'Organismes de sécurité sociale étrangers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11504,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4628',11501,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11505,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47','','Autres dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11506,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','471',11505,'Autres dettes dont la durée résiduelle est inférieure ou égale à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11507,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4711',11506,'Dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11508,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47111',11507,'Dépôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11509,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47112',11507,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11510,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47113',11507,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11511,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4712',11506,'Dettes envers associés et actionnaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11512,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47121',11511,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11513,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47122',11511,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11514,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4713',11506,'Dettes envers administrateurs, gérants et commissaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11515,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4714',11506,'Dettes envers le personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11516,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47141',11515,'Personnel – Rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11517,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47142',11515,'Personnel – Dépôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11518,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47143',11515,'Personnel – Oppositions, saisies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11519,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47148',11515,'Personnel – Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11520,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4715',11506,'Etat – Droits d’émission à restituer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11521,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4718',11506,'Autres dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11522,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','472',11505,'Autres dettes dont la durée résiduelle est supérieure à un an','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11523,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4721',11522,'Dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11524,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47211',11523,'Dépôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11525,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47212',11523,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11526,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47213',11523,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11527,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4722',11522,'Dettes envers associés et actionnaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11528,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47221',11527,'Montant principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11529,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47222',11527,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11530,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4723',11522,'Dettes envers administrateurs, gérants et commissaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11531,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4724',11522,'Dettes envers le personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11532,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47241',11531,'Personnel – Rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11533,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47242',11531,'Personnel – Dépôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11534,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47243',11531,'Personnel – Oppositions, saisies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11535,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47248',11531,'Personnel – Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11536,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4726',11522,'Etat – Droits d’émission à restituer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11537,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4728',11522,'Autres dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11538,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','48','','Comptes de régularisation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11539,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','481',11538,'Charges à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11540,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','482',11538,'Produits à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11541,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','483',11538,'Etat – droits d’émission alloués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11542,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','484',11538,'Comptes transitoires ou d’attente – Actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11543,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','485',11538,'Comptes transitoires ou d’attente – Passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11544,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','486',11538,'Comptes de liaison – Actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11545,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','487',11538,'Comptes de liaison – Passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11546,'PCN-LUXEMBURG','FINAN','XXXXXX','5','','Valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11547,'PCN-LUXEMBURG','FINAN','XXXXXX','501',11546,'Parts dans des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11548,'PCN-LUXEMBURG','FINAN','XXXXXX','502',11546,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11549,'PCN-LUXEMBURG','FINAN','XXXXXX','503',11546,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11550,'PCN-LUXEMBURG','FINAN','XXXXXX','508',11546,'Autres valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11551,'PCN-LUXEMBURG','FINAN','XXXXXX','5081',11550,'Actions – Titres cotés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11552,'PCN-LUXEMBURG','FINAN','XXXXXX','5082',11550,'Actions – Titres non cotés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11553,'PCN-LUXEMBURG','FINAN','XXXXXX','5083',11550,'Obligations et autres titres de créance émis par la société et rachetés par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11554,'PCN-LUXEMBURG','FINAN','XXXXXX','5084',11550,'Obligations – Titres cotés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11555,'PCN-LUXEMBURG','FINAN','XXXXXX','5085',11550,'Obligations – Titres non cotés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11556,'PCN-LUXEMBURG','FINAN','XXXXXX','5088',11550,'Autres valeurs mobilières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11557,'PCN-LUXEMBURG','FINAN','XXXXXX','51','','Avoirs en banques, avoirs en comptes de chèques postaux, chèques et encaisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11558,'PCN-LUXEMBURG','FINAN','XXXXXX','511',11557,'Chèques à encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11559,'PCN-LUXEMBURG','FINAN','XXXXXX','512',11557,'Valeurs à l’encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11560,'PCN-LUXEMBURG','FINAN','XXXXXX','513',11557,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11561,'PCN-LUXEMBURG','FINAN','XXXXXX','5131',11560,'Banques comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11562,'PCN-LUXEMBURG','FINAN','XXXXXX','5132',11560,'Banques comptes à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11563,'PCN-LUXEMBURG','FINAN','XXXXXX','514',11557,'Compte chèque postal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11564,'PCN-LUXEMBURG','FINAN','XXXXXX','516',11557,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11565,'PCN-LUXEMBURG','FINAN','XXXXXX','517',11557,'Virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11566,'PCN-LUXEMBURG','FINAN','XXXXXX','518',11557,'Autres avoirs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11567,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6','','Consommation de marchandises et de matières premières et consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11568,'PCN-LUXEMBURG','EXPENSE','XXXXXX','601',11567,'Matières premières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11569,'PCN-LUXEMBURG','EXPENSE','XXXXXX','602',11567,'Matières consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11570,'PCN-LUXEMBURG','EXPENSE','XXXXXX','603',11567,'Fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11571,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6031',11570,'Combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11572,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60311',11571,'Solides','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11573,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60312',11571,'Liquides','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11574,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60313',11571,'Gaz comprimé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11575,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6032',11570,'Produits d’entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11576,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6033',11570,'Fournitures d’atelier et d’usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11577,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6034',11570,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11578,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6035',11570,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11579,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6036',11570,'Carburants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11580,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6037',11570,'Lubrifiants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11581,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6038',11570,'Autres fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11582,'PCN-LUXEMBURG','EXPENSE','XXXXXX','604',11567,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11583,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6041',11582,'Emballages non récupérables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11584,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6042',11582,'Emballages récupérables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11585,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6043',11582,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11586,'PCN-LUXEMBURG','EXPENSE','XXXXXX','605',11567,'Approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11587,'PCN-LUXEMBURG','EXPENSE','XXXXXX','606',11567,'Achats de biens destinés à la revente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11588,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6061',11587,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11589,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6062',11587,'Immeubles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11590,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6063',11587,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11591,'PCN-LUXEMBURG','EXPENSE','XXXXXX','607',11567,'Variation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11592,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6071',11591,'Variation des stocks de matières premières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11593,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6072',11591,'Variation des stocks de matières consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11594,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6073',11591,'Variation des stocks de fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11595,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6074',11591,'Variation des stocks d’emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11596,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6075',11591,'Variation des stocks d’approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11597,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6076',11591,'Variation des stocks de biens destinés à la revente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11598,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608',11567,'Achats non stockés et achats incorporés aux ouvrages et produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11599,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6081',11598,'Achats non stockés de matières et fournitures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11600,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60811',11599,'Fournitures non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11601,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608111',11600,'Eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11602,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608112',11600,'Electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11603,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608113',11600,'Gaz de canalisation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11604,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60812',11599,'Fournitures d’entretien et de petit équipement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11605,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60813',11599,'Fournitures administratives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11606,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60814',11599,'Carburants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11607,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60815',11599,'Lubrifiants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11608,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60816',11599,'Vêtements professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11609,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60818',11599,'Autres matières et fournitures non stockées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11610,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6082',11598,'Achats incorporés aux ouvrages et produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11611,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60821',11610,'Achats d’études et prestations de services (incorporés aux ouvrages et produits)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11612,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608211',11611,'Travail à façon','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11613,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608212',11611,'Recherche et développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11614,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608213',11611,'Frais d’architectes et d’ingénieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11615,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60822',11610,'Achats de matériel, équipements, pièces détachées et travaux (incorporés aux ouvrages et produits)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11616,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60828',11610,'Autres achats d’études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11617,'PCN-LUXEMBURG','EXPENSE','XXXXXX','609',11567,'Rabais, remises et ristournes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11618,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6091',11617,'Matières premières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11619,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6092',11617,'Matières consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11620,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6093',11617,'Fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11621,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6094',11617,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11622,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6095',11617,'Approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11623,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6096',11617,'Achats de biens destinés à la revente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11624,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6098',11617,'Achats non stockés et achats incorporés aux ouvrages et produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11625,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6099',11617,'Rabais, remises et ristournes non affectés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11626,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61','','Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11627,'PCN-LUXEMBURG','EXPENSE','XXXXXX','611',11626,'Loyers et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11628,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6111',11627,'Locations immobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11629,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61111',11628,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11630,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61112',11628,'Bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11631,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6112',11627,'Locations mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11632,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61121',11631,'Installations techniques et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11633,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61122',11631,'Autres installations, outillages et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11634,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61123',11631,'Matériel roulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11635,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6113',11627,'Charges locatives et de copropriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11636,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6114',11627,'Leasing immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11637,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61141',11636,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11638,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61142',11636,'Bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11639,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6115',11627,'Leasing mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11640,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61151',11639,'Installations techniques et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11641,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61152',11639,'Autres installations, outillages et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11642,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61153',11639,'Matériel roulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11643,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6116',11627,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11644,'PCN-LUXEMBURG','EXPENSE','XXXXXX','612',11626,'Sous-traitance, entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11645,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6121',11644,'Sous-traitance générale (non incorporée directement aux ouvrages, travaux et produits)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11646,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6122',11644,'Entretien et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11647,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61221',11646,'Sur installations techniques et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11648,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61222',11646,'Sur autres installations, outillages et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11649,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61223',11646,'Sur matériel roulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11650,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6123',11644,'Contrats de maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11651,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6124',11644,'Etudes et recherches (non incorporées dans les produits)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11652,'PCN-LUXEMBURG','EXPENSE','XXXXXX','613',11626,'Rémunérations d’intermédiaires et honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11653,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6131',11652,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11654,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61311',11653,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11655,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61312',11653,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11656,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61313',11653,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11657,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6132',11652,'Traitement informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11658,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6133',11652,'Services bancaires et assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11659,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61331',11658,'Frais sur titres (achat, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11660,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61332',11658,'Commissions et frais sur émission d’emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11661,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61333',11658,'Frais de compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11662,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61334',11658,'Frais sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11663,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61335',11658,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11664,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61336',11658,'Rémunérations d’affacturage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11665,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61337',11658,'Location de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11666,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61338',11658,'Autres frais et commissions bancaires (hors intérêts et frais assimilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11667,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6134',11652,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11668,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61341',11667,'Honoraires juridiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11669,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61342',11667,'Honoraires comptables et d’audit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11670,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61343',11667,'Honoraires fiscaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11671,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61348',11667,'Autres honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11672,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6135',11652,'Frais d’actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11673,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6136',11652,'Frais de recrutement de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11674,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6138',11652,'Autres rémunérations d’intermédiaires et honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11675,'PCN-LUXEMBURG','EXPENSE','XXXXXX','614',11626,'Primes d’assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11676,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6141',11675,'Assurances sur biens de l’actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11677,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61411',11676,'Bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11678,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61412',11676,'Véhicules','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11679,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61413',11676,'Installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11680,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61418',11676,'Sur autres biens de l’actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11681,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6142',11675,'Assurances sur biens pris en location','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11682,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6143',11675,'Assurance-transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11683,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61431',11682,'Sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11684,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61432',11682,'Sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11685,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61438',11682,'Sur autres biens','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11686,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6144',11675,'Assurance risque d’exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11687,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6145',11675,'Assurance insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11688,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6146',11675,'Assurance responsabilité civile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11689,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6148',11675,'Autres assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11690,'PCN-LUXEMBURG','EXPENSE','XXXXXX','615',11626,'Frais de marketing et de communication','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11691,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6151',11690,'Frais de marketing et de publicité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11692,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61511',11691,'Annonces et insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11693,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61512',11691,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11694,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61513',11691,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11695,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61514',11691,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11696,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61515',11691,'Catalogues et imprimés et publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11697,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61516',11691,'Dons courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11698,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61517',11691,'Sponsoring','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11699,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61518',11691,'Autres achats de services publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11700,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6152',11690,'Frais de déplacements et de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11701,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61521',11700,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11702,'PCN-LUXEMBURG','EXPENSE','XXXXXX','615211',11701,'Direction (respectivement exploitant et associés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11703,'PCN-LUXEMBURG','EXPENSE','XXXXXX','615212',11701,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11704,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61522',11700,'Frais de déménagement de l’entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11705,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61523',11700,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11706,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61524',11700,'Réceptions et frais de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11707,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6153',11690,'Frais postaux et frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11708,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61531',11707,'Timbres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11709,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61532',11707,'Téléphone et autres frais de télécommunication','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11710,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61538',11707,'Autres frais postaux (location de boîtes postales, etc.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11711,'PCN-LUXEMBURG','EXPENSE','XXXXXX','616',11626,'Transports de biens et transports collectifs du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11712,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6161',11711,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11713,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6162',11711,'Transports sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11714,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6163',11711,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11715,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6164',11711,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11716,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6165',11711,'Transports collectifs du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11717,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6168',11711,'Autres transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11718,'PCN-LUXEMBURG','EXPENSE','XXXXXX','617',11626,'Personnel extérieur à l’entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11719,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6171',11718,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11720,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6172',11718,'Personnel prêté à l’entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11721,'PCN-LUXEMBURG','EXPENSE','XXXXXX','618',11626,'Charges externes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11722,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6181',11721,'Documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11723,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61811',11722,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11724,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61812',11722,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11725,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6182',11721,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11726,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6183',11721,'Elimination des déchets industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11727,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6184',11721,'Elimination de déchets non industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11728,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6185',11721,'Evacuation des eaux usées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11729,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6186',11721,'Frais de surveillance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11730,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6187',11721,'Cotisations aux associations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11731,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6188',11721,'Autres charges externes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11732,'PCN-LUXEMBURG','EXPENSE','XXXXXX','619',11626,'Rabais, remises et ristournes obtenus sur autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11733,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62','','Frais de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11734,'PCN-LUXEMBURG','EXPENSE','XXXXXX','621',11733,'Rémunérations des salariés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11735,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6211',11734,'Salaires bruts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11736,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62111',11735,'Salaires de base','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11737,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62112',11735,'Suppléments pour travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11738,'PCN-LUXEMBURG','EXPENSE','XXXXXX','621121',11737,'Dimanche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11739,'PCN-LUXEMBURG','EXPENSE','XXXXXX','621122',11737,'Jours fériés légaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11740,'PCN-LUXEMBURG','EXPENSE','XXXXXX','621123',11737,'Heures supplémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11741,'PCN-LUXEMBURG','EXPENSE','XXXXXX','621128',11737,'Autres suppléments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11742,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62113',11735,'Primes de ménage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11743,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62114',11735,'Gratifications, primes et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11744,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62115',11735,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11745,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62116',11735,'Indemnités de licenciement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11746,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62117',11735,'Trimestre de faveur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11747,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6218',11734,'Autres avantages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11748,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6219',11734,'Remboursements sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11749,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62191',11748,'Remboursements mutualité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11750,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62192',11748,'Remboursements pour congé politique, sportif, culturel, éducatif et mandats sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11751,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62193',11748,'Remboursements trimestre de faveur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11752,'PCN-LUXEMBURG','EXPENSE','XXXXXX','622',11733,'Autre personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11753,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6221',11752,'Etudiants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11754,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6222',11752,'Salaires occasionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11755,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6228',11752,'Autre personnel temporaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11756,'PCN-LUXEMBURG','EXPENSE','XXXXXX','623',11733,'Charges sociales (part patronale)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11757,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6231',11756,'Charges sociales salariés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11758,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62311',11757,'Caisse Nationale de Santé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11759,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62312',11757,'Caisse Nationale d’Assurance-Pension','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11760,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62318',11757,'Cotisations patronales complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11761,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6232',11756,'Assurance accidents du travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11762,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6233',11756,'Service de santé au travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11763,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6238',11756,'Autres charges sociales patronales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11764,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6239',11756,'Remboursements de charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11765,'PCN-LUXEMBURG','EXPENSE','XXXXXX','624',11733,'Pensions complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11766,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6241',11765,'Primes à des fonds de pensions extérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11767,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6242',11765,'Dotation aux provisions pour pensions complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11768,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6243',11765,'Retenue d’impôt sur pension complémentaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11769,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6244',11765,'Prime d’assurance insolvabilité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11770,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6245',11765,'Pensions complémentaires versées par l’employeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11771,'PCN-LUXEMBURG','EXPENSE','XXXXXX','628',11733,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11772,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6281',11771,'Médecine du travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11773,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6288',11771,'Autres charges sociales diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11774,'PCN-LUXEMBURG','EXPENSE','XXXXXX','63','','Dotations aux corrections de valeur des éléments d’actif non financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11775,'PCN-LUXEMBURG','EXPENSE','XXXXXX','631',11774,'Dotations aux corrections de valeur sur frais d’établissement et frais assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11776,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6311',11775,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11777,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6312',11775,'Frais de premier établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11778,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6313',11775,'Frais d’augmentation de capital et d’opérations diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11779,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6314',11775,'Frais d’émission d’emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11780,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6318',11775,'Autres frais assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11781,'PCN-LUXEMBURG','EXPENSE','XXXXXX','632',11774,'Dotations aux corrections de valeur sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11782,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6321',11781,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11783,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6322',11781,'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11784,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6323',11781,'Fonds de commerce dans la mesure où il a été acquis à titre onéreux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11785,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6324',11781,'Acomptes versés et immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11786,'PCN-LUXEMBURG','EXPENSE','XXXXXX','633',11774,'Dotations aux corrections de valeur sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11787,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6331',11786,'Terrains et constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11788,'PCN-LUXEMBURG','EXPENSE','XXXXXX','63311',11787,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11789,'PCN-LUXEMBURG','EXPENSE','XXXXXX','63312',11787,'Agencements et aménagements de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11790,'PCN-LUXEMBURG','EXPENSE','XXXXXX','63313',11787,'Constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11791,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6332',11786,'Installations techniques et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11792,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6333',11786,'Autres installations, outillage, mobilier et matériel roulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11793,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6334',11786,'Acomptes versés et immobilisations corporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11794,'PCN-LUXEMBURG','EXPENSE','XXXXXX','634',11774,'Dotations aux corrections de valeur sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11795,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6341',11794,'Matières premières et consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11796,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6342',11794,'Produits en cours de fabrication et commandes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11797,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6343',11794,'Produits finis et marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11798,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6344',11794,'Terrains et immeubles destinés à la revente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11799,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6345',11794,'Acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11800,'PCN-LUXEMBURG','EXPENSE','XXXXXX','635',11774,'Dotations aux corrections de valeur sur créances de l’actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11801,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6351',11800,'Créances résultant de ventes et prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11802,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6352',11800,'Créances sur des entreprises liées et des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11803,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6353',11800,'Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11804,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64','','Autres charges d’exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11805,'PCN-LUXEMBURG','EXPENSE','XXXXXX','641',11804,'Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11806,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6411',11805,'Concessions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11807,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6412',11805,'Brevets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11808,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6413',11805,'Licences informatiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11809,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6414',11805,'Marques et franchises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11810,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6415',11805,'Droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11811,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64151',11810,'Droits d’auteur et de reproduction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11812,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64158',11810,'Autres droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11813,'PCN-LUXEMBURG','EXPENSE','XXXXXX','642',11804,'Indemnités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11814,'PCN-LUXEMBURG','EXPENSE','XXXXXX','643',11804,'Jetons de présence','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11815,'PCN-LUXEMBURG','EXPENSE','XXXXXX','644',11804,'Tantièmes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11816,'PCN-LUXEMBURG','EXPENSE','XXXXXX','645',11804,'Pertes sur créances irrécouvrables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11817,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6451',11816,'Créances résultant de ventes et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11818,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6452',11816,'Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11819,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6453',11816,'Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11820,'PCN-LUXEMBURG','EXPENSE','XXXXXX','646',11804,'Impôts, taxes et versements assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11821,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6461',11820,'Impôt foncier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11822,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6462',11820,'TVA non déductible','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11823,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6463',11820,'Droits sur les marchandises en provenance de l’étranger','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11824,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64631',11823,'Droits d’accises et taxe de consommation sur marchandises en provenance de l’étranger','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11825,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64632',11823,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11826,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64633',11823,'Montants compensatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11827,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6464',11820,'Droits d’accises à la production et taxe de consommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11828,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6465',11820,'Droits d’enregistrement et de timbre, droits d’hypothèques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11829,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64651',11828,'Droits d’enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11830,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64652',11828,'Taxe d’abonnement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11831,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64653',11828,'Droits d’hypothèques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11832,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64654',11828,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11833,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64658',11828,'Autres droits d’enregistrement et de timbre, droits d’hypothèques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11834,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6466',11820,'Taxes sur les véhicules','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11835,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6467',11820,'Taxe de cabaretage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11836,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6468',11820,'Autres droits et impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11837,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6469',11820,'Dotations aux provisions pour impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11838,'PCN-LUXEMBURG','EXPENSE','XXXXXX','647',11804,'Dotations aux plus-values immunisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11839,'PCN-LUXEMBURG','EXPENSE','XXXXXX','648',11804,'Autres charges d’exploitation diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11840,'PCN-LUXEMBURG','EXPENSE','XXXXXX','649',11804,'Dotations aux provisions d’exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11841,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65','','Charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11842,'PCN-LUXEMBURG','EXPENSE','XXXXXX','651',11841,'Dotations aux corrections de valeur et ajustements pour juste valeur sur immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11843,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6511',11842,'Dotations aux corrections de valeur sur immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11844,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65111',11843,'Parts dans des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11845,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65112',11843,'Créances sur des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11846,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65113',11843,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11847,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65114',11843,'Créances sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11848,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65115',11843,'Titres ayant le caractère d’immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11849,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65116',11843,'Prêts et créances immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11850,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65117',11843,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11851,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6512',11842,'Ajustements pour juste valeur sur immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11852,'PCN-LUXEMBURG','EXPENSE','XXXXXX','653',11841,'Dotations aux corrections de valeur et ajustements pour juste valeur sur éléments financiers de l’actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11853,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6531',11852,'Dotations aux corrections de valeur sur valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11854,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65311',11853,'Parts dans des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11855,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65312',11853,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11856,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65313',11853,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11857,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65318',11853,'Autres valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11858,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6532',11852,'Dotations aux corrections de valeur sur créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11859,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6533',11852,'Dotations aux corrections de valeur sur autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11860,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6534',11852,'Ajustements pour juste valeur sur éléments financiers de l’actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11861,'PCN-LUXEMBURG','EXPENSE','XXXXXX','654',11841,'Moins-values de cession de valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11862,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6541',11861,'Parts dans des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11863,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6542',11861,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11864,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6543',11861,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11865,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6548',11861,'Autres valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11866,'PCN-LUXEMBURG','EXPENSE','XXXXXX','655',11841,'Intérêts et escomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11867,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6551',11866,'Intérêts des dettes financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11868,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65511',11867,'Intérêts des dettes subordonnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11869,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65512',11867,'Intérêts des emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11870,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6552',11866,'Intérêts bancaires et assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11871,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65521',11870,'Intérêts bancaires sur comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11872,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65522',11870,'Intérêts bancaires sur opérations de financement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11873,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65523',11870,'Intérêts sur leasings financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11874,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6553',11866,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11875,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6554',11866,'Intérêts sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11876,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6555',11866,'Escomptes et frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11877,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6556',11866,'Escomptes accordés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11878,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6558',11866,'Intérêts sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11879,'PCN-LUXEMBURG','EXPENSE','XXXXXX','656',11841,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11880,'PCN-LUXEMBURG','EXPENSE','XXXXXX','657',11841,'Quote-part de perte dans les entreprises collectives (autres que les sociétés de capitaux)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11881,'PCN-LUXEMBURG','EXPENSE','XXXXXX','658',11841,'Autres charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11882,'PCN-LUXEMBURG','EXPENSE','XXXXXX','659',11841,'Dotations aux provisions financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11883,'PCN-LUXEMBURG','EXPENSE','XXXXXX','66','','Charges exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11884,'PCN-LUXEMBURG','EXPENSE','XXXXXX','661',11883,'Dotations aux corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11885,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6611',11884,'Sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11886,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6612',11884,'Sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11887,'PCN-LUXEMBURG','EXPENSE','XXXXXX','662',11883,'Dotations aux corrections de valeur exceptionnelles sur éléments de l’actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11888,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6621',11887,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11889,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6622',11887,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11890,'PCN-LUXEMBURG','EXPENSE','XXXXXX','663',11883,'Valeur comptable des immobilisations incorporelles et corporelles cédées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11891,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6631',11890,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11892,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6632',11890,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11893,'PCN-LUXEMBURG','EXPENSE','XXXXXX','664',11883,'Valeur comptable des immobilisations financières cédées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11894,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6641',11893,'Parts dans des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11895,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6642',11893,'Créances sur des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11896,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6643',11893,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11897,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6644',11893,'Créances sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11898,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6645',11893,'Titres ayant le caractère d’immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11899,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6646',11893,'Prêts et créances immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11900,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6647',11893,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11901,'PCN-LUXEMBURG','EXPENSE','XXXXXX','665',11883,'Valeur comptable des créances de l’actif circulant financier cédées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11902,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6651',11901,'ur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11903,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6652',11901,'Sur autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11904,'PCN-LUXEMBURG','EXPENSE','XXXXXX','668',11883,'Autres charges exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11905,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6681',11904,'Pénalités sur marchés et dédits payés sur achats et ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11906,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6682',11904,'Amendes et pénalités fiscales, sociales et pénales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11907,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6683',11904,'Dommages et intérêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11908,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6684',11904,'Malis provenant de clauses d’indexation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11909,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6688',11904,'Autres charges exceptionnelles diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11910,'PCN-LUXEMBURG','EXPENSE','XXXXXX','669',11883,'Dotations aux provisions exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11911,'PCN-LUXEMBURG','EXPENSE','XXXXXX','67','','Impôts sur le résultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11912,'PCN-LUXEMBURG','EXPENSE','XXXXXX','671',11911,'Impôt sur le revenu des collectivités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11913,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6711',11912,'Exercice courant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11914,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6712',11912,'Exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11915,'PCN-LUXEMBURG','EXPENSE','XXXXXX','672',11911,'Impôt commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11916,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6721',11915,'Exercice courant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11917,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6722',11915,'Exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11918,'PCN-LUXEMBURG','EXPENSE','XXXXXX','673',11911,'Impôts étrangers sur le résultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11919,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6731',11918,'Retenues d’impôt à la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11920,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6732',11918,'Impôts supportés par les établissements stables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11921,'PCN-LUXEMBURG','EXPENSE','XXXXXX','67321',11921,'Exercice courant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11922,'PCN-LUXEMBURG','EXPENSE','XXXXXX','67322',11921,'Exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11923,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6733',11918,'Impôts supportés par les entreprises non résidentes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11924,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6738',11918,'Autres impôts étrangers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11925,'PCN-LUXEMBURG','EXPENSE','XXXXXX','679',11911,'Dotations aux provisions pour impôts sur le résultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11926,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6791',11925,'Dotations aux provisions pour impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11927,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6792',11925,'Dotations aux provisions pour impôts différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11928,'PCN-LUXEMBURG','EXPENSE','XXXXXX','68','','Autres impôts ne figurant pas sous le poste ci-dessus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11929,'PCN-LUXEMBURG','EXPENSE','XXXXXX','681',11928,'Impôt sur la fortune','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11930,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6811',11930,'Exercice courant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11931,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6812',11930,'Exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11932,'PCN-LUXEMBURG','EXPENSE','XXXXXX','682',11928,'Taxe d’abonnement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11933,'PCN-LUXEMBURG','EXPENSE','XXXXXX','683',11928,'Impôts étrangers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11934,'PCN-LUXEMBURG','EXPENSE','XXXXXX','688',11928,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11935,'PCN-LUXEMBURG','EXPENSE','XXXXXX','689',11928,'Dotations aux provisions pour autres impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11936,'PCN-LUXEMBURG','INCOME','XXXXXX','70','','Montant net du chiffre d’affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11937,'PCN-LUXEMBURG','INCOME','XXXXXX','701',11936,'Ventes sur commandes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11938,'PCN-LUXEMBURG','INCOME','XXXXXX','7011',11937,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11939,'PCN-LUXEMBURG','INCOME','XXXXXX','7012',11937,'Prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11940,'PCN-LUXEMBURG','INCOME','XXXXXX','7013',11937,'Immeubles en construction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11941,'PCN-LUXEMBURG','INCOME','XXXXXX','702',11936,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11942,'PCN-LUXEMBURG','INCOME','XXXXXX','703',11936,'Ventes de produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11943,'PCN-LUXEMBURG','INCOME','XXXXXX','704',11936,'Ventes de produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11944,'PCN-LUXEMBURG','INCOME','XXXXXX','705',11936,'Ventes d’éléments destinés à la revente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11945,'PCN-LUXEMBURG','INCOME','XXXXXX','7051',11944,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11946,'PCN-LUXEMBURG','INCOME','XXXXXX','7052',11944,'Ventes de terrains et d’immeubles existants (promotion immobilière)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11947,'PCN-LUXEMBURG','INCOME','XXXXXX','7053',11944,'Ventes d’autres éléments destinés à la revente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11948,'PCN-LUXEMBURG','INCOME','XXXXXX','706',11936,'Prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11949,'PCN-LUXEMBURG','INCOME','XXXXXX','708',11936,'Autres éléments du chiffre d’affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11950,'PCN-LUXEMBURG','INCOME','XXXXXX','7081',11949,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11951,'PCN-LUXEMBURG','INCOME','XXXXXX','7082',11949,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11952,'PCN-LUXEMBURG','INCOME','XXXXXX','70821',11951,'Loyer immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11953,'PCN-LUXEMBURG','INCOME','XXXXXX','70822',11951,'Loyer mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11954,'PCN-LUXEMBURG','INCOME','XXXXXX','7083',11949,'Ventes d’emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11955,'PCN-LUXEMBURG','INCOME','XXXXXX','7088',11949,'Autres éléments divers du chiffre d’affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11956,'PCN-LUXEMBURG','INCOME','XXXXXX','709',11936,'Rabais, remises et ristournes accordés par l’entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11957,'PCN-LUXEMBURG','INCOME','XXXXXX','7091',11956,'Sur ventes sur commandes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11958,'PCN-LUXEMBURG','INCOME','XXXXXX','7092',11956,'Sur ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11959,'PCN-LUXEMBURG','INCOME','XXXXXX','7093',11956,'Sur ventes de produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11960,'PCN-LUXEMBURG','INCOME','XXXXXX','7094',11956,'Sur ventes de produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11961,'PCN-LUXEMBURG','INCOME','XXXXXX','7095',11956,'Sur ventes d’éléments destinés à la revente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11962,'PCN-LUXEMBURG','INCOME','XXXXXX','7096',11956,'Sur prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11963,'PCN-LUXEMBURG','INCOME','XXXXXX','7098',11956,'Sur autres éléments du chiffre d’affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11964,'PCN-LUXEMBURG','INCOME','XXXXXX','71','','Variation des stocks de produits finis, d’en cours de fabrication et des commandes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11965,'PCN-LUXEMBURG','INCOME','XXXXXX','711',11964,'Variation des stocks de produits en cours de fabrication et de commandes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11966,'PCN-LUXEMBURG','INCOME','XXXXXX','7111',11965,'Variation des stocks de produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11967,'PCN-LUXEMBURG','INCOME','XXXXXX','7112',11965,'Variation des stocks de commandes en cours – produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11968,'PCN-LUXEMBURG','INCOME','XXXXXX','7113',11965,'Variation des stocks de commandes en cours – prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11969,'PCN-LUXEMBURG','INCOME','XXXXXX','7114',11965,'Variation des stocks d’immeubles en construction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11970,'PCN-LUXEMBURG','INCOME','XXXXXX','712',11964,'Variation des stocks de produits finis et marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11971,'PCN-LUXEMBURG','INCOME','XXXXXX','7121',11970,'Variation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11972,'PCN-LUXEMBURG','INCOME','XXXXXX','7122',11970,'Variation des stocks de produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11973,'PCN-LUXEMBURG','INCOME','XXXXXX','7123',11970,'Variation des stocks de produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11974,'PCN-LUXEMBURG','INCOME','XXXXXX','7126',11970,'Variation des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11975,'PCN-LUXEMBURG','INCOME','XXXXXX','7127',11970,'Variation des stocks de marchandises en voie d’acheminement, mises en dépôt ou données en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11976,'PCN-LUXEMBURG','INCOME','XXXXXX','72','','Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11977,'PCN-LUXEMBURG','INCOME','XXXXXX','721',11976,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11978,'PCN-LUXEMBURG','INCOME','XXXXXX','7211',11977,'Frais de recherche et développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11979,'PCN-LUXEMBURG','INCOME','XXXXXX','7212',11977,'Concessions, brevets, licences, marques, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11980,'PCN-LUXEMBURG','INCOME','XXXXXX','72121',11979,'Concessions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11981,'PCN-LUXEMBURG','INCOME','XXXXXX','72122',11979,'Brevets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11982,'PCN-LUXEMBURG','INCOME','XXXXXX','72123',11979,'Licences informatiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11983,'PCN-LUXEMBURG','INCOME','XXXXXX','72124',11979,'Marques et franchises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11984,'PCN-LUXEMBURG','INCOME','XXXXXX','72125',11983,'Droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11985,'PCN-LUXEMBURG','INCOME','XXXXXX','721251',11984,'Droits d’auteur et de reproduction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11986,'PCN-LUXEMBURG','INCOME','XXXXXX','721258',11984,'Autres droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11987,'PCN-LUXEMBURG','INCOME','XXXXXX','722',11976,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11988,'PCN-LUXEMBURG','INCOME','XXXXXX','7221',11987,'Terrains et constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11989,'PCN-LUXEMBURG','INCOME','XXXXXX','7222',11987,'Installations techniques et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11990,'PCN-LUXEMBURG','INCOME','XXXXXX','7223',11987,'Autres installations, outillage, mobilier et matériel roulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11991,'PCN-LUXEMBURG','INCOME','XXXXXX','73','','Reprises de corrections de valeur des éléments d’actif non financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11992,'PCN-LUXEMBURG','INCOME','XXXXXX','732',11991,'Reprises de corrections de valeur sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11993,'PCN-LUXEMBURG','INCOME','XXXXXX','7321',11992,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11994,'PCN-LUXEMBURG','INCOME','XXXXXX','7322',11992,'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11995,'PCN-LUXEMBURG','INCOME','XXXXXX','7323',11992,'Fonds de commerce dans la mesure où il a été acquis à titre onéreux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11996,'PCN-LUXEMBURG','INCOME','XXXXXX','7324',11992,'Acomptes versés et immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11997,'PCN-LUXEMBURG','INCOME','XXXXXX','733',11991,'Reprises de corrections de valeur sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11998,'PCN-LUXEMBURG','INCOME','XXXXXX','7331',11997,'Terrains et constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (11999,'PCN-LUXEMBURG','INCOME','XXXXXX','73311',11998,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12000,'PCN-LUXEMBURG','INCOME','XXXXXX','73312',11998,'Agencements et aménagements de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12001,'PCN-LUXEMBURG','INCOME','XXXXXX','73313',11998,'Constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12002,'PCN-LUXEMBURG','INCOME','XXXXXX','73314',11998,'Constructions sur sol d’autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12003,'PCN-LUXEMBURG','INCOME','XXXXXX','7332',11997,'Installations techniques et machines','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12004,'PCN-LUXEMBURG','INCOME','XXXXXX','7333',11997,'Autres installations, outillage, mobilier et matériel roulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12005,'PCN-LUXEMBURG','INCOME','XXXXXX','7334',11997,'Acomptes versés et immobilisations corporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12006,'PCN-LUXEMBURG','INCOME','XXXXXX','734',11991,'Reprises de corrections de valeur sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12007,'PCN-LUXEMBURG','INCOME','XXXXXX','7341',12006,'Matières premières et consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12008,'PCN-LUXEMBURG','INCOME','XXXXXX','7342',12006,'Produits en cours de fabrication et commandes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12009,'PCN-LUXEMBURG','INCOME','XXXXXX','7343',12006,'Produits finis et marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12010,'PCN-LUXEMBURG','INCOME','XXXXXX','7344',12006,'Terrains et immeubles destinés à la revente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12011,'PCN-LUXEMBURG','INCOME','XXXXXX','7345',12006,'Acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12012,'PCN-LUXEMBURG','INCOME','XXXXXX','735',11991,'Reprises de corrections de valeur sur créances de l’actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12013,'PCN-LUXEMBURG','INCOME','XXXXXX','7351',12012,'Créances résultant de ventes et prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12014,'PCN-LUXEMBURG','INCOME','XXXXXX','7352',12012,'Créances sur des entreprises liées et des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12015,'PCN-LUXEMBURG','INCOME','XXXXXX','7353',12012,'Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12016,'PCN-LUXEMBURG','INCOME','XXXXXX','74','','Autres produits d’exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12017,'PCN-LUXEMBURG','INCOME','XXXXXX','741',12016,'Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12018,'PCN-LUXEMBURG','INCOME','XXXXXX','7411',12017,'Concessions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12019,'PCN-LUXEMBURG','INCOME','XXXXXX','7412',12017,'Brevets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12020,'PCN-LUXEMBURG','INCOME','XXXXXX','7413',12017,'Licences informatiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12021,'PCN-LUXEMBURG','INCOME','XXXXXX','7414',12017,'Marques et franchises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12022,'PCN-LUXEMBURG','INCOME','XXXXXX','7415',12017,'Droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12023,'PCN-LUXEMBURG','INCOME','XXXXXX','74151',12022,'Droits d’auteur et de reproduction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12024,'PCN-LUXEMBURG','INCOME','XXXXXX','74158',12022,'Autres droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12025,'PCN-LUXEMBURG','INCOME','XXXXXX','742',12016,'Revenus des immeubles non affectés aux activités professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12026,'PCN-LUXEMBURG','INCOME','XXXXXX','743',12016,'Jetons de présence, tantièmes et rémunérations assimilées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12027,'PCN-LUXEMBURG','INCOME','XXXXXX','744',12016,'Subventions d’exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12028,'PCN-LUXEMBURG','INCOME','XXXXXX','7441',12027,'Subventions sur produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12029,'PCN-LUXEMBURG','INCOME','XXXXXX','7442',12027,'Bonifications d’intérêt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12030,'PCN-LUXEMBURG','INCOME','XXXXXX','7443',12027,'Montants compensatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12031,'PCN-LUXEMBURG','INCOME','XXXXXX','7444',12027,'Subventions destinées à promouvoir l’emploi','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12032,'PCN-LUXEMBURG','INCOME','XXXXXX','74441',12031,'Primes d’apprentissage reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12033,'PCN-LUXEMBURG','INCOME','XXXXXX','74442',12031,'Autres subventions destinées à promouvoir l’emploi','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12034,'PCN-LUXEMBURG','INCOME','XXXXXX','7448',12027,'Autres subventions d’exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12035,'PCN-LUXEMBURG','INCOME','XXXXXX','745',12016,'Ristournes perçues des coopératives (provenant des excédents)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12036,'PCN-LUXEMBURG','INCOME','XXXXXX','746',12016,'Indemnités d’assurance touchées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12037,'PCN-LUXEMBURG','INCOME','XXXXXX','747',12016,'Reprises de plus-values immunisées et de subventions d’investissement en capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12038,'PCN-LUXEMBURG','INCOME','XXXXXX','7471',12037,'Plus-values immunisées non réinvesties','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12039,'PCN-LUXEMBURG','INCOME','XXXXXX','7472',12037,'Plus-values immunisées réinvesties','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12040,'PCN-LUXEMBURG','INCOME','XXXXXX','7473',12037,'Subventions d’investissement en capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12041,'PCN-LUXEMBURG','INCOME','XXXXXX','748',12016,'Autres produits d’exploitation divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12042,'PCN-LUXEMBURG','INCOME','XXXXXX','749',12016,'Reprises sur provisions d’exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12043,'PCN-LUXEMBURG','INCOME','XXXXXX','75','','Produits financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12044,'PCN-LUXEMBURG','INCOME','XXXXXX','751',12043,'Reprises sur corrections de valeur et ajustements pour juste valeur sur immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12045,'PCN-LUXEMBURG','INCOME','XXXXXX','7511',12044,'Reprises sur corrections de valeur sur immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12046,'PCN-LUXEMBURG','INCOME','XXXXXX','75111',12045,'Parts dans des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12047,'PCN-LUXEMBURG','INCOME','XXXXXX','75112',12045,'Créances sur des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12048,'PCN-LUXEMBURG','INCOME','XXXXXX','75113',12045,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12049,'PCN-LUXEMBURG','INCOME','XXXXXX','75114',12045,'Créances sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12050,'PCN-LUXEMBURG','INCOME','XXXXXX','75115',12045,'Titres ayant le caractère d’immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12051,'PCN-LUXEMBURG','INCOME','XXXXXX','75116',12045,'Prêts et créances immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12052,'PCN-LUXEMBURG','INCOME','XXXXXX','75117',12045,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12053,'PCN-LUXEMBURG','INCOME','XXXXXX','7512',12044,'Ajustements pour juste valeur sur immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12054,'PCN-LUXEMBURG','INCOME','XXXXXX','752',12043,'Revenus des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12055,'PCN-LUXEMBURG','INCOME','XXXXXX','7521',12054,'Parts dans des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12056,'PCN-LUXEMBURG','INCOME','XXXXXX','7522',12054,'Créances sur des entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12057,'PCN-LUXEMBURG','INCOME','XXXXXX','7523',12054,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12058,'PCN-LUXEMBURG','INCOME','XXXXXX','7524',12054,'Créances sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12059,'PCN-LUXEMBURG','INCOME','XXXXXX','7525',12054,'Titres ayant le caractère d’immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12060,'PCN-LUXEMBURG','INCOME','XXXXXX','7526',12054,'Prêts et créances immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12061,'PCN-LUXEMBURG','INCOME','XXXXXX','7527',12054,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12062,'PCN-LUXEMBURG','INCOME','XXXXXX','753',12043,'Reprises sur corrections de valeur et ajustements pour juste valeur sur éléments financiers de l’actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12063,'PCN-LUXEMBURG','INCOME','XXXXXX','7531',12062,'Reprises sur corrections de valeur sur créances sur des entreprises liées et des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12064,'PCN-LUXEMBURG','INCOME','XXXXXX','7532',12062,'Reprises sur corrections de valeur sur autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12065,'PCN-LUXEMBURG','INCOME','XXXXXX','7533',12062,'Reprises sur corrections de valeur sur valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12066,'PCN-LUXEMBURG','INCOME','XXXXXX','75331',12065,'Parts dans les entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12067,'PCN-LUXEMBURG','INCOME','XXXXXX','75332',12065,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12068,'PCN-LUXEMBURG','INCOME','XXXXXX','75333',12065,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12069,'PCN-LUXEMBURG','INCOME','XXXXXX','75338',12065,'Autres valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12070,'PCN-LUXEMBURG','INCOME','XXXXXX','7534',12062,'Ajustements pour juste valeur sur éléments financiers de l’actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12071,'PCN-LUXEMBURG','INCOME','XXXXXX','754',12043,'Plus-value de cession et autres produits de valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12072,'PCN-LUXEMBURG','INCOME','XXXXXX','7541',12071,'Plus-value de cession de valeurs mobilière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12073,'PCN-LUXEMBURG','INCOME','XXXXXX','75411',12072,'Parts dans les entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12074,'PCN-LUXEMBURG','INCOME','XXXXXX','75412',12072,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12075,'PCN-LUXEMBURG','INCOME','XXXXXX','75413',12072,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12076,'PCN-LUXEMBURG','INCOME','XXXXXX','75418',12072,'Autres valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12077,'PCN-LUXEMBURG','INCOME','XXXXXX','7548',12071,'Autres produits de valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12078,'PCN-LUXEMBURG','INCOME','XXXXXX','75481',12077,'Parts dans les entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12079,'PCN-LUXEMBURG','INCOME','XXXXXX','75482',12077,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12080,'PCN-LUXEMBURG','INCOME','XXXXXX','75483',12077,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12081,'PCN-LUXEMBURG','INCOME','XXXXXX','75488',12077,'Autres valeurs mobilières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12082,'PCN-LUXEMBURG','INCOME','XXXXXX','755',12043,'Autres intérêts et escomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12083,'PCN-LUXEMBURG','INCOME','XXXXXX','7552',12082,'Intérêts bancaires et assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12084,'PCN-LUXEMBURG','INCOME','XXXXXX','75521',12083,'Intérêts sur comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12085,'PCN-LUXEMBURG','INCOME','XXXXXX','75522',12083,'Intérêts sur comptes à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12086,'PCN-LUXEMBURG','INCOME','XXXXXX','75523',12083,'Intérêts sur leasings financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12087,'PCN-LUXEMBURG','INCOME','XXXXXX','7553',12082,'Intérêts sur créances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12088,'PCN-LUXEMBURG','INCOME','XXXXXX','7554',12082,'Intérêts sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12089,'PCN-LUXEMBURG','INCOME','XXXXXX','7555',12082,'Escomptes d’effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12090,'PCN-LUXEMBURG','INCOME','XXXXXX','7556',12082,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12091,'PCN-LUXEMBURG','INCOME','XXXXXX','7558',12082,'Intérêts sur autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12092,'PCN-LUXEMBURG','INCOME','XXXXXX','756',12043,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12093,'PCN-LUXEMBURG','INCOME','XXXXXX','757',12043,'Quote-part de bénéfice dans les entreprises collectives (autres que les sociétés de capitaux)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12094,'PCN-LUXEMBURG','INCOME','XXXXXX','758',12043,'Autres produits financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12095,'PCN-LUXEMBURG','INCOME','XXXXXX','759',12043,'Reprises sur provisions financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12096,'PCN-LUXEMBURG','INCOME','XXXXXX','76','','Produits exceptionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12097,'PCN-LUXEMBURG','INCOME','XXXXXX','761',12096,'Reprises sur corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12098,'PCN-LUXEMBURG','INCOME','XXXXXX','7611',12097,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12099,'PCN-LUXEMBURG','INCOME','XXXXXX','7612',12097,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12100,'PCN-LUXEMBURG','INCOME','XXXXXX','762',12096,'Reprises sur corrections de valeur exceptionnelles sur éléments de l’actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12101,'PCN-LUXEMBURG','INCOME','XXXXXX','7621',12100,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12102,'PCN-LUXEMBURG','INCOME','XXXXXX','7622',12100,'Sur créances de l’actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12103,'PCN-LUXEMBURG','INCOME','XXXXXX','763',12096,'Produits de cession d’immobilisations incorporelles et corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12104,'PCN-LUXEMBURG','INCOME','XXXXXX','7631',12103,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12105,'PCN-LUXEMBURG','INCOME','XXXXXX','7632',12103,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12106,'PCN-LUXEMBURG','INCOME','XXXXXX','764',12096,'Produits de cession d’immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12107,'PCN-LUXEMBURG','INCOME','XXXXXX','7641',12106,'Parts dans les entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12108,'PCN-LUXEMBURG','INCOME','XXXXXX','7642',12106,'Créances sur entreprises liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12109,'PCN-LUXEMBURG','INCOME','XXXXXX','7643',12106,'Parts dans des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12110,'PCN-LUXEMBURG','INCOME','XXXXXX','7644',12106,'Créances sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12111,'PCN-LUXEMBURG','INCOME','XXXXXX','7645',12106,'Titres ayant le caractère d’immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12112,'PCN-LUXEMBURG','INCOME','XXXXXX','7646',12106,'Prêts et créances immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12113,'PCN-LUXEMBURG','INCOME','XXXXXX','7647',12106,'Actions propres ou parts propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12114,'PCN-LUXEMBURG','INCOME','XXXXXX','765',12096,'Produits de cession sur créances de l’actif circulant financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12115,'PCN-LUXEMBURG','INCOME','XXXXXX','7651',12114,'Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12116,'PCN-LUXEMBURG','INCOME','XXXXXX','7652',12114,'Autres créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12117,'PCN-LUXEMBURG','INCOME','XXXXXX','768',12096,'Autres produits exceptionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12118,'PCN-LUXEMBURG','INCOME','XXXXXX','7681',12117,'Pénalités sur marchés et dédits perçus sur achats et sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12119,'PCN-LUXEMBURG','INCOME','XXXXXX','7682',12117,'Libéralités reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12120,'PCN-LUXEMBURG','INCOME','XXXXXX','7683',12117,'Rentrées sur créances amorties','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12121,'PCN-LUXEMBURG','INCOME','XXXXXX','7684',12117,'Subventions exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12122,'PCN-LUXEMBURG','INCOME','XXXXXX','7685',12117,'Bonis provenant de clauses d’indexation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12123,'PCN-LUXEMBURG','INCOME','XXXXXX','7686',12117,'Bonis provenant du rachat par l’entreprise d’actions et d’obligations émises par elle-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12124,'PCN-LUXEMBURG','INCOME','XXXXXX','7688',12117,'Autres produits exceptionnels divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12125,'PCN-LUXEMBURG','INCOME','XXXXXX','769',12096,'Reprises sur provisions exceptionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12126,'PCN-LUXEMBURG','INCOME','XXXXXX','77','','Régularisations d’impôts sur le résultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12127,'PCN-LUXEMBURG','INCOME','XXXXXX','771',12126,'Régularisations d’impôt sur le revenu des collectivités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12128,'PCN-LUXEMBURG','INCOME','XXXXXX','772',12126,'Régularisations d’impôt commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12129,'PCN-LUXEMBURG','INCOME','XXXXXX','773',12126,'Régularisations d’impôts étrangers sur le résultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12130,'PCN-LUXEMBURG','INCOME','XXXXXX','779',12126,'Reprises sur provisions pour impôts sur le résultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12131,'PCN-LUXEMBURG','INCOME','XXXXXX','7791',12130,'Reprises sur provisions pour impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12132,'PCN-LUXEMBURG','INCOME','XXXXXX','7792',12130,'Reprises sur provisions pour impôts différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12133,'PCN-LUXEMBURG','INCOME','XXXXXX','78','','Régularisations d’autres impôts ne figurant pas sous le poste ci-dessus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12134,'PCN-LUXEMBURG','INCOME','XXXXXX','781',12133,'Régularisations d’impôt sur la fortune','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12135,'PCN-LUXEMBURG','INCOME','XXXXXX','782',12133,'Régularisations de taxes d’abonnement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12136,'PCN-LUXEMBURG','INCOME','XXXXXX','783',12133,'Régularisations d’impôts étrangers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12137,'PCN-LUXEMBURG','INCOME','XXXXXX','788',12133,'Régularisations d’autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (12138,'PCN-LUXEMBURG','INCOME','XXXXXX','789',12133,'Reprises sur provisions pour autres impôts','1'); + + + diff --git a/htdocs/install/mysql/data/llx_accounting_account_ma.sql b/htdocs/install/mysql/data/llx_accounting_account_ma.sql new file mode 100644 index 00000000000..75ec4521178 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_ma.sql @@ -0,0 +1,847 @@ +-- +-- Descriptif plan comptable fr_MA PCG +-- +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7000,'PCG','CAPIT','XXXXXX','1','','Comptes de Financement Permanent','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7001,'PCG','CAPIT','XXXXXX','11',7000,'Capitaux Propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7002,'PCG','CAPIT','XXXXXX','1111',7001,'Capital Social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7003,'PCG','CAPIT','XXXXXX','1112',7001,'Fonds de Dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7004,'PCG','CAPIT','XXXXXX','1117',7001,'Capital Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7005,'PCG','CAPIT','XXXXXX','11171',7004,'Capital Individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7006,'PCG','CAPIT','XXXXXX','11175',7004,'Compte de l''Exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7007,'PCG','CAPIT','XXXXXX','1119',7001,'Actionnaires, Capital souscrit non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7008,'PCG','CAPIT','XXXXXX','112',7001,'Primes d''émission, de fusion et d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7009,'PCG','CAPIT','XXXXXX','1121',7008,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7010,'PCG','CAPIT','XXXXXX','1122',7008,'Primes de Fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7011,'PCG','CAPIT','XXXXXX','1123',7008,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7012,'PCG','CAPIT','XXXXXX','113',7001,'Ecarts de réévaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7013,'PCG','CAPIT','XXXXXX','114',7001,'Réserve légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7014,'PCG','CAPIT','XXXXXX','115',7001,'Autres réserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7015,'PCG','CAPIT','XXXXXX','1151',7014,' Réserves statutaires ou contractuelles ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7016,'PCG','CAPIT','XXXXXX','1152',7014,'Réserves facultatives ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7017,'PCG','CAPIT','XXXXXX','1155',7014,'Réserves réglementaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7018,'PCG','CAPIT','XXXXXX','116',7001,'Report à nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7019,'PCG','CAPIT','XXXXXX','1161',7018,'Report à nouveau (solde créditeur)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7020,'PCG','CAPIT','XXXXXX','1169',7018,'Report à nouveau (solde débiteur)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7021,'PCG','CAPIT','XXXXXX','118',7001,'Résultat net en Instance d''Affectation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7022,'PCG','CAPIT','XXXXXX','1181',7021,'Résultat net en Instance d''Affectation (Solde créditeur)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7023,'PCG','CAPIT','XXXXXX','1189',7021,'Résultat net en Instance d''Affectation (Solde débiteur)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7024,'PCG','CAPIT','XXXXXX','119',7001,'Résultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7025,'PCG','CAPIT','XXXXXX','1191',7024,'Résultat net de l''exercice (Solde créditeur)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7026,'PCG','CAPIT','XXXXXX','1199',7024,'Résultat net de l''exercice (Solde débiteur)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7027,'PCG','CAPIT','XXXXXX','13',7000,'Capitaux Propres et Assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7028,'PCG','CAPIT','XXXXXX','131',7027,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7029,'PCG','CAPIT','XXXXXX','1311',7028,'Subvention d''investissement reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7030,'PCG','CAPIT','XXXXXX','1319',7028,'Subvention d''investissement inscrits au compte de produit et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7031,'PCG','CAPIT','XXXXXX','135',7027,'Provisions réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7032,'PCG','CAPIT','XXXXXX','1351',7031,'Provisions pour amortissements dérogatoires ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7033,'PCG','CAPIT','XXXXXX','1352',7031,'Provisions pour plus-values en instance d''imposition','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7034,'PCG','CAPIT','XXXXXX','1354',7031,'Provisions Pour Investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7035,'PCG','CAPIT','XXXXXX','1355',7031,'Provisions pour reconstitution des gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7036,'PCG','CAPIT','XXXXXX','1356',7031,'Provisions pour acquisition et construction de logements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7037,'PCG','CAPIT','XXXXXX','1358',7031,'Autres provisions réglementées ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7038,'PCG','CAPIT','XXXXXX','14',7000,'Dettes de Financement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7039,'PCG','CAPIT','XXXXXX','141',7038,'Emprunts Obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7040,'PCG','CAPIT','XXXXXX','148',7038,'Autres dettes de Financement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7041,'PCG','CAPIT','XXXXXX','1481',7040,'Emprunts auprès des établissements de crédits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7042,'PCG','CAPIT','XXXXXX','1482',7040,'Avance de l''Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7043,'PCG','CAPIT','XXXXXX','1483',7040,'Dettes rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7044,'PCG','CAPIT','XXXXXX','1484',7040,'Billets de Fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7045,'PCG','CAPIT','XXXXXX','1485',7040,'Avances reçus et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7046,'PCG','CAPIT','XXXXXX','1486',7040,'Fournisseurs d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7047,'PCG','CAPIT','XXXXXX','1487',7040,'Dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7048,'PCG','CAPIT','XXXXXX','1488',7040,'Dettes de Financement diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7049,'PCG','CAPIT','XXXXXX','15',7000,'Provisions Durables Pour Risques et Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7050,'PCG','CAPIT','XXXXXX','151',7049,'Provisions pour Risques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7051,'PCG','CAPIT','XXXXXX','1511',7050,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7052,'PCG','CAPIT','XXXXXX','1512',7050,'Provisions pour garanties données aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7053,'PCG','CAPIT','XXXXXX','1513',7050,'Provisions pour propre assureur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7054,'PCG','CAPIT','XXXXXX','1514',7050,'Provisions pour pertes sur marché à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7055,'PCG','CAPIT','XXXXXX','1515',7050,'Provisions pour amendes, doubles droits, pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7056,'PCG','CAPIT','XXXXXX','1516',7050,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7057,'PCG','CAPIT','XXXXXX','1518',7050,'Autres provisions pour risque','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7058,'PCG','CAPIT','XXXXXX','155',7049,'Provisions pour charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7059,'PCG','CAPIT','XXXXXX','1551',7058,'Provisions Pour impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7060,'PCG','CAPIT','XXXXXX','1552',7058,'Provisions, pensions de retraite et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7061,'PCG','CAPIT','XXXXXX','1555',7058,'Provisions pour charges à répartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7062,'PCG','CAPIT','XXXXXX','1558',7058,'Autres provisions pour charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7063,'PCG','CAPIT','XXXXXX','16',7000,'Comptes de liaison des établissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7064,'PCG','CAPIT','XXXXXX','1601',7063,'Comptes de liaison de siéges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7065,'PCG','CAPIT','XXXXXX','1605',7063,'Comptes de liaison des établissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7066,'PCG','CAPIT','XXXXXX','17',7000,'Ecarts de conversion - Passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7067,'PCG','CAPIT','XXXXXX','171',7066,'Augmentation des créances immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7068,'PCG','CAPIT','XXXXXX','172',7066,'Diminution des dettes de Financement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7069,'PCG','IMMO','XXXXXX','2','','Comptes d''Actif Immobilisé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7070,'PCG','IMMO','XXXXXX','21',7069,'Immobilisation en non-valeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7071,'PCG','IMMO','XXXXXX','211',7070,'Frais Préliminaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7072,'PCG','IMMO','XXXXXX','2111',7071,'Frais de Constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7073,'PCG','IMMO','XXXXXX','2112',7071,'Frais préalables au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7074,'PCG','IMMO','XXXXXX','2113',7071,'Frais d''augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7075,'PCG','IMMO','XXXXXX','2114',7071,'Frais sur opérations de Fusion, scissions et transformations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7076,'PCG','IMMO','XXXXXX','2116',7071,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7077,'PCG','IMMO','XXXXXX','2117',7071,'Frais de publicité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7078,'PCG','IMMO','XXXXXX','2118',7071,'Autres frais préliminaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7079,'PCG','IMMO','XXXXXX','212',7070,'Charges à répartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7080,'PCG','IMMO','XXXXXX','2121',7079,'Frais d''acquisition des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7081,'PCG','IMMO','XXXXXX','2125',7079,'Frais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7082,'PCG','IMMO','XXXXXX','2128',7079,'Autres charges à répartir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7083,'PCG','IMMO','XXXXXX','213',7070,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7084,'PCG','IMMO','XXXXXX','22',7069,'Immobilisation Incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7085,'PCG','IMMO','XXXXXX','221',7084,'Immobilisations en recherche et Développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7086,'PCG','IMMO','XXXXXX','222',7084,'Brevets, marques, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7087,'PCG','IMMO','XXXXXX','223',7084,'Fonds Commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7088,'PCG','IMMO','XXXXXX','228',7084,' Autres immobilisations Incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7089,'PCG','IMMO','XXXXXX','2285',7088,' Autres immobilisations Incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7090,'PCG','IMMO','XXXXXX','23',7069,'Immobilisations Corporelles ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7091,'PCG','IMMO','XXXXXX','231',7090,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7092,'PCG','IMMO','XXXXXX','2311',7091,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7093,'PCG','IMMO','XXXXXX','2312',7091,'Terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7094,'PCG','IMMO','XXXXXX','2313',7091,'Terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7095,'PCG','IMMO','XXXXXX','2314',7091,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7096,'PCG','IMMO','XXXXXX','2316',7091,'Agencement et aménagements de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7097,'PCG','IMMO','XXXXXX','2318',7091,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7098,'PCG','IMMO','XXXXXX','232',7090,'Construction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7099,'PCG','IMMO','XXXXXX','2321',7098,'Bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7100,'PCG','IMMO','XXXXXX','23211',7099,'Bâtiments industriels (A, B...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7101,'PCG','IMMO','XXXXXX','23214',7099,'Bâtiments administratifs et commerciaux (A, B, etc)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7102,'PCG','IMMO','XXXXXX','23218',7099,'Autres bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7103,'PCG','IMMO','XXXXXX','2323',7098,'Construction sur terrains d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7104,'PCG','IMMO','XXXXXX','2325',7098,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7105,'PCG','IMMO','XXXXXX','2327',7098,'Agencement et aménagements des constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7106,'PCG','IMMO','XXXXXX','2328',7098,'Autres constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7107,'PCG','IMMO','XXXXXX','233',7090,'Installations Techniques, matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7108,'PCG','IMMO','XXXXXX','2331',7107,'Installations Techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7109,'PCG','IMMO','XXXXXX','2332',7107,'Matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7110,'PCG','IMMO','XXXXXX','23321',7109,'Matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7111,'PCG','IMMO','XXXXXX','23324',7109,'Outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7112,'PCG','IMMO','XXXXXX','2333',7107,'Emballages récupérables identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7113,'PCG','IMMO','XXXXXX','2338',7107,'Autres Installations techniques, matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7114,'PCG','IMMO','XXXXXX','234',7090,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7115,'PCG','IMMO','XXXXXX','235',7090,'Mobilier, matériel de bureau et aménagements divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7116,'PCG','IMMO','XXXXXX','2351',7115,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7117,'PCG','IMMO','XXXXXX','2352',7115,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7118,'PCG','IMMO','XXXXXX','2355',7115,'Matériel Informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7119,'PCG','IMMO','XXXXXX','2356',7115,'Agencement, installations et aménagements divers (de biens n'appartenant pas à l''entreprise)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7120,'PCG','IMMO','XXXXXX','2358',7115,'Autres mobiliers, matériel de bureau et aménagements divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7121,'PCG','IMMO','XXXXXX','238',7090,'Autres immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7122,'PCG','IMMO','XXXXXX','239',7090,'Immobilisations corporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7123,'PCG','IMMO','XXXXXX','2392',7122,'immobilisations Corporelles en cours et terrains de constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7124,'PCG','IMMO','XXXXXX','2393',7122,'immobilisations Corporelles en cours et terrains des installations techniques, matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7125,'PCG','IMMO','XXXXXX','2394',7122,'Immobilisations corporelles en cours de matériel de transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7126,'PCG','IMMO','XXXXXX','2395',7122,'Immobilisations corporelles en cours de mobilier, matériel de bureau et aménagement divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7127,'PCG','IMMO','XXXXXX','2397',7122,'Avances et acomptes versés sur commandes d''immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7128,'PCG','IMMO','XXXXXX','2398',7122,'Autres immobilisations corporelles en cours ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7129,'PCG','IMMO','XXXXXX','24',7069,'Immobilisations Financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7130,'PCG','IMMO','XXXXXX','241',7129,'Prêts immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7131,'PCG','IMMO','XXXXXX','2411',7130,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7132,'PCG','IMMO','XXXXXX','2415',7130,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7133,'PCG','IMMO','XXXXXX','2416',7130,'Billets de Fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7134,'PCG','IMMO','XXXXXX','2418',7130,'Autres prêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7135,'PCG','IMMO','XXXXXX','248',7129,'Autres créances financières ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7136,'PCG','IMMO','XXXXXX','2481',7135,'Titres immobilisés (Droits de créance)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7137,'PCG','IMMO','XXXXXX','24811',7136,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7138,'PCG','IMMO','XXXXXX','24813',7136,'Bons d''équipements ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7139,'PCG','IMMO','XXXXXX','24818',7136,'Bons divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7140,'PCG','IMMO','XXXXXX','2483',7135,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7141,'PCG','IMMO','XXXXXX','2486',7135,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7142,'PCG','IMMO','XXXXXX','24861',7141,'Dépôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7143,'PCG','IMMO','XXXXXX','24864',7141,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7144,'PCG','IMMO','XXXXXX','2487',7135,'Créances Immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7145,'PCG','IMMO','XXXXXX','2488',7135,'Créances financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7146,'PCG','IMMO','XXXXXX','25',7069,'Immobilisations Financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7147,'PCG','IMMO','XXXXXX','251',7146,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7148,'PCG','IMMO','XXXXXX','258',7146,'Autres titres immobilisés (Titres de propriété)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7149,'PCG','IMMO','XXXXXX','2581',7148,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7150,'PCG','IMMO','XXXXXX','2588',7148,'Titres divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7151,'PCG','IMMO','XXXXXX','27',7069,'Ecarts de conversion Actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7152,'PCG','IMMO','XXXXXX','271',7151,'Diminution des créances Immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7153,'PCG','IMMO','XXXXXX','272',7151,'Augmentation des dettes de financement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7154,'PCG','IMMO','XXXXXX','28',7069,'Amortissements des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7155,'PCG','IMMO','XXXXXX','281',7154,'Amortissements des en non-valeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7156,'PCG','IMMO','XXXXXX','2811',7155,'Amortissements des frais préliminaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7157,'PCG','IMMO','XXXXXX','28111',7156,'Amortissements des Faris de constitution ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7158,'PCG','IMMO','XXXXXX','28112',7156,'Amortissement des frais préliminaires au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7159,'PCG','IMMO','XXXXXX','28113',7156,'Amortissements des frais d''augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7160,'PCG','IMMO','XXXXXX','28114',7156,'Amortissements des frais sur opérations des fusions scissions et transformations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7161,'PCG','IMMO','XXXXXX','28116',7156,'Amortissements des frais d prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7162,'PCG','IMMO','XXXXXX','28117',7156,'Amortissements des frais de publicité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7163,'PCG','IMMO','XXXXXX','28118',7156,'Amortissements des autres frais préliminaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7164,'PCG','IMMO','XXXXXX','2812',7155,'Amortissements des charges à répartir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7165,'PCG','IMMO','XXXXXX','28121',7164,'Amortissements des frais d''acquisition des immobilisations ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7166,'PCG','IMMO','XXXXXX','28125',7164,'Amortissements des frais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7167,'PCG','IMMO','XXXXXX','28128',7164,'Amortissements des autres charges à répartir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7168,'PCG','IMMO','XXXXXX','28813',7164,'Amortissements, primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7169,'PCG','IMMO','XXXXXX','282',7154,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7170,'PCG','IMMO','XXXXXX','2821',7169,'Amortissement de l''immobilisation en recherche et développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7171,'PCG','IMMO','XXXXXX','2822',7169,'Amortissement des brevets, marques, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7172,'PCG','IMMO','XXXXXX','2823',7169,'Amortissement du fond commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7173,'PCG','IMMO','XXXXXX','2828',7169,'Amortissement des autres immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7174,'PCG','IMMO','XXXXXX','283',7154,'Amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7175,'PCG','IMMO','XXXXXX','2831',7174,'Amortissement des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7176,'PCG','IMMO','XXXXXX','28311',7175,'Amortissement des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7177,'PCG','IMMO','XXXXXX','28312',7175,'Amortissement des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7178,'PCG','IMMO','XXXXXX','28313',7175,'Amortissement des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7179,'PCG','IMMO','XXXXXX','28314',7175,'Amortissement des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7180,'PCG','IMMO','XXXXXX','28316',7175,'Amortissement des agencements et aménagements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7181,'PCG','IMMO','XXXXXX','28318',7175,'Amortissement des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7182,'PCG','IMMO','XXXXXX','2832',7174,'Amortissement des autres construction','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7183,'PCG','IMMO','XXXXXX','28321',7182,'Amortissement des bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7184,'PCG','IMMO','XXXXXX','28323',7182,'Amortissement des construction sur terrains d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7185,'PCG','IMMO','XXXXXX','28325',7182,'Amortissement des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7186,'PCG','IMMO','XXXXXX','28327',7182,'Amortissement des installations, agencements et aménagements des constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7187,'PCG','IMMO','XXXXXX','28328',7182,'Amortissement des autres constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7188,'PCG','IMMO','XXXXXX','2833',7174,'Amortissement des Installations techniques, matériels et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7189,'PCG','IMMO','XXXXXX','28331',7188,'Amortissement des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7190,'PCG','IMMO','XXXXXX','28332',7188,'Amortissement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7191,'PCG','IMMO','XXXXXX','28333',7188,'Amortissement des emballages récupérables identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7192,'PCG','IMMO','XXXXXX','28338',7188,'Amortissement des autres installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7193,'PCG','IMMO','XXXXXX','2834',7174,'Amortissement du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7194,'PCG','IMMO','XXXXXX','2835',7174,'Amortissement du mobilier, matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7195,'PCG','IMMO','XXXXXX','28351',7194,'Amortissement du mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7196,'PCG','IMMO','XXXXXX','28352',7194,'Amortissement du matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7197,'PCG','IMMO','XXXXXX','28355',7194,'Amortissement du matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7198,'PCG','IMMO','XXXXXX','28356',7194,'Amortissement des agencements, installations et aménagements divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7199,'PCG','IMMO','XXXXXX','28358',7194,'Amortissement des autres mobilier, matériel de bureau et aménagements divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7200,'PCG','IMMO','XXXXXX','2838',7174,'Amortissement des autres immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7201,'PCG','IMMO','XXXXXX','29',7069,'Provisions pour dépréciation des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7202,'PCG','IMMO','XXXXXX','292',7201,'Provisions pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7203,'PCG','IMMO','XXXXXX','293',7201,'Provisions pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7204,'PCG','IMMO','XXXXXX','294',7201,'Provisions pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7205,'PCG','IMMO','XXXXXX','2941',7204,'Provisions pour dépréciation des prêts immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7206,'PCG','IMMO','XXXXXX','2948',7204,'Provisions pour dépréciation des autres créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7207,'PCG','IMMO','XXXXXX','295',7201,'Provisions pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7208,'PCG','IMMO','XXXXXX','2951',7207,'Provisions pour dépréciation des titres de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7209,'PCG','IMMO','XXXXXX','2958',7207,'Provisions pour dépréciation des autres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7210,'PCG','STOCK','XXXXXX','3','','Comptes d''actif Circulation (Hors Trésorerie)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7211,'PCG','STOCK','XXXXXX','31',7210,'Stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7212,'PCG','STOCK','XXXXXX','311',7211,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7213,'PCG','STOCK','XXXXXX','3111',7212,'Marchandises (Groupe A)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7214,'PCG','STOCK','XXXXXX','3112',7212,'Marchandises (Groupe B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7215,'PCG','STOCK','XXXXXX','3116',7212,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7216,'PCG','STOCK','XXXXXX','3118',7212,'Autres marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7217,'PCG','STOCK','XXXXXX','312',7211,'Matières et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7218,'PCG','STOCK','XXXXXX','3121',7217,'Matières premières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7219,'PCG','STOCK','XXXXXX','31211',7218,'Matières premières (Groupe A)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7220,'PCG','STOCK','XXXXXX','31212',7218,'Matières premières (Groupe B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7221,'PCG','STOCK','XXXXXX','3122',7217,'Matières et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7222,'PCG','STOCK','XXXXXX','31221',7221,'Matières consommables (Groupe A)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7223,'PCG','STOCK','XXXXXX','31222',7221,'Matières consommables (Groupe B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7224,'PCG','STOCK','XXXXXX','31223',7221,'Combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7225,'PCG','STOCK','XXXXXX','31224',7221,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7226,'PCG','STOCK','XXXXXX','31225',7221,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7227,'PCG','STOCK','XXXXXX','31226',7221,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7228,'PCG','STOCK','XXXXXX','31227',7221,'Fournitures de Bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7229,'PCG','STOCK','XXXXXX','3123',7217,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7230,'PCG','STOCK','XXXXXX','31231',7229,'Emballages Perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7231,'PCG','STOCK','XXXXXX','31232',7229,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7232,'PCG','STOCK','XXXXXX','31233',7229,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7233,'PCG','STOCK','XXXXXX','3126',7217,'Matières et fournitures consommables en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7234,'PCG','STOCK','XXXXXX','3128',7217,'Autres matières et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7235,'PCG','STOCK','XXXXXX','313',7211,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7236,'PCG','STOCK','XXXXXX','3131',7235,'Biens en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7237,'PCG','STOCK','XXXXXX','31311',7236,'Biens produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7238,'PCG','STOCK','XXXXXX','31312',7236,'Biens intermédiaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7239,'PCG','STOCK','XXXXXX','31317',7236,'Biens résiduels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7240,'PCG','STOCK','XXXXXX','3134',7235,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7241,'PCG','STOCK','XXXXXX','31341',7240,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7242,'PCG','STOCK','XXXXXX','31342',7240,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7243,'PCG','STOCK','XXXXXX','31343',7240,'Prestations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7244,'PCG','STOCK','XXXXXX','3138',7235,'Autres produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7245,'PCG','STOCK','XXXXXX','314',7211,'Produits intermédiaires et produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7246,'PCG','STOCK','XXXXXX','3141',7245,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7247,'PCG','STOCK','XXXXXX','31411',7246,'Produits intermédiaires (Groupe A)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7248,'PCG','STOCK','XXXXXX','31412',7246,'Produits intermédiaires (Groupe B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7249,'PCG','STOCK','XXXXXX','3145',7245,'Produits résiduels (ou matières de récupération)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7250,'PCG','STOCK','XXXXXX','31451',7249,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7251,'PCG','STOCK','XXXXXX','31452',7249,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7252,'PCG','STOCK','XXXXXX','31453',7249,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7253,'PCG','STOCK','XXXXXX','3148',7245,'Autres produits intermédiaires et produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7254,'PCG','STOCK','XXXXXX','315',7211,'Produits Finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7255,'PCG','STOCK','XXXXXX','3151',7254,'Produits Finis (groupe A)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7256,'PCG','STOCK','XXXXXX','3152',7254,'Produits Finis (groupe B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7257,'PCG','STOCK','XXXXXX','3156',7254,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7258,'PCG','STOCK','XXXXXX','3158',7254,'Autres produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7259,'PCG','STOCK','XXXXXX','34',7210,'Créances de l''actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7260,'PCG','STOCK','XXXXXX','341',7259,'Fournisseurs débiteur, avances et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7261,'PCG','STOCK','XXXXXX','3411',7260,'Fournisseurs - avances et acomptes versés sur commandes d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7262,'PCG','STOCK','XXXXXX','3413',7260,'Fournisseurs - créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7263,'PCG','STOCK','XXXXXX','3417',7260,'Rabais, remises et ristournes à obtenir - avoirs non encoure reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7264,'PCG','STOCK','XXXXXX','3418',7260,'Autres fournisseurs débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7265,'PCG','STOCK','XXXXXX','342',7259,'Clients et comptes rattachés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7266,'PCG','STOCK','XXXXXX','3421',7265,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7267,'PCG','STOCK','XXXXXX','34211',7266,'Clients (Groupe A)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7268,'PCG','STOCK','XXXXXX','34212',7266,'Clients (Groupe B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7269,'PCG','STOCK','XXXXXX','3423',7265,'Clients - retenues de garanties','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7270,'PCG','STOCK','XXXXXX','3424',7265,'Clients douteux ou litigieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7271,'PCG','STOCK','XXXXXX','3425',7265,'Clients - effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7272,'PCG','STOCK','XXXXXX','3427',7265,'Clients - factures à établir et créances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7273,'PCG','STOCK','XXXXXX','34271',7272,'Clients - factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7274,'PCG','STOCK','XXXXXX','34272',7272,'Créances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7275,'PCG','STOCK','XXXXXX','3428',7265,'Autres clients et comptes rattachés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7276,'PCG','STOCK','XXXXXX','343',7259,'Personnel - débiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7277,'PCG','STOCK','XXXXXX','3431',7276,'Avances et acomptes au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7278,'PCG','STOCK','XXXXXX','3438',7276,'Personnel - autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7279,'PCG','STOCK','XXXXXX','345',7259,'Etat - débiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7280,'PCG','STOCK','XXXXXX','3451',7279,'Subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7281,'PCG','STOCK','XXXXXX','34511',7280,'Subventions d''investissements à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7282,'PCG','STOCK','XXXXXX','34512',7280,'subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7283,'PCG','STOCK','XXXXXX','34513',7280,'Subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7284,'PCG','STOCK','XXXXXX','3453',7279,'Acomptes sur impôts sur les résultats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7285,'PCG','STOCK','XXXXXX','3455',7279,'Etat - TVA récupérable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7286,'PCG','STOCK','XXXXXX','34551',7285,'Etat - TVA récupérable sur Immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7287,'PCG','STOCK','XXXXXX','34552',7285,'Etat - TVA récupérable sur charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7288,'PCG','STOCK','XXXXXX','3456',7279,'Etat - crédit de TVA (suivant déclarations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7289,'PCG','STOCK','XXXXXX','3458',7279,'Etat - autres comptes débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7290,'PCG','STOCK','XXXXXX','346',7259,'Comptes d''associés - débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7291,'PCG','STOCK','XXXXXX','3461',7290,'Associés - comptes d''apport en société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7292,'PCG','STOCK','XXXXXX','3462',7290,'Actionnaires - capital souscrit et appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7293,'PCG','STOCK','XXXXXX','3463',7290,'Comptes courants des associés - débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7294,'PCG','STOCK','XXXXXX','3464',7290,'Associés - opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7295,'PCG','STOCK','XXXXXX','3467',7290,'Créances rattachées aux comptes d''associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7296,'PCG','STOCK','XXXXXX','3468',7290,'Autres comptes d''associés - débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7297,'PCG','STOCK','XXXXXX','348',7259,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7298,'PCG','STOCK','XXXXXX','3481',7297,'Créances sur cession d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7299,'PCG','STOCK','XXXXXX','3482',7297,'Créances sur cession d''éléments d''actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7300,'PCG','STOCK','XXXXXX','3487',7297,'Créances rattachées aux autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7301,'PCG','STOCK','XXXXXX','3488',7297,'Divers débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7302,'PCG','STOCK','XXXXXX','349',7259,'Comptes de régularisation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7303,'PCG','STOCK','XXXXXX','3491',7302,'Charges constatées d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7304,'PCG','STOCK','XXXXXX','3493',7302,'Intérêts courus et non échus à percevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7305,'PCG','STOCK','XXXXXX','3495',7302,'Comptes de participations périodique des charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7306,'PCG','STOCK','XXXXXX','3497',7302,'Comptes transitoires ou d''attente - débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7307,'PCG','STOCK','XXXXXX','35',7210,'Titres te valeurs de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7308,'PCG','STOCK','XXXXXX','3502',7307,'Actions, partie non libérée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7309,'PCG','STOCK','XXXXXX','3504',7307,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7310,'PCG','STOCK','XXXXXX','3506',7307,'Bons de caisse et bons de trésor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7311,'PCG','STOCK','XXXXXX','35061',7310,'Bons de caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7312,'PCG','STOCK','XXXXXX','35062',7310,'Bons de trésor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7313,'PCG','STOCK','XXXXXX','3508',7307,'Autres titres et valeurs de placement similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7314,'PCG','STOCK','XXXXXX','37',7210,'Ecarts de conversion-actif (éléments circulants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7315,'PCG','STOCK','XXXXXX','3701',7314,'Diminution des créances circulantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7316,'PCG','STOCK','XXXXXX','3702',7314,'Diminution des dettes circulantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7317,'PCG','STOCK','XXXXXX','39',7210,'Provision pour dépréciation des comptes de l''actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7318,'PCG','STOCK','XXXXXX','391',7317,'Provisions pour dépréciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7319,'PCG','STOCK','XXXXXX','3911',7318,'Provisions pour dépréciation des Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7320,'PCG','STOCK','XXXXXX','3912',7318,'Provisions pour dépréciation des matières et fournitures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7321,'PCG','STOCK','XXXXXX','3913',7318,'Provisions pour dépréciation des produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7322,'PCG','STOCK','XXXXXX','3914',7318,'Provisions pour dépréciation des produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7323,'PCG','STOCK','XXXXXX','3915',7318,'Provisions pour dépréciation des produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7324,'PCG','STOCK','XXXXXX','394',7317,'Provisions pour dépréciation des créances de l''actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7325,'PCG','STOCK','XXXXXX','3941',7324,'Provisions pour dépréciation - fournisseurs débiteurs, avances et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7326,'PCG','STOCK','XXXXXX','3942',7324,'Provisions pour dépréciation des clients et comptes rattachés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7327,'PCG','STOCK','XXXXXX','3943',7324,'Provisions pour dépréciation du personnel - débiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7328,'PCG','STOCK','XXXXXX','3946',7324,'Provisions pour dépréciation des comptes d''associés débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7329,'PCG','STOCK','XXXXXX','3948',7324,'Provisions pour dépréciation des autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7330,'PCG','STOCK','XXXXXX','395',7317,'Provisions pour dépréciation des titres et valeur de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7331,'PCG','THIRDPARTY','XXXXXX','4','','Comptes de passif circulant (Hors trésorerie)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7332,'PCG','THIRDPARTY','XXXXXX','44',7331,'Dettes du passif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7333,'PCG','THIRDPARTY','XXXXXX','441',7332,'Fournisseurs et comptes rattachés ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7334,'PCG','THIRDPARTY','XXXXXX','4411',7333,'Fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7335,'PCG','THIRDPARTY','XXXXXX','44111',7334,'Fournisseurs - catégorie A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7336,'PCG','THIRDPARTY','XXXXXX','44112',7334,'Fournisseurs - catégorie B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7337,'PCG','THIRDPARTY','XXXXXX','4413',7333,'Fournisseurs - retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7338,'PCG','THIRDPARTY','XXXXXX','4415',7333,'Fournisseurs - effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7339,'PCG','THIRDPARTY','XXXXXX','4417',7333,'Fournisseurs - factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7340,'PCG','THIRDPARTY','XXXXXX','4418',7333,'Autres fournisseurs et comptes rattachés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7341,'PCG','THIRDPARTY','XXXXXX','442',7332,'Clients créditeurs, avances et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7342,'PCG','THIRDPARTY','XXXXXX','4421',7341,'Clients - avances et acomptes reçus sur commandes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7343,'PCG','THIRDPARTY','XXXXXX','4425',7341,'Clients - dettes pour emballages et matériel consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7344,'PCG','THIRDPARTY','XXXXXX','4427',7341,'Rabais, remises et ristournes à accorder - avoirs à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7345,'PCG','THIRDPARTY','XXXXXX','4428',7341,'Autres clients créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7346,'PCG','THIRDPARTY','XXXXXX','443',7332,'Personnel - créditeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7347,'PCG','THIRDPARTY','XXXXXX','4432',7346,'Rémunérations dues au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7348,'PCG','THIRDPARTY','XXXXXX','4433',7346,'Dépôts du personnel créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7349,'PCG','THIRDPARTY','XXXXXX','4434',7346,'Oppositions sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7350,'PCG','THIRDPARTY','XXXXXX','4437',7346,'Charges de personnel à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7351,'PCG','THIRDPARTY','XXXXXX','4438',7346,'Personnel - autres créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7352,'PCG','THIRDPARTY','XXXXXX','444',7332,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7353,'PCG','THIRDPARTY','XXXXXX','4441',7352,'Caisse nationale de la sécurité sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7354,'PCG','THIRDPARTY','XXXXXX','4443',7352,'Caisses de retraite','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7355,'PCG','THIRDPARTY','XXXXXX','4445',7352,'Mutuelles ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7356,'PCG','THIRDPARTY','XXXXXX','4447',7352,'charges sociales à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7357,'PCG','THIRDPARTY','XXXXXX','4448',7352,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7358,'PCG','THIRDPARTY','XXXXXX','445',7332,'Etat - créditeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7359,'PCG','THIRDPARTY','XXXXXX','4452',7358,'Etat, impôts, taxes et assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7360,'PCG','THIRDPARTY','XXXXXX','44521',7359,'Etat, taxe urbaine et taxe d''édilité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7361,'PCG','THIRDPARTY','XXXXXX','44522',7359,'Etat, patente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7362,'PCG','THIRDPARTY','XXXXXX','44525',7358,'Etat, PTS et PSN','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7363,'PCG','THIRDPARTY','XXXXXX','4453',7358,'Etat, impôts sur les résultats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7364,'PCG','THIRDPARTY','XXXXXX','4455',7358,'Etat, TVA facturée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7365,'PCG','THIRDPARTY','XXXXXX','4456',7358,'Etat, TVA due (suivant déclarations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7366,'PCG','THIRDPARTY','XXXXXX','4457',7358,'Etat, impôts et taxes à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7367,'PCG','THIRDPARTY','XXXXXX','4458',7358,'Etat, autres comptes créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7368,'PCG','THIRDPARTY','XXXXXX','446',7332,'Comptes d''associés - créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7369,'PCG','THIRDPARTY','XXXXXX','4461',7368,'Associés - capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7370,'PCG','THIRDPARTY','XXXXXX','4462',7368,'Associés - versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7371,'PCG','THIRDPARTY','XXXXXX','4463',7368,'Comptes courants des associés - créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7372,'PCG','THIRDPARTY','XXXXXX','4464',7368,'Associés - opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7373,'PCG','THIRDPARTY','XXXXXX','4465',7368,'Associés - dividendes à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7374,'PCG','THIRDPARTY','XXXXXX','4468',7368,'Autres comptes d''associés créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7375,'PCG','THIRDPARTY','XXXXXX','448',7332,'Autres créanciers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7376,'PCG','THIRDPARTY','XXXXXX','4481',7375,'Dettes sur acquisition des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7377,'PCG','THIRDPARTY','XXXXXX','4483',7375,'Dettes sur acquisition des titres et valeurs de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7378,'PCG','THIRDPARTY','XXXXXX','4484',7375,'Obligations échus à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7379,'PCG','THIRDPARTY','XXXXXX','4485',7375,'Obligations, coupons à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7380,'PCG','THIRDPARTY','XXXXXX','4487',7375,'Dettes rattachées aux autres créanciers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7381,'PCG','THIRDPARTY','XXXXXX','4488',7375,'Divers créanciers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7382,'PCG','THIRDPARTY','XXXXXX','449',7332,'Comptes de régularisation - passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7383,'PCG','THIRDPARTY','XXXXXX','4491',7382,'Produits constatés d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7384,'PCG','THIRDPARTY','XXXXXX','4493',7382,'Intérêts courus et non échus à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7385,'PCG','THIRDPARTY','XXXXXX','4495',7382,'Comptes de répartition périodique des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7386,'PCG','THIRDPARTY','XXXXXX','4497',7382,'Comptes transitoires ou d''attente - créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7387,'PCG','THIRDPARTY','XXXXXX','45',7331,'Autres provisions pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7388,'PCG','THIRDPARTY','XXXXXX','4501',7387,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7389,'PCG','THIRDPARTY','XXXXXX','4502',7387,'Provisions pour garanties données aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7390,'PCG','THIRDPARTY','XXXXXX','4505',7387,'Provisions pour amendes, doubles droits et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7391,'PCG','THIRDPARTY','XXXXXX','4506',7387,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7392,'PCG','THIRDPARTY','XXXXXX','4507',7387,'Provisions pour impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7393,'PCG','THIRDPARTY','XXXXXX','4508',7387,'Autres provisions pour risque et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7394,'PCG','THIRDPARTY','XXXXXX','47',7331,'Ecarts de conversion - Passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7395,'PCG','THIRDPARTY','XXXXXX','4701',7394,'Augmentation des créances circulantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7396,'PCG','THIRDPARTY','XXXXXX','4702',7394,'Diminution des dettes circulantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7397,'PCG','FINAN','XXXXXX','5','','Comptes de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7398,'PCG','FINAN','XXXXXX','51',7397,'Trésorerie - actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7399,'PCG','FINAN','XXXXXX','511',7398,'Chèques et valeurs à encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7400,'PCG','FINAN','XXXXXX','5111',7399,'Chèques à encaisser ou à l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7401,'PCG','FINAN','XXXXXX','51111',7400,'Chèques en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7402,'PCG','FINAN','XXXXXX','51112',7400,'Chèques à l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7403,'PCG','FINAN','XXXXXX','5113',7399,'Effets à encaisser ou à l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7404,'PCG','FINAN','XXXXXX','51131',7403,'Effets échus à encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7405,'PCG','FINAN','XXXXXX','51132',7403,'Effets à l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7406,'PCG','FINAN','XXXXXX','5115',7399,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7407,'PCG','FINAN','XXXXXX','5118',7399,'Autres valeurs à encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7408,'PCG','FINAN','XXXXXX','514',7398,'Banques, Trésorerie Générale et Chèques Postaux débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7409,'PCG','FINAN','XXXXXX','5141',7408,'Banques (soldes débiteurs)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7410,'PCG','FINAN','XXXXXX','5143',7408,'Trésorerie Générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7411,'PCG','FINAN','XXXXXX','5146',7408,'Chèques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7412,'PCG','FINAN','XXXXXX','5148',7408,'Autres établissements financiers et assimilés (soldes débiteurs)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7413,'PCG','FINAN','XXXXXX','516',7398,'Caisses, régies d''avances et accréditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7414,'PCG','FINAN','XXXXXX','5161',7413,'Caisses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7415,'PCG','FINAN','XXXXXX','51611',7414,'Caisse Centrale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7416,'PCG','FINAN','XXXXXX','51613',7414,'Caisse (Succursale ou agence A)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7417,'PCG','FINAN','XXXXXX','51614',7414,'Caisse (Succursale ou agence B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7418,'PCG','FINAN','XXXXXX','5165',7413,'Régies d''avances et accréditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7419,'PCG','FINAN','XXXXXX','55',7397,'Trésorerie - Passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7420,'PCG','FINAN','XXXXXX','552',7419,'Crédits d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7421,'PCG','FINAN','XXXXXX','553',7419,'Crédits de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7422,'PCG','FINAN','XXXXXX','554',7419,'Banques (soldes créditeurs)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7423,'PCG','FINAN','XXXXXX','5541',7422,'Banques (soldes créditeurs)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7424,'PCG','FINAN','XXXXXX','5548',7422,'Autres établissements financiers et assimilés (soldes créditeurs)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7425,'PCG','FINAN','XXXXXX','59',7397,'Provisions pour dépréciation des comptes de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7426,'PCG','EXPENSE','XXXXXX','6','','Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7427,'PCG','EXPENSE','XXXXXX','61',7426,'Charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7428,'PCG','EXPENSE','XXXXXX','611',7427,'Achats revendus de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7429,'PCG','EXPENSE','XXXXXX','6111',7428,'Achats de marchandises (Groupe A)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7430,'PCG','EXPENSE','XXXXXX','6112',7428,'Achats de marchandises (Groupe B)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7431,'PCG','EXPENSE','XXXXXX','6114',7428,'Variation des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7432,'PCG','EXPENSE','XXXXXX','6118',7428,'Achats revendus de marchandises des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7433,'PCG','EXPENSE','XXXXXX','6119',7428,'Rabais, remises, et ristournes obtenus sur achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7434,'PCG','EXPENSE','XXXXXX','612',7427,'Achats consommés de matières et fournitures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7435,'PCG','EXPENSE','XXXXXX','6121',7434,'Achats de matières premières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7436,'PCG','EXPENSE','XXXXXX','61211',7435,'Achats de matières premières A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7437,'PCG','EXPENSE','XXXXXX','61212',7435,'Achats de matières premières B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7438,'PCG','EXPENSE','XXXXXX','6122',7434,'Achats de matières et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7439,'PCG','EXPENSE','XXXXXX','61221',7438,'Achats de matières et fournitures A','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7440,'PCG','EXPENSE','XXXXXX','61222',7438,'Achats de matières et fournitures B','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7441,'PCG','EXPENSE','XXXXXX','61223',7438,'Achats de combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7442,'PCG','EXPENSE','XXXXXX','61224',7438,'Achats de produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7443,'PCG','EXPENSE','XXXXXX','61225',7438,'Achats de fournitures d''atelier d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7444,'PCG','EXPENSE','XXXXXX','61226',7438,'Achats de fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7445,'PCG','EXPENSE','XXXXXX','61227',7438,'Achats de fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7446,'PCG','EXPENSE','XXXXXX','6123',7434,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7447,'PCG','EXPENSE','XXXXXX','61231',7446,'Achats d''emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7448,'PCG','EXPENSE','XXXXXX','61232',7446,'Achats d''emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7449,'PCG','EXPENSE','XXXXXX','61233',7446,'Achats d''emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7450,'PCG','EXPENSE','XXXXXX','6124',7434,'Variation des stocks de matières et fournitures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7451,'PCG','EXPENSE','XXXXXX','61241',7450,'Variation des stocks de matières premières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7452,'PCG','EXPENSE','XXXXXX','61242',7450,'Variation des stocks de matières et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7453,'PCG','EXPENSE','XXXXXX','61243',7450,'Variation des stocks d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7454,'PCG','EXPENSE','XXXXXX','6125',7434,'Achats non stockés de matières et fournitures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7455,'PCG','EXPENSE','XXXXXX','61251',7454,'Achats de fournitures non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7456,'PCG','EXPENSE','XXXXXX','61252',7454,'Achats de fournitures d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7457,'PCG','EXPENSE','XXXXXX','61253',7454,'Achats de petit outillage et de petit équipement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7458,'PCG','EXPENSE','XXXXXX','61254',7454,'Achats de fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7459,'PCG','EXPENSE','XXXXXX','6126',7434,'Achats de travaux, études et prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7460,'PCG','EXPENSE','XXXXXX','61261',7459,'Achats de travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7461,'PCG','EXPENSE','XXXXXX','61262',7459,'Achats d''études','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7462,'PCG','EXPENSE','XXXXXX','61263',7459,'Achats des prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7463,'PCG','EXPENSE','XXXXXX','6128',7434,'Achats des matières et des fournitures des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7464,'PCG','EXPENSE','XXXXXX','6129',7434,'Rabais, remises, et ristournes obtenus sur achats consommés de matières et fournitures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7465,'PCG','EXPENSE','XXXXXX','61291',7464,'Rabais, remises, et ristournes obtenus sur achats de matières premières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7466,'PCG','EXPENSE','XXXXXX','61292',7464,'Rabais, remises, et ristournes obtenus sur achats de matières et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7467,'PCG','EXPENSE','XXXXXX','61293',7464,'Rabais, remises, et ristournes obtenus sur achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7468,'PCG','EXPENSE','XXXXXX','61295',7464,'Rabais, remises, et ristournes obtenus sur achats non stockés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7469,'PCG','EXPENSE','XXXXXX','61296',7464,'Rabais, remises, et ristournes obtenus sur achats de travaux, études et prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7470,'PCG','EXPENSE','XXXXXX','61298',7464,'Rabais, remises, et ristournes obtenus sur achats de matières et fournitures des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7471,'PCG','EXPENSE','XXXXXX','613',7427,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7472,'PCG','EXPENSE','XXXXXX','6131',7471,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7473,'PCG','EXPENSE','XXXXXX','61311',7472,'Location de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7474,'PCG','EXPENSE','XXXXXX','61312',7472,'Location de constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7475,'PCG','EXPENSE','XXXXXX','61313',7472,'Location de matériel et d''outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7476,'PCG','EXPENSE','XXXXXX','61314',7472,'Location de matériel et matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7477,'PCG','EXPENSE','XXXXXX','61315',7472,'Location de matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7478,'PCG','EXPENSE','XXXXXX','61316',7472,'Location de matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7479,'PCG','EXPENSE','XXXXXX','61317',7472,'Malis sur emballages rendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7480,'PCG','EXPENSE','XXXXXX','61318',7472,'Location et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7481,'PCG','EXPENSE','XXXXXX','6132',7471,'Redevances de crédit bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7482,'PCG','EXPENSE','XXXXXX','61321',7481,'Redevances de crédit bail, mobilier et matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7483,'PCG','EXPENSE','XXXXXX','6133',7471,'Entretien et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7484,'PCG','EXPENSE','XXXXXX','61331',7483,'Entretien et réparations des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7485,'PCG','EXPENSE','XXXXXX','61332',7483,'Entretien et réparations des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7486,'PCG','EXPENSE','XXXXXX','61335',7483,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7487,'PCG','EXPENSE','XXXXXX','6134',7471,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7488,'PCG','EXPENSE','XXXXXX','61341',7487,'Assurances multirisques (vol, incendie, responsabilité civile, etc.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7489,'PCG','EXPENSE','XXXXXX','61343',7487,'Assurances - Risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7490,'PCG','EXPENSE','XXXXXX','61345',7487,'Assurances - Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7491,'PCG','EXPENSE','XXXXXX','61348',7487,'Autres assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7492,'PCG','EXPENSE','XXXXXX','6135',7471,'Rémunérations du personnel extérieurs à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7493,'PCG','EXPENSE','XXXXXX','61351',7492,'Rémunérations du personnel occasionnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7494,'PCG','EXPENSE','XXXXXX','61352',7492,'Rémunérations du personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7495,'PCG','EXPENSE','XXXXXX','61353',7492,'Rémunérations du personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7496,'PCG','EXPENSE','XXXXXX','6136',7471,'Rémunérations d''intermédiaires et honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7497,'PCG','EXPENSE','XXXXXX','61361',7496,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7498,'PCG','EXPENSE','XXXXXX','61365',7496,'honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7499,'PCG','EXPENSE','XXXXXX','61367',7496,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7500,'PCG','EXPENSE','XXXXXX','6137',7471,'Redevances pour brevets, marques, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7501,'PCG','EXPENSE','XXXXXX','61371',7500,'Redevances pour brevets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7502,'PCG','EXPENSE','XXXXXX','61378',7500,'Autres redevances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7503,'PCG','EXPENSE','XXXXXX','614',7427,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7504,'PCG','EXPENSE','XXXXXX','6141',7503,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7505,'PCG','EXPENSE','XXXXXX','61411',7504,'Etudes générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7506,'PCG','EXPENSE','XXXXXX','61413',7504,'Recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7507,'PCG','EXPENSE','XXXXXX','61415',7504,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7508,'PCG','EXPENSE','XXXXXX','61416',7504,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7509,'PCG','EXPENSE','XXXXXX','6142',7503,'Transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7510,'PCG','EXPENSE','XXXXXX','61421',7509,'Transport du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7511,'PCG','EXPENSE','XXXXXX','61425',7509,'Transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7512,'PCG','EXPENSE','XXXXXX','61426',7509,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7513,'PCG','EXPENSE','XXXXXX','61428',7509,'Autres transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7514,'PCG','EXPENSE','XXXXXX','6143',7503,'Déplacements, missions et réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7515,'PCG','EXPENSE','XXXXXX','61431',7514,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7516,'PCG','EXPENSE','XXXXXX','61433',7514,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7517,'PCG','EXPENSE','XXXXXX','61435',7514,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7518,'PCG','EXPENSE','XXXXXX','61436',7514,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7519,'PCG','EXPENSE','XXXXXX','6144',7503,'Publicité, publications et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7520,'PCG','EXPENSE','XXXXXX','61441',7519,'Annonces et insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7521,'PCG','EXPENSE','XXXXXX','61442',7519,'Echantillons, catalogues et imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7522,'PCG','EXPENSE','XXXXXX','61443',7519,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7523,'PCG','EXPENSE','XXXXXX','61444',7519,'Primes de publicité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7524,'PCG','EXPENSE','XXXXXX','61446',7519,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7525,'PCG','EXPENSE','XXXXXX','61447',7519,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7526,'PCG','EXPENSE','XXXXXX','61448',7519,'Autres charges de publicité et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7527,'PCG','EXPENSE','XXXXXX','6145',7503,'Frais postaux et frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7528,'PCG','EXPENSE','XXXXXX','61451',7527,'Frais postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7529,'PCG','EXPENSE','XXXXXX','61455',7527,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7530,'PCG','EXPENSE','XXXXXX','61456',7527,'Frais de télex et de télégrammes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7531,'PCG','EXPENSE','XXXXXX','6146',7503,'Cotisations et dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7532,'PCG','EXPENSE','XXXXXX','61461',7531,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7533,'PCG','EXPENSE','XXXXXX','61462',7531,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7534,'PCG','EXPENSE','XXXXXX','6147',7503,'Services bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7535,'PCG','EXPENSE','XXXXXX','61471',7534,'Frais d''achat et de vente des titres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7536,'PCG','EXPENSE','XXXXXX','61472',7534,'Frais sur effet de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7537,'PCG','EXPENSE','XXXXXX','61473',7534,'Frais et commissions sur services bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7538,'PCG','EXPENSE','XXXXXX','6148',7503,'Autres charges externes des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7539,'PCG','EXPENSE','XXXXXX','6149',7503,'Rabais, remises et ristournes obtenus sur autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7540,'PCG','EXPENSE','XXXXXX','616',7427,'Impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7541,'PCG','EXPENSE','XXXXXX','6161',7540,'Impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7542,'PCG','EXPENSE','XXXXXX','61611',7541,'Taxe urbaine et taxe d''édilité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7543,'PCG','EXPENSE','XXXXXX','61612',7541,'Patente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7544,'PCG','EXPENSE','XXXXXX','61615',7541,'Taxes locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7545,'PCG','EXPENSE','XXXXXX','6165',7540,'Impôts et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7546,'PCG','EXPENSE','XXXXXX','6167',7540,'Impôts, taxes et droits assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7547,'PCG','EXPENSE','XXXXXX','61671',7546,'Droits d''enregistrement et timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7548,'PCG','EXPENSE','XXXXXX','61673',7546,'Taxes sur les véhicules','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7549,'PCG','EXPENSE','XXXXXX','61678',7546,'Autres impôts, taxes et droits assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7550,'PCG','EXPENSE','XXXXXX','6168',7540,'Impôts et taxes des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7551,'PCG','EXPENSE','XXXXXX','617',7427,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7552,'PCG','EXPENSE','XXXXXX','6171',7551,'Rémunération du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7553,'PCG','EXPENSE','XXXXXX','61711',7552,'Appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7554,'PCG','EXPENSE','XXXXXX','61712',7552,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7555,'PCG','EXPENSE','XXXXXX','61713',7552,'Indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7556,'PCG','EXPENSE','XXXXXX','61714',7552,'Commissions au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7557,'PCG','EXPENSE','XXXXXX','61715',7552,'Rémunération des administrateurs, gérants et associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7558,'PCG','EXPENSE','XXXXXX','6174',7551,'charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7559,'PCG','EXPENSE','XXXXXX','61741',7559,'Cotisations de sécurité sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7560,'PCG','EXPENSE','XXXXXX','61742',7559,'Cotisations aux caisses de retraite','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7561,'PCG','EXPENSE','XXXXXX','61743',7559,'Cotisations aux mutuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7562,'PCG','EXPENSE','XXXXXX','61744',7559,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7563,'PCG','EXPENSE','XXXXXX','61745',7559,'Assurances accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7564,'PCG','EXPENSE','XXXXXX','6176',7551,'Charges sociales diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7565,'PCG','EXPENSE','XXXXXX','61761',7564,'Assurances groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7566,'PCG','EXPENSE','XXXXXX','61762',7564,'Prestations de retraites','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7567,'PCG','EXPENSE','XXXXXX','61763',7564,'Allocations aux oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7568,'PCG','EXPENSE','XXXXXX','61764',7564,'Habillement et vêtements de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7569,'PCG','EXPENSE','XXXXXX','61765',7564,'Indemnités de préavis et de licenciement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7570,'PCG','EXPENSE','XXXXXX','61766',7564,'Médecine du travail, pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7571,'PCG','EXPENSE','XXXXXX','61768',7564,'Autres charges sociales diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7572,'PCG','EXPENSE','XXXXXX','6177',7551,'Rémunération de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7573,'PCG','EXPENSE','XXXXXX','61771',7573,'Appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7574,'PCG','EXPENSE','XXXXXX','61774',7573,'Charges sociales sur appointements et salaires de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7575,'PCG','EXPENSE','XXXXXX','6178',7551,'Charges de personnel des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7576,'PCG','EXPENSE','XXXXXX','618',7427,'Autres charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7577,'PCG','EXPENSE','XXXXXX','6181',7576,'Jetons de présence','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7578,'PCG','EXPENSE','XXXXXX','6182',7576,'Pertes sur créances irrécouvrables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7579,'PCG','EXPENSE','XXXXXX','6185',7576,'Pertes sur opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7580,'PCG','EXPENSE','XXXXXX','6186',7576,'Transferts de profits sur opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7581,'PCG','EXPENSE','XXXXXX','6188',7576,'Autres charges d''exploitation des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7582,'PCG','EXPENSE','XXXXXX','619',7427,'Dotation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7583,'PCG','EXPENSE','XXXXXX','6191',7582,'Dotations d''exploitation aux amortissements de l''immobilisation en non-valeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7584,'PCG','EXPENSE','XXXXXX','61911',7583,'Dotations d''exploitation aux amortissements des frais préliminaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7585,'PCG','EXPENSE','XXXXXX','61912',7583,'Dotations d''exploitation aux amortissements des charges à répartir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7586,'PCG','EXPENSE','XXXXXX','6192',7582,'Dotations d''exploitation aux amortissements de l''immobilisation incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7587,'PCG','EXPENSE','XXXXXX','61921',7586,'Dotations d''exploitation aux amortissements de l''immobilisation en recherche et développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7588,'PCG','EXPENSE','XXXXXX','61922',7586,'Dotations d''exploitation aux amortissements des brevets, marques, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7589,'PCG','EXPENSE','XXXXXX','61923',7586,'Dotations d''exploitation aux amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7590,'PCG','EXPENSE','XXXXXX','61928',7586,'Dotations d''exploitation aux amortissements des autres immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7591,'PCG','EXPENSE','XXXXXX','6193',7582,'Dotations d''exploitation aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7592,'PCG','EXPENSE','XXXXXX','61931',7591,'Dotations d''exploitation aux amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7593,'PCG','EXPENSE','XXXXXX','61932',7591,'Dotations d''exploitation aux amortissements des constructions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7594,'PCG','EXPENSE','XXXXXX','61933',7591,'Dotations d''exploitation aux amortissements des installations techniques, matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7595,'PCG','EXPENSE','XXXXXX','61934',7591,'Dotations d''exploitation aux amortissements du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7596,'PCG','EXPENSE','XXXXXX','61935',7591,'Dotations d''exploitation aux amortissements des mobilier, matériel de bureau et aménagement divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7597,'PCG','EXPENSE','XXXXXX','61938',7591,'Dotations d''exploitation aux amortissements des autres immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7598,'PCG','EXPENSE','XXXXXX','6194',7582,'Dotations d''exploitation aux provisions pour dépréciation des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7599,'PCG','EXPENSE','XXXXXX','61942',7598,'Dotations d''exploitation aux provisions pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7600,'PCG','EXPENSE','XXXXXX','61943',7598,'Dotations d''exploitation aux provisions pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7601,'PCG','EXPENSE','XXXXXX','6195',7582,'Dotations d''exploitation aux provisions pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7602,'PCG','EXPENSE','XXXXXX','61955',7601,'Dotations d''exploitation aux provisions pour risques et charges durables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7603,'PCG','EXPENSE','XXXXXX','61957',7601,'Dotations d''exploitation aux provisions pour risques et charges momentanés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7604,'PCG','EXPENSE','XXXXXX','6196',7582,'Dotations d''exploitation aux provisions pour dépréciation de l''actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7605,'PCG','EXPENSE','XXXXXX','61961',7604,'Dotations d''exploitation aux provisions pour dépréciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7606,'PCG','EXPENSE','XXXXXX','61964',7604,'Dotations d''exploitation aux provisions pour dépréciation des créances de l''actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7607,'PCG','EXPENSE','XXXXXX','6198',7582,'Dotations d''exploitation des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7608,'PCG','EXPENSE','XXXXXX','61981',7607,'Dotations d''exploitation aux amortissements des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7609,'PCG','EXPENSE','XXXXXX','61984',7607,'Dotations d''exploitation aux provisions des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7610,'PCG','EXPENSE','XXXXXX','63',7426,'Charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7611,'PCG','EXPENSE','XXXXXX','631',7610,'Charges d''intérêt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7612,'PCG','EXPENSE','XXXXXX','6311',7611,'Intérêts des emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7613,'PCG','EXPENSE','XXXXXX','63111',7612,'Intérêts des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7614,'PCG','EXPENSE','XXXXXX','63113',7612,'Intérêts des dettes rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7615,'PCG','EXPENSE','XXXXXX','63114',7612,'Intérêts des comptes courants et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7616,'PCG','EXPENSE','XXXXXX','63115',7612,'Intérêts bancaires et sur opérations de financement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7617,'PCG','EXPENSE','XXXXXX','63118',7612,'Autres intérêts des emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7618,'PCG','EXPENSE','XXXXXX','6318',7611,'Charges d''intérêt des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7619,'PCG','EXPENSE','XXXXXX','633',7610,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7620,'PCG','EXPENSE','XXXXXX','6331',7619,'Pertes de change propres à l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7621,'PCG','EXPENSE','XXXXXX','6338',7619,'Pertes de change des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7622,'PCG','EXPENSE','XXXXXX','638',7610,'Autres charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7623,'PCG','EXPENSE','XXXXXX','6382',7622,'Pertes sur créances liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7624,'PCG','EXPENSE','XXXXXX','6385',7622,'Charges nettes sur cessions de titres et valeurs de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7625,'PCG','EXPENSE','XXXXXX','6386',7622,'Escomptes accordés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7626,'PCG','EXPENSE','XXXXXX','6388',7622,'Autres charges financières des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7627,'PCG','EXPENSE','XXXXXX','639',7610,'Dotations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7628,'PCG','EXPENSE','XXXXXX','6391',7627,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7629,'PCG','EXPENSE','XXXXXX','6392',7627,'Dotations aux provisions pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7630,'PCG','EXPENSE','XXXXXX','6393',7627,'Dotations aux provisions pour risques et charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7631,'PCG','EXPENSE','XXXXXX','6394',7627,'Dotations aux provisions pour dépréciation des titres et valeurs de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7632,'PCG','EXPENSE','XXXXXX','6396',7627,'Dotations aux provisions pour dépréciation des comptes de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7633,'PCG','EXPENSE','XXXXXX','6398',7627,'Dotations financières des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7634,'PCG','EXPENSE','XXXXXX','65',7426,'Charges non courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7635,'PCG','EXPENSE','XXXXXX','651',7634,'Valeurs nettes d''amortissements des immobilisations cédées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7636,'PCG','EXPENSE','XXXXXX','6512',7635,'Valeurs nettes d''amortissement des immobilisations incorporelles cédées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7637,'PCG','EXPENSE','XXXXXX','6513',7635,'Valeurs nettes d''amortissement des immobilisations corporelles cédées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7638,'PCG','EXPENSE','XXXXXX','6514',7635,'Valeurs nettes d''amortissement des immobilisations financières cédées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7639,'PCG','EXPENSE','XXXXXX','6518',7635,'Valeurs nettes d''amortissement des immobilisations cédées des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7640,'PCG','EXPENSE','XXXXXX','656',7634,'Subventions accordées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7641,'PCG','EXPENSE','XXXXXX','6561',7640,'Subventions accordées de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7642,'PCG','EXPENSE','XXXXXX','6568',7640,'Subventions accordées des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7643,'PCG','EXPENSE','XXXXXX','658',7634,'Autres charges non courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7644,'PCG','EXPENSE','XXXXXX','6581',7643,'Pénalités sur marchés et dédits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7645,'PCG','EXPENSE','XXXXXX','65811',7644,'Pénalités sur marchés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7646,'PCG','EXPENSE','XXXXXX','65812',7644,'Dédits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7647,'PCG','EXPENSE','XXXXXX','6582',7643,'Rappels d''impôts (autres qu'impôts sur les résultats)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7648,'PCG','EXPENSE','XXXXXX','6583',7643,'Pénalités et amendes fiscales ou pénales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7649,'PCG','EXPENSE','XXXXXX','65831',7648,'Pénalités et amendes fiscales ou pénales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7650,'PCG','EXPENSE','XXXXXX','65833',7648,'Pénalités et amendes pénales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7651,'PCG','EXPENSE','XXXXXX','6585',7643,'Créances devenues irrécouvrables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7652,'PCG','EXPENSE','XXXXXX','6586',7643,'Dons, libéralités et lots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7653,'PCG','EXPENSE','XXXXXX','65861',7652,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7654,'PCG','EXPENSE','XXXXXX','65862',7652,'Libéralités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7655,'PCG','EXPENSE','XXXXXX','65863',7652,'Lots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7656,'PCG','EXPENSE','XXXXXX','6588',7643,'Autres charges non courantes des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7657,'PCG','EXPENSE','XXXXXX','659',7634,'Dotations pour courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7658,'PCG','EXPENSE','XXXXXX','6591',7657,'Dotations aux amortissements exceptionnels des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7659,'PCG','EXPENSE','XXXXXX','65911',7658,'Dotations aux amortissements exceptionnels de l''immobilisation en non valeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7660,'PCG','EXPENSE','XXXXXX','65912',7658,'Dotations aux amortissements exceptionnels des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7661,'PCG','EXPENSE','XXXXXX','65913',7658,'Dotations aux amortissements exceptionnels des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7662,'PCG','EXPENSE','XXXXXX','6594',7657,'Dotations non courantes aux provisions réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7663,'PCG','EXPENSE','XXXXXX','65941',7662,'Dotations non courantes aux amortissements dérogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7664,'PCG','EXPENSE','XXXXXX','65942',7662,'Dotations non courantes pour plus-values en instance d''imposition','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7665,'PCG','EXPENSE','XXXXXX','65944',7662,'Dotations non courantes pour investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7666,'PCG','EXPENSE','XXXXXX','65945',7662,'Dotations non courantes pour reconstitution de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7667,'PCG','EXPENSE','XXXXXX','65946',7662,'Dotations non courantes pour acquisition et construction de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7668,'PCG','EXPENSE','XXXXXX','6595',7657,'Dotations non courantes aux provisions pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7669,'PCG','EXPENSE','XXXXXX','65955',7668,'Dotations non courantes aux provisions pour risques et charges durables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7670,'PCG','EXPENSE','XXXXXX','65957',7668,'Dotations non courantes aux provisions pour risques et charges momentanés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7671,'PCG','EXPENSE','XXXXXX','6596',7657,'Dotations non courantes aux provisions pour dépréciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7672,'PCG','EXPENSE','XXXXXX','65962',7671,'Dotations non courantes aux provisions pour dépréciation de l''actif immobilisé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7673,'PCG','EXPENSE','XXXXXX','65963',7671,'Dotations non courantes aux provisions pour dépréciation de l''actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7674,'PCG','EXPENSE','XXXXXX','6598',7671,'Dotations non courantes des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7675,'PCG','EXPENSE','XXXXXX','67',7426,'Impôts sur le résultats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7676,'PCG','EXPENSE','XXXXXX','6701',7675,'Impôts sur les bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7677,'PCG','EXPENSE','XXXXXX','6705',7675,'Imposition minimale annuelle des sociétés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7678,'PCG','EXPENSE','XXXXXX','6708',7675,'Rappels et dégrèvements des impôts sur les résultats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7679,'PCG','INCOME','XXXXXX','7','','Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7680,'PCG','INCOME','XXXXXX','71',7679,'Produits d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7681,'PCG','INCOME','XXXXXX','711',7680,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7682,'PCG','INCOME','XXXXXX','7111',7681,'Ventes de marchandises au Maroc','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7683,'PCG','INCOME','XXXXXX','7113',7681,'Ventes de marchandises à l''étranger','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7684,'PCG','INCOME','XXXXXX','7118',7681,'Ventes de marchandises des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7685,'PCG','INCOME','XXXXXX','7119',7681,'Rabais, remises et ristournes accordés par l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7686,'PCG','INCOME','XXXXXX','712',7680,'Ventes de biens et services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7687,'PCG','INCOME','XXXXXX','7121',7686,'Ventes de biens et services produits au Maroc','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7688,'PCG','INCOME','XXXXXX','71211',7687,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7689,'PCG','INCOME','XXXXXX','71212',7687,'Ventes de produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7690,'PCG','INCOME','XXXXXX','71217',7687,'Ventes de produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7691,'PCG','INCOME','XXXXXX','7122',7686,'Ventes de biens produits à l''étranger','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7692,'PCG','INCOME','XXXXXX','71221',7691,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7693,'PCG','INCOME','XXXXXX','71222',7691,'Ventes de produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7694,'PCG','INCOME','XXXXXX','7124',7686,'Ventes de services produits au Maroc','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7695,'PCG','INCOME','XXXXXX','71241',7694,'Travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7696,'PCG','INCOME','XXXXXX','71242',7694,'Etudes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7697,'PCG','INCOME','XXXXXX','71243',7694,'Prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7698,'PCG','INCOME','XXXXXX','7125',7686,'Ventes de services produits à l''étranger','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7699,'PCG','INCOME','XXXXXX','71251',7698,'Travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7700,'PCG','INCOME','XXXXXX','71252',7698,'Etudes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7701,'PCG','INCOME','XXXXXX','71253',7698,'Prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7702,'PCG','INCOME','XXXXXX','7126',7686,'Redevances pour brevets, marques, droits et valeurs similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7703,'PCG','INCOME','XXXXXX','7127',7686,'Ventes de produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7704,'PCG','INCOME','XXXXXX','71271',7703,'Locations diverses reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7705,'PCG','INCOME','XXXXXX','71272',7703,'Commissions et courtages reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7706,'PCG','INCOME','XXXXXX','71273',7703,'Produits de services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7707,'PCG','INCOME','XXXXXX','71275',7703,'Bonis sur reprises d''emballages consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7708,'PCG','INCOME','XXXXXX','71276',7703,'Ports et frais accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7709,'PCG','INCOME','XXXXXX','71278',7703,'Autres ventes de produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7710,'PCG','INCOME','XXXXXX','7128',7686,'Ventes de biens set services produits des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7711,'PCG','INCOME','XXXXXX','7129',7686,'Rabais, remises et ristournes accordés par l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7712,'PCG','INCOME','XXXXXX','71291',7711,'Rabais, remises et ristournes accordés sur ventes au Maroc des biens produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7713,'PCG','INCOME','XXXXXX','71292',7711,'Rabais, remises et ristournes accordés sur ventes à l''étranger des biens produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7714,'PCG','INCOME','XXXXXX','71294',7711,'Rabais, remises et ristournes accordés sur ventes au Maroc des services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7715,'PCG','INCOME','XXXXXX','71295',7711,'Rabais, remises et ristournes accordés sur ventes à l''étranger des services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7716,'PCG','INCOME','XXXXXX','71298',7711,'Rabais, remises et ristournes accordés sur ventes des biens et services produits des exercices antérieurs ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7717,'PCG','INCOME','XXXXXX','713',7680,'Variations des stocks des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7718,'PCG','INCOME','XXXXXX','7131',7717,'Variations des stocks des produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7719,'PCG','INCOME','XXXXXX','71311',7718,'Variations des stocks de biens produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7720,'PCG','INCOME','XXXXXX','71312',7718,'Variations des stocks de produits intermédiaires en cours ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7721,'PCG','INCOME','XXXXXX','71317',7718,'Variations des stocks de produits résiduels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7722,'PCG','INCOME','XXXXXX','7132',7717,'Variations des stocks de biens produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7723,'PCG','INCOME','XXXXXX','71321',7722,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7724,'PCG','INCOME','XXXXXX','71322',7722,'Variations des stocks de produits intermédiaires ','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7725,'PCG','INCOME','XXXXXX','71327',7722,'Variations des stocks de produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7726,'PCG','INCOME','XXXXXX','7134',7717,'Variations des stocks de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7727,'PCG','INCOME','XXXXXX','71341',7726,'Variations des stocks de travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7728,'PCG','INCOME','XXXXXX','71342',7726,'Variations des stocks d''études en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7729,'PCG','INCOME','XXXXXX','71343',7726,'Variations des stocks de prestations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7730,'PCG','INCOME','XXXXXX','714',7680,'Immobilisations produits par l''entreprise pour elle-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7731,'PCG','INCOME','XXXXXX','7141',7730,'Immobilisations en non-valeurs produites','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7732,'PCG','INCOME','XXXXXX','7142',7730,'Immobilisations incorporelles produites','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7733,'PCG','INCOME','XXXXXX','7143',7730,'Immobilisations corporelles produites','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7734,'PCG','INCOME','XXXXXX','7148',7730,'Immobilisations produites des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7735,'PCG','INCOME','XXXXXX','716',7680,'Subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7736,'PCG','INCOME','XXXXXX','7161',7735,'Subventions d''exploitation reçues de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7737,'PCG','INCOME','XXXXXX','7168',7735,'Subventions d''exploitation reçues des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7738,'PCG','INCOME','XXXXXX','718',7680,'Autres produits d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7739,'PCG','INCOME','XXXXXX','7181',7738,'Jetons de présence reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7740,'PCG','INCOME','XXXXXX','7182',7738,'Revenus des immeubles non affectées à l''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7741,'PCG','INCOME','XXXXXX','7185',7738,'Profits sur opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7742,'PCG','INCOME','XXXXXX','7186',7738,'Transferts de profits sur opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7743,'PCG','INCOME','XXXXXX','7188',7738,'Autres produits d''exploitation des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7744,'PCG','INCOME','XXXXXX','719',7680,'Reprises d''exploitation ; Transfert de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7745,'PCG','INCOME','XXXXXX','7191',7744,'Reprises sur amortissements de l''immobilisation en non-valeur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7746,'PCG','INCOME','XXXXXX','7192',7744,'Reprises sur amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7747,'PCG','INCOME','XXXXXX','7193',7744,'Reprises sur amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7748,'PCG','INCOME','XXXXXX','7194',7744,'Reprises sur provisions pour dépréciation des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7749,'PCG','INCOME','XXXXXX','7195',7744,'Reprises sur provisions pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7750,'PCG','INCOME','XXXXXX','7196',7744,'Reprises sur provisions pour dépréciation de l''actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7751,'PCG','INCOME','XXXXXX','7197',7744,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7752,'PCG','INCOME','XXXXXX','71971',7751,'Transfert de charges d''exploitation - achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7753,'PCG','INCOME','XXXXXX','71972',7751,'Transfert de charges d''exploitation - achats consommés de matières et fournitures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7754,'PCG','INCOME','XXXXXX','71973',7751,'Transfert de charges d''exploitation - autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7755,'PCG','INCOME','XXXXXX','71975',7751,'Transfert de charges d''exploitation - impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7756,'PCG','INCOME','XXXXXX','71976',7751,'Transfert de charges d''exploitation - charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7757,'PCG','INCOME','XXXXXX','71978',7751,'Transfert de charges d''exploitation - autres charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7758,'PCG','INCOME','XXXXXX','7198',7744,'Reprises sur amortissements et provisions des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7759,'PCG','INCOME','XXXXXX','71981',7758,'Reprises sur amortissements des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7760,'PCG','INCOME','XXXXXX','71984',7758,'Reprises sur Provisions des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7761,'PCG','INCOME','XXXXXX','73',7679,'Produits financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7762,'PCG','INCOME','XXXXXX','732',7761,'Produits des titres de participation et des autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7763,'PCG','INCOME','XXXXXX','7321',7762,'Revenus des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7764,'PCG','INCOME','XXXXXX','7325',7762,'Revenus des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7765,'PCG','INCOME','XXXXXX','7328',7762,'Produits des titres de participation et des autres titres immobilisés des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7766,'PCG','INCOME','XXXXXX','733',7761,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7767,'PCG','INCOME','XXXXXX','7331',7766,'Gains de change propres à l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7768,'PCG','INCOME','XXXXXX','7338',7766,'Gains de change des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7769,'PCG','INCOME','XXXXXX','738',7761,'Intérêts et autres produits financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7770,'PCG','INCOME','XXXXXX','7381',7769,'Intérêts et produits assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7771,'PCG','INCOME','XXXXXX','73811',7770,'Intérêts des prêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7772,'PCG','INCOME','XXXXXX','73813',7770,'Revenus des autres créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7773,'PCG','INCOME','XXXXXX','7383',7769,'Revenus des créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7774,'PCG','INCOME','XXXXXX','7384',7769,'Revenus des titres et valeurs de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7775,'PCG','INCOME','XXXXXX','7385',7769,'Produits nets sur cessions de titres et valeurs de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7776,'PCG','INCOME','XXXXXX','7386',7769,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7777,'PCG','INCOME','XXXXXX','7388',7769,'Intérêts et autres produits financiers des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7778,'PCG','INCOME','XXXXXX','739',7761,'Reprises financières ; Transfert de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7779,'PCG','INCOME','XXXXXX','7391',7778,'Reprises sur amortissement des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7780,'PCG','INCOME','XXXXXX','7392',7778,'Reprises sur provisions pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7781,'PCG','INCOME','XXXXXX','7393',7778,'Reprises sur provisions pour risques et charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7782,'PCG','INCOME','XXXXXX','7394',7778,'Reprises sur provisions pour dépréciation des titres et valeurs de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7783,'PCG','INCOME','XXXXXX','7396',7778,'Reprises sur provisions pour dépréciation des comptes de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7784,'PCG','INCOME','XXXXXX','7397',7778,'Transfert de charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7785,'PCG','INCOME','XXXXXX','73971',7784,'Transferts - charges d''intérêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7786,'PCG','INCOME','XXXXXX','73973',7784,'Transferts - pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7787,'PCG','INCOME','XXXXXX','73978',7784,'Transferts - autres charges financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7788,'PCG','INCOME','XXXXXX','7398',7778,'Reprises sur dotations financières des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7789,'PCG','INCOME','XXXXXX','75',7679,'Produits non courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7790,'PCG','INCOME','XXXXXX','751',7789,'Produits des cessions des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7791,'PCG','INCOME','XXXXXX','7512',7790,'Produits des cessions des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7792,'PCG','INCOME','XXXXXX','7513',7790,'Produits des cessions des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7793,'PCG','INCOME','XXXXXX','7514',7790,'Produits des cessions des immobilisations financières (droits de propriété)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7794,'PCG','INCOME','XXXXXX','7518',7790,'Produits des cessions des immobilisations des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7795,'PCG','INCOME','XXXXXX','756',7789,'Subventions d''équilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7796,'PCG','INCOME','XXXXXX','7561',7795,'Subventions d''équilibre reçues de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7797,'PCG','INCOME','XXXXXX','7568',7795,'Subventions d''équilibre reçues des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7798,'PCG','INCOME','XXXXXX','757',7789,'Reprises sur subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7799,'PCG','INCOME','XXXXXX','7577',7798,'Reprises sur subventions d''investissement de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7800,'PCG','INCOME','XXXXXX','7578',7798,'Reprises sur subventions d''investissement des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7801,'PCG','INCOME','XXXXXX','758',7789,'Autres produits non courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7802,'PCG','INCOME','XXXXXX','7581',7801,'Pénalités et dédits reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7803,'PCG','INCOME','XXXXXX','75811',7802,'Pénalités reçus sur marché','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7804,'PCG','INCOME','XXXXXX','75812',7802,'Dédits reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7805,'PCG','INCOME','XXXXXX','7582',7801,'Dégrèvements d''impôts (autres qu'impôts sur résultat)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7806,'PCG','INCOME','XXXXXX','7585',7801,'Rentrées sur créances soldées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7807,'PCG','INCOME','XXXXXX','7586',7801,'Dons, libéralités et lots reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7808,'PCG','INCOME','XXXXXX','75861',7807,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7809,'PCG','INCOME','XXXXXX','75862',7807,'Libéralités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7810,'PCG','INCOME','XXXXXX','75863',7807,'Lots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7811,'PCG','INCOME','XXXXXX','7588',7801,'Autres produits non courants des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7812,'PCG','INCOME','XXXXXX','759',7789,'Reprises non courantes ; Transfert de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7813,'PCG','INCOME','XXXXXX','7591',7812,'Reprises non courantes sur amortissements exceptionnelles des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7814,'PCG','INCOME','XXXXXX','75911',7813,'Reprises non courantes sur amortissements exceptionnelles des immobilisations en non-valeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7815,'PCG','INCOME','XXXXXX','75912',7813,'Reprises non courantes sur amortissements exceptionnelles des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7816,'PCG','INCOME','XXXXXX','75913',7813,'Reprises non courantes sur amortissements exceptionnelles des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7817,'PCG','INCOME','XXXXXX','7594',7812,'Reprises non courantes sur provisions réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7818,'PCG','INCOME','XXXXXX','75941',7817,'Reprises sur amortissements dérogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7819,'PCG','INCOME','XXXXXX','75942',7817,'Reprises sur plus values en instance d''imposition','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7820,'PCG','INCOME','XXXXXX','75944',7817,'Reprises sur provisions pour investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7821,'PCG','INCOME','XXXXXX','75945',7817,'Reprises sur provisions pour reconstitution de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7822,'PCG','INCOME','XXXXXX','75946',7817,'Reprises sur provisions pour acquisition et construction de logements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7823,'PCG','INCOME','XXXXXX','7595',7812,'Reprises non courantes sur provisions pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7824,'PCG','INCOME','XXXXXX','75955',7823,'Reprises non courantes sur provisions pour risques et charges durables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7825,'PCG','INCOME','XXXXXX','75957',7823,'Reprises non courantes sur provisions pour risques et charges momentanés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7826,'PCG','INCOME','XXXXXX','7596',7812,'Reprises non courantes sur provisions pour dépréciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7827,'PCG','INCOME','XXXXXX','75962',7826,'Reprises non courantes sur provisions pour dépréciation de l''actif immobilisé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7828,'PCG','INCOME','XXXXXX','75963',7826,'Reprises non courantes sur provisions pour dépréciation de l''actif circulant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7829,'PCG','INCOME','XXXXXX','7597',7812,'Transfert de charges non courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7830,'PCG','INCOME','XXXXXX','7598',7812,'Reprises non courantes des exercices antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7831,'PCG','RESU','XXXXXX','8','','Comptes de résultats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7832,'PCG','RESU','XXXXXX','81',7831,'Résultat s'exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7833,'PCG','RESU','XXXXXX','811',7832,'Marge brute','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7834,'PCG','RESU','XXXXXX','814',7832,'Valeur ajoutée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7835,'PCG','RESU','XXXXXX','817',7832,'Excédent brut s'exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7836,'PCG','RESU','XXXXXX','8171',7835,'Excédent brut s'exploitation (créditeur)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7837,'PCG','RESU','XXXXXX','8179',7835,'Insuffusance brute d''exploitation (débiteur)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7838,'PCG','RESU','XXXXXX','83',7831,'Résultat financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7839,'PCG','RESU','XXXXXX','84',7831,'Résultat courant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7840,'PCG','RESU','XXXXXX','85',7831,'Résultat non courant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7841,'PCG','RESU','XXXXXX','86',7831,'Résultat avant impôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (7842,'PCG','RESU','XXXXXX','88',7831,'Résultat après impôt','1'); + diff --git a/htdocs/install/mysql/data/llx_accounting_account_ml.sql b/htdocs/install/mysql/data/llx_accounting_account_ml.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_ml.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_ne.sql b/htdocs/install/mysql/data/llx_accounting_account_ne.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_ne.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_sn.sql b/htdocs/install/mysql/data/llx_accounting_account_sn.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_sn.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_td.sql b/htdocs/install/mysql/data/llx_accounting_account_td.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_td.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_tg.sql b/htdocs/install/mysql/data/llx_accounting_account_tg.sql new file mode 100644 index 00000000000..691e5b0f941 --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_tg.sql @@ -0,0 +1,1227 @@ +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15000,'SYSCOHADA','CAPIT','XXXXXX','1',0,'Capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'SYSCOHADA','CAPIT','XXXXXX','101',15000,'Capital social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'SYSCOHADA','CAPIT','XXXXXX','1011',15001,'Capital souscrit, non appelé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'SYSCOHADA','CAPIT','XXXXXX','1012',15001,'Capital souscrit, appelé, non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'SYSCOHADA','CAPIT','XXXXXX','1013',15001,'Capital souscrit, appelé, versé, non amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'SYSCOHADA','CAPIT','XXXXXX','1014',15001,'Capital souscrit, appelé, versé, amorti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'SYSCOHADA','CAPIT','XXXXXX','1018',15001,'Capital souscrit, soumis à des conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'SYSCOHADA','CAPIT','XXXXXX','102',15000,'Capital par dotation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'SYSCOHADA','CAPIT','XXXXXX','1021',15007,'Dotation initiale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'SYSCOHADA','CAPIT','XXXXXX','1022',15007,'Dotations complémentaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'SYSCOHADA','CAPIT','XXXXXX','1028',15007,'Autres dotations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'SYSCOHADA','CAPIT','XXXXXX','103',15000,'Capital personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'SYSCOHADA','CAPIT','XXXXXX','104',15000,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'SYSCOHADA','CAPIT','XXXXXX','1041',15012,'Apports temporaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'SYSCOHADA','CAPIT','XXXXXX','1042',15012,'Opérations courantes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'SYSCOHADA','CAPIT','XXXXXX','1043',15012,'Rémunérations, impôts et autres charges personnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'SYSCOHADA','CAPIT','XXXXXX','1047',15012,'Prélèvements d''autoconsommation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'SYSCOHADA','CAPIT','XXXXXX','1048',15012,'Autres prélèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'SYSCOHADA','CAPIT','XXXXXX','105',15000,'Primes liees aux capitaux propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'SYSCOHADA','CAPIT','XXXXXX','1051',15018,'Primes d''émission','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'SYSCOHADA','CAPIT','XXXXXX','1052',15018,'Primes d''apport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'SYSCOHADA','CAPIT','XXXXXX','1053',15018,'Primes de fusion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'SYSCOHADA','CAPIT','XXXXXX','1054',15018,'Primes de conversion','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'SYSCOHADA','CAPIT','XXXXXX','1058',15018,'Autres primes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'SYSCOHADA','CAPIT','XXXXXX','106',15000,'Ecarts de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'SYSCOHADA','CAPIT','XXXXXX','1061',15024,'Ecarts de réévaluation légale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'SYSCOHADA','CAPIT','XXXXXX','1062',15024,'Ecarts de réévaluation libre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'SYSCOHADA','CAPIT','XXXXXX','109',15000,'Actionnaires, capital souscrit, non appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'SYSCOHADA','CAPIT','XXXXXX','11',15000,'Reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'SYSCOHADA','CAPIT','XXXXXX','111',15028,'Reserve legale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'SYSCOHADA','CAPIT','XXXXXX','1111',15029,'Réserves légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'SYSCOHADA','CAPIT','XXXXXX','112',15028,'Reserves statutaires ou contractuelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'SYSCOHADA','CAPIT','XXXXXX','113',15028,'Reserves reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'SYSCOHADA','CAPIT','XXXXXX','1131',15032,'Réserves de plus-values nettes à long terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'SYSCOHADA','CAPIT','XXXXXX','1133',15032,'Réserves consécutives à l''octroi de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'SYSCOHADA','CAPIT','XXXXXX','1134',15032,'Réserves spéciales navires renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'SYSCOHADA','CAPIT','XXXXXX','1135',15032,'Réserves spéciales matériels et outillage renouvelés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'SYSCOHADA','CAPIT','XXXXXX','1138',15032,'Autres réserves réglementées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'SYSCOHADA','CAPIT','XXXXXX','118',15028,'Autres reserves','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'SYSCOHADA','CAPIT','XXXXXX','1181',15038,'Réserves facultatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'SYSCOHADA','CAPIT','XXXXXX','1188',15038,'Réserves diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'SYSCOHADA','CAPIT','XXXXXX','12',15000,'Report a nouveau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'SYSCOHADA','CAPIT','XXXXXX','121',15041,'Report a nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'SYSCOHADA','CAPIT','XXXXXX','1211',15042,'Report à nouveau crediteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'SYSCOHADA','CAPIT','XXXXXX','129',15041,'Report a nouveau debiteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'SYSCOHADA','CAPIT','XXXXXX','1291',15044,'Perte nette à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'SYSCOHADA','CAPIT','XXXXXX','1292',15044,'Perte - amortissements réputés différés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'SYSCOHADA','CAPIT','XXXXXX','13',15000,'Resultat net de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'SYSCOHADA','CAPIT','XXXXXX','1301',15047,'Résultat en instance d''affectation : bénéfice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'SYSCOHADA','CAPIT','XXXXXX','1309',15047,'Résultat en instance d''affectation : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'SYSCOHADA','CAPIT','XXXXXX','131',15047,'Resultat net : benefice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'SYSCOHADA','CAPIT','XXXXXX','132',15047,'Marge brute (mb)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'SYSCOHADA','CAPIT','XXXXXX','1321',15051,'Marge brute sur marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'SYSCOHADA','CAPIT','XXXXXX','1322',15051,'Marge brute sur matières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'SYSCOHADA','CAPIT','XXXXXX','133',15047,'Valeur ajoutee (v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'SYSCOHADA','CAPIT','XXXXXX','134',15047,'Excedent brut d''exploitation (e.b.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'SYSCOHADA','CAPIT','XXXXXX','135',15047,'Resultat d''exploitation (r.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'SYSCOHADA','CAPIT','XXXXXX','136',15047,'Resultat financier (r.f.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'SYSCOHADA','CAPIT','XXXXXX','137',15047,'Resultat des activites ordinaires (r.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'SYSCOHADA','CAPIT','XXXXXX','138',15047,'Resultat hors activites ordinaires (r.h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'SYSCOHADA','CAPIT','XXXXXX','139',15047,'Resultat net : perte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'SYSCOHADA','CAPIT','XXXXXX','14',15000,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'SYSCOHADA','CAPIT','XXXXXX','141',15061,'Subventions d''equipement a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'SYSCOHADA','CAPIT','XXXXXX','1411',15062,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'SYSCOHADA','CAPIT','XXXXXX','1412',15062,'Régions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'SYSCOHADA','CAPIT','XXXXXX','1413',15062,'Départements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'SYSCOHADA','CAPIT','XXXXXX','1414',15062,'Communes et collectivités publiques décentralisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'SYSCOHADA','CAPIT','XXXXXX','1415',15062,'Entreprises publiques ou mixtes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'SYSCOHADA','CAPIT','XXXXXX','1416',15062,'Entreprises et organismes privés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'SYSCOHADA','CAPIT','XXXXXX','1417',15062,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'SYSCOHADA','CAPIT','XXXXXX','1418',15062,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'SYSCOHADA','CAPIT','XXXXXX','142',15061,'Subventions d''equipement b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'SYSCOHADA','CAPIT','XXXXXX','1421',15071,'Subventions d''équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'SYSCOHADA','CAPIT','XXXXXX','148',15061,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'SYSCOHADA','CAPIT','XXXXXX','15',15000,'Provisions reglementees et fonds assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'SYSCOHADA','CAPIT','XXXXXX','151',15074,'Amortissements derogatoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'SYSCOHADA','CAPIT','XXXXXX','152',15074,'Plus-values de cession a reinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'SYSCOHADA','CAPIT','XXXXXX','1521',15076,'Plus-values de cession à réinvestir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'SYSCOHADA','CAPIT','XXXXXX','153',15074,'Fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'SYSCOHADA','CAPIT','XXXXXX','1531',15078,'Fonds national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'SYSCOHADA','CAPIT','XXXXXX','1532',15078,'Prélèvement pour le budget','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'SYSCOHADA','CAPIT','XXXXXX','154',15074,'Provision speciale de reevaluation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'SYSCOHADA','CAPIT','XXXXXX','155',15074,'Provisions reglementees relatives aux immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'SYSCOHADA','CAPIT','XXXXXX','1551',15082,'Recontitution des gisements miniers et pétroliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'SYSCOHADA','CAPIT','XXXXXX','1552',15082,'Provisions de croissance des immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'SYSCOHADA','CAPIT','XXXXXX','1553',15082,'Provisions de renouvellement du matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'SYSCOHADA','CAPIT','XXXXXX','1554',15082,'Provisions pourle renouvellement du matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'SYSCOHADA','CAPIT','XXXXXX','156',15074,'Provisions reglementees relatives aux stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'SYSCOHADA','CAPIT','XXXXXX','1561',15087,'Hausse de prix','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'SYSCOHADA','CAPIT','XXXXXX','1562',15087,'Fluctuation des cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'SYSCOHADA','CAPIT','XXXXXX','157',15074,'Provisions pour investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'SYSCOHADA','CAPIT','XXXXXX','158',15074,'Autres provisions et fonds reglementes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'SYSCOHADA','CAPIT','XXXXXX','16',15000,'Emprunts et dettes assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'SYSCOHADA','CAPIT','XXXXXX','161',15092,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'SYSCOHADA','CAPIT','XXXXXX','1611',15093,'Emprunts obligataires ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'SYSCOHADA','CAPIT','XXXXXX','1612',15093,'Emprunts obligataires convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'SYSCOHADA','CAPIT','XXXXXX','1618',15093,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'SYSCOHADA','CAPIT','XXXXXX','1619',15093,'Obligations à souscrire, à la souche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'SYSCOHADA','CAPIT','XXXXXX','162',15092,'Emprunts et dettes aupres des etablissements de credit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'SYSCOHADA','CAPIT','XXXXXX','163',15092,'Avances recues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'SYSCOHADA','CAPIT','XXXXXX','164',15092,'Avances recues et comptes courants bloques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'SYSCOHADA','CAPIT','XXXXXX','165',15092,'Depots et cautionnements recus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'SYSCOHADA','CAPIT','XXXXXX','1651',15101,'Dépôts à terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'SYSCOHADA','CAPIT','XXXXXX','1652',15101,'Cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'SYSCOHADA','CAPIT','XXXXXX','166',15092,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'SYSCOHADA','CAPIT','XXXXXX','1661',15104,'Sur emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'SYSCOHADA','CAPIT','XXXXXX','1662',15104,'Sur emprunts et dettes auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'SYSCOHADA','CAPIT','XXXXXX','1663',15104,'Sur avances reçues de l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'SYSCOHADA','CAPIT','XXXXXX','1664',15104,'Sur avances reçues et comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'SYSCOHADA','CAPIT','XXXXXX','1665',15104,'Sur dépôts et cautionnements reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'SYSCOHADA','CAPIT','XXXXXX','1667',15104,'Sur avances assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'SYSCOHADA','CAPIT','XXXXXX','1668',15104,'Sur autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'SYSCOHADA','CAPIT','XXXXXX','167',15092,'Avances assorties de conditions particulieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'SYSCOHADA','CAPIT','XXXXXX','1671',15112,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'SYSCOHADA','CAPIT','XXXXXX','1672',15112,'Avances conditionnées par l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'SYSCOHADA','CAPIT','XXXXXX','1673',15112,'Avances conditionnées par les autres organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'SYSCOHADA','CAPIT','XXXXXX','1674',15112,'Avances conditionné par les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'SYSCOHADA','CAPIT','XXXXXX','1676',15112,'Droits du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'SYSCOHADA','CAPIT','XXXXXX','168',15092,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'SYSCOHADA','CAPIT','XXXXXX','1681',15118,'Rentes viagères capitalisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'SYSCOHADA','CAPIT','XXXXXX','1682',15118,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'SYSCOHADA','CAPIT','XXXXXX','1683',15118,'Dettes consécutives à des titres emprunté','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'SYSCOHADA','CAPIT','XXXXXX','1684',15118,'Dettes du concédant exigibles en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'SYSCOHADA','CAPIT','XXXXXX','1685',15118,'Emprunts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'SYSCOHADA','CAPIT','XXXXXX','1686',15118,'Participation des travailleurs aux bénéfices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'SYSCOHADA','CAPIT','XXXXXX','17',15000,'Dettes de credit-bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'SYSCOHADA','CAPIT','XXXXXX','172',15125,'Emprunts equivalents de credit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'SYSCOHADA','CAPIT','XXXXXX','173',15125,'Emprunts equivalents de credit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'SYSCOHADA','CAPIT','XXXXXX','176',15125,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'SYSCOHADA','CAPIT','XXXXXX','1762',15128,'Sur emprunts équivalents de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'SYSCOHADA','CAPIT','XXXXXX','1763',15128,'Sur emprunts équivalents de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'SYSCOHADA','CAPIT','XXXXXX','1768',15128,'Sur emprunts équivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'SYSCOHADA','CAPIT','XXXXXX','178',15125,'Emprunts equivalents d''autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'SYSCOHADA','CAPIT','XXXXXX','18',15000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'SYSCOHADA','CAPIT','XXXXXX','181',15133,'Dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'SYSCOHADA','CAPIT','XXXXXX','1811',15134,'Dettes liées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'SYSCOHADA','CAPIT','XXXXXX','1812',15134,'Dettes liées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'SYSCOHADA','CAPIT','XXXXXX','182',15133,'Dettes liees a des societes en paticipation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'SYSCOHADA','CAPIT','XXXXXX','183',15133,'Interets courus sur dettes liees a des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'SYSCOHADA','CAPIT','XXXXXX','184',15133,'Comptes permanents bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'SYSCOHADA','CAPIT','XXXXXX','185',15133,'Comptes permanents non bloques des etablissements et succursales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'SYSCOHADA','CAPIT','XXXXXX','186',15133,'Comptes de liaison charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'SYSCOHADA','CAPIT','XXXXXX','187',15133,'Comptes de liaison produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'SYSCOHADA','CAPIT','XXXXXX','188',15133,'Comptes de liaison des societes en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'SYSCOHADA','CAPIT','XXXXXX','19',15000,'Provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'SYSCOHADA','CAPIT','XXXXXX','191',15144,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'SYSCOHADA','CAPIT','XXXXXX','192',15144,'Provisions pour garanties donnees aux clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'SYSCOHADA','CAPIT','XXXXXX','193',15144,'Provisions pour pertes sur marches a achevement futur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'SYSCOHADA','CAPIT','XXXXXX','194',15144,'Provisions pour pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'SYSCOHADA','CAPIT','XXXXXX','195',15144,'Provisions pour impots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'SYSCOHADA','CAPIT','XXXXXX','196',15144,'Provisions pour pensions et obligations similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'SYSCOHADA','CAPIT','XXXXXX','197',15144,'Provisions pour charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'SYSCOHADA','CAPIT','XXXXXX','1971',15151,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'SYSCOHADA','CAPIT','XXXXXX','198',15144,'Autres provisions financieres pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'SYSCOHADA','CAPIT','XXXXXX','1981',15153,'Provisions pour amendes et pénalités','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'SYSCOHADA','CAPIT','XXXXXX','1982',15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'SYSCOHADA','CAPIT','XXXXXX','1983',15153,'Provisions pour propres assureurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'SYSCOHADA','CAPIT','XXXXXX','1988',15153,'Autres provisions financières pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'SYSCOHADA','IMMO','XXXXXX','2',0,'Charges immobilisees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'SYSCOHADA','IMMO','XXXXXX','201',15158,'Frais d''etablissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'SYSCOHADA','IMMO','XXXXXX','2011',15159,'Frais de constitution','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'SYSCOHADA','IMMO','XXXXXX','2012',15159,'Frais de prospection','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'SYSCOHADA','IMMO','XXXXXX','2013',15159,'Frais de publicité et de lancement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'SYSCOHADA','IMMO','XXXXXX','2014',15159,'Frais de fonctionnement antérieurs au démarrage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'SYSCOHADA','IMMO','XXXXXX','2015',15159,'Frais de modification du capital (fusions, scissions transformations)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'SYSCOHADA','IMMO','XXXXXX','2016',15159,'Frais d''entrée à la bourse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'SYSCOHADA','IMMO','XXXXXX','2017',15159,'Frais de restructuration','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'SYSCOHADA','IMMO','XXXXXX','2018',15159,'Frais divers d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'SYSCOHADA','IMMO','XXXXXX','202',15158,'Charges a repartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'SYSCOHADA','IMMO','XXXXXX','2021',15168,'Charges différées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'SYSCOHADA','IMMO','XXXXXX','2022',15168,'Frais d''acquisition d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'SYSCOHADA','IMMO','XXXXXX','2026',15168,'Fais d''émission des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'SYSCOHADA','IMMO','XXXXXX','2028',15168,'Charges à étaler','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'SYSCOHADA','IMMO','XXXXXX','206',15158,'Primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'SYSCOHADA','IMMO','XXXXXX','2061',15173,'Obligations ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'SYSCOHADA','IMMO','XXXXXX','2062',15173,'Obligations convertibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'SYSCOHADA','IMMO','XXXXXX','2068',15173,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'SYSCOHADA','IMMO','XXXXXX','21',15158,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'SYSCOHADA','IMMO','XXXXXX','211',15177,'Frais de recherche et de developpement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'SYSCOHADA','IMMO','XXXXXX','212',15177,'Brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'SYSCOHADA','IMMO','XXXXXX','213',15177,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'SYSCOHADA','IMMO','XXXXXX','214',15177,'Marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'SYSCOHADA','IMMO','XXXXXX','215',15177,'Fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'SYSCOHADA','IMMO','XXXXXX','216',15177,'Droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'SYSCOHADA','IMMO','XXXXXX','217',15177,'Investissements de creation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'SYSCOHADA','IMMO','XXXXXX','218',15177,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'SYSCOHADA','IMMO','XXXXXX','219',15177,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'SYSCOHADA','IMMO','XXXXXX','2191',15186,'Frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'SYSCOHADA','IMMO','XXXXXX','2193',15186,'Logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'SYSCOHADA','IMMO','XXXXXX','2198',15186,'Autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'SYSCOHADA','IMMO','XXXXXX','22',15158,'Terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'SYSCOHADA','IMMO','XXXXXX','221',15190,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'SYSCOHADA','IMMO','XXXXXX','2211',15191,'Terrains d''exploitation agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'SYSCOHADA','IMMO','XXXXXX','2212',15191,'Terrains d''exploitation forestière','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'SYSCOHADA','IMMO','XXXXXX','2218',15191,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'SYSCOHADA','IMMO','XXXXXX','222',15190,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'SYSCOHADA','IMMO','XXXXXX','2221',15195,'Terrains à bâtir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'SYSCOHADA','IMMO','XXXXXX','2228',15195,'Autres terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'SYSCOHADA','IMMO','XXXXXX','223',15190,'Terrains batis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'SYSCOHADA','IMMO','XXXXXX','2231',15198,'Pour bâtiments industriels et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'SYSCOHADA','IMMO','XXXXXX','2232',15198,'Pour bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'SYSCOHADA','IMMO','XXXXXX','2234',15198,'Pour bâtiments affectés aux autres opérations professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'SYSCOHADA','IMMO','XXXXXX','2235',15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'SYSCOHADA','IMMO','XXXXXX','2236',15198,'Autres terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'SYSCOHADA','IMMO','XXXXXX','224',15190,'Travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'SYSCOHADA','IMMO','XXXXXX','2241',15204,'Plantation d''arbres et d''arbustes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'SYSCOHADA','IMMO','XXXXXX','2248',15204,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'SYSCOHADA','IMMO','XXXXXX','225',15190,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'SYSCOHADA','IMMO','XXXXXX','2251',15207,'Carrières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'SYSCOHADA','IMMO','XXXXXX','226',15190,'Terrains amenages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'SYSCOHADA','IMMO','XXXXXX','2261',15209,'Parkings','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'SYSCOHADA','IMMO','XXXXXX','227',15190,'Terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'SYSCOHADA','IMMO','XXXXXX','228',15190,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'SYSCOHADA','IMMO','XXXXXX','2281',15212,'Terrains des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'SYSCOHADA','IMMO','XXXXXX','2285',15212,'Terrains des logements affectés au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'SYSCOHADA','IMMO','XXXXXX','2288',15212,'Autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'SYSCOHADA','IMMO','XXXXXX','229',15190,'Amenagements des terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'SYSCOHADA','IMMO','XXXXXX','2291',15216,'Terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'SYSCOHADA','IMMO','XXXXXX','2292',15216,'Terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'SYSCOHADA','IMMO','XXXXXX','2295',15216,'Terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'SYSCOHADA','IMMO','XXXXXX','2298',15216,'Autres travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'SYSCOHADA','IMMO','XXXXXX','23',15158,'Bâtiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'SYSCOHADA','IMMO','XXXXXX','231',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'SYSCOHADA','IMMO','XXXXXX','2311',15222,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'SYSCOHADA','IMMO','XXXXXX','2312',15222,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'SYSCOHADA','IMMO','XXXXXX','2313',15222,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'SYSCOHADA','IMMO','XXXXXX','2314',15222,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'SYSCOHADA','IMMO','XXXXXX','2315',15222,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'SYSCOHADA','IMMO','XXXXXX','232',15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'SYSCOHADA','IMMO','XXXXXX','2321',15228,'Bâtiments industriels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'SYSCOHADA','IMMO','XXXXXX','2322',15228,'Bâtiments agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'SYSCOHADA','IMMO','XXXXXX','2323',15228,'Bâtiments administratifs et commerciaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'SYSCOHADA','IMMO','XXXXXX','2324',15228,'Bâtiments affectés au logement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'SYSCOHADA','IMMO','XXXXXX','2325',15228,'Immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'SYSCOHADA','IMMO','XXXXXX','233',15221,'Ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'SYSCOHADA','IMMO','XXXXXX','2331',15234,'Voies de terre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'SYSCOHADA','IMMO','XXXXXX','2332',15234,'Voies de fer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'SYSCOHADA','IMMO','XXXXXX','2333',15234,'Voies d''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'SYSCOHADA','IMMO','XXXXXX','2334',15234,'Barrages, digues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'SYSCOHADA','IMMO','XXXXXX','2335',15234,'Pistes d''aérodrome','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'SYSCOHADA','IMMO','XXXXXX','2338',15234,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'SYSCOHADA','IMMO','XXXXXX','234',15221,'Installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'SYSCOHADA','IMMO','XXXXXX','2341',15241,'Installations complexes spécialisées sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'SYSCOHADA','IMMO','XXXXXX','2342',15241,'Installations complexes spécialisées sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'SYSCOHADA','IMMO','XXXXXX','2343',15241,'Installations à caractère spécifique sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'SYSCOHADA','IMMO','XXXXXX','2344',15241,'Installations à caractère spécifique sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'SYSCOHADA','IMMO','XXXXXX','235',15221,'Amenagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'SYSCOHADA','IMMO','XXXXXX','2351',15246,'Installations générales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'SYSCOHADA','IMMO','XXXXXX','2358',15246,'Autres installations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'SYSCOHADA','IMMO','XXXXXX','237',15221,'Batiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'SYSCOHADA','IMMO','XXXXXX','238',15221,'Autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'SYSCOHADA','IMMO','XXXXXX','239',15221,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'SYSCOHADA','IMMO','XXXXXX','2391',15251,'Bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'SYSCOHADA','IMMO','XXXXXX','24',15158,'Materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'SYSCOHADA','IMMO','XXXXXX','241',15253,'Materiel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'SYSCOHADA','IMMO','XXXXXX','2411',15254,'Matériel industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'SYSCOHADA','IMMO','XXXXXX','2412',15254,'Outillage industriel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'SYSCOHADA','IMMO','XXXXXX','2413',15254,'Matériel commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'SYSCOHADA','IMMO','XXXXXX','2414',15254,'Outillage commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'SYSCOHADA','IMMO','XXXXXX','242',15253,'Materiel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'SYSCOHADA','IMMO','XXXXXX','2421',15259,'Matériel agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'SYSCOHADA','IMMO','XXXXXX','2422',15259,'Outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'SYSCOHADA','IMMO','XXXXXX','243',15253,'Materiel d''emballage recuperable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'SYSCOHADA','IMMO','XXXXXX','244',15253,'Materiel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'SYSCOHADA','IMMO','XXXXXX','2441',15263,'Matériel de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'SYSCOHADA','IMMO','XXXXXX','2442',15263,'Matériel informatique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'SYSCOHADA','IMMO','XXXXXX','2443',15263,'Matériel bureautique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'SYSCOHADA','IMMO','XXXXXX','2444',15263,'Mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'SYSCOHADA','IMMO','XXXXXX','2446',15263,'Matériel et mobilier des immeubles de rapport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'SYSCOHADA','IMMO','XXXXXX','2447',15263,'Matériel et mobilier des logements du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'SYSCOHADA','IMMO','XXXXXX','245',15253,'Materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'SYSCOHADA','IMMO','XXXXXX','2451',15270,'Matériel automobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'SYSCOHADA','IMMO','XXXXXX','2452',15270,'Matériel ferroviaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'SYSCOHADA','IMMO','XXXXXX','2453',15270,'Matériel fluvial, lagunaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'SYSCOHADA','IMMO','XXXXXX','2454',15270,'Matériel naval','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'SYSCOHADA','IMMO','XXXXXX','2455',15270,'Matériel aérien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'SYSCOHADA','IMMO','XXXXXX','2456',15270,'Matériel hippomobile','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'SYSCOHADA','IMMO','XXXXXX','2458',15270,'Autres (vélo, mobylette, moto)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'SYSCOHADA','IMMO','XXXXXX','246',15253,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'SYSCOHADA','IMMO','XXXXXX','2461',15278,'Cheptel, animaux de trait','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'SYSCOHADA','IMMO','XXXXXX','2462',15278,'Cheptel, animaux reproducteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'SYSCOHADA','IMMO','XXXXXX','2463',15278,'Animaux de garde','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'SYSCOHADA','IMMO','XXXXXX','2465',15278,'Plantations agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'SYSCOHADA','IMMO','XXXXXX','2468',15278,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'SYSCOHADA','IMMO','XXXXXX','247',15253,'Agencements et amenagements du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'SYSCOHADA','IMMO','XXXXXX','248',15253,'Autres materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'SYSCOHADA','IMMO','XXXXXX','2481',15285,'Collections et oeuvres d''art','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'SYSCOHADA','IMMO','XXXXXX','249',15253,'Materiel en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'SYSCOHADA','IMMO','XXXXXX','2491',15287,'Matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'SYSCOHADA','IMMO','XXXXXX','2492',15287,'Matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'SYSCOHADA','IMMO','XXXXXX','2493',15287,'Matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'SYSCOHADA','IMMO','XXXXXX','2494',15287,'Matériel et mobilier de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'SYSCOHADA','IMMO','XXXXXX','2495',15287,'Matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'SYSCOHADA','IMMO','XXXXXX','2496',15287,'Immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'SYSCOHADA','IMMO','XXXXXX','2497',15287,'Agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'SYSCOHADA','IMMO','XXXXXX','2498',15287,'Autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'SYSCOHADA','IMMO','XXXXXX','25',15158,'Avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'SYSCOHADA','IMMO','XXXXXX','251',15296,'Avances et acomptes verses sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'SYSCOHADA','IMMO','XXXXXX','252',15296,'Avances et acomptes verses sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'SYSCOHADA','IMMO','XXXXXX','26',15158,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'SYSCOHADA','IMMO','XXXXXX','261',15299,'Titres de participation dans des societes sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'SYSCOHADA','IMMO','XXXXXX','262',15299,'Titres de participation dans des societes sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'SYSCOHADA','IMMO','XXXXXX','263',15299,'Titres de participation dans des societes conferant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'SYSCOHADA','IMMO','XXXXXX','265',15299,'Participations dans des organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'SYSCOHADA','IMMO','XXXXXX','266',15299,'Part dans des groupements d''interets economique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'SYSCOHADA','IMMO','XXXXXX','268',15299,'Autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'SYSCOHADA','IMMO','XXXXXX','27',15158,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'SYSCOHADA','IMMO','XXXXXX','271',15306,'Prêts et creances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'SYSCOHADA','IMMO','XXXXXX','2711',15307,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'SYSCOHADA','IMMO','XXXXXX','2712',15307,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'SYSCOHADA','IMMO','XXXXXX','2713',15307,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'SYSCOHADA','IMMO','XXXXXX','2714',15307,'Titres prêtés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'SYSCOHADA','IMMO','XXXXXX','272',15306,'Prets au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'SYSCOHADA','IMMO','XXXXXX','2721',15312,'Prêts immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'SYSCOHADA','IMMO','XXXXXX','2722',15312,'Prêts mobiliers et d''intallation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'SYSCOHADA','IMMO','XXXXXX','2728',15312,'Autres prêts (frais d''étude...)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'SYSCOHADA','IMMO','XXXXXX','273',15306,'Creances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'SYSCOHADA','IMMO','XXXXXX','2731',15316,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'SYSCOHADA','IMMO','XXXXXX','2733',15316,'Fonds reglementé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'SYSCOHADA','IMMO','XXXXXX','2738',15316,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'SYSCOHADA','IMMO','XXXXXX','274',15306,'Titres immobilises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'SYSCOHADA','IMMO','XXXXXX','2741',15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'SYSCOHADA','IMMO','XXXXXX','2742',15320,'Titres participatifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'SYSCOHADA','IMMO','XXXXXX','2743',15320,'Certificats d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'SYSCOHADA','IMMO','XXXXXX','2744',15320,'Parts de fonds commun de placement (f.c.p.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'SYSCOHADA','IMMO','XXXXXX','2748',15320,'Autres titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'SYSCOHADA','IMMO','XXXXXX','275',15306,'Depots et cautionnements verses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'SYSCOHADA','IMMO','XXXXXX','2751',15326,'Dépôts pour loyers d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'SYSCOHADA','IMMO','XXXXXX','2752',15326,'Dépôts pour l''électricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'SYSCOHADA','IMMO','XXXXXX','2753',15326,'Dépôts pour l''eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'SYSCOHADA','IMMO','XXXXXX','2754',15326,'Dépôts pour le gaz','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'SYSCOHADA','IMMO','XXXXXX','2755',15326,'Dépôts pour le téléphone, le télex, la télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'SYSCOHADA','IMMO','XXXXXX','2756',15326,'Cautionnements sur les marchés publics','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'SYSCOHADA','IMMO','XXXXXX','2757',15326,'Cautionnements sur autres opérations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'SYSCOHADA','IMMO','XXXXXX','2758',15326,'Autres dépôts et cautionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'SYSCOHADA','IMMO','XXXXXX','276',15306,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'SYSCOHADA','IMMO','XXXXXX','2761',15335,'Prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'SYSCOHADA','IMMO','XXXXXX','2762',15335,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'SYSCOHADA','IMMO','XXXXXX','2763',15335,'Créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'SYSCOHADA','IMMO','XXXXXX','2764',15335,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'SYSCOHADA','IMMO','XXXXXX','2765',15335,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'SYSCOHADA','IMMO','XXXXXX','2767',15335,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'SYSCOHADA','IMMO','XXXXXX','2768',15335,'Immobilisations financières diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'SYSCOHADA','IMMO','XXXXXX','277',15306,'Créances rattachees a des participations et des avances a des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'SYSCOHADA','IMMO','XXXXXX','2771',15343,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'SYSCOHADA','IMMO','XXXXXX','2772',15343,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'SYSCOHADA','IMMO','XXXXXX','2773',15343,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'SYSCOHADA','IMMO','XXXXXX','2774',15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'SYSCOHADA','IMMO','XXXXXX','278',15306,'Immobilisations financieres diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'SYSCOHADA','IMMO','XXXXXX','2781',15348,'Créances diverses groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'SYSCOHADA','IMMO','XXXXXX','2782',15348,'Créances diverses hors groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'SYSCOHADA','IMMO','XXXXXX','2785',15348,'Or et métaux précieux (1)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'SYSCOHADA','IMMO','XXXXXX','28',15158,'Amortissemnts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'SYSCOHADA','IMMO','XXXXXX','281',15352,'Amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'SYSCOHADA','IMMO','XXXXXX','2811',15353,'Amortissements des frais de recherche et de développement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'SYSCOHADA','IMMO','XXXXXX','2812',15353,'Amortissements des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'SYSCOHADA','IMMO','XXXXXX','2813',15353,'Amortissements des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'SYSCOHADA','IMMO','XXXXXX','2814',15353,'Amortissements des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'SYSCOHADA','IMMO','XXXXXX','2815',15353,'Amortissements du fonds commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'SYSCOHADA','IMMO','XXXXXX','2816',15353,'Amortissements du droit au bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'SYSCOHADA','IMMO','XXXXXX','2817',15353,'Amortissements des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'SYSCOHADA','IMMO','XXXXXX','2818',15353,'Amortissements des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'SYSCOHADA','IMMO','XXXXXX','282',15352,'Amortissements des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'SYSCOHADA','IMMO','XXXXXX','2821',15362,'Amortissements des terrains agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'SYSCOHADA','IMMO','XXXXXX','2824',15362,'Amortissements des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'SYSCOHADA','IMMO','XXXXXX','2825',15362,'Amortissements des terrains de gisements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'SYSCOHADA','IMMO','XXXXXX','283',15352,'Amortissements des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'SYSCOHADA','IMMO','XXXXXX','2831',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'SYSCOHADA','IMMO','XXXXXX','2832',15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'SYSCOHADA','IMMO','XXXXXX','2833',15366,'Amortissements des ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'SYSCOHADA','IMMO','XXXXXX','2834',15366,'Amortissements des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'SYSCOHADA','IMMO','XXXXXX','2835',15366,'Amortissements des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'SYSCOHADA','IMMO','XXXXXX','2837',15366,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'SYSCOHADA','IMMO','XXXXXX','2838',15366,'Amortissements des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'SYSCOHADA','IMMO','XXXXXX','284',15352,'Amortissement du materiel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'SYSCOHADA','IMMO','XXXXXX','2841',15374,'Amortissements du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'SYSCOHADA','IMMO','XXXXXX','2842',15374,'Amortissements du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'SYSCOHADA','IMMO','XXXXXX','2843',15374,'Amortissements du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'SYSCOHADA','IMMO','XXXXXX','2844',15374,'Amortissements du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'SYSCOHADA','IMMO','XXXXXX','2845',15374,'Amortissements du materiel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'SYSCOHADA','IMMO','XXXXXX','2846',15374,'Amortissements des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'SYSCOHADA','IMMO','XXXXXX','2847',15374,'Amortissements des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'SYSCOHADA','IMMO','XXXXXX','2848',15374,'Amortissements des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'SYSCOHADA','IMMO','XXXXXX','29',15158,'Provisions pour depreciation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'SYSCOHADA','IMMO','XXXXXX','291',15383,'Provisions pour depreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'SYSCOHADA','IMMO','XXXXXX','2912',15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'SYSCOHADA','IMMO','XXXXXX','2913',15384,'Provisions pour dépréciation des logiciels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'SYSCOHADA','IMMO','XXXXXX','2914',15384,'Provisions pour dépréciation des marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'SYSCOHADA','IMMO','XXXXXX','2915',15384,'Provisions pour dépréciation du fonds de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'SYSCOHADA','IMMO','XXXXXX','2916',15384,'Provisions pour dépréciation du droit de bail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'SYSCOHADA','IMMO','XXXXXX','2917',15384,'Provisions pour dépréciation des investissements de création','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'SYSCOHADA','IMMO','XXXXXX','2918',15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'SYSCOHADA','IMMO','XXXXXX','2919',15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'SYSCOHADA','IMMO','XXXXXX','292',15383,'Provisions pour depreciation des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'SYSCOHADA','IMMO','XXXXXX','2921',15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'SYSCOHADA','IMMO','XXXXXX','2922',15393,'Provisions pour dépréciation des terrains nus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'SYSCOHADA','IMMO','XXXXXX','2923',15393,'Provisions pour dépréciation des terrains bâtis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'SYSCOHADA','IMMO','XXXXXX','2924',15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'SYSCOHADA','IMMO','XXXXXX','2925',15393,'Provisions pour dépréciation des terrains de gisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'SYSCOHADA','IMMO','XXXXXX','2926',15393,'Provisions pour dépréciation des terrains aménagés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'SYSCOHADA','IMMO','XXXXXX','2927',15393,'Provisions pour dépréciation des terrains mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'SYSCOHADA','IMMO','XXXXXX','2928',15393,'Provisions pour dépréciation des autres terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'SYSCOHADA','IMMO','XXXXXX','2929',15393,'Provisions pour dépréciation des aménagements terrains en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'SYSCOHADA','IMMO','XXXXXX','293',15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'SYSCOHADA','IMMO','XXXXXX','2931',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'SYSCOHADA','IMMO','XXXXXX','2932',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'SYSCOHADA','IMMO','XXXXXX','2933',15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'SYSCOHADA','IMMO','XXXXXX','2934',15403,'Provisions pour dépréciation des installations techniques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'SYSCOHADA','IMMO','XXXXXX','2935',15403,'Provisions pour dépréciation des aménagements de bureaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'SYSCOHADA','IMMO','XXXXXX','2937',15403,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'SYSCOHADA','IMMO','XXXXXX','2938',15403,'Provisions pour dépréciation des autres installations et agencements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'SYSCOHADA','IMMO','XXXXXX','2939',15403,'Provisions pour dépréciation des bâtiments et installations en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'SYSCOHADA','IMMO','XXXXXX','294',15383,'Provisions pour depreciation des materiels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'SYSCOHADA','IMMO','XXXXXX','2941',15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'SYSCOHADA','IMMO','XXXXXX','2942',15412,'Provisions pour dépréciation du matériel et outillage agricole','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'SYSCOHADA','IMMO','XXXXXX','2943',15412,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'SYSCOHADA','IMMO','XXXXXX','2944',15412,'Provisions pour dépréciation du matériel et mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'SYSCOHADA','IMMO','XXXXXX','2945',15412,'Provisions pour dépréciation du matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'SYSCOHADA','IMMO','XXXXXX','2946',15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'SYSCOHADA','IMMO','XXXXXX','2947',15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'SYSCOHADA','IMMO','XXXXXX','2948',15412,'Provisions pour dépréciation des autres matériels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'SYSCOHADA','IMMO','XXXXXX','2949',15412,'Provisions pour dépréciation des matériels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'SYSCOHADA','IMMO','XXXXXX','295',15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'SYSCOHADA','IMMO','XXXXXX','2951',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'SYSCOHADA','IMMO','XXXXXX','2952',15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'SYSCOHADA','IMMO','XXXXXX','296',15383,'Provisions pour dépréciation des titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'SYSCOHADA','IMMO','XXXXXX','2961',15425,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'SYSCOHADA','IMMO','XXXXXX','2962',15425,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'SYSCOHADA','IMMO','XXXXXX','2963',15425,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'SYSCOHADA','IMMO','XXXXXX','2965',15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'SYSCOHADA','IMMO','XXXXXX','2966',15425,'Provisions pour dépréciation des parts dans des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'SYSCOHADA','IMMO','XXXXXX','2968',15425,'Provisions pour dépréciation des autres titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'SYSCOHADA','IMMO','XXXXXX','297',15383,'Provisions pour dépréciation des autres immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'SYSCOHADA','IMMO','XXXXXX','2971',15432,'Provisions pour dépréciation des prêts et créances non commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'SYSCOHADA','IMMO','XXXXXX','2972',15432,'Provisions pour dépréciation des prêts du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'SYSCOHADA','IMMO','XXXXXX','2973',15432,'Provisions pour dépréciation des créances sur l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'SYSCOHADA','IMMO','XXXXXX','2974',15432,'Provisions pour dépréciation des titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'SYSCOHADA','IMMO','XXXXXX','2975',15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'SYSCOHADA','IMMO','XXXXXX','2977',15432,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'SYSCOHADA','IMMO','XXXXXX','2978',15432,'Provisions pour dépréciation des créances financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'SYSCOHADA','STOCK','XXXXXX','31',0,'Marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'SYSCOHADA','STOCK','XXXXXX','311',15440,'Marchandises a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'SYSCOHADA','STOCK','XXXXXX','3111',15441,'Marchandises a1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'SYSCOHADA','STOCK','XXXXXX','3112',15441,'Marchandises a2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'SYSCOHADA','STOCK','XXXXXX','312',15440,'Marchandises b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'SYSCOHADA','STOCK','XXXXXX','3121',15444,'Marchandises b1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'SYSCOHADA','STOCK','XXXXXX','3122',15444,'Marchandises b2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'SYSCOHADA','STOCK','XXXXXX','318',15440,'Marchandises hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'SYSCOHADA','STOCK','XXXXXX','32',0,'Matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'SYSCOHADA','STOCK','XXXXXX','321',15448,'Matieres a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'SYSCOHADA','STOCK','XXXXXX','322',15448,'Matieres b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'SYSCOHADA','STOCK','XXXXXX','323',15448,'Fournitures (a,b)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'SYSCOHADA','STOCK','XXXXXX','33',0,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'SYSCOHADA','STOCK','XXXXXX','331',15452,'Matieres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'SYSCOHADA','STOCK','XXXXXX','332',15452,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'SYSCOHADA','STOCK','XXXXXX','333',15452,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'SYSCOHADA','STOCK','XXXXXX','334',15452,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'SYSCOHADA','STOCK','XXXXXX','335',15452,'Emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'SYSCOHADA','STOCK','XXXXXX','3351',15457,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'SYSCOHADA','STOCK','XXXXXX','3352',15457,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'SYSCOHADA','STOCK','XXXXXX','3353',15457,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'SYSCOHADA','STOCK','XXXXXX','3358',15457,'Autres emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'SYSCOHADA','STOCK','XXXXXX','338',15452,'Autres matieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'SYSCOHADA','STOCK','XXXXXX','34',0,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'SYSCOHADA','STOCK','XXXXXX','341',15463,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'SYSCOHADA','STOCK','XXXXXX','3411',15464,'Produits en cours p1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'SYSCOHADA','STOCK','XXXXXX','3412',15464,'Produits en cours p2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'SYSCOHADA','STOCK','XXXXXX','342',15463,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'SYSCOHADA','STOCK','XXXXXX','3421',15467,'Travaux en cours t1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'SYSCOHADA','STOCK','XXXXXX','3422',15467,'Travaux en cours t2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'SYSCOHADA','STOCK','XXXXXX','343',15463,'Produits intermediaires en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'SYSCOHADA','STOCK','XXXXXX','3431',15470,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'SYSCOHADA','STOCK','XXXXXX','3432',15470,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'SYSCOHADA','STOCK','XXXXXX','344',15463,'Produits residuels en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'SYSCOHADA','STOCK','XXXXXX','3441',15473,'Produits résiduels a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'SYSCOHADA','STOCK','XXXXXX','3442',15473,'Produits résiduels b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'SYSCOHADA','STOCK','XXXXXX','35',0,'Services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'SYSCOHADA','STOCK','XXXXXX','351',15476,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'SYSCOHADA','STOCK','XXXXXX','3511',15477,'Etudes en cours e1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'SYSCOHADA','STOCK','XXXXXX','3512',15477,'Etudes en cours e2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'SYSCOHADA','STOCK','XXXXXX','352',15476,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'SYSCOHADA','STOCK','XXXXXX','3521',15480,'Prestations de services s1','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'SYSCOHADA','STOCK','XXXXXX','3522',15480,'Prestations de services s2','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'SYSCOHADA','STOCK','XXXXXX','36',0,'Produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'SYSCOHADA','STOCK','XXXXXX','361',15483,'Produits a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'SYSCOHADA','STOCK','XXXXXX','362',15483,'Produits b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'SYSCOHADA','STOCK','XXXXXX','37',0,'Produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'SYSCOHADA','STOCK','XXXXXX','371',15486,'Produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'SYSCOHADA','STOCK','XXXXXX','3711',15487,'Produits intermédiaires a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'SYSCOHADA','STOCK','XXXXXX','3712',15487,'Produits intermédiaires b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'SYSCOHADA','STOCK','XXXXXX','372',15486,'Produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'SYSCOHADA','STOCK','XXXXXX','3721',15490,'Déchets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'SYSCOHADA','STOCK','XXXXXX','3722',15490,'Rebuts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'SYSCOHADA','STOCK','XXXXXX','3723',15490,'Matières de récupération','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'SYSCOHADA','STOCK','XXXXXX','38',0,'Stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'SYSCOHADA','STOCK','XXXXXX','381',15494,'Marchandises en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'SYSCOHADA','STOCK','XXXXXX','382',15494,'Matieres premieres et fournitures liees en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'SYSCOHADA','STOCK','XXXXXX','383',15494,'Autres approvisionnements en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'SYSCOHADA','STOCK','XXXXXX','386',15494,'Produits finis en cours de route','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'SYSCOHADA','STOCK','XXXXXX','387',15494,'Stocks en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'SYSCOHADA','STOCK','XXXXXX','3871',15499,'Stock en consignation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'SYSCOHADA','STOCK','XXXXXX','3872',15499,'Stock en dépôt','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'SYSCOHADA','STOCK','XXXXXX','388',15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'SYSCOHADA','STOCK','XXXXXX','39',0,'Depreciation des stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'SYSCOHADA','STOCK','XXXXXX','391',15503,'Depreciation des stoks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'SYSCOHADA','STOCK','XXXXXX','392',15503,'Depreciation des stoks de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'SYSCOHADA','STOCK','XXXXXX','393',15503,'Depreciation des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'SYSCOHADA','STOCK','XXXXXX','394',15503,'Depreciations des productions en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'SYSCOHADA','STOCK','XXXXXX','395',15503,'Depreciations des services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'SYSCOHADA','STOCK','XXXXXX','396',15503,'Depreciation des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'SYSCOHADA','STOCK','XXXXXX','397',15503,'Depreciation des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'SYSCOHADA','STOCK','XXXXXX','398',15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'SYSCOHADA','THIRDPARTY','XXXXXX','4',0,'Fournisseurs et comptes rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'SYSCOHADA','THIRDPARTY','XXXXXX','401',15512,'Fournisseurs, dettes en comptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'SYSCOHADA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs locaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'SYSCOHADA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'SYSCOHADA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'SYSCOHADA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'SYSCOHADA','THIRDPARTY','XXXXXX','402',15512,'Fournisseurs, effets a payer (e.a.p)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'SYSCOHADA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'SYSCOHADA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'SYSCOHADA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'SYSCOHADA','THIRDPARTY','XXXXXX','408',15512,'Fournisseurs, factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'SYSCOHADA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'SYSCOHADA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'SYSCOHADA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'SYSCOHADA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'SYSCOHADA','THIRDPARTY','XXXXXX','409',15512,'Fournisseurs debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'SYSCOHADA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'SYSCOHADA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'SYSCOHADA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'SYSCOHADA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'SYSCOHADA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'SYSCOHADA','THIRDPARTY','XXXXXX','41',15512,'Clients et compte rattaches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'SYSCOHADA','THIRDPARTY','XXXXXX','411',15533,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'SYSCOHADA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'SYSCOHADA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'SYSCOHADA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'SYSCOHADA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'SYSCOHADA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'SYSCOHADA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'SYSCOHADA','THIRDPARTY','XXXXXX','412',15533,'Clients, effets a recevoir en portefeuille','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'SYSCOHADA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'SYSCOHADA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'SYSCOHADA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'SYSCOHADA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'SYSCOHADA','THIRDPARTY','XXXXXX','414',15533,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'SYSCOHADA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'SYSCOHADA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'SYSCOHADA','THIRDPARTY','XXXXXX','415',15533,'Clients, effets escomptes non echus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'SYSCOHADA','THIRDPARTY','XXXXXX','416',15533,'Creances clients litigieuses ou douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'SYSCOHADA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'SYSCOHADA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'SYSCOHADA','THIRDPARTY','XXXXXX','418',15533,'Clients, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'SYSCOHADA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'SYSCOHADA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'SYSCOHADA','THIRDPARTY','XXXXXX','419',15533,'Clients crediteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'SYSCOHADA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'SYSCOHADA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'SYSCOHADA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'SYSCOHADA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'SYSCOHADA','THIRDPARTY','XXXXXX','42',15512,'Personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'SYSCOHADA','THIRDPARTY','XXXXXX','421',15561,'Personnel, avanceqs et acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'SYSCOHADA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'SYSCOHADA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'SYSCOHADA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'SYSCOHADA','THIRDPARTY','XXXXXX','422',15561,'Personnel, remunerations due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'SYSCOHADA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'SYSCOHADA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'SYSCOHADA','THIRDPARTY','XXXXXX','423',15561,'Personnel, oppositions, saisie-arrets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'SYSCOHADA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'SYSCOHADA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'SYSCOHADA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'SYSCOHADA','THIRDPARTY','XXXXXX','424',15561,'Personnel, oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'SYSCOHADA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'SYSCOHADA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'SYSCOHADA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'SYSCOHADA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'SYSCOHADA','THIRDPARTY','XXXXXX','425',15561,'Representants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'SYSCOHADA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'SYSCOHADA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'SYSCOHADA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'SYSCOHADA','THIRDPARTY','XXXXXX','426',15561,'Personnel, participation aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'SYSCOHADA','THIRDPARTY','XXXXXX','427',15561,'Personnel-depots','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'SYSCOHADA','THIRDPARTY','XXXXXX','428',15561,'Personnel, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'SYSCOHADA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'SYSCOHADA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'SYSCOHADA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'SYSCOHADA','THIRDPARTY','XXXXXX','43',15512,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'SYSCOHADA','THIRDPARTY','XXXXXX','431',15588,'Securite sociale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'SYSCOHADA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'SYSCOHADA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'SYSCOHADA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'SYSCOHADA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'SYSCOHADA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'SYSCOHADA','THIRDPARTY','XXXXXX','432',15588,'Caisse de retraite complementaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'SYSCOHADA','THIRDPARTY','XXXXXX','433',15588,'Autres organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'SYSCOHADA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'SYSCOHADA','THIRDPARTY','XXXXXX','438',15588,'Organismes sociaux, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'SYSCOHADA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'SYSCOHADA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'SYSCOHADA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'SYSCOHADA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'SYSCOHADA','THIRDPARTY','XXXXXX','44',15512,'Etat et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'SYSCOHADA','THIRDPARTY','XXXXXX','441',15603,'Etat,impot sur les benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'SYSCOHADA','THIRDPARTY','XXXXXX','442',15603,'Etat, autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'SYSCOHADA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'SYSCOHADA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'SYSCOHADA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'SYSCOHADA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'SYSCOHADA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'SYSCOHADA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'SYSCOHADA','THIRDPARTY','XXXXXX','443',15603,'Etat, t.v.a. facturee','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'SYSCOHADA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'SYSCOHADA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'SYSCOHADA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'SYSCOHADA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'SYSCOHADA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'SYSCOHADA','THIRDPARTY','XXXXXX','444',15603,'Etat, t.v.a. due ou credit de t.v.a.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'SYSCOHADA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'SYSCOHADA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'SYSCOHADA','THIRDPARTY','XXXXXX','445',15603,'Etat, t.v.a. recuperable','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'SYSCOHADA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'SYSCOHADA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'SYSCOHADA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'SYSCOHADA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'SYSCOHADA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'SYSCOHADA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'SYSCOHADA','THIRDPARTY','XXXXXX','446',15603,'Etat, autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'SYSCOHADA','THIRDPARTY','XXXXXX','447',15603,'Etat, impots retenus a la source','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'SYSCOHADA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'SYSCOHADA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'SYSCOHADA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'SYSCOHADA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'SYSCOHADA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'SYSCOHADA','THIRDPARTY','XXXXXX','448',15603,'Etat, charges a payer et produits a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'SYSCOHADA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'SYSCOHADA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'SYSCOHADA','THIRDPARTY','XXXXXX','449',15603,'Etats, creances et dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'SYSCOHADA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'SYSCOHADA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'SYSCOHADA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'SYSCOHADA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'SYSCOHADA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'SYSCOHADA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'SYSCOHADA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'SYSCOHADA','THIRDPARTY','XXXXXX','45',15512,'Organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'SYSCOHADA','THIRDPARTY','XXXXXX','451',15646,'Operations avec les organismes africains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'SYSCOHADA','THIRDPARTY','XXXXXX','452',15646,'Operations avec les autres organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'SYSCOHADA','THIRDPARTY','XXXXXX','458',15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'SYSCOHADA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'SYSCOHADA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'SYSCOHADA','THIRDPARTY','XXXXXX','46',15512,'Associes-groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'SYSCOHADA','THIRDPARTY','XXXXXX','461',15652,'Associes, operations sur le capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'SYSCOHADA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'SYSCOHADA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'SYSCOHADA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'SYSCOHADA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'SYSCOHADA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'SYSCOHADA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'SYSCOHADA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'SYSCOHADA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'SYSCOHADA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'SYSCOHADA','THIRDPARTY','XXXXXX','462',15652,'Associes, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'SYSCOHADA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'SYSCOHADA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'SYSCOHADA','THIRDPARTY','XXXXXX','463',15652,'Associes, operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'SYSCOHADA','THIRDPARTY','XXXXXX','465',15652,'Associes, dividendes a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'SYSCOHADA','THIRDPARTY','XXXXXX','466',15652,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'SYSCOHADA','THIRDPARTY','XXXXXX','467',15652,'Actionnaires, restant dû sur capital appele','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'SYSCOHADA','THIRDPARTY','XXXXXX','47',15512,'Debiteurs et crediteur divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'SYSCOHADA','THIRDPARTY','XXXXXX','471',15670,'Comptes d''attente','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'SYSCOHADA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'SYSCOHADA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'SYSCOHADA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'SYSCOHADA','THIRDPARTY','XXXXXX','472',15670,'Versements restant a effectuer sur titres non liberes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'SYSCOHADA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'SYSCOHADA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'SYSCOHADA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'SYSCOHADA','THIRDPARTY','XXXXXX','474',15670,'Repartition periodique des charges et des produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'SYSCOHADA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'SYSCOHADA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'SYSCOHADA','THIRDPARTY','XXXXXX','475',15670,'Creances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'SYSCOHADA','THIRDPARTY','XXXXXX','476',15670,'Charges constatees d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'SYSCOHADA','THIRDPARTY','XXXXXX','477',15670,'Produits constates d''avance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'SYSCOHADA','THIRDPARTY','XXXXXX','478',15670,'Ecarts de conversion actif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'SYSCOHADA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'SYSCOHADA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'SYSCOHADA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'SYSCOHADA','THIRDPARTY','XXXXXX','479',15670,'Ecarts de conversion passif','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'SYSCOHADA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'SYSCOHADA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'SYSCOHADA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'SYSCOHADA','THIRDPARTY','XXXXXX','48',15512,'Creances et dettes hors activites ordinaires (hao)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'SYSCOHADA','THIRDPARTY','XXXXXX','481',15693,'Fournisseurs d''investissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'SYSCOHADA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'SYSCOHADA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'SYSCOHADA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'SYSCOHADA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'SYSCOHADA','THIRDPARTY','XXXXXX','482',15693,'Fournisseurs d''investissements, effets a payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'SYSCOHADA','THIRDPARTY','XXXXXX','483',15693,'Dettes sur acquisition de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'SYSCOHADA','THIRDPARTY','XXXXXX','484',15693,'Autres dettes hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'SYSCOHADA','THIRDPARTY','XXXXXX','485',15693,'Creances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'SYSCOHADA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'SYSCOHADA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'SYSCOHADA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'SYSCOHADA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'SYSCOHADA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'SYSCOHADA','THIRDPARTY','XXXXXX','486',15693,'Creances sur cessions de titre de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'SYSCOHADA','THIRDPARTY','XXXXXX','488',15693,'Autres creances hors activites ordinaires (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'SYSCOHADA','THIRDPARTY','XXXXXX','49',15512,'Depreciations des comptes fournisseurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'SYSCOHADA','THIRDPARTY','XXXXXX','491',15710,'Depreciations des comptes clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'SYSCOHADA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'SYSCOHADA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'SYSCOHADA','THIRDPARTY','XXXXXX','492',15710,'Depreciations des comptes personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'SYSCOHADA','THIRDPARTY','XXXXXX','493',15710,'Depreciations des comptes organismes sociaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'SYSCOHADA','THIRDPARTY','XXXXXX','494',15710,'Depreciations des comptes etats et collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'SYSCOHADA','THIRDPARTY','XXXXXX','495',15710,'Depreciations des comptes organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'SYSCOHADA','THIRDPARTY','XXXXXX','496',15710,'Depreciations des comptes associes et groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'SYSCOHADA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'SYSCOHADA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'SYSCOHADA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'SYSCOHADA','THIRDPARTY','XXXXXX','497',15710,'Depreciations des comptes debiteurs divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'SYSCOHADA','THIRDPARTY','XXXXXX','498',15710,'Depreciations des comptes de creances h.a.o.','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'SYSCOHADA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'SYSCOHADA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'SYSCOHADA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'SYSCOHADA','THIRDPARTY','XXXXXX','499',15710,'Risques provisionnes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'SYSCOHADA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'SYSCOHADA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'SYSCOHADA','FINAN','XXXXXX','5',0,'Titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'SYSCOHADA','FINAN','XXXXXX','501',15730,'Titres du tresor et bon de caisse a court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'SYSCOHADA','FINAN','XXXXXX','5011',15731,'Titres du trésor à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'SYSCOHADA','FINAN','XXXXXX','5012',15731,'Titres d''organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'SYSCOHADA','FINAN','XXXXXX','5013',15731,'Bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'SYSCOHADA','FINAN','XXXXXX','502',15730,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'SYSCOHADA','FINAN','XXXXXX','5021',15735,'Actions propres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'SYSCOHADA','FINAN','XXXXXX','5022',15735,'Actions cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'SYSCOHADA','FINAN','XXXXXX','5023',15735,'Actions non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'SYSCOHADA','FINAN','XXXXXX','5024',15735,'Actions démembrées (certificats d''investissement; droits de vote)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'SYSCOHADA','FINAN','XXXXXX','5025',15735,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'SYSCOHADA','FINAN','XXXXXX','503',15730,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'SYSCOHADA','FINAN','XXXXXX','5031',15741,'Obligations émises par la société et rachetées par elle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'SYSCOHADA','FINAN','XXXXXX','5032',15741,'Obligations cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'SYSCOHADA','FINAN','XXXXXX','5033',15741,'Obligations non cotées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'SYSCOHADA','FINAN','XXXXXX','5035',15741,'Autres titres conférant un droit de créance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'SYSCOHADA','FINAN','XXXXXX','504',15730,'Bon de souscription','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'SYSCOHADA','FINAN','XXXXXX','5042',15746,'Bons de souscription d''actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'SYSCOHADA','FINAN','XXXXXX','5043',15746,'Bon de souscription d''obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'SYSCOHADA','FINAN','XXXXXX','505',15730,'Titres negociables hors region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'SYSCOHADA','FINAN','XXXXXX','506',15730,'Interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'SYSCOHADA','FINAN','XXXXXX','5061',15750,'Titres du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'SYSCOHADA','FINAN','XXXXXX','5062',15750,'Actions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'SYSCOHADA','FINAN','XXXXXX','5063',15750,'Obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'SYSCOHADA','FINAN','XXXXXX','508',15730,'Autres valeurs assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'SYSCOHADA','FINAN','XXXXXX','51',15730,'Valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'SYSCOHADA','FINAN','XXXXXX','511',15755,'Effets a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'SYSCOHADA','FINAN','XXXXXX','512',15755,'Effets a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'SYSCOHADA','FINAN','XXXXXX','513',15755,'Cheques a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'SYSCOHADA','FINAN','XXXXXX','514',15755,'Cheques a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'SYSCOHADA','FINAN','XXXXXX','515',15755,'Cartes de credit a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'SYSCOHADA','FINAN','XXXXXX','518',15755,'Autres valeurs a l''encaissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'SYSCOHADA','FINAN','XXXXXX','5181',15761,'Warrants','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'SYSCOHADA','FINAN','XXXXXX','5182',15761,'Billets de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'SYSCOHADA','FINAN','XXXXXX','5185',15761,'Chèque de voyage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'SYSCOHADA','FINAN','XXXXXX','5186',15761,'Coupons échus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'SYSCOHADA','FINAN','XXXXXX','5187',15761,'Intérêts échus des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'SYSCOHADA','FINAN','XXXXXX','52',15730,'Banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'SYSCOHADA','FINAN','XXXXXX','521',15767,'Banques locales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'SYSCOHADA','FINAN','XXXXXX','5211',15768,'Banque x','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'SYSCOHADA','FINAN','XXXXXX','5212',15768,'Banque y','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'SYSCOHADA','FINAN','XXXXXX','522',15767,'Banques autres etats region','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'SYSCOHADA','FINAN','XXXXXX','523',15767,'Banques autres etats zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'SYSCOHADA','FINAN','XXXXXX','524',15767,'Banques hors zone monetaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'SYSCOHADA','FINAN','XXXXXX','526',15767,'Banques, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'SYSCOHADA','FINAN','XXXXXX','5261',15768,'Banques, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'SYSCOHADA','FINAN','XXXXXX','5267',15768,'Banques, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'SYSCOHADA','FINAN','XXXXXX','53',15730,'Etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'SYSCOHADA','FINAN','XXXXXX','531',15777,'Cheques postaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'SYSCOHADA','FINAN','XXXXXX','532',15777,'Tresor','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'SYSCOHADA','FINAN','XXXXXX','533',15777,'Societe de gestion et d''intermediation (s.g.i.)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'SYSCOHADA','FINAN','XXXXXX','536',15777,'Etablissements financiers, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'SYSCOHADA','FINAN','XXXXXX','5361',15781,'Etablissements financiers, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'SYSCOHADA','FINAN','XXXXXX','5362',15781,'Etablissements financiers, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'SYSCOHADA','FINAN','XXXXXX','538',15777,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'SYSCOHADA','FINAN','XXXXXX','54',15730,'Instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'SYSCOHADA','FINAN','XXXXXX','541',15785,'Options de taux d''interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'SYSCOHADA','FINAN','XXXXXX','542',15785,'Options de taux de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'SYSCOHADA','FINAN','XXXXXX','543',15785,'Options de taux boursiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'SYSCOHADA','FINAN','XXXXXX','544',15785,'Instruments de marches a terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'SYSCOHADA','FINAN','XXXXXX','545',15785,'Avoirs d''or et autres metaux precieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'SYSCOHADA','FINAN','XXXXXX','56',15730,'Banques, credits de tresorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'SYSCOHADA','FINAN','XXXXXX','561',15791,'Credits de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'SYSCOHADA','FINAN','XXXXXX','564',15791,'Escompte de credits de campagne','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'SYSCOHADA','FINAN','XXXXXX','565',15791,'Escompte de credits ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'SYSCOHADA','FINAN','XXXXXX','566',15791,'Banques, credits de tresorerie, interets courus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'SYSCOHADA','FINAN','XXXXXX','5661',15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'SYSCOHADA','FINAN','XXXXXX','5667',15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'SYSCOHADA','FINAN','XXXXXX','57',15730,'Caisse','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'SYSCOHADA','FINAN','XXXXXX','571',15798,'Caisse siege social','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'SYSCOHADA','FINAN','XXXXXX','5711',15799,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'SYSCOHADA','FINAN','XXXXXX','5712',15799,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'SYSCOHADA','FINAN','XXXXXX','572',15798,'Caisse succursale a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'SYSCOHADA','FINAN','XXXXXX','5721',15802,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'SYSCOHADA','FINAN','XXXXXX','5722',15802,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'SYSCOHADA','FINAN','XXXXXX','573',15798,'Caisse succursale b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'SYSCOHADA','FINAN','XXXXXX','5731',15805,'En unités monétaires légales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'SYSCOHADA','FINAN','XXXXXX','5732',15805,'En devises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'SYSCOHADA','FINAN','XXXXXX','58',15730,'Regies d''avances, accreditifs et virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'SYSCOHADA','FINAN','XXXXXX','581',15808,'Regies d''avances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'SYSCOHADA','FINAN','XXXXXX','582',15808,'Accreditifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'SYSCOHADA','FINAN','XXXXXX','585',15808,'Virements de fonds','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15812,'SYSCOHADA','FINAN','XXXXXX','588',15808,'Autres virements internes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15813,'SYSCOHADA','FINAN','XXXXXX','59',15730,'Depreciations des titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15814,'SYSCOHADA','FINAN','XXXXXX','591',15813,'Depreciations des titres et valeurs a encaisser','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15815,'SYSCOHADA','FINAN','XXXXXX','592',15813,'Depreciations des comptes banques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15816,'SYSCOHADA','FINAN','XXXXXX','593',15813,'Depreciations des comptes etablissements financiers et assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15817,'SYSCOHADA','FINAN','XXXXXX','594',15813,'Depreciations des comptes d''instruments de tresorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15818,'SYSCOHADA','FINAN','XXXXXX','599',15813,'Risques provisionnes a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15819,'SYSCOHADA','EXPENSE','XXXXXX','6',0,'Achats et variations de stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15820,'SYSCOHADA','EXPENSE','XXXXXX','601',15819,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15821,'SYSCOHADA','EXPENSE','XXXXXX','6011',16820,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15822,'SYSCOHADA','EXPENSE','XXXXXX','6012',16820,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15823,'SYSCOHADA','EXPENSE','XXXXXX','6013',16820,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15824,'SYSCOHADA','EXPENSE','XXXXXX','6014',16820,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15825,'SYSCOHADA','EXPENSE','XXXXXX','6019',16820,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15826,'SYSCOHADA','EXPENSE','XXXXXX','602',15819,'Achats de matieres premieres et fournitures liees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15827,'SYSCOHADA','EXPENSE','XXXXXX','6021',15826,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15828,'SYSCOHADA','EXPENSE','XXXXXX','6022',15826,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15829,'SYSCOHADA','EXPENSE','XXXXXX','6023',15826,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15830,'SYSCOHADA','EXPENSE','XXXXXX','6024',15826,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15831,'SYSCOHADA','EXPENSE','XXXXXX','6029',15826,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15832,'SYSCOHADA','EXPENSE','XXXXXX','603',15819,'Variations des stocks et biens achetes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15833,'SYSCOHADA','EXPENSE','XXXXXX','6031',15832,'Variations des stocks de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15834,'SYSCOHADA','EXPENSE','XXXXXX','6032',15832,'Variations des stocks de matiéres premiéres et fournitures liées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15835,'SYSCOHADA','EXPENSE','XXXXXX','6033',15832,'Variations des stocks d''autres approvisionnements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15836,'SYSCOHADA','EXPENSE','XXXXXX','604',15819,'Achats stockes de matieres et fournitures consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15837,'SYSCOHADA','EXPENSE','XXXXXX','6041',15836,'Matiéres consommables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15838,'SYSCOHADA','EXPENSE','XXXXXX','6042',15836,'Matiéres combustibles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15839,'SYSCOHADA','EXPENSE','XXXXXX','6043',15836,'Produits d''entretien','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15840,'SYSCOHADA','EXPENSE','XXXXXX','6044',15836,'Fournitures d''atelier et d''usine','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15841,'SYSCOHADA','EXPENSE','XXXXXX','6046',15836,'Fournitures de magasin','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15842,'SYSCOHADA','EXPENSE','XXXXXX','6047',15836,'Fournitures de bureau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15843,'SYSCOHADA','EXPENSE','XXXXXX','6049',15836,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15844,'SYSCOHADA','EXPENSE','XXXXXX','605',15819,'Autres achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15845,'SYSCOHADA','EXPENSE','XXXXXX','6051',15844,'Fournitures non stockables - eau','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15846,'SYSCOHADA','EXPENSE','XXXXXX','6052',15844,'Fournitures non stockables - electricité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15847,'SYSCOHADA','EXPENSE','XXXXXX','6053',15844,'Fournitures non stockables - autres énergies','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15848,'SYSCOHADA','EXPENSE','XXXXXX','6054',15844,'Fournitures d''entretien non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15849,'SYSCOHADA','EXPENSE','XXXXXX','6055',15844,'Fournitures de bureau non stockables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15850,'SYSCOHADA','EXPENSE','XXXXXX','6056',15844,'Achats de petits matériel et outillage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15851,'SYSCOHADA','EXPENSE','XXXXXX','6057',15844,'Achats d''études et de prestations de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15852,'SYSCOHADA','EXPENSE','XXXXXX','6058',15844,'Achats de travaux, matériels et équipements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15853,'SYSCOHADA','EXPENSE','XXXXXX','6059',15844,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15854,'SYSCOHADA','EXPENSE','XXXXXX','608',15819,'Achats d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15855,'SYSCOHADA','EXPENSE','XXXXXX','6081',15854,'Emballages perdus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15856,'SYSCOHADA','EXPENSE','XXXXXX','6082',15854,'Emballages récupérables non identifiables','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15857,'SYSCOHADA','EXPENSE','XXXXXX','6083',15854,'Emballages à usage mixte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15858,'SYSCOHADA','EXPENSE','XXXXXX','6089',15854,'Rabais, remises et ristournes obtenus (non ventilés)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15859,'SYSCOHADA','EXPENSE','XXXXXX','61',15819,'Transports','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15860,'SYSCOHADA','EXPENSE','XXXXXX','611',15859,'Transports sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15861,'SYSCOHADA','EXPENSE','XXXXXX','612',15859,'Transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15862,'SYSCOHADA','EXPENSE','XXXXXX','613',15859,'Transports pour le compte de tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15863,'SYSCOHADA','EXPENSE','XXXXXX','614',15859,'Transports du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15864,'SYSCOHADA','EXPENSE','XXXXXX','616',15859,'Transports de plis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15865,'SYSCOHADA','EXPENSE','XXXXXX','618',15859,'Autres frais de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15866,'SYSCOHADA','EXPENSE','XXXXXX','6181',15865,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15867,'SYSCOHADA','EXPENSE','XXXXXX','6182',15865,'Transports entre établissements ou chantiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15868,'SYSCOHADA','EXPENSE','XXXXXX','6183',15865,'Transports administratifs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15869,'SYSCOHADA','EXPENSE','XXXXXX','62',15819,'Services exterieurs a','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15870,'SYSCOHADA','EXPENSE','XXXXXX','621',15869,'Sous traitance generale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15871,'SYSCOHADA','EXPENSE','XXXXXX','622',15869,'Locations et charges locatives','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15872,'SYSCOHADA','EXPENSE','XXXXXX','6221',15871,'Locations de terrains','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15873,'SYSCOHADA','EXPENSE','XXXXXX','6222',15871,'Locations de bâtiments','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15874,'SYSCOHADA','EXPENSE','XXXXXX','6223',15871,'Location de matériels et outillages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15875,'SYSCOHADA','EXPENSE','XXXXXX','6224',15871,'Malis sur emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15876,'SYSCOHADA','EXPENSE','XXXXXX','6225',15871,'Locations d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15877,'SYSCOHADA','EXPENSE','XXXXXX','6228',15871,'Locations et charges locatives diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15878,'SYSCOHADA','EXPENSE','XXXXXX','623',15869,'Redevances de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15879,'SYSCOHADA','EXPENSE','XXXXXX','6232',15878,'Crédits-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15880,'SYSCOHADA','EXPENSE','XXXXXX','6233',15878,'Crédits-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15881,'SYSCOHADA','EXPENSE','XXXXXX','6235',15878,'Contrats assimilés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15882,'SYSCOHADA','EXPENSE','XXXXXX','624',15869,'Entretiens, reparations et maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15883,'SYSCOHADA','EXPENSE','XXXXXX','6241',15882,'Entretien et réparation des biens immobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15884,'SYSCOHADA','EXPENSE','XXXXXX','6242',15882,'Entretien et réparation des biens mobiliers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15885,'SYSCOHADA','EXPENSE','XXXXXX','6243',15882,'Maintenance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15886,'SYSCOHADA','EXPENSE','XXXXXX','6248',15882,'Autres entretiens et réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15887,'SYSCOHADA','EXPENSE','XXXXXX','625',15869,'Primes d''assurance','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15888,'SYSCOHADA','EXPENSE','XXXXXX','6251',15887,'Assurances multirisques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15889,'SYSCOHADA','EXPENSE','XXXXXX','6252',15887,'Assurances matériel de transport','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15890,'SYSCOHADA','EXPENSE','XXXXXX','6253',15887,'Assurances risques d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15891,'SYSCOHADA','EXPENSE','XXXXXX','6254',15887,'Assurances responsabilité du producteur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15892,'SYSCOHADA','EXPENSE','XXXXXX','6255',15887,'Assurances insolvabilité clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15893,'SYSCOHADA','EXPENSE','XXXXXX','6256',15887,'Assurances transport sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15894,'SYSCOHADA','EXPENSE','XXXXXX','6257',15887,'Assurances transport sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15895,'SYSCOHADA','EXPENSE','XXXXXX','6258',15887,'Autres primes d''assurances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15896,'SYSCOHADA','EXPENSE','XXXXXX','626',15869,'Etudes, recherches et documentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15897,'SYSCOHADA','EXPENSE','XXXXXX','6261',15896,'Etudes et recherches','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15898,'SYSCOHADA','EXPENSE','XXXXXX','6265',15896,'Documentation générale','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15899,'SYSCOHADA','EXPENSE','XXXXXX','6266',15896,'Documentation technique','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15900,'SYSCOHADA','EXPENSE','XXXXXX','627',15869,'Publicite, publications, relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15901,'SYSCOHADA','EXPENSE','XXXXXX','6271',15900,'Annonces, insertions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15902,'SYSCOHADA','EXPENSE','XXXXXX','6272',15900,'Catalogues, imprimés publicitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15903,'SYSCOHADA','EXPENSE','XXXXXX','6273',15900,'Echantillons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15904,'SYSCOHADA','EXPENSE','XXXXXX','6274',15900,'Foires et expositions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15905,'SYSCOHADA','EXPENSE','XXXXXX','6275',15900,'Publications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15906,'SYSCOHADA','EXPENSE','XXXXXX','6276',15900,'Cadeaux à la clientèle','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15907,'SYSCOHADA','EXPENSE','XXXXXX','6277',15900,'Frais de colloques, séminaires, conférences','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15908,'SYSCOHADA','EXPENSE','XXXXXX','6278',15900,'Autres charges de publicités et relations publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15909,'SYSCOHADA','EXPENSE','XXXXXX','628',15869,'Frais de telecommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15910,'SYSCOHADA','EXPENSE','XXXXXX','6281',15909,'Frais de téléphone','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15911,'SYSCOHADA','EXPENSE','XXXXXX','6282',15909,'Frais de télex','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15912,'SYSCOHADA','EXPENSE','XXXXXX','6283',15909,'Frais de télécopie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15913,'SYSCOHADA','EXPENSE','XXXXXX','6288',15909,'Autres frais de télécommunications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15914,'SYSCOHADA','EXPENSE','XXXXXX','63',15819,'Services exterieurs b','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15915,'SYSCOHADA','EXPENSE','XXXXXX','631',15914,'Frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15916,'SYSCOHADA','EXPENSE','XXXXXX','6311',15915,'Frais sur titre (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15917,'SYSCOHADA','EXPENSE','XXXXXX','6312',15915,'Frais sur effets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15918,'SYSCOHADA','EXPENSE','XXXXXX','6313',15915,'Locations de coffres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15919,'SYSCOHADA','EXPENSE','XXXXXX','6315',15915,'Commissions sur cartes de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15920,'SYSCOHADA','EXPENSE','XXXXXX','6316',15915,'Frais d''émission d''emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15921,'SYSCOHADA','EXPENSE','XXXXXX','6318',15915,'Autres frais bancaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15922,'SYSCOHADA','EXPENSE','XXXXXX','632',15914,'Remunerations d''intermediaires et de conseils','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15923,'SYSCOHADA','EXPENSE','XXXXXX','6321',15922,'Commissions et courtages sur achats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15924,'SYSCOHADA','EXPENSE','XXXXXX','6322',15922,'Commissions et courtages sur ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15925,'SYSCOHADA','EXPENSE','XXXXXX','6323',15922,'Rémunérations des transitaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15926,'SYSCOHADA','EXPENSE','XXXXXX','6324',15922,'Honoraires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15927,'SYSCOHADA','EXPENSE','XXXXXX','6325',15922,'Frais d''actes et de contentieux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15928,'SYSCOHADA','EXPENSE','XXXXXX','6328',15922,'Divers frais','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15929,'SYSCOHADA','EXPENSE','XXXXXX','633',15914,'Frais de formation du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15930,'SYSCOHADA','EXPENSE','XXXXXX','634',15914,'Redevances pour brevets, licences, logiciels et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15931,'SYSCOHADA','EXPENSE','XXXXXX','6342',15930,'Redevances pour brevets, licences, concessions et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15932,'SYSCOHADA','EXPENSE','XXXXXX','6343',15930,'Redevances pour logiciel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15933,'SYSCOHADA','EXPENSE','XXXXXX','6344',15930,'Redevances pour marques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15934,'SYSCOHADA','EXPENSE','XXXXXX','635',15914,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15935,'SYSCOHADA','EXPENSE','XXXXXX','6351',15934,'Cotisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15936,'SYSCOHADA','EXPENSE','XXXXXX','6358',15934,'Concours divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15937,'SYSCOHADA','EXPENSE','XXXXXX','636',15914,'Redevances verses au concedant (concessions service public)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15938,'SYSCOHADA','EXPENSE','XXXXXX','637',15914,'Remunerations du personnel exterieur a l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15939,'SYSCOHADA','EXPENSE','XXXXXX','6371',15938,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15940,'SYSCOHADA','EXPENSE','XXXXXX','6372',15938,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15941,'SYSCOHADA','EXPENSE','XXXXXX','638',15914,'Autres charges externes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15942,'SYSCOHADA','EXPENSE','XXXXXX','6381',15941,'Frais de recrutement du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15943,'SYSCOHADA','EXPENSE','XXXXXX','6382',15941,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15944,'SYSCOHADA','EXPENSE','XXXXXX','6383',15941,'Réceptions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15945,'SYSCOHADA','EXPENSE','XXXXXX','6384',15941,'Missions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15946,'SYSCOHADA','EXPENSE','XXXXXX','64',15819,'Impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15947,'SYSCOHADA','EXPENSE','XXXXXX','641',15946,'Impots et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15948,'SYSCOHADA','EXPENSE','XXXXXX','6411',15947,'Impots fonciers et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15949,'SYSCOHADA','EXPENSE','XXXXXX','6412',15947,'Patentes, licences et taxes annexes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15950,'SYSCOHADA','EXPENSE','XXXXXX','6413',15947,'Taxes sur appointements et salaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15951,'SYSCOHADA','EXPENSE','XXXXXX','6414',15947,'Taxes d''apprentissage','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15952,'SYSCOHADA','EXPENSE','XXXXXX','6415',15947,'Formation professionnelle continue','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15953,'SYSCOHADA','EXPENSE','XXXXXX','6418',15947,'Autres impôts et taxes directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15954,'SYSCOHADA','EXPENSE','XXXXXX','645',15946,'Impots et taxes indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15955,'SYSCOHADA','EXPENSE','XXXXXX','646',15946,'Droits d''enregistrement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15956,'SYSCOHADA','EXPENSE','XXXXXX','6461',15955,'Droits de mutation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15957,'SYSCOHADA','EXPENSE','XXXXXX','6462',15955,'Droits de timbre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15958,'SYSCOHADA','EXPENSE','XXXXXX','6463',15955,'Taxes sur les véhicules de société','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15959,'SYSCOHADA','EXPENSE','XXXXXX','6464',15955,'Vignettes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15960,'SYSCOHADA','EXPENSE','XXXXXX','6468',15955,'Autres droits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15961,'SYSCOHADA','EXPENSE','XXXXXX','647',15946,'Penalites et amendes fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15962,'SYSCOHADA','EXPENSE','XXXXXX','6471',15961,'Pénalités d''assiette, impots directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15963,'SYSCOHADA','EXPENSE','XXXXXX','6472',15961,'Pénalités d''assiette, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15964,'SYSCOHADA','EXPENSE','XXXXXX','6473',15961,'Pénalités de recouvrement, impôts directs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15965,'SYSCOHADA','EXPENSE','XXXXXX','6474',15961,'Pénalités de recouvrement, impôts indirects','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15966,'SYSCOHADA','EXPENSE','XXXXXX','6478',15961,'Autres amendes pénales et fiscales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15967,'SYSCOHADA','EXPENSE','XXXXXX','648',15946,'Autres impots et taxes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15968,'SYSCOHADA','EXPENSE','XXXXXX','65',15819,'Autres charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15969,'SYSCOHADA','EXPENSE','XXXXXX','651',15968,'Pertes sur creances clients et autres debiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15970,'SYSCOHADA','EXPENSE','XXXXXX','6511',15969,'Pertes sur clients','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15971,'SYSCOHADA','EXPENSE','XXXXXX','6515',15969,'Autres débiteurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15972,'SYSCOHADA','EXPENSE','XXXXXX','652',15968,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15973,'SYSCOHADA','EXPENSE','XXXXXX','6521',15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15974,'SYSCOHADA','EXPENSE','XXXXXX','6525',15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15975,'SYSCOHADA','EXPENSE','XXXXXX','653',15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15976,'SYSCOHADA','EXPENSE','XXXXXX','654',15968,'Valeur comptable des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15977,'SYSCOHADA','EXPENSE','XXXXXX','658',15968,'Charges diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15978,'SYSCOHADA','EXPENSE','XXXXXX','6581',15977,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15979,'SYSCOHADA','EXPENSE','XXXXXX','6582',15977,'Dons','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15980,'SYSCOHADA','EXPENSE','XXXXXX','6583',15977,'Mécénat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15981,'SYSCOHADA','EXPENSE','XXXXXX','659',15968,'Charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15982,'SYSCOHADA','EXPENSE','XXXXXX','6591',15981,'Sur risque à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15983,'SYSCOHADA','EXPENSE','XXXXXX','6593',15981,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15984,'SYSCOHADA','EXPENSE','XXXXXX','6594',15981,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15985,'SYSCOHADA','EXPENSE','XXXXXX','6598',15981,'Autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15986,'SYSCOHADA','EXPENSE','XXXXXX','66',15819,'Charges de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15987,'SYSCOHADA','EXPENSE','XXXXXX','661',15986,'Remunerations directes versees au personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15988,'SYSCOHADA','EXPENSE','XXXXXX','6611',15987,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15989,'SYSCOHADA','EXPENSE','XXXXXX','6612',15987,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15990,'SYSCOHADA','EXPENSE','XXXXXX','6613',15987,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15991,'SYSCOHADA','EXPENSE','XXXXXX','6614',15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15992,'SYSCOHADA','EXPENSE','XXXXXX','6615',15987,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15993,'SYSCOHADA','EXPENSE','XXXXXX','6616',15987,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15994,'SYSCOHADA','EXPENSE','XXXXXX','6617',15987,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15995,'SYSCOHADA','EXPENSE','XXXXXX','6618',15987,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15996,'SYSCOHADA','EXPENSE','XXXXXX','662',15986,'Remunerations directes versees au personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15997,'SYSCOHADA','EXPENSE','XXXXXX','6621',15996,'Appointements salaires et commissions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15998,'SYSCOHADA','EXPENSE','XXXXXX','6622',15996,'Primes et gratifications','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15999,'SYSCOHADA','EXPENSE','XXXXXX','6623',15996,'Congés payés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16000,'SYSCOHADA','EXPENSE','XXXXXX','6624',15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16001,'SYSCOHADA','EXPENSE','XXXXXX','6625',15996,'Indemnités de maladie versées aux travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16002,'SYSCOHADA','EXPENSE','XXXXXX','6626',15996,'Supplément familial','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16003,'SYSCOHADA','EXPENSE','XXXXXX','6627',15996,'Avantages en nature','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16004,'SYSCOHADA','EXPENSE','XXXXXX','6628',15996,'Autres rémunérations directes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16005,'SYSCOHADA','EXPENSE','XXXXXX','663',15986,'Indemnites forfaitaires versees au personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16006,'SYSCOHADA','EXPENSE','XXXXXX','6631',16005,'Indemnités de logement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16007,'SYSCOHADA','EXPENSE','XXXXXX','6632',16005,'Indemnités de représentation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16008,'SYSCOHADA','EXPENSE','XXXXXX','6633',16005,'Indemnités d''expatriation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16009,'SYSCOHADA','EXPENSE','XXXXXX','6638',16005,'Autres indemnités et avantages divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16010,'SYSCOHADA','EXPENSE','XXXXXX','664',15986,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16011,'SYSCOHADA','EXPENSE','XXXXXX','6641',16010,'Charges sociales sur rémunération du personnel national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16012,'SYSCOHADA','EXPENSE','XXXXXX','6642',16010,'Charges sociales sur rémunération du personnel non national','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16013,'SYSCOHADA','EXPENSE','XXXXXX','666',15986,'Remunerations et charges sociales de l''exploitant individuel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16014,'SYSCOHADA','EXPENSE','XXXXXX','6661',16013,'Rémunérations du travail de l''exploitant','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16015,'SYSCOHADA','EXPENSE','XXXXXX','6662',16013,'Charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16016,'SYSCOHADA','EXPENSE','XXXXXX','667',15986,'Remunerations transferee de personnel exterieur','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16017,'SYSCOHADA','EXPENSE','XXXXXX','6671',16016,'Personnel intérimaire','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16018,'SYSCOHADA','EXPENSE','XXXXXX','6672',16016,'Personnel détaché ou prêté à l''entreprise','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16019,'SYSCOHADA','EXPENSE','XXXXXX','668',15986,'Autres charges sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16020,'SYSCOHADA','EXPENSE','XXXXXX','6681',16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16021,'SYSCOHADA','EXPENSE','XXXXXX','6682',16019,'Versements aux comité d''hygiéne et de sécurité','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16022,'SYSCOHADA','EXPENSE','XXXXXX','6683',16019,'Versements aux autres oeuvres sociales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16023,'SYSCOHADA','EXPENSE','XXXXXX','6684',16019,'Médecine du travail et pharmacie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16024,'SYSCOHADA','EXPENSE','XXXXXX','67',15819,'Frais financiers et charges assimilees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16025,'SYSCOHADA','EXPENSE','XXXXXX','671',16024,'Interets des emprunts','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16026,'SYSCOHADA','EXPENSE','XXXXXX','6711',16025,'Emprunts obligataires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16027,'SYSCOHADA','EXPENSE','XXXXXX','6712',16025,'Emprunts auprès des établissements de crédit','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16028,'SYSCOHADA','EXPENSE','XXXXXX','6713',16025,'Dettes liées à des participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16029,'SYSCOHADA','EXPENSE','XXXXXX','672',16024,'Interets dans loyers de credit bail et contrats assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16030,'SYSCOHADA','EXPENSE','XXXXXX','6721',16029,'Intérêts dans loyers de crédit-bail immobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16031,'SYSCOHADA','EXPENSE','XXXXXX','6722',16029,'Intérêts dans loyers de crédit-bail mobilier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16032,'SYSCOHADA','EXPENSE','XXXXXX','6723',16029,'Intérêts dans loyers des autres contrats','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16033,'SYSCOHADA','EXPENSE','XXXXXX','673',16024,'Escomptes accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16034,'SYSCOHADA','EXPENSE','XXXXXX','674',16024,'Autres interets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16035,'SYSCOHADA','EXPENSE','XXXXXX','6741',16034,'Avances reçues et dépôts créditeurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16036,'SYSCOHADA','EXPENSE','XXXXXX','6742',16034,'Comptes courants bloqués','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16037,'SYSCOHADA','EXPENSE','XXXXXX','6743',16034,'Intérêts sur obligations cautionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16038,'SYSCOHADA','EXPENSE','XXXXXX','6744',16034,'Intérêts sur dettes commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16039,'SYSCOHADA','EXPENSE','XXXXXX','6745',16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16040,'SYSCOHADA','EXPENSE','XXXXXX','6748',16034,'Intérêts sur dettes diverses','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16041,'SYSCOHADA','EXPENSE','XXXXXX','675',16024,'Escomptes des effets de commerce','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16042,'SYSCOHADA','EXPENSE','XXXXXX','676',16024,'Pertes de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16043,'SYSCOHADA','EXPENSE','XXXXXX','677',16024,'Pertes sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16044,'SYSCOHADA','EXPENSE','XXXXXX','678',16024,'Pertes sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16045,'SYSCOHADA','EXPENSE','XXXXXX','6781',16044,'Sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16046,'SYSCOHADA','EXPENSE','XXXXXX','6782',16044,'Sur opérations fiancières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16047,'SYSCOHADA','EXPENSE','XXXXXX','6783',16044,'Sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16048,'SYSCOHADA','EXPENSE','XXXXXX','679',16024,'Charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16049,'SYSCOHADA','EXPENSE','XXXXXX','6791',16048,'Sur risque financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16050,'SYSCOHADA','EXPENSE','XXXXXX','6795',16048,'Sur titres de placements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16051,'SYSCOHADA','EXPENSE','XXXXXX','6798',16048,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16052,'SYSCOHADA','EXPENSE','XXXXXX','68',15819,'Dotations aus amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16053,'SYSCOHADA','EXPENSE','XXXXXX','681',16052,'Dotations aux amortissements d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16054,'SYSCOHADA','EXPENSE','XXXXXX','6811',16052,'Dotations aux amortissements des charges immobilisées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16055,'SYSCOHADA','EXPENSE','XXXXXX','6812',16052,'Dotations aux amortissements des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16056,'SYSCOHADA','EXPENSE','XXXXXX','6813',16052,'Dotations aux amortissements des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16057,'SYSCOHADA','EXPENSE','XXXXXX','687',16052,'Dotations aux amortissements a caractere financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16058,'SYSCOHADA','EXPENSE','XXXXXX','6872',16057,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16059,'SYSCOHADA','EXPENSE','XXXXXX','6878',16057,'Autres dotations aux amortissements à caractère financier','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16060,'SYSCOHADA','EXPENSE','XXXXXX','69',15819,'Dotattions aux provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16061,'SYSCOHADA','EXPENSE','XXXXXX','691',16060,'Dotation aux provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16062,'SYSCOHADA','EXPENSE','XXXXXX','6911',16061,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16063,'SYSCOHADA','EXPENSE','XXXXXX','6912',16061,'Pour grosses réparations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16064,'SYSCOHADA','EXPENSE','XXXXXX','6913',16061,'Pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16065,'SYSCOHADA','EXPENSE','XXXXXX','6914',16061,'Pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16066,'SYSCOHADA','EXPENSE','XXXXXX','697',16060,'Dotations aux provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16067,'SYSCOHADA','EXPENSE','XXXXXX','6971',16066,'Pour risques et charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16068,'SYSCOHADA','EXPENSE','XXXXXX','6972',16066,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16069,'SYSCOHADA','INCOME','XXXXXX','7',0,'Ventes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16070,'SYSCOHADA','INCOME','XXXXXX','701',16069,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16071,'SYSCOHADA','INCOME','XXXXXX','7011',16070,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16072,'SYSCOHADA','INCOME','XXXXXX','7012',16070,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16073,'SYSCOHADA','INCOME','XXXXXX','7013',16070,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16074,'SYSCOHADA','INCOME','XXXXXX','7014',16070,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16075,'SYSCOHADA','INCOME','XXXXXX','702',16069,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16076,'SYSCOHADA','INCOME','XXXXXX','7021',16075,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16077,'SYSCOHADA','INCOME','XXXXXX','7022',16075,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16078,'SYSCOHADA','INCOME','XXXXXX','7023',16075,'Aux entreprises de groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16079,'SYSCOHADA','INCOME','XXXXXX','7024',16075,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16080,'SYSCOHADA','INCOME','XXXXXX','703',16069,'Ventes de produits intermediaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16081,'SYSCOHADA','INCOME','XXXXXX','7031',16080,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16082,'SYSCOHADA','INCOME','XXXXXX','7032',16080,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16083,'SYSCOHADA','INCOME','XXXXXX','7033',16080,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16084,'SYSCOHADA','INCOME','XXXXXX','7034',16080,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16085,'SYSCOHADA','INCOME','XXXXXX','704',16069,'Ventes de produits residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16086,'SYSCOHADA','INCOME','XXXXXX','7041',16085,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16087,'SYSCOHADA','INCOME','XXXXXX','7042',16085,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16088,'SYSCOHADA','INCOME','XXXXXX','7043',16085,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16089,'SYSCOHADA','INCOME','XXXXXX','7044',16085,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16090,'SYSCOHADA','INCOME','XXXXXX','705',16069,'Travaux factures','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16091,'SYSCOHADA','INCOME','XXXXXX','7051',16090,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16092,'SYSCOHADA','INCOME','XXXXXX','7052',16090,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16093,'SYSCOHADA','INCOME','XXXXXX','7053',16090,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16094,'SYSCOHADA','INCOME','XXXXXX','7054',16090,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16095,'SYSCOHADA','INCOME','XXXXXX','706',16069,'Services vendus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16096,'SYSCOHADA','INCOME','XXXXXX','7061',16095,'Dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16097,'SYSCOHADA','INCOME','XXXXXX','7062',16095,'Hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16098,'SYSCOHADA','INCOME','XXXXXX','7063',16095,'Aux entreprises du groupe dans la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16099,'SYSCOHADA','INCOME','XXXXXX','7064',16095,'Aux entreprises du groupe hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16100,'SYSCOHADA','INCOME','XXXXXX','707',16069,'Produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16101,'SYSCOHADA','INCOME','XXXXXX','7071',16100,'Port, emballages perdus et autres frais facturés','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16102,'SYSCOHADA','INCOME','XXXXXX','7072',16100,'Commissions et courtages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16103,'SYSCOHADA','INCOME','XXXXXX','7073',16100,'Locations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16104,'SYSCOHADA','INCOME','XXXXXX','7074',16100,'Bonis sur reprises et cessions d''emballages','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16105,'SYSCOHADA','INCOME','XXXXXX','7075',16100,'Mise à disposition de personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16106,'SYSCOHADA','INCOME','XXXXXX','7076',16100,'Redevances pour brevets, logiciels, marques et droits similaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16107,'SYSCOHADA','INCOME','XXXXXX','7077',16100,'Services exploités dans l''intérêt du personnel','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16108,'SYSCOHADA','INCOME','XXXXXX','7078',16100,'Autres produits accessoires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16109,'SYSCOHADA','INCOME','XXXXXX','71',16069,'Suvventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16110,'SYSCOHADA','INCOME','XXXXXX','711',16109,'Sur produits a l''exportation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16111,'SYSCOHADA','INCOME','XXXXXX','712',16109,'Sur produits a l''importation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16112,'SYSCOHADA','INCOME','XXXXXX','713',16109,'Sur produits de perequation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16113,'SYSCOHADA','INCOME','XXXXXX','718',16109,'Autres subventions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16114,'SYSCOHADA','INCOME','XXXXXX','7181',16113,'Versées par l''etat et les collectivités publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16115,'SYSCOHADA','INCOME','XXXXXX','7182',16113,'Versées par les organismes internationaux','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16116,'SYSCOHADA','INCOME','XXXXXX','7183',16113,'Versées par des tiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16117,'SYSCOHADA','INCOME','XXXXXX','72',16069,'Production immobilisée','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16118,'SYSCOHADA','INCOME','XXXXXX','721',16117,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16119,'SYSCOHADA','INCOME','XXXXXX','722',16117,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16120,'SYSCOHADA','INCOME','XXXXXX','726',16117,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16121,'SYSCOHADA','INCOME','XXXXXX','73',16069,'Variations des stocks de biens et de services produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16122,'SYSCOHADA','INCOME','XXXXXX','734',16121,'Variations des stocks de produitsn en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16123,'SYSCOHADA','INCOME','XXXXXX','7341',16122,'Produits en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16124,'SYSCOHADA','INCOME','XXXXXX','7342',16122,'Travaux en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16125,'SYSCOHADA','INCOME','XXXXXX','735',16121,'Variations des en-cours de services','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16126,'SYSCOHADA','INCOME','XXXXXX','7351',16125,'Etudes en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16127,'SYSCOHADA','INCOME','XXXXXX','7352',16125,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16128,'SYSCOHADA','INCOME','XXXXXX','736',16121,'Variations des stocks de produits finis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16129,'SYSCOHADA','INCOME','XXXXXX','737',16121,'Variations des stocks de produits intermediaires et residuels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16130,'SYSCOHADA','INCOME','XXXXXX','7371',16129,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16131,'SYSCOHADA','INCOME','XXXXXX','7372',16129,'Produits résiduels','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16132,'SYSCOHADA','INCOME','XXXXXX','75',16069,'Autres produits','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16133,'SYSCOHADA','INCOME','XXXXXX','752',16132,'Quote-part de resultat sur operations faites en commun','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16134,'SYSCOHADA','INCOME','XXXXXX','7521',16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16135,'SYSCOHADA','INCOME','XXXXXX','7525',16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16136,'SYSCOHADA','INCOME','XXXXXX','753',16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16137,'SYSCOHADA','INCOME','XXXXXX','754',16132,'Produits des cessions courantes d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16138,'SYSCOHADA','INCOME','XXXXXX','758',16132,'Produits divers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16139,'SYSCOHADA','INCOME','XXXXXX','7581',16138,'Jetons de présence et autres rémunérations d''administrateurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16140,'SYSCOHADA','INCOME','XXXXXX','7582',16138,'Indemnités d''assurances reçues','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16141,'SYSCOHADA','INCOME','XXXXXX','759',16132,'Reprises de charges provisionnees d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16142,'SYSCOHADA','INCOME','XXXXXX','7591',16141,'Sur risques à court terme','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16143,'SYSCOHADA','INCOME','XXXXXX','7593',16141,'Sur stocks','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16144,'SYSCOHADA','INCOME','XXXXXX','7594',16141,'Sur créances','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16145,'SYSCOHADA','INCOME','XXXXXX','7598',16141,'Sur autres charges provisionnées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16146,'SYSCOHADA','INCOME','XXXXXX','77',16069,'Revenus financiers et produits assimiles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16147,'SYSCOHADA','INCOME','XXXXXX','771',16146,'Interets de prets','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16148,'SYSCOHADA','INCOME','XXXXXX','772',16146,'Revenus de participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16149,'SYSCOHADA','INCOME','XXXXXX','773',16146,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16150,'SYSCOHADA','INCOME','XXXXXX','774',16146,'Revenus de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16151,'SYSCOHADA','INCOME','XXXXXX','775',16146,'Revenus des creances commerciales','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16152,'SYSCOHADA','INCOME','XXXXXX','776',16146,'Gains de change','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16153,'SYSCOHADA','INCOME','XXXXXX','777',16146,'Gains sur cessions de titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16154,'SYSCOHADA','INCOME','XXXXXX','778',16146,'Gains sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16155,'SYSCOHADA','INCOME','XXXXXX','7781',16154,'Gains sur rentes viagères','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16156,'SYSCOHADA','INCOME','XXXXXX','7782',16154,'Gains sur opérations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16157,'SYSCOHADA','INCOME','XXXXXX','7784',16154,'Gains sur instruments de trésorerie','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16158,'SYSCOHADA','INCOME','XXXXXX','779',16146,'Reprises de charges provisionnees financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16159,'SYSCOHADA','INCOME','XXXXXX','7791',16158,'Sur risques financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16160,'SYSCOHADA','INCOME','XXXXXX','7795',16158,'Sur titres de placement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16161,'SYSCOHADA','INCOME','XXXXXX','7798',16158,'Autres charges provisionnées financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16162,'SYSCOHADA','INCOME','XXXXXX','78',16069,'Transfert de charges','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16163,'SYSCOHADA','INCOME','XXXXXX','781',16162,'Transfert de charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16164,'SYSCOHADA','INCOME','XXXXXX','787',16162,'Transfert de charges financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16165,'SYSCOHADA','INCOME','XXXXXX','79',16069,'Reprises de provisions','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16166,'SYSCOHADA','INCOME','XXXXXX','791',16165,'Reprises de provisions d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16167,'SYSCOHADA','INCOME','XXXXXX','7911',16166,'Pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16168,'SYSCOHADA','INCOME','XXXXXX','7912',16166,'Pour grosses réparation d''exploitation','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16169,'SYSCOHADA','INCOME','XXXXXX','7913',16166,'Pour dépreciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16170,'SYSCOHADA','INCOME','XXXXXX','7914',16166,'Pour dépreciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16171,'SYSCOHADA','INCOME','XXXXXX','797',16165,'Reprises de provisions financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16172,'SYSCOHADA','INCOME','XXXXXX','7971',16171,'Pour risques et charges financiers','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16173,'SYSCOHADA','INCOME','XXXXXX','7972',16171,'Pour dépréciation des immobilisations financières','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16174,'SYSCOHADA','INCOME','XXXXXX','798',16165,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16175,'SYSCOHADA','AUTRES','XXXXXX','81',0,'Valeurs comptables des cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16176,'SYSCOHADA','AUTRES','XXXXXX','811',16175,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16177,'SYSCOHADA','AUTRES','XXXXXX','812',16175,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16178,'SYSCOHADA','AUTRES','XXXXXX','816',16175,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16179,'SYSCOHADA','AUTRES','XXXXXX','82',0,'Produits de cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16180,'SYSCOHADA','AUTRES','XXXXXX','821',16179,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16181,'SYSCOHADA','AUTRES','XXXXXX','822',16179,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16182,'SYSCOHADA','AUTRES','XXXXXX','826',16179,'Immobilisations financieres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16183,'SYSCOHADA','AUTRES','XXXXXX','83',0,'Charges hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16184,'SYSCOHADA','AUTRES','XXXXXX','831',16183,'Charges h.a.o constatées','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16185,'SYSCOHADA','AUTRES','XXXXXX','834',16183,'Pertes sur creances h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16186,'SYSCOHADA','AUTRES','XXXXXX','835',16183,'Dons et liberalites accordes','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16187,'SYSCOHADA','AUTRES','XXXXXX','836',16183,'Abandons de creances consentis','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16188,'SYSCOHADA','AUTRES','XXXXXX','839',16183,'Charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16189,'SYSCOHADA','AUTRES','XXXXXX','84',0,'Produits hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16190,'SYSCOHADA','AUTRES','XXXXXX','841',16189,'Produits h.a.o constates','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16191,'SYSCOHADA','AUTRES','XXXXXX','845',16189,'Dons et liberalites obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16192,'SYSCOHADA','AUTRES','XXXXXX','846',16189,'Abandons de creances obtenus','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16193,'SYSCOHADA','AUTRES','XXXXXX','848',16189,'Transferts de charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16194,'SYSCOHADA','AUTRES','XXXXXX','849',16189,'Reprises des charges provisionnees h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16195,'SYSCOHADA','AUTRES','XXXXXX','85',0,'Dotations hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16196,'SYSCOHADA','AUTRES','XXXXXX','851',16195,'Dotations aux provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16197,'SYSCOHADA','AUTRES','XXXXXX','852',16195,'Dotations aux amortissements h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16198,'SYSCOHADA','AUTRES','XXXXXX','853',16195,'Dotations aux provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16199,'SYSCOHADA','AUTRES','XXXXXX','854',16195,'Dotations aux provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16200,'SYSCOHADA','AUTRES','XXXXXX','858',16195,'Autres dotations h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16201,'SYSCOHADA','AUTRES','XXXXXX','86',0,'Reprises hors activites ordinaires','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16202,'SYSCOHADA','AUTRES','XXXXXX','861',16201,'Reprises de provisions reglementees','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16203,'SYSCOHADA','AUTRES','XXXXXX','862',16201,'Reprises d''amortissements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16204,'SYSCOHADA','AUTRES','XXXXXX','863',16201,'Reprises de provisions pour depreciation h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16205,'SYSCOHADA','AUTRES','XXXXXX','864',16201,'Reprises de provisions pour risques et charges h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16206,'SYSCOHADA','AUTRES','XXXXXX','865',16201,'Reprises de subventions d''investissement','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16207,'SYSCOHADA','AUTRES','XXXXXX','868',16201,'Autres reprises h.a.o','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16208,'SYSCOHADA','AUTRES','XXXXXX','87',0,'Participations des travailleurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16209,'SYSCOHADA','AUTRES','XXXXXX','871',16208,'Participation legale aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16210,'SYSCOHADA','AUTRES','XXXXXX','874',16208,'Participation contractuelle aux benefices','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16211,'SYSCOHADA','AUTRES','XXXXXX','878',16208,'Autres participations','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16212,'SYSCOHADA','AUTRES','XXXXXX','88',0,'Subventions d''equilibre','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16213,'SYSCOHADA','AUTRES','XXXXXX','881',16212,'Etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16214,'SYSCOHADA','AUTRES','XXXXXX','884',16212,'Collectivites publiques','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16215,'SYSCOHADA','AUTRES','XXXXXX','886',16212,'Groupe','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16216,'SYSCOHADA','AUTRES','XXXXXX','888',16212,'Autres','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16217,'SYSCOHADA','AUTRES','XXXXXX','89',0,'Impots sur le resultat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16218,'SYSCOHADA','AUTRES','XXXXXX','891',16217,'Impots sur les benefices de l''exercice','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16219,'SYSCOHADA','AUTRES','XXXXXX','8911',16218,'Activités exercées dans l''etat','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16220,'SYSCOHADA','AUTRES','XXXXXX','8912',16218,'Activités exercées dans les autres etats de la région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16221,'SYSCOHADA','AUTRES','XXXXXX','8913',16218,'Activités exercées hors région','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16222,'SYSCOHADA','AUTRES','XXXXXX','892',16217,'Rappel d''impôts sur resultats anterieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16223,'SYSCOHADA','AUTRES','XXXXXX','895',16217,'Impôts minimum forfaitaires (i.m.f)','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16224,'SYSCOHADA','AUTRES','XXXXXX','899',16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16225,'SYSCOHADA','AUTRES','XXXXXX','8991',16224,'Dégrèvements','1'); +INSERT INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (16226,'SYSCOHADA','AUTRES','XXXXXX','8994',16224,'Annulations pour pertes rétroactives','1'); diff --git a/htdocs/install/mysql/data/llx_accounting_account_tn.sql b/htdocs/install/mysql/data/llx_accounting_account_tn.sql new file mode 100644 index 00000000000..37322429edd --- /dev/null +++ b/htdocs/install/mysql/data/llx_accounting_account_tn.sql @@ -0,0 +1,610 @@ +-- +-- Descriptif plan comptable TN PCT +-- + +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9000,'PCT','CAPIT','XXXXXX','1','','Comptes de Financement Permanent','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9001,'PCT','CAPIT','XXXXXX','10',9000,'Capital','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9002,'PCT','CAPIT','XXXXXX','101',9001,'Capital social','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9003,'PCT','CAPIT','XXXXXX','1011',9002,'Capital souscrit - non appelé','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9004,'PCT','CAPIT','XXXXXX','1012',9002,'Capital souscrit - appelé, non versé','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9005,'PCT','CAPIT','XXXXXX','1013',9002,'Capital souscrit - appelé, versé','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9006,'PCT','CAPIT','XXXXXX','10131',9005,'Capital non amorti','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9007,'PCT','CAPIT','XXXXXX','10132',9005,'Capital amorti','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9008,'PCT','CAPIT','XXXXXX','1018',9002,'Capital souscrit soumis à une réglementation particulière','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9009,'PCT','CAPIT','XXXXXX','105',9001,'Fonds de dotation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9010,'PCT','CAPIT','XXXXXX','108',9001,'Compte de l''exploitant','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9011,'PCT','CAPIT','XXXXXX','109',9001,'Actionnaires, capital souscrit - non appelé','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9012,'PCT','CAPIT','XXXXXX','11',9000,'Réserves et primes liées au capital','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9013,'PCT','CAPIT','XXXXXX','111',9012,'Réserve légale','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9014,'PCT','CAPIT','XXXXXX','112',9012,'Réserves statutaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9015,'PCT','CAPIT','XXXXXX','117',9012,'Primes liées au capital','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9016,'PCT','CAPIT','XXXXXX','1171',9015,'Primes d''émission','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9017,'PCT','CAPIT','XXXXXX','1172',9015,'Primes de fusion','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9018,'PCT','CAPIT','XXXXXX','1173',9015,'Primes d''apport','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9019,'PCT','CAPIT','XXXXXX','1174',9015,'Primes de conversion d''obligation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9020,'PCT','CAPIT','XXXXXX','1178',9015,'Autres compléments d''apport','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9021,'PCT','CAPIT','XXXXXX','118',9012,'Autres réserves','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9022,'PCT','CAPIT','XXXXXX','1181',9021,'Réserves pour fonds social','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9023,'PCT','CAPIT','XXXXXX','119',9012,'Avoirs des actionnaires. i[i][1]','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9024,'PCT','CAPIT','XXXXXX','12',9000,'Résultats reportés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9025,'PCT','CAPIT','XXXXXX','121',9024,'Résultats reportés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9026,'PCT','CAPIT','XXXXXX','128',9024,'Modifications comptables affectant les résultats reportés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9027,'PCT','CAPIT','XXXXXX','13',9000,'Résultat de l''exercice','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9028,'PCT','CAPIT','XXXXXX','131',9027,'Résultat bénéficiaire','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9029,'PCT','CAPIT','XXXXXX','135',9027,'Résultat déficitaire','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9030,'PCT','CAPIT','XXXXXX','14',9000,'Autres capitaux propres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9031,'PCT','CAPIT','XXXXXX','141',9030,'Titres soumis à des réglementations particulières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9032,'PCT','CAPIT','XXXXXX','142',9030,'Réserves réglementées & réserves soumises à un régime fiscal particulier','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9033,'PCT','CAPIT','XXXXXX','1421',9032,'Réserves indisponibles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9034,'PCT','CAPIT','XXXXXX','143',9030,'Amortissements dérogatoires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9035,'PCT','CAPIT','XXXXXX','144',9030,'Réserve spéciale de réévaluation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9036,'PCT','CAPIT','XXXXXX','145',9030,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9037,'PCT','CAPIT','XXXXXX','1451',9036,'Subventions d''investissement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9038,'PCT','CAPIT','XXXXXX','1458',9036,'Autres subventions d''investissement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9039,'PCT','CAPIT','XXXXXX','1459',9036,'Subventions d''investissement inscrites aux comptes de résultat','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9040,'PCT','CAPIT','XXXXXX','147',9030,'Compte du concédant','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9041,'PCT','CAPIT','XXXXXX','15',9000,'Provisions pour risques & charges','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9042,'PCT','CAPIT','XXXXXX','151',9041,'Provisions pour risques','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9043,'PCT','CAPIT','XXXXXX','1511',9042,'Provisions pour litiges','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9044,'PCT','CAPIT','XXXXXX','1512',9042,'Provisions pour garanties données aux clients','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9045,'PCT','CAPIT','XXXXXX','1513',9042,'Provisions pour pertes sur marchés à achèvement futur','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9046,'PCT','CAPIT','XXXXXX','1514',9042,'Provisions pour amendes & pénalités','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9047,'PCT','CAPIT','XXXXXX','1515',9042,'Provisions pour pertes de change. ii[ii][2]','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9048,'PCT','CAPIT','XXXXXX','1518',9042,'Autres provisions pour risques','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9049,'PCT','CAPIT','XXXXXX','152',9041,'Provisions pour charges à répartir sur plusieurs exercices','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9050,'PCT','CAPIT','XXXXXX','1522',9049,'Provisions pour grosses réparations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9051,'PCT','CAPIT','XXXXXX','153',9041,'Provisions pour retraites et obligations similaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9052,'PCT','CAPIT','XXXXXX','154',9041,'Provisions d''origine réglementaire','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9053,'PCT','CAPIT','XXXXXX','155',9041,'Provisions pour impôts','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9054,'PCT','CAPIT','XXXXXX','156',9041,'Provisions pour renouvellement des immobilisations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9055,'PCT','CAPIT','XXXXXX','157',9041,'Provisions pour amortissement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9056,'PCT','CAPIT','XXXXXX','158',9041,'Autres provisions pour charges','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9057,'PCT','CAPIT','XXXXXX','16',9000,'Emprunts & dettes assimilées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9058,'PCT','CAPIT','XXXXXX','161',9057,'Emprunts obligataires (assorties de sûretés)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9059,'PCT','CAPIT','XXXXXX','1611',9058,'Emprunts obligataires convertibles en actions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9060,'PCT','CAPIT','XXXXXX','1618',9058,'Autres emprunts obligataires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9061,'PCT','CAPIT','XXXXXX','162',9057,'Emprunts auprès des établissements financiers (assorties de sûretés)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9062,'PCT','CAPIT','XXXXXX','1621',9061,'Emprunts bancaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9063,'PCT','CAPIT','XXXXXX','1626',9061,'Refinancements acquis','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9064,'PCT','CAPIT','XXXXXX','163',9057,'Emprunts auprès d''autres établissements financiers (assorties de sûretés)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9065,'PCT','CAPIT','XXXXXX','164',9057,'Emprunts et dettes assorties de conditions particulières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9066,'PCT','CAPIT','XXXXXX','1641',9065,'Avances bloquées pour augmentation du capital','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9067,'PCT','CAPIT','XXXXXX','1642',9065,'Avances reçues et comptes courants des associés bloqués','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9068,'PCT','CAPIT','XXXXXX','1644',9065,'Avances conditionnées de l''Etat & organismes internationaux','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9069,'PCT','CAPIT','XXXXXX','165',9057,'Emprunts non assorties de sûretés (à subdiviser selon l''ordre des comptes des emprunts)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9070,'PCT','CAPIT','XXXXXX','166',9057,'Dettes rattachées à des participations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9071,'PCT','CAPIT','XXXXXX','1661',9070,'Dettes rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9072,'PCT','CAPIT','XXXXXX','1662',9070,'Dettes rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9073,'PCT','CAPIT','XXXXXX','1663',9070,'Dettes rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9074,'PCT','CAPIT','XXXXXX','167',9057,'Dépôts & cautionnements reçus','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9075,'PCT','CAPIT','XXXXXX','168',9057,'Autres emprunts et dettes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9076,'PCT','CAPIT','XXXXXX','1681',9075,'Autres emprunts','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9077,'PCT','CAPIT','XXXXXX','1685',9075,'Crédit fournisseurs d''immobilisations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9078,'PCT','CAPIT','XXXXXX','1688',9075,'Autres dettes non courantes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9079,'PCT','CAPIT','XXXXXX','17',9000,'Comptes de liaison des établissements & succursales','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9080,'PCT','CAPIT','XXXXXX','171',9079,'Comptes des liaison des établissements','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9081,'PCT','CAPIT','XXXXXX','176',9079,'Biens & prestations de services échangés entre établissements (charges)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9082,'PCT','CAPIT','XXXXXX','177',9079,'Biens & prestations de services échangés entre établissements (produits)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9083,'PCT','CAPIT','XXXXXX','18',9000,'Autres passifs non courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9084,'PCT','CAPIT','XXXXXX','185',9083,'Écarts de conversion','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9085,'PCT','CAPIT','XXXXXX','188',9083,'Autres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9086,'PCT','IMMO','XXXXXX','2','','Comptes d''Actif Immobilisé','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9087,'PCT','IMMO','XXXXXX','21',9086,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9088,'PCT','IMMO','XXXXXX','211',9087,'Investissements de recherche & de développement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9089,'PCT','IMMO','XXXXXX','212',9087,'Concessions de marques, brevets, licences, marques, procédés & valeurs similaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9090,'PCT','IMMO','XXXXXX','213',9087,'Logiciels','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9091,'PCT','IMMO','XXXXXX','214',9087,'Fonds commercial','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9092,'PCT','IMMO','XXXXXX','216',9087,'Droit au bail','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9093,'PCT','IMMO','XXXXXX','218',9087,'Autres immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9094,'PCT','IMMO','XXXXXX','22',9086,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9095,'PCT','IMMO','XXXXXX','221',9094,'Terrains','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9096,'PCT','IMMO','XXXXXX','2213',9095,'Terrains nus','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9097,'PCT','IMMO','XXXXXX','2214',9095,'Terrains aménagés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9098,'PCT','IMMO','XXXXXX','2215',9095,'Terrains bâtis','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9099,'PCT','IMMO','XXXXXX','2216',9095,'Agencements & aménagements des terrains','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9100,'PCT','IMMO','XXXXXX','222',9094,'Constructions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9101,'PCT','IMMO','XXXXXX','2221',9100,'Bâtiments','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9102,'PCT','IMMO','XXXXXX','2225',9100,'Installations générales, agencements & aménagements des constructions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9103,'PCT','IMMO','XXXXXX','2226',9100,'Ouvrages d''infrastructure','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9104,'PCT','IMMO','XXXXXX','2227',9100,'Constructions sur sol d''autrui','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9105,'PCT','IMMO','XXXXXX','223',9094,'Installations techniques, matériel et outillage industriels','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9106,'PCT','IMMO','XXXXXX','2231',9105,'Installations techniques','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9107,'PCT','IMMO','XXXXXX','2234',9105,'Matériel industriel','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9108,'PCT','IMMO','XXXXXX','2235',9105,'Outillage industriel','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9109,'PCT','IMMO','XXXXXX','2237',9105,'Agencements & aménagements du matériel & outillage industriels','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9110,'PCT','IMMO','XXXXXX','224',9094,'Matériel de transport','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9111,'PCT','IMMO','XXXXXX','2241',9110,'Matériel de transport de biens','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9112,'PCT','IMMO','XXXXXX','2244',9110,'Matériel de transport de personnes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9113,'PCT','IMMO','XXXXXX','228',9094,'Autres immobilisations corporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9114,'PCT','IMMO','XXXXXX','2281',9113,'Installations générales, agencements et aménagements divers','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9115,'PCT','IMMO','XXXXXX','2282',9113,'Équipement de bureau','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9116,'PCT','IMMO','XXXXXX','2286',9113,'Emballages récupérables identifiables','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9117,'PCT','IMMO','XXXXXX','23',9086,'Immobilisations en cours','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9118,'PCT','IMMO','XXXXXX','231',9117,'Immobilisations incorporelles en cours','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9119,'PCT','IMMO','XXXXXX','232',9117,'Immobilisations corporelles en cours','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9120,'PCT','IMMO','XXXXXX','237',9117,'Avances & acomptes versés sur immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9121,'PCT','IMMO','XXXXXX','238',9117,'Avances & acomptes versés sur commandes d''immobilisations corporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9122,'PCT','IMMO','XXXXXX','24',9086,'Immobilisations à statut juridique particulier','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9123,'PCT','IMMO','XXXXXX','25',9086,'Participations & créances liées à des participations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9124,'PCT','IMMO','XXXXXX','251',9123,'Titres de participation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9125,'PCT','IMMO','XXXXXX','2511',9124,'Actions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9126,'PCT','IMMO','XXXXXX','2518',9124,'Autres titres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9127,'PCT','IMMO','XXXXXX','256',9123,'Autres formes de participation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9128,'PCT','IMMO','XXXXXX','257',9123,'Créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9129,'PCT','IMMO','XXXXXX','2571',9128,'Créances rattachées à des participations (groupe)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9130,'PCT','IMMO','XXXXXX','2574',9128,'Créances rattachées à des participations (hors groupe)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9131,'PCT','IMMO','XXXXXX','2575',9128,'Versements représentatifs d''apports non capitalisés (appel de fonds)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9132,'PCT','IMMO','XXXXXX','2576',9128,'Avances consolidables','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9133,'PCT','IMMO','XXXXXX','2577',9128,'Autres créances rattachées à des participations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9134,'PCT','IMMO','XXXXXX','258',9123,'Créances rattachées à des sociétés en participation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9135,'PCT','IMMO','XXXXXX','259',9123,'Versements restant à effectuer sur titres de participation non libérés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9136,'PCT','IMMO','XXXXXX','26',9086,'Autres immobilisations financières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9137,'PCT','IMMO','XXXXXX','261',9136,'Titres immobilisés (droit de propriété)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9138,'PCT','IMMO','XXXXXX','2611',9137,'Actions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9139,'PCT','IMMO','XXXXXX','2618',9137,'Autres titres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9140,'PCT','IMMO','XXXXXX','262',9136,'Titres immobilisés (droit de créance)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9141,'PCT','IMMO','XXXXXX','2621',9140,'Obligations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9142,'PCT','IMMO','XXXXXX','2622',9140,'Bons','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9143,'PCT','IMMO','XXXXXX','264',9136,'Prêts','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9144,'PCT','IMMO','XXXXXX','2641',9143,'Prêts participatifs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9145,'PCT','IMMO','XXXXXX','2642',9143,'Prêts aux associés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9146,'PCT','IMMO','XXXXXX','2643',9143,'Prêts au personnel','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9147,'PCT','IMMO','XXXXXX','2645',9143,'Prêts assortis de sûretés (à subdiviser)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9148,'PCT','IMMO','XXXXXX','2648',9143,'Autres prêts','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9149,'PCT','IMMO','XXXXXX','265',9136,'Dépôts et cautionnements versés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9150,'PCT','IMMO','XXXXXX','2651',9149,'Dépôts','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9151,'PCT','IMMO','XXXXXX','2655',9149,'Cautionnements','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9152,'PCT','IMMO','XXXXXX','2656',9149,'Dépôts bancaires non courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9153,'PCT','IMMO','XXXXXX','2658',9149,'Autres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9154,'PCT','IMMO','XXXXXX','266',9136,'Autres créances immobilisées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9155,'PCT','IMMO','XXXXXX','2661',9154,'Créances immobilisées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9156,'PCT','IMMO','XXXXXX','2667',9154,'Créances diverses','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9157,'PCT','IMMO','XXXXXX','2668',9154,'Autres créances non courantes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9158,'PCT','IMMO','XXXXXX','269',9136,'Versements restant à effectuer sur titres immobilisés non libérés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9159,'PCT','IMMO','XXXXXX','27',9086,'Autres actifs non courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9160,'PCT','IMMO','XXXXXX','271',9159,'Frais préliminaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9161,'PCT','IMMO','XXXXXX','272',9159,'Charges à répartir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9162,'PCT','IMMO','XXXXXX','273',9159,'Frais d''émission et primes de remboursement des emprunts','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9163,'PCT','IMMO','XXXXXX','275',9159,'Écarts de conversion','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9164,'PCT','IMMO','XXXXXX','278',9159,'Autres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9165,'PCT','IMMO','XXXXXX','28',9086,'Amortissements des immobilisations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9166,'PCT','IMMO','XXXXXX','281',9165,'Amortissements des immobilisations incorporelles (même ventilation que celle du','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9167,'PCT','IMMO','XXXXXX','282',9165,'Amortissements des immobilisations corporelles (même ventilation que celle du compte','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9168,'PCT','IMMO','XXXXXX','284',9165,'Amortissements des immobilisations à statut juridique particulier.','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9169,'PCT','IMMO','XXXXXX','29',9086,'Provisions pour dépréciation des immobilisations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9170,'PCT','IMMO','XXXXXX','291',9169,'Provisions pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9171,'PCT','IMMO','XXXXXX','292',9169,'Provisions pour dépréciation des immobilisations corporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9172,'PCT','IMMO','XXXXXX','293',9169,'Provisions pour dépréciation des immobilisations en cours','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9173,'PCT','IMMO','XXXXXX','294',9169,'Provisions pour dépréciation des immobilisations à statut juridique particulier','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9174,'PCT','IMMO','XXXXXX','295',9169,'Provisions pour dépréciation des participations et des créances liées à des participations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9175,'PCT','STOCK','XXXXXX','3','','Comptes d''actif Circulation (Hors Trésorerie)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9176,'PCT','STOCK','XXXXXX','31',9175,'Matières premières & fournitures liées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9177,'PCT','STOCK','XXXXXX','311',9176,'Matières premières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9178,'PCT','STOCK','XXXXXX','313',9176,'Fournitures','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9179,'PCT','STOCK','XXXXXX','317',9176,'Autres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9180,'PCT','STOCK','XXXXXX','32',9175,'Autres approvisionnements','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9181,'PCT','STOCK','XXXXXX','321',9180,'Matières consommables','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9182,'PCT','STOCK','XXXXXX','322',9180,'Fournitures consommables','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9183,'PCT','STOCK','XXXXXX','326',9180,'Emballages','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9184,'PCT','STOCK','XXXXXX','327',9180,'Autres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9185,'PCT','STOCK','XXXXXX','33',9175,'En-cours de production de biens','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9186,'PCT','STOCK','XXXXXX','331',9185,'Produits en cours','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9187,'PCT','STOCK','XXXXXX','335',9185,'Travaux en cours','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9188,'PCT','STOCK','XXXXXX','34',9175,'En-cours de production de services','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9189,'PCT','STOCK','XXXXXX','341',9188,'Études en cours','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9190,'PCT','STOCK','XXXXXX','345',9188,'Prestations de services en cours','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9191,'PCT','STOCK','XXXXXX','35',9175,'Stocks de produits','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9192,'PCT','STOCK','XXXXXX','351',9191,'Produits intermédiaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9193,'PCT','STOCK','XXXXXX','355',9191,'Produits finis','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9194,'PCT','STOCK','XXXXXX','357',9191,'Produits résiduels','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9195,'PCT','STOCK','XXXXXX','37',9175,'Stocks de marchandises','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9196,'PCT','STOCK','XXXXXX','39',9175,'Provisions pour dépréciation des stocks (à ventiler selon la nomenclature de cette classe)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9197,'PCT','THIRDPARTY','XXXXXX','4','','Comptes de passif circulant (Hors trésorerie)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9198,'PCT','THIRDPARTY','XXXXXX','40',9197,'Fournisseurs & comptes rattachés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9199,'PCT','THIRDPARTY','XXXXXX','401',9198,'Fournisseurs d''exploitation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9200,'PCT','THIRDPARTY','XXXXXX','4011',9199,'Fournisseurs - achats de biens ou de prestations de services','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9201,'PCT','THIRDPARTY','XXXXXX','4017',9199,'Fournisseurs - retenues de garantie','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9202,'PCT','THIRDPARTY','XXXXXX','403',9198,'Fournisseurs d''exploitation - effets à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9203,'PCT','THIRDPARTY','XXXXXX','404',9198,'Fournisseurs d''immobilisations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9204,'PCT','THIRDPARTY','XXXXXX','4041',9203,'Fournisseurs - achats d''immobilisations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9205,'PCT','THIRDPARTY','XXXXXX','4047',9203,'Fournisseurs d''immobilisations - retenues de garantie','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9206,'PCT','THIRDPARTY','XXXXXX','405',9198,'Fournisseurs d''immobilisations - effets à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9207,'PCT','THIRDPARTY','XXXXXX','408',9198,'Fournisseurs - factures non parvenues','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9208,'PCT','THIRDPARTY','XXXXXX','4081',9207,'Fournisseurs d''exploitation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9209,'PCT','THIRDPARTY','XXXXXX','4084',9207,'Fournisseurs d''immobilisations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9210,'PCT','THIRDPARTY','XXXXXX','4088',9207,'Fournisseurs - intérêts courus','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9211,'PCT','THIRDPARTY','XXXXXX','409',9198,'Fournisseurs débiteurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9212,'PCT','THIRDPARTY','XXXXXX','4091',9211,'Fournisseurs - avances et acomptes versés sur commandes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9213,'PCT','THIRDPARTY','XXXXXX','4096',9211,'Fournisseurs - créances pour emballages et matériel à rendre','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9214,'PCT','THIRDPARTY','XXXXXX','4097',9211,'Fournisseurs - autres avoirs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9215,'PCT','THIRDPARTY','XXXXXX','40971',9214,'Fournisseurs d''exploitation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9216,'PCT','THIRDPARTY','XXXXXX','40974',9214,'Fournisseurs d''immobilisations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9217,'PCT','THIRDPARTY','XXXXXX','4098',9211,'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9218,'PCT','THIRDPARTY','XXXXXX','41',9197,'Clients & comptes rattachés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9219,'PCT','THIRDPARTY','XXXXXX','411',9218,'Clients','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9220,'PCT','THIRDPARTY','XXXXXX','4111',9219,'Clients - ventes de biens ou de prestations de services','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9221,'PCT','THIRDPARTY','XXXXXX','4117',9219,'Clients - retenues de garantie','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9222,'PCT','THIRDPARTY','XXXXXX','413',9218,'Clients - effets à recevoir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9223,'PCT','THIRDPARTY','XXXXXX','416',9218,'Clients douteux ou litigieux','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9224,'PCT','THIRDPARTY','XXXXXX','417',9218,'Créances sur travaux non encore facturables','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9225,'PCT','THIRDPARTY','XXXXXX','418',9218,'Clients - produits non encore facturés (produits à recevoir)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9226,'PCT','THIRDPARTY','XXXXXX','4181',9225,'Factures à établir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9227,'PCT','THIRDPARTY','XXXXXX','4188',9225,'Intérêts courus','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9228,'PCT','THIRDPARTY','XXXXXX','419',9218,'Clients créditeurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9229,'PCT','THIRDPARTY','XXXXXX','4191',9228,'Clients - avances et acomptes reçus sur commandes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9230,'PCT','THIRDPARTY','XXXXXX','4196',9228,'Clients - dettes pour emballages et matériel consignés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9231,'PCT','THIRDPARTY','XXXXXX','4197',9228,'Clients - autres avoirs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9232,'PCT','THIRDPARTY','XXXXXX','4198',9228,'Rabais, remises, ristournes à accorder et autres avoirs à établir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9233,'PCT','THIRDPARTY','XXXXXX','42',9197,'Personnel et comptes rattachés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9234,'PCT','THIRDPARTY','XXXXXX','421',9233,'Personnel - avances et acomptes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9235,'PCT','THIRDPARTY','XXXXXX','422',9233,'Comités d''entreprises et autres organes représentatifs du personnel','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9236,'PCT','THIRDPARTY','XXXXXX','423',9233,'Personnel, œuvres sociales','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9237,'PCT','THIRDPARTY','XXXXXX','425',9233,'Personnel - rémunérations dues','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9238,'PCT','THIRDPARTY','XXXXXX','426',9233,'Personnel - dépôts','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9239,'PCT','THIRDPARTY','XXXXXX','427',9233,'Personnel - oppositions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9240,'PCT','THIRDPARTY','XXXXXX','428',9233,'Personnel - charges à payer & produits à recevoir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9241,'PCT','THIRDPARTY','XXXXXX','4282',9240,'Dettes provisionnées pour congés à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9242,'PCT','THIRDPARTY','XXXXXX','4286',9240,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9243,'PCT','THIRDPARTY','XXXXXX','4287',9240,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9244,'PCT','THIRDPARTY','XXXXXX','43',9197,'Etat et collectivités publiques','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9245,'PCT','THIRDPARTY','XXXXXX','431',9244,'Etat - subventions à recevoir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9246,'PCT','THIRDPARTY','XXXXXX','432',9244,'Etat, impôts et taxes retenus à la source','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9247,'PCT','THIRDPARTY','XXXXXX','433',9244,'Opérations particulières avec l''Etat, les collectivités publiques, les organismes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9248,'PCT','THIRDPARTY','XXXXXX','434',9244,'Etat - impôts sur les bénéfices','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9249,'PCT','THIRDPARTY','XXXXXX','4341',9248,'Retenue à la source','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9250,'PCT','THIRDPARTY','XXXXXX','4342',9248,'Acomptes provisionnels','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9251,'PCT','THIRDPARTY','XXXXXX','4343',9248,'Impôt à liquider','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9252,'PCT','THIRDPARTY','XXXXXX','4349',9248,'Impôts différés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9253,'PCT','THIRDPARTY','XXXXXX','435',9244,'Obligations cautionnées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9254,'PCT','THIRDPARTY','XXXXXX','436',9244,'Etat - taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9255,'PCT','THIRDPARTY','XXXXXX','4365',9254,'Taxes sur le chiffre d''affaires à décaisser','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9256,'PCT','THIRDPARTY','XXXXXX','43651',9255,'TVA à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9257,'PCT','THIRDPARTY','XXXXXX','43658',9255,'Autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9258,'PCT','THIRDPARTY','XXXXXX','4366',9254,'Taxes sur le chiffre d''affaires déductibles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9259,'PCT','THIRDPARTY','XXXXXX','43662',9258,'TVA sur immobilisations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9260,'PCT','THIRDPARTY','XXXXXX','43663',9258,'TVA transférée par d''autres entreprises','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9261,'PCT','THIRDPARTY','XXXXXX','43666',9258,'TVA sur autres biens et services','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9262,'PCT','THIRDPARTY','XXXXXX','43667',9258,'Crédit de TVA à reporter','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9263,'PCT','THIRDPARTY','XXXXXX','43668',9258,'Autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9264,'PCT','THIRDPARTY','XXXXXX','4367',9254,'Taxes sur le chiffre d''affaires collectées par l''entreprise','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9265,'PCT','THIRDPARTY','XXXXXX','43671',9264,'TVA collectée','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9266,'PCT','THIRDPARTY','XXXXXX','436711',9265,'TVA collectée sur les débits','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9267,'PCT','THIRDPARTY','XXXXXX','436712',9265,'TVA collectée sur les encaissements','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9268,'PCT','THIRDPARTY','XXXXXX','43678',9264,'Autres taxes sur le chiffre d''affaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9269,'PCT','THIRDPARTY','XXXXXX','4368',9254,'Taxes sur le chiffre d''affaires à régulariser ou en attente','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9270,'PCT','THIRDPARTY','XXXXXX','437',9244,'Autres impôts, taxes et versements assimilés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9271,'PCT','THIRDPARTY','XXXXXX','438',9244,'Etat - charges à payer et produits à recevoir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9272,'PCT','THIRDPARTY','XXXXXX','4382',9271,'Charges fiscales sur congés à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9273,'PCT','THIRDPARTY','XXXXXX','4386',9271,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9274,'PCT','THIRDPARTY','XXXXXX','4387',9271,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9275,'PCT','THIRDPARTY','XXXXXX','44',9197,'Sociétés du groupe & associés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9276,'PCT','THIRDPARTY','XXXXXX','441',9275,'Groupe','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9277,'PCT','THIRDPARTY','XXXXXX','4411',9276,'Créances et intérêts courus','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9278,'PCT','THIRDPARTY','XXXXXX','4412',9276,'Dettes et intérêts à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9279,'PCT','THIRDPARTY','XXXXXX','442',9275,'Associés - comptes courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9280,'PCT','THIRDPARTY','XXXXXX','4421',9279,'Principal','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9281,'PCT','THIRDPARTY','XXXXXX','4428',9279,'Intérêts courus','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9282,'PCT','THIRDPARTY','XXXXXX','446',9275,'Associés - opérations sur le capital','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9283,'PCT','THIRDPARTY','XXXXXX','447',9275,'Associés - dividendes à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9284,'PCT','THIRDPARTY','XXXXXX','448',9275,'Associés - opérations faites en commun','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9285,'PCT','THIRDPARTY','XXXXXX','4481',9284,'Opérations courantes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9286,'PCT','THIRDPARTY','XXXXXX','4488',9284,'Intérêts courus','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9287,'PCT','THIRDPARTY','XXXXXX','45',9197,'Débiteurs divers et Créditeurs divers','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9288,'PCT','THIRDPARTY','XXXXXX','452',9287,'Créances sur cessions d''immobilisations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9289,'PCT','THIRDPARTY','XXXXXX','453',9287,'Sécurité sociale et autres organismes sociaux','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9290,'PCT','THIRDPARTY','XXXXXX','4531',9289,'Organismes sociaux','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9291,'PCT','THIRDPARTY','XXXXXX','45311',9290,'CNSS','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9292,'PCT','THIRDPARTY','XXXXXX','45318',9290,'Autres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9293,'PCT','THIRDPARTY','XXXXXX','4538',9289,'Organismes sociaux - charges à payer et produits à recevoir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9294,'PCT','THIRDPARTY','XXXXXX','45382',9293,'Charges sociales sur congés à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9295,'PCT','THIRDPARTY','XXXXXX','45386',9293,'Autres charges à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9296,'PCT','THIRDPARTY','XXXXXX','45387',9293,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9297,'PCT','THIRDPARTY','XXXXXX','454',9287,'Dettes sur acquisitions de valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9298,'PCT','THIRDPARTY','XXXXXX','455',9287,'Créances sur cessions de valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9299,'PCT','THIRDPARTY','XXXXXX','457',9287,'Autres comptes débiteurs ou créditeurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9300,'PCT','THIRDPARTY','XXXXXX','458',9287,'Diverses charges à payer et produits à recevoir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9301,'PCT','THIRDPARTY','XXXXXX','4586',9300,'Charges à payer','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9302,'PCT','THIRDPARTY','XXXXXX','4587',9300,'Produits à recevoir','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9303,'PCT','THIRDPARTY','XXXXXX','46',9197,'Comptes transitoires ou d''attente','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9304,'PCT','THIRDPARTY','XXXXXX','461',9303,'Compte d''attente','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9305,'PCT','THIRDPARTY','XXXXXX','465',9303,'Différence de conversion sur éléments courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9306,'PCT','THIRDPARTY','XXXXXX','4651',9305,'Différences de conversion actif','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9307,'PCT','THIRDPARTY','XXXXXX','4652',9305,'Différences de conversion passif','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9308,'PCT','THIRDPARTY','XXXXXX','468',9303,'Autres comptes transitoires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9309,'PCT','THIRDPARTY','XXXXXX','47',9197,'Comptes de régularisation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9310,'PCT','THIRDPARTY','XXXXXX','471',9309,'Charges constatées d''avance','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9311,'PCT','THIRDPARTY','XXXXXX','472',9309,'Produits constatés d''avance','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9312,'PCT','THIRDPARTY','XXXXXX','478',9309,'Comptes de répartition périodique de charges et produits','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9313,'PCT','THIRDPARTY','XXXXXX','4786',9312,'Charges','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9314,'PCT','THIRDPARTY','XXXXXX','4787',9312,'Produits','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9315,'PCT','THIRDPARTY','XXXXXX','48',9197,'Provisions courantes pour risques et charges','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9316,'PCT','THIRDPARTY','XXXXXX','49',9197,'Provisions pour dépréciation des comptes de tiers','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9317,'PCT','THIRDPARTY','XXXXXX','491',9316,'Provisions pour dépréciation des comptes clients','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9318,'PCT','THIRDPARTY','XXXXXX','494',9316,'Provisions pour dépréciation des comptes de groupe et associés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9319,'PCT','THIRDPARTY','XXXXXX','4941',9318,'Comptes du groupe','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9320,'PCT','THIRDPARTY','XXXXXX','4942',9318,'Comptes courants des associés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9321,'PCT','THIRDPARTY','XXXXXX','4948',9318,'Opérations faites en commun','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9322,'PCT','THIRDPARTY','XXXXXX','495',9316,'Provisions pour dépréciation des comptes de débiteurs divers','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9323,'PCT','THIRDPARTY','XXXXXX','4952',9322,'Créances sur cession d''immobilisation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9324,'PCT','THIRDPARTY','XXXXXX','4955',9322,'Créances sur cession des valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9325,'PCT','THIRDPARTY','XXXXXX','4957',9322,'Autres comptes débiteurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9326,'PCT','FINAN','XXXXXX','5','','Comptes de trésorerie','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9327,'PCT','FINAN','XXXXXX','50',9326,'Emprunts et autres dettes financières courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9328,'PCT','FINAN','XXXXXX','501',9327,'Emprunts courants liés au cycle d''exploitation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9329,'PCT','FINAN','XXXXXX','505',9327,'Échéances à moins d''un an sur emprunts non courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9330,'PCT','FINAN','XXXXXX','506',9327,'Concours bancaires courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9331,'PCT','FINAN','XXXXXX','5061',9330,'Crédit de mobilisation de créances commerciales','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9332,'PCT','FINAN','XXXXXX','5063',9330,'Mobilisation de créances nées à l''étranger','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9333,'PCT','FINAN','XXXXXX','5067',9330,'Autres concours bancaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9334,'PCT','FINAN','XXXXXX','507',9327,'Emprunts échus et impayés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9335,'PCT','FINAN','XXXXXX','508',9327,'Intérêts courus (à subdiviser selon la même ventilation que le compte 50)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9336,'PCT','FINAN','XXXXXX','51',9326,'Prêts et autres créances financières courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9337,'PCT','FINAN','XXXXXX','511',9336,'Prêts courants liés au cycle d''exploitation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9338,'PCT','FINAN','XXXXXX','516',9336,'Échéances à moins d''un an sur prêts non courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9339,'PCT','FINAN','XXXXXX','517',9336,'Échéances à moins d''un an sur autres créances financières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9340,'PCT','FINAN','XXXXXX','518',9336,'Intérêts courus','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9341,'PCT','FINAN','XXXXXX','52',9326,'Placements courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9342,'PCT','FINAN','XXXXXX','523',9341,'Actions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9343,'PCT','FINAN','XXXXXX','5231',9342,'Titres cotés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9344,'PCT','FINAN','XXXXXX','5235',9342,'Titres non cotés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9345,'PCT','FINAN','XXXXXX','524',9341,'Autres titres conférant un droit de propriété','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9346,'PCT','FINAN','XXXXXX','525',9341,'Obligations et bons émis par la société et rachetés par elle','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9347,'PCT','FINAN','XXXXXX','526',9341,'Obligations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9348,'PCT','FINAN','XXXXXX','5261',9347,'Titres cotés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9349,'PCT','FINAN','XXXXXX','5265',9347,'Titres non cotés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9350,'PCT','FINAN','XXXXXX','5266',9347,'Échéances à moins d''un an sur les obligations immobilisées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9351,'PCT','FINAN','XXXXXX','527',9341,'Bons du trésor et bons de caisse à court terme','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9352,'PCT','FINAN','XXXXXX','528',9341,'Autres placements courants et créances assimilées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9353,'PCT','FINAN','XXXXXX','5281',9352,'Autres valeurs mobilières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9354,'PCT','FINAN','XXXXXX','5288',9352,'Intérêts courus sur obligations, bons et valeurs assimilées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9355,'PCT','FINAN','XXXXXX','529',9341,'Versements restant à effectuer sur valeurs mobilières de placement non libérées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9356,'PCT','FINAN','XXXXXX','53',9326,'Banques, établissements financiers et assimilés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9357,'PCT','FINAN','XXXXXX','531',9356,'Valeurs à l''encaissement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9358,'PCT','FINAN','XXXXXX','5311',9357,'Coupons échus à l''encaissement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9359,'PCT','FINAN','XXXXXX','5312',9357,'Chèques à encaisser','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9360,'PCT','FINAN','XXXXXX','5313',9357,'Effets à l''encaissement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9361,'PCT','FINAN','XXXXXX','5314',9357,'Effets à l''escompte','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9362,'PCT','FINAN','XXXXXX','532',9356,'Banques','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9363,'PCT','FINAN','XXXXXX','5321',9362,'Comptes en dinars','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9364,'PCT','FINAN','XXXXXX','5324',9362,'Comptes en devises','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9365,'PCT','FINAN','XXXXXX','534',9356,'C.C.P','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9366,'PCT','FINAN','XXXXXX','535',9356,'Comptes au trésor','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9367,'PCT','FINAN','XXXXXX','537',9356,'Autres organismes financiers','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9368,'PCT','FINAN','XXXXXX','54',9326,'Caisse','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9369,'PCT','FINAN','XXXXXX','541',9368,'Caisse siège social','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9370,'PCT','FINAN','XXXXXX','5411',9369,'Caisse en dinars','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9371,'PCT','FINAN','XXXXXX','5414',9369,'Caisse en devises','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9372,'PCT','FINAN','XXXXXX','542',9368,'Caisses succursales','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9373,'PCT','FINAN','XXXXXX','55',9326,'Régies d''avances et accréditifs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9374,'PCT','FINAN','XXXXXX','58',9326,'Virements internes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9375,'PCT','FINAN','XXXXXX','59',9326,'Provisions pour dépréciation des comptes financiers','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9376,'PCT','EXPENSE','XXXXXX','6','','Charges','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9377,'PCT','EXPENSE','XXXXXX','60',9376,'Achats (sauf 603)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9378,'PCT','EXPENSE','XXXXXX','601',9377,'Achats stockés - Matières premières et fournitures liées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9379,'PCT','EXPENSE','XXXXXX','602',9377,'Achats stockés - Autres approvisionnements','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9380,'PCT','EXPENSE','XXXXXX','6021',9379,'Matières consommables','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9381,'PCT','EXPENSE','XXXXXX','6022',9379,'Fournitures consommables','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9382,'PCT','EXPENSE','XXXXXX','6026',9379,'Emballages','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9383,'PCT','EXPENSE','XXXXXX','604',9377,'Achats d’études et de prestations de services (y compris achat de sous-traitance de','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9384,'PCT','EXPENSE','XXXXXX','605',9377,'Achats de matériel, équipements et travaux','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9385,'PCT','EXPENSE','XXXXXX','606',9377,'Achats non stockés de matières et fournitures','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9386,'PCT','EXPENSE','XXXXXX','607',9377,'Achats de marchandises','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9387,'PCT','EXPENSE','XXXXXX','608',9377,'Achats liés à une modification comptable à prendre en compte dans le résultat de','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9388,'PCT','EXPENSE','XXXXXX','609',9377,'Rabais, remises et ristournes obtenus sur achats','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9389,'PCT','EXPENSE','XXXXXX','6098',9388,'Liés à une modification comptable à prendre en compte dans le résultat de','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9390,'PCT','EXPENSE','XXXXXX','61',9376,'Services extérieurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9391,'PCT','EXPENSE','XXXXXX','611',9390,'Sous-traitance générale','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9392,'PCT','EXPENSE','XXXXXX','612',9390,'Redevances pour utilisation d''immobilisations concédées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9393,'PCT','EXPENSE','XXXXXX','613',9390,'Locations (y compris malis sur emballages)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9394,'PCT','EXPENSE','XXXXXX','614',9390,'Charges locatives et de copropriété','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9395,'PCT','EXPENSE','XXXXXX','615',9390,'Entretien et réparations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9396,'PCT','EXPENSE','XXXXXX','616',9390,'Primes d''assurances','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9397,'PCT','EXPENSE','XXXXXX','617',9390,'Études, recherches et divers services extérieurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9398,'PCT','EXPENSE','XXXXXX','618',9390,'Autres charges liées à une modification comptable à prendre en compte dans le résultat','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9399,'PCT','EXPENSE','XXXXXX','619',9390,'Rabais, remises et ristournes obtenus sur services extérieurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9400,'PCT','EXPENSE','XXXXXX','62',9376,'Autres services extérieurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9401,'PCT','EXPENSE','XXXXXX','621',9400,'Personnel extérieur à l''entreprise','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9402,'PCT','EXPENSE','XXXXXX','622',9400,'Rémunération d''intermédiaires et honoraires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9403,'PCT','EXPENSE','XXXXXX','623',9400,'Publicité, publications, relations publiques','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9404,'PCT','EXPENSE','XXXXXX','624',9400,'Transports de biens et transports collectifs du personnel','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9405,'PCT','EXPENSE','XXXXXX','6241',9404,'Transports sur achats','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9406,'PCT','EXPENSE','XXXXXX','6242',9404,'Transports sur ventes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9407,'PCT','EXPENSE','XXXXXX','6244',9404,'Transports administratifs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9408,'PCT','EXPENSE','XXXXXX','6247',9404,'Transports collectifs du personnel','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9409,'PCT','EXPENSE','XXXXXX','6248',9404,'Divers','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9410,'PCT','EXPENSE','XXXXXX','625',9400,'Déplacements, missions et réceptions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9411,'PCT','EXPENSE','XXXXXX','6251',9410,'Voyages et déplacements','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9412,'PCT','EXPENSE','XXXXXX','6255',9410,'Frais de déménagement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9413,'PCT','EXPENSE','XXXXXX','6256',9410,'Missions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9414,'PCT','EXPENSE','XXXXXX','6257',9410,'Réceptions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9415,'PCT','EXPENSE','XXXXXX','626',9400,'Frais postaux et frais de télécommunications','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9416,'PCT','EXPENSE','XXXXXX','627',9400,'Services bancaires et assimilés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9417,'PCT','EXPENSE','XXXXXX','6271',9416,'Frais sur titres (achats, vente, garde)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9418,'PCT','EXPENSE','XXXXXX','6272',9416,'Commissions et frais sur émission d''emprunts','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9419,'PCT','EXPENSE','XXXXXX','6275',9416,'Frais sur effets','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9420,'PCT','EXPENSE','XXXXXX','6276',9416,'Location de coffres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9421,'PCT','EXPENSE','XXXXXX','6278',9416,'Autres frais et commissions sur prestations de services','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9422,'PCT','EXPENSE','XXXXXX','628',9400,'Autres services extérieurs liés à une modification comptable à prendre en','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9423,'PCT','EXPENSE','XXXXXX','629',9400,'Rabais, remises et ristournes obtenus sur autres services extérieurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9424,'PCT','EXPENSE','XXXXXX','63',9376,'Charges divers ordinaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9425,'PCT','EXPENSE','XXXXXX','631',9424,'Redevances pour concessions de marques, brevets, licences, procédés, droits et valeurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9426,'PCT','EXPENSE','XXXXXX','633',9424,'Jetons de présence','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9427,'PCT','EXPENSE','XXXXXX','634',9424,'Pertes sur créances irrécouvrables','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9428,'PCT','EXPENSE','XXXXXX','6341',9427,'Créances de l''exercice','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9429,'PCT','EXPENSE','XXXXXX','6344',9427,'Créances des exercices antérieurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9430,'PCT','EXPENSE','XXXXXX','635',9424,'Quotes-parts de résultat sur opérations faites en commun','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9431,'PCT','EXPENSE','XXXXXX','6351',9430,'Quote-part de bénéfice transférée (comptabilité du gérant)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9432,'PCT','EXPENSE','XXXXXX','6355',9430,'Quote-part de perte supportée (comptabilité des associés non gérants)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9433,'PCT','EXPENSE','XXXXXX','636',9424,'Charges nettes sur cessions d''immobilisations et autres pertes sur éléments non','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9434,'PCT','EXPENSE','XXXXXX','637',9424,'Réduction de valeur','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9435,'PCT','EXPENSE','XXXXXX','638',9424,'Charges divers ordinaires liés à une modification comptable à prendre en compte dans le','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9436,'PCT','EXPENSE','XXXXXX','64',9376,'Charges de personnel','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9437,'PCT','EXPENSE','XXXXXX','640',9436,'Salaires et compléments de salaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9438,'PCT','EXPENSE','XXXXXX','6400',9437,'Salaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9439,'PCT','EXPENSE','XXXXXX','6401',9437,'Heures supplémentaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9440,'PCT','EXPENSE','XXXXXX','6402',9437,'Primes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9441,'PCT','EXPENSE','XXXXXX','6403',9437,'Gratifications','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9442,'PCT','EXPENSE','XXXXXX','6404',9437,'Avantages en nature','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9443,'PCT','EXPENSE','XXXXXX','6409',9437,'Autres compléments de salaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9444,'PCT','EXPENSE','XXXXXX','642',9436,'Appointements et compléments d''appointements','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9445,'PCT','EXPENSE','XXXXXX','6420',9344,'Appointements','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9446,'PCT','EXPENSE','XXXXXX','6421',9344,'Heures supplémentaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9447,'PCT','EXPENSE','XXXXXX','6422',9344,'Primes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9448,'PCT','EXPENSE','XXXXXX','6423',9344,'Gratifications','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9449,'PCT','EXPENSE','XXXXXX','6424',9344,'Avantages en nature','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9450,'PCT','EXPENSE','XXXXXX','6429',9344,'Autres compléments d''appointements','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9451,'PCT','EXPENSE','XXXXXX','643',9436,'Indemnités représentatives de frais','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9452,'PCT','EXPENSE','XXXXXX','644',9436,'Commissions au personnel','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9453,'PCT','EXPENSE','XXXXXX','6440',9452,'Commissions sur achats','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9454,'PCT','EXPENSE','XXXXXX','6441',9452,'Commissions sur ventes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9455,'PCT','EXPENSE','XXXXXX','645',9436,'Rémunérations des administrateurs, gérants et associés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9456,'PCT','EXPENSE','XXXXXX','646',9436,'Charges connexes aux salaires, appointements, commissions et rémunérations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9457,'PCT','EXPENSE','XXXXXX','6460',9456,'Charges connexes aux salaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9458,'PCT','EXPENSE','XXXXXX','64600',9457,'Congés payés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9459,'PCT','EXPENSE','XXXXXX','64602',9457,'Indemnités de préavis et de licenciements (gratification de fin de','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9460,'PCT','EXPENSE','XXXXXX','64604',9457,'Supplément familial','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9461,'PCT','EXPENSE','XXXXXX','6462',9456,'Charges connexes aux appointements','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9462,'PCT','EXPENSE','XXXXXX','64620',9461,'Congés payés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9463,'PCT','EXPENSE','XXXXXX','64622',9461,'Indemnités de préavis et de licenciement (gratification de fin de service)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9464,'PCT','EXPENSE','XXXXXX','64624',9461,'Supplément familial','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9465,'PCT','EXPENSE','XXXXXX','6464',9456,'Charges connexes aux commissions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9466,'PCT','EXPENSE','XXXXXX','64640',9465,'Congés payés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9467,'PCT','EXPENSE','XXXXXX','64642',9465,'Indemnités de préavis et de licenciement (gratification de fin de','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9468,'PCT','EXPENSE','XXXXXX','64644',9465,'Supplément familial','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9469,'PCT','EXPENSE','XXXXXX','6465',9456,'Charges connexes aux rémunérations des administrateurs et gérants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9470,'PCT','EXPENSE','XXXXXX','64650',9469,'Congés payés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9471,'PCT','EXPENSE','XXXXXX','64652',9469,'Indemnités de préavis et de licenciement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9472,'PCT','EXPENSE','XXXXXX','64654',9469,'Supplément familial','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9473,'PCT','EXPENSE','XXXXXX','647',9436,'Charges sociales légales','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9474,'PCT','EXPENSE','XXXXXX','6470',9473,'Cotisations de sécurité sociale sur salaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9475,'PCT','EXPENSE','XXXXXX','6472',9473,'Cotisations de sécurité sociale sur appointements','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9476,'PCT','EXPENSE','XXXXXX','6474',9473,'Cotisations de sécurité sociale sur commissions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9477,'PCT','EXPENSE','XXXXXX','6475',9473,'Cotisations de sécurité sociale sur rémunérations des administrateurs et','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9478,'PCT','EXPENSE','XXXXXX','6476',9473,'Prestations directes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9479,'PCT','EXPENSE','XXXXXX','648',9436,'Charges de personnel liées à une modification comptable à imputer au résultat de','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9480,'PCT','EXPENSE','XXXXXX','649',9436,'Autres charges de personnelles et autres charges sociales','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9481,'PCT','EXPENSE','XXXXXX','6490',9480,'Autres charges de personnel','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9482,'PCT','EXPENSE','XXXXXX','6495',9480,'Au très charges sociales','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9483,'PCT','EXPENSE','XXXXXX','65',9376,'Charges financières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9484,'PCT','EXPENSE','XXXXXX','651',9483,'Charges d''intérêts','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9485,'PCT','EXPENSE','XXXXXX','6511',9484,'Intérêts des emprunts et dettes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9486,'PCT','EXPENSE','XXXXXX','65116',9485,'Des emprunts et dettes assimilées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9487,'PCT','EXPENSE','XXXXXX','65117',9485,'Des dettes rattachées à des participations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9488,'PCT','EXPENSE','XXXXXX','6515',9484,'Intérêts des comptes courants et des dépôts créditeurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9489,'PCT','EXPENSE','XXXXXX','6516',9484,'Intérêts bancaires et sur opérations de financement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9490,'PCT','EXPENSE','XXXXXX','6517',9484,'Intérêts des obligations cautionnées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9491,'PCT','EXPENSE','XXXXXX','6518',9484,'Intérêts des autres dettes (y compris les pénalités et intérêts de retard sur emprunts)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9492,'PCT','EXPENSE','XXXXXX','653',9483,'Pertes sur créances liées à des participations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9493,'PCT','EXPENSE','XXXXXX','654',9483,'Escomptes accordés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9494,'PCT','EXPENSE','XXXXXX','655',9483,'Pertes de change','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9495,'PCT','EXPENSE','XXXXXX','656',9483,'Charges nettes sur cessions de valeurs mobilières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9496,'PCT','EXPENSE','XXXXXX','657',9483,'Autres charges financières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9497,'PCT','EXPENSE','XXXXXX','658',9483,'Charges financières liées à une modification comptable à imputer au résultat de l''exercice ou à une activité abandonnée','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9498,'PCT','EXPENSE','XXXXXX','66',9376,'Impôts, taxes et versements assimilés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9499,'PCT','EXPENSE','XXXXXX','661',9498,'Impôts, taxes et versements assimilés sur rémunérations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9500,'PCT','EXPENSE','XXXXXX','6611',9499,'TFP','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9501,'PCT','EXPENSE','XXXXXX','6612',9499,'FOPROLOS','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9502,'PCT','EXPENSE','XXXXXX','6618',9499,'Autres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9503,'PCT','EXPENSE','XXXXXX','665',9498,'Autres impôts, taxes et versements assimilés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9504,'PCT','EXPENSE','XXXXXX','6651',9503,'Impôts et taxes divers (sauf impôts sur les bénéfices)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9505,'PCT','EXPENSE','XXXXXX','6652',9503,'Taxes sur le chiffre d''affaires non récupérables','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9506,'PCT','EXPENSE','XXXXXX','6654',9503,'Droits d''enregistrement et de timbre','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9507,'PCT','EXPENSE','XXXXXX','6655',9503,'Taxes sur les véhicules','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9508,'PCT','EXPENSE','XXXXXX','6658',9503,'Autres droits','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9509,'PCT','EXPENSE','XXXXXX','668',9498,'Impôts et taxes liés à une modification comptable à imputer au résultat de l''exercice ou à','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9510,'PCT','EXPENSE','XXXXXX','67',9376,'Pertes extraordinaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9511,'PCT','EXPENSE','XXXXXX','68',9376,'Dotations aux amortissements et aux provisions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9512,'PCT','EXPENSE','XXXXXX','681',9511,'Dotations aux amortissements et aux provisions - charges ordinaires (autres que','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9513,'PCT','EXPENSE','XXXXXX','6811',9512,'Dotations aux amortissements des immobilisations incorporelles et corporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9514,'PCT','EXPENSE','XXXXXX','68111',9513,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9515,'PCT','EXPENSE','XXXXXX','68112',9513,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9516,'PCT','EXPENSE','XXXXXX','6812',9512,'Dotations aux résorptions des charges reportées','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9517,'PCT','EXPENSE','XXXXXX','6815',9512,'Dotations aux provisions pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9518,'PCT','EXPENSE','XXXXXX','6816',9512,'Dotations aux provisions pour dépréciation des immobilisations incorporelles et','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9519,'PCT','EXPENSE','XXXXXX','68161',9518,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9520,'PCT','EXPENSE','XXXXXX','68162',9518,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9521,'PCT','EXPENSE','XXXXXX','6817',9512,'Dotations aux provisions pour dépréciation des actifs courants (autres','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9522,'PCT','EXPENSE','XXXXXX','68173',9521,'Stocks et en-cours','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9523,'PCT','EXPENSE','XXXXXX','68174',9521,'Créances','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9524,'PCT','EXPENSE','XXXXXX','6818',9512,'Dotations aux amortissements et aux provisions liées à une modification','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9525,'PCT','EXPENSE','XXXXXX','686',9511,'Dotations aux amortissements et aux provisions - charges financières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9526,'PCT','EXPENSE','XXXXXX','6861',9525,'Dotations aux amortissements des primes de remboursement des obligations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9527,'PCT','EXPENSE','XXXXXX','6865',9525,'Dotations aux provisions pour risques et charges financières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9528,'PCT','EXPENSE','XXXXXX','6866',9525,'Dotations aux provisions pour dépréciation des éléments financiers','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9529,'PCT','EXPENSE','XXXXXX','68662',9528,'Immobilisations financières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9530,'PCT','EXPENSE','XXXXXX','68665',9528,'Placements et prêts courants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9531,'PCT','EXPENSE','XXXXXX','6868',9525,'Dotations aux amortissements et aux provisions liées à une modification','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9532,'PCT','EXPENSE','XXXXXX','69',9376,'Impôts sur les bénéfices','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9533,'PCT','EXPENSE','XXXXXX','691',9532,'Impôts sur les bénéfices calculés sur le résultat des activités ordinaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9534,'PCT','EXPENSE','XXXXXX','695',9532,'Autres impôts sur les bénéfices (régimes particuliers)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9535,'PCT','EXPENSE','XXXXXX','697',9532,'Impôts sur les bénéfices calculés sur les éléments extraordinaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9536,'PCT','INCOME','XXXXXX','7','','Produits','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9537,'PCT','INCOME','XXXXXX','70',9536,'Ventes de produits fabriqués, prestations de services, marchandises','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9538,'PCT','INCOME','XXXXXX','701',9537,'Ventes de produits finis','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9539,'PCT','INCOME','XXXXXX','7011',,'Produits finis achevés','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9540,'PCT','INCOME','XXXXXX','7012',,'Produits finis non achevés (contrat de longue durée)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9541,'PCT','INCOME','XXXXXX','702',9537,'Ventes de produits intermédiaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9542,'PCT','INCOME','XXXXXX','703',9537,'Ventes de produits résiduels','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9543,'PCT','INCOME','XXXXXX','704',9537,'Travaux','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9544,'PCT','INCOME','XXXXXX','705',9537,'Études et prestations de services','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9545,'PCT','INCOME','XXXXXX','706',9537,'Produits des activités annexes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9546,'PCT','INCOME','XXXXXX','707',9537,'Ventes de marchandises','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9547,'PCT','INCOME','XXXXXX','708',9537,'Ventes liées à une modification comptable à imputer au résultat de l''exercice ou à une','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9548,'PCT','INCOME','XXXXXX','709',9537,'Rabais, remises et ristournes accordés par l''entreprise','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9549,'PCT','INCOME','XXXXXX','7091',9548,'Sur ventes de produits finis','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9550,'PCT','INCOME','XXXXXX','7092',9548,'Sur ventes de produits intermédiaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9551,'PCT','INCOME','XXXXXX','7094',9548,'Sur travaux','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9552,'PCT','INCOME','XXXXXX','7095',9548,'Sur études et prestations de services','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9553,'PCT','INCOME','XXXXXX','7096',9548,'Sur activités annexes','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9554,'PCT','INCOME','XXXXXX','7097',9548,'Sur ventes de marchandises','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9555,'PCT','INCOME','XXXXXX','7098',9548,'Sur ventes liées à une modification comptable à imputer au résultat de','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9556,'PCT','INCOME','XXXXXX','71',9536,'Production stockée (ou déstockage)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9557,'PCT','INCOME','XXXXXX','713',9556,'Variation des stocks (en-cours de production, produits)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9558,'PCT','INCOME','XXXXXX','7133',9557,'Variations des en-cours de production de biens','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9559,'PCT','INCOME','XXXXXX','7134',9557,'Variation des en-cours de production de services','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9560,'PCT','INCOME','XXXXXX','7135',9557,'Variation des stocks de produits','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9561,'PCT','INCOME','XXXXXX','72',9536,'Production immobilisée','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9562,'PCT','INCOME','XXXXXX','721',9561,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9563,'PCT','INCOME','XXXXXX','722',9561,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9564,'PCT','INCOME','XXXXXX','728',9561,'Production immobilisée liée à une modification comptable à imputer au résultat de','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9565,'PCT','INCOME','XXXXXX','73',9536,'Produits divers ordinaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9566,'PCT','INCOME','XXXXXX','731',9565,'Redevances pour concessions, brevets, licences, marques, procédés, droits et valeurs','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9567,'PCT','INCOME','XXXXXX','732',9565,'Revenus des immeubles non affectés aux activités professionnelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9568,'PCT','INCOME','XXXXXX','733',9565,'Jetons de présence et rémunérations d''administrateurs, gérants','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9569,'PCT','INCOME','XXXXXX','734',9565,'Ristournes perçues des coopératives (provenant des excédents)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9570,'PCT','INCOME','XXXXXX','735',9565,'Quotes-parts de résultat sur opérations faites en commun','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9571,'PCT','INCOME','XXXXXX','736',9565,'Produits nets sur cessions d''immobilisations et autres gains sur éléments non','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9572,'PCT','INCOME','XXXXXX','738',9565,'Produits divers ordinaires liés à une modification comptable à imputer au résultat de','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9573,'PCT','INCOME','XXXXXX','739',9565,'Quotes-parts des subventions d''investissement inscrites au résultat de l''exercice','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9574,'PCT','INCOME','XXXXXX','74',9536,'Subventions d''exploitation et d''équilibre','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9575,'PCT','INCOME','XXXXXX','741',9574,'Subventions d''exploitation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9576,'PCT','INCOME','XXXXXX','745',9574,'Subventions d''équilibre','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9577,'PCT','INCOME','XXXXXX','748',9574,'Subventions liées à une modification comptable à imputer au résultat de l''exercice ou à','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9578,'PCT','INCOME','XXXXXX','75',9536,'Produits financiers','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9579,'PCT','INCOME','XXXXXX','751',9578,'Produits des participations','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9580,'PCT','INCOME','XXXXXX','752',9578,'Produits des autres immobilisations financières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9581,'PCT','INCOME','XXXXXX','753',9578,'Revenus des autres créances','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9582,'PCT','INCOME','XXXXXX','754',9578,'Revenus des valeurs mobilières de placement','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9583,'PCT','INCOME','XXXXXX','755',9578,'Escomptes obtenus','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9584,'PCT','INCOME','XXXXXX','756',9578,'Gains de change','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9585,'PCT','INCOME','XXXXXX','757',9578,'Produits nets sur cessions de valeurs mobilières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9586,'PCT','INCOME','XXXXXX','758',9578,'Produits financiers liés à une modification comptable à imputer au résultat de l''exercice','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9587,'PCT','INCOME','XXXXXX','77',9536,'Gains extraordinaires','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9588,'PCT','INCOME','XXXXXX','78',9536,'Reprises sur amortissements et provisions','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9589,'PCT','INCOME','XXXXXX','781',9588,'Reprises sur amortissements et provisions (à inscrire dans les produits ordinaires)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9590,'PCT','INCOME','XXXXXX','7811',9589,'Reprises sur amortissements des immobilisations incorporelles et corporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9591,'PCT','INCOME','XXXXXX','78111',9590,'Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9592,'PCT','INCOME','XXXXXX','78112',9590,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9593,'PCT','INCOME','XXXXXX','7815',9589,'Reprises sur provisions pour risques et charges d''exploitation','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9594,'PCT','INCOME','XXXXXX','7816',9589,'Reprises sur provisions pour dépréciation des immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9595,'PCT','INCOME','XXXXXX','78161',9594,' Immobilisations incorporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9596,'PCT','INCOME','XXXXXX','78162',9594,'Immobilisations corporelles','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9597,'PCT','INCOME','XXXXXX','7817',9589,'Reprises sur provisions pour dépréciation des actifs courants (autres que','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9598,'PCT','INCOME','XXXXXX','78173',9597,'Stocks et en-cours','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9599,'PCT','INCOME','XXXXXX','78174',9597,'Créances','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9600,'PCT','INCOME','XXXXXX','7818',9589,'Reprises sur provisions liées à une modification comptable inscrite aux','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9601,'PCT','INCOME','XXXXXX','786',9588,'Reprises sur provisions (à inscrire dans les produits financiers)','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9602,'PCT','INCOME','XXXXXX','7865',9601,'Reprises sur provisions pour risque et charges financières','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9603,'PCT','INCOME','XXXXXX','7866',9601,'Reprises sur provisions pour dépréciation des éléments financiers','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9604,'PCT','INCOME','XXXXXX','7868',9601,'Reprises sur provisions (à inscrire dans les produits financiers) liées à une','1'); +INSERT INTO llx_accounting_account(rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (9605,'PCT','INCOME','XXXXXX','79',9536,'Transferts de charges','1'); \ No newline at end of file diff --git a/htdocs/install/mysql/migration/5.0.0-6.0.0.sql b/htdocs/install/mysql/migration/5.0.0-6.0.0.sql index 9e3b19abe26..e31fee63c5b 100644 --- a/htdocs/install/mysql/migration/5.0.0-6.0.0.sql +++ b/htdocs/install/mysql/migration/5.0.0-6.0.0.sql @@ -157,6 +157,7 @@ ALTER TABLE llx_loan ADD COLUMN fk_projet integer DEFAULT NULL; ALTER TABLE llx_holiday ADD COLUMN fk_user_modif integer; ALTER TABLE llx_projet ADD COLUMN fk_user_modif integer; +ALTER TABLE llx_projet_task ADD COLUMN fk_user_modif integer; ALTER TABLE llx_projet_task_time ADD COLUMN datec date; ALTER TABLE llx_projet_task_time ADD COLUMN tms timestamp; @@ -382,6 +383,7 @@ ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_price do ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_price_ttc double(24,8) DEFAULT NULL; UPDATE llx_contrat SET ref = rowid WHERE ref IS NULL OR ref = ''; +ALTER TABLE llx_contratdet ADD COLUMN vat_src_code varchar(10) DEFAULT ''; CREATE TABLE llx_payment_various ( diff --git a/htdocs/install/mysql/migration/6.0.0-7.0.0.sql b/htdocs/install/mysql/migration/6.0.0-7.0.0.sql index 67d43fa9437..1a71f04f4ab 100644 --- a/htdocs/install/mysql/migration/6.0.0-7.0.0.sql +++ b/htdocs/install/mysql/migration/6.0.0-7.0.0.sql @@ -63,6 +63,10 @@ ALTER TABLE llx_website_page ADD COLUMN fk_user_modif integer; -- For 7.0 +UPDATE llx_website SET entity = 1 WHERE entity IS NULL; +-- VMYSQL4.3 ALTER TABLE llx_website MODIFY COLUMN entity integer NOT NULL DEFAULT 1; +-- VPGSQL8.2 ALTER TABLE llx_website ALTER COLUMN entity SET NOT NULL; + ALTER TABLE llx_user ADD COLUMN birth date; -- VMYSQL4.1 ALTER TABLE llx_holiday_users DROP PRIMARY KEY; @@ -164,33 +168,19 @@ ALTER TABLE llx_accounting_account ADD COLUMN import_key varchar(14); ALTER TABLE llx_accounting_account ADD COLUMN extraparams varchar(255); ALTER TABLE llx_accounting_bookkeeping ADD COLUMN import_key varchar(14); ALTER TABLE llx_accounting_bookkeeping ADD COLUMN extraparams varchar(255); +ALTER TABLE llx_accounting_bookkeeping_tmp ADD COLUMN extraparams varchar(255); ALTER TABLE llx_accounting_bookkeeping ADD COLUMN date_lim_reglement datetime DEFAULT NULL; ALTER TABLE llx_accounting_bookkeeping ADD COLUMN fk_user integer NULL; +ALTER TABLE llx_accounting_bookkeeping_tmp ADD COLUMN date_lim_reglement datetime DEFAULT NULL; +ALTER TABLE llx_accounting_bookkeeping_tmp ADD COLUMN fk_user integer NULL; -CREATE TABLE llx_websiteaccount( - rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, - login varchar(64) NOT NULL, - label varchar(255), - note_public text, - note_private text, - date_creation datetime NOT NULL, - tms timestamp NOT NULL, - fk_user_creat integer NOT NULL, - fk_user_modif integer, - import_key varchar(14), - status integer, - fk_soc integer -) ENGINE=innodb; +ALTER TABLE llx_menu MODIFY fk_mainmenu varchar(100); +ALTER TABLE llx_menu MODIFY fk_leftmenu varchar(100); -ALTER TABLE llx_websiteaccount ADD INDEX idx_websiteaccount_rowid (rowid); -ALTER TABLE llx_websiteaccount ADD INDEX idx_websiteaccount_login (login); -ALTER TABLE llx_websiteaccount ADD INDEX idx_websiteaccount_import_key (import_key); -ALTER TABLE llx_websiteaccount ADD INDEX idx_websiteaccount_status (status); -ALTER TABLE llx_websiteaccount ADD INDEX idx_websiteaccount_fk_soc (fk_soc); -create table llx_websiteaccount_extrafields +CREATE TABLE llx_website_extrafields ( rowid integer AUTO_INCREMENT PRIMARY KEY, tms timestamp, @@ -198,8 +188,54 @@ create table llx_websiteaccount_extrafields import_key varchar(14) -- import key ) ENGINE=innodb; +ALTER TABLE llx_website_extrafields ADD INDEX idx_website_extrafields (fk_object); +CREATE TABLE llx_website_account( + rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, + login varchar(64) NOT NULL, + pass_encoding varchar(24) NOT NULL, + pass_crypted varchar(128), + pass_temp varchar(128), -- temporary password when asked for forget password + fk_soc integer, + fk_website integer NOT NULL, + note_private text, + date_last_login datetime, + date_previous_login datetime, + date_creation datetime NOT NULL, + tms timestamp NOT NULL, + fk_user_creat integer NOT NULL, + fk_user_modif integer, + import_key varchar(14), + status integer +) ENGINE=innodb; + + +ALTER TABLE llx_website_account ADD INDEX idx_website_account_rowid (rowid); +ALTER TABLE llx_website_account ADD INDEX idx_website_account_login (login); +ALTER TABLE llx_website_account ADD INDEX idx_website_account_import_key (import_key); +ALTER TABLE llx_website_account ADD INDEX idx_website_account_status (status); +ALTER TABLE llx_website_account ADD INDEX idx_website_account_fk_soc (fk_soc); + +ALTER TABLE llx_website_account ADD UNIQUE INDEX uk_website_account_login_website_soc(login, fk_website, fk_soc); + +ALTER TABLE llx_website_account ADD CONSTRAINT llx_website_account_fk_website FOREIGN KEY (fk_website) REFERENCES llx_website(rowid); + +CREATE TABLE llx_website_account_extrafields +( + rowid integer AUTO_INCREMENT PRIMARY KEY, + tms timestamp, + fk_object integer NOT NULL, + import_key varchar(14) -- import key +) ENGINE=innodb; + +ALTER TABLE llx_website_account_extrafields ADD INDEX idx_website_account_extrafields (fk_object); + + + + + +alter table llx_user add column pass_encoding varchar(24) NULL; @@ -211,7 +247,8 @@ CREATE TABLE IF NOT EXISTS llx_expensereport_ik ( fk_c_exp_tax_cat integer DEFAULT 0 NOT NULL, fk_range integer DEFAULT 0 NOT NULL, coef double DEFAULT 0 NOT NULL, - offset double DEFAULT 0 NOT NULL + ikoffset double DEFAULT 0 NOT NULL, + active integer DEFAULT 1 )ENGINE=innodb; CREATE TABLE IF NOT EXISTS llx_c_exp_tax_cat ( @@ -253,21 +290,21 @@ INSERT INTO llx_c_type_fees (code, label, active, accountancy_code) VALUES ('EX_PAR_VP', 'ExpLabelParkingPV', 0, '625160'), ('EX_CAM_VP', 'ExpLabelMaintenanceRepairPV', 0, '615300'); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (1,4, 1, 0.41, 0); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (2,4, 2, 0.244, 824); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (3,4, 3, 0.286, 0); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (4,5, 4, 0.493, 0); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (5,5, 5, 0.277, 1082); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (6,5, 6, 0.332, 0); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (7,6, 7, 0.543, 0); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (8,6, 8, 0.305, 1180); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (9,6, 9, 0.364, 0); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (10,7, 10, 0.568, 0); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (11,7, 11, 0.32, 1244); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (12,7, 12, 0.382, 0); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (13,8, 13, 0.595, 0); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (14,8, 14, 0.337, 1288); -INSERT INTO llx_expensereport_ik (rowid,fk_c_exp_tax_cat, fk_range, coef, offset) values (15,8, 15, 0.401, 0); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (1,4, 1, 0.41, 0); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (2,4, 2, 0.244, 824); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (3,4, 3, 0.286, 0); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (4,5, 4, 0.493, 0); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (5,5, 5, 0.277, 1082); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (6,5, 6, 0.332, 0); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (7,6, 7, 0.543, 0); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (8,6, 8, 0.305, 1180); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (9,6, 9, 0.364, 0); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (10,7, 10, 0.568, 0); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (11,7, 11, 0.32, 1244); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (12,7, 12, 0.382, 0); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (13,8, 13, 0.595, 0); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (14,8, 14, 0.337, 1288); +INSERT INTO llx_expensereport_ik (rowid, fk_c_exp_tax_cat, fk_range, coef, ikoffset) values (15,8, 15, 0.401, 0); INSERT INTO llx_c_exp_tax_cat (rowid, label, entity, active) values (1,'ExpAutoCat', 1, 1); @@ -343,8 +380,9 @@ ALTER TABLE llx_extrafields ADD COLUMN fk_user_modif integer; ALTER TABLE llx_extrafields ADD COLUMN datec datetime; ALTER TABLE llx_extrafields ADD COLUMN tms timestamp; --- We fix value of 'list' fro m0 to 1 for all extrafields created before this migration +-- We fix value of 'list' from 0 to 1 for all extrafields created before this migration UPDATE llx_extrafields SET list = 1 WHERE list = 0 AND fk_user_author IS NULL and fk_user_modif IS NULL and datec IS NULL; +UPDATE llx_extrafields SET list = 3 WHERE type = 'separate' AND list != 3; ALTER TABLE llx_extrafields MODIFY COLUMN list integer DEFAULT 1; --VPGSQL8.2 ALTER TABLE llx_extrafields ALTER COLUMN list SET DEFAULT 1; @@ -365,6 +403,8 @@ UPDATE llx_const set name = 'ONLINE_PAYMENT_CSS_URL' where name = 'PAYPAL_CS UPDATE llx_const set name = 'ONLINE_PAYMENT_NEWFORMTEXT' where name = 'PAYPAL_NEWFORMTEXT'; UPDATE llx_const set name = 'ONLINE_PAYMENT_LOGO' where name = 'PAYPAL_LOGO'; +ALTER TABLE llx_accounting_system ADD COLUMN fk_country integer; + UPDATE llx_accounting_account SET pcg_type = 'INCOME' where pcg_type = 'PROD'; UPDATE llx_accounting_account SET pcg_type = 'EXPENSE' where pcg_type = 'CHARGE'; UPDATE llx_accounting_account SET pcg_type = 'INCOME' where pcg_type = 'VENTAS_E_INGRESOS'; @@ -406,12 +446,12 @@ DELETE FROM llx_const WHERE name = __ENCRYPT('ACCOUNTING_EXPORT_DEVISE')__; DELETE FROM llx_const WHERE name = __ENCRYPT('ACCOUNTING_EXPORT_PIECE')__; DELETE FROM llx_const WHERE name = __ENCRYPT('ACCOUNTING_EXPENSEREPORT_JOURNAL')__; -ALTER TABLE llx_c_paiement DROP PRIMARY KEY; +-- VMYSQL4.1 ALTER TABLE llx_c_paiement DROP PRIMARY KEY; ALTER TABLE llx_c_paiement ADD COLUMN entity integer DEFAULT 1 NOT NULL AFTER id; ALTER TABLE llx_c_paiement DROP INDEX uk_c_paiement; ALTER TABLE llx_c_paiement ADD UNIQUE INDEX uk_c_paiement(id, entity, code); -ALTER TABLE llx_c_payment_term DROP PRIMARY KEY; +-- VMYSQL4.1 ALTER TABLE llx_c_payment_term DROP PRIMARY KEY; ALTER TABLE llx_c_payment_term ADD COLUMN entity integer DEFAULT 1 NOT NULL AFTER rowid; ALTER TABLE llx_c_payment_term ADD UNIQUE INDEX uk_c_payment_term(rowid, entity, code); @@ -434,5 +474,83 @@ create table llx_c_email_senderprofile ALTER TABLE llx_c_email_senderprofile ADD UNIQUE INDEX uk_c_email_senderprofile(entity, label, email); +-- Description of chart of account CL CL-PYME +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES (67, 'PC-MIPYME', 'The PYME accountancy Chile plan', 1); + +UPDATE llx_accounting_system SET fk_country = 1 WHERE pcg_version = 'PCG99-ABREGE'; +UPDATE llx_accounting_system SET fk_country = 1 WHERE pcg_version = 'PCG99-BASE'; +UPDATE llx_accounting_system SET fk_country = 1 WHERE pcg_version = 'PCG14-DEV'; +UPDATE llx_accounting_system SET fk_country = 2 WHERE pcg_version = 'PCMN-BASE'; +UPDATE llx_accounting_system SET fk_country = 4 WHERE pcg_version = 'PCG08-PYME'; +UPDATE llx_accounting_system SET fk_country = 10 WHERE pcg_version = 'PCT'; +UPDATE llx_accounting_system SET fk_country = 80 WHERE pcg_version = 'DK-STD'; +UPDATE llx_accounting_system SET fk_country = 67 WHERE pcg_version = 'PC-MIPYME'; +UPDATE llx_accounting_system SET fk_country = 6 WHERE pcg_version = 'PCG_SUISSE'; +UPDATE llx_accounting_system SET fk_country =140 WHERE pcg_version = 'PCN-LUXEMBURG'; +UPDATE llx_accounting_system SET fk_country = 12 WHERE pcg_version = 'PCG'; + + + +CREATE TABLE llx_actioncomm_reminder( + -- BEGIN MODULEBUILDER FIELDS + rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, + dateremind datetime NOT NULL, + typeremind varchar(32) NOT NULL, + fk_user integer NOT NULL, + offsetvalue integer NOT NULL, + offsetunit varchar(1) NOT NULL, + status integer NOT NULL DEFAULT 0 + -- END MODULEBUILDER FIELDS +) ENGINE=innodb; + +ALTER TABLE llx_actioncomm_reminder ADD INDEX idx_actioncomm_reminder_rowid (rowid); +ALTER TABLE llx_actioncomm_reminder ADD INDEX idx_actioncomm_reminder_dateremind (dateremind); +ALTER TABLE llx_actioncomm_reminder ADD INDEX idx_actioncomm_reminder_fk_user (fk_user); + +ALTER TABLE llx_actioncomm_reminder ADD UNIQUE INDEX uk_actioncomm_reminder_unique(fk_user, typeremind, offsetvalue, offsetunit); + + +-- VPGSQL8.2 CREATE SEQUENCE llx_supplier_proposal_rowid_seq; +-- VPGSQL8.2 ALTER TABLE llx_supplier_proposal ALTER COLUMN rowid SET DEFAULT nextval('llx_supplier_proposal_rowid_seq'); +-- VPGSQL8.2 ALTER TABLE llx_supplier_proposal ALTER COLUMN rowid SET NOT NULL; +-- VPGSQL8.2 SELECT setval('llx_supplier_proposal_rowid_seq', (SELECT MAX(rowid) FROM llx_supplier_proposal)); + +-- VPGSQL8.2 CREATE SEQUENCE llx_supplier_proposaldet_rowid_seq; +-- VPGSQL8.2 ALTER TABLE llx_supplier_proposaldet ALTER COLUMN rowid SET DEFAULT nextval('llx_supplier_proposaldet_rowid_seq'); +-- VPGSQL8.2 ALTER TABLE llx_supplier_proposaldet ALTER COLUMN rowid SET NOT NULL; +-- VPGSQL8.2 SELECT setval('llx_supplier_proposaldet_rowid_seq', (SELECT MAX(rowid) FROM llx_supplier_proposaldet)); + + -- May have error due to duplicate keys ALTER TABLE llx_resource ADD UNIQUE INDEX uk_resource_ref (ref, entity); + +ALTER TABLE llx_product ADD COLUMN accountancy_code_sell_intra varchar(32) AFTER accountancy_code_sell; +ALTER TABLE llx_product ADD COLUMN accountancy_code_sell_export varchar(32) AFTER accountancy_code_sell_intra; + +-- SPEC : use database type 'double' to store monetary values +ALTER TABLE llx_blockedlog MODIFY COLUMN amounts double(24,8); +ALTER TABLE llx_chargessociales MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_commande MODIFY COLUMN amount_ht double(24,8); +ALTER TABLE llx_commande_fournisseur MODIFY COLUMN amount_ht double(24,8); +ALTER TABLE llx_don MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_expensereport_rules MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_loan MODIFY COLUMN capital double(24,8); +ALTER TABLE llx_loan MODIFY COLUMN capital_position double(24,8); +ALTER TABLE llx_loan_schedule MODIFY COLUMN amount_capital double(24,8); +ALTER TABLE llx_loan_schedule MODIFY COLUMN amount_insurance double(24,8); +ALTER TABLE llx_loan_schedule MODIFY COLUMN amount_interest double(24,8); +ALTER TABLE llx_paiementcharge MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_paiementfourn MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_payment_donation MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_payment_expensereport MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_payment_loan MODIFY COLUMN amount_capital double(24,8); +ALTER TABLE llx_payment_loan MODIFY COLUMN amount_insurance double(24,8); +ALTER TABLE llx_payment_loan MODIFY COLUMN amount_interest double(24,8); +ALTER TABLE llx_payment_salary MODIFY COLUMN salary double(24,8); +ALTER TABLE llx_payment_salary MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_prelevement_bons MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_prelevement_facture_demande MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_prelevement_lignes MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_societe MODIFY COLUMN capital double(24,8); +ALTER TABLE llx_tva MODIFY COLUMN amount double(24,8); +ALTER TABLE llx_subscription MODIFY COLUMN subscription double(24,8); diff --git a/htdocs/install/mysql/migration/repair.sql b/htdocs/install/mysql/migration/repair.sql index 7bc403fd3b3..f2845490f67 100755 --- a/htdocs/install/mysql/migration/repair.sql +++ b/htdocs/install/mysql/migration/repair.sql @@ -122,6 +122,8 @@ delete from llx_adherent_extrafields where fk_object not in (select rowid from l delete from llx_product_extrafields where fk_object not in (select rowid from llx_product); --delete from llx_societe_commerciaux where fk_soc not in (select rowid from llx_societe); +UPDATE llx_product SET datec = tms WHERE datec IS NULL; + -- Clean stocks diff --git a/htdocs/install/mysql/tables/llx_accounting_account.sql b/htdocs/install/mysql/tables/llx_accounting_account.sql index cffa7624e15..385d6b43bc8 100644 --- a/htdocs/install/mysql/tables/llx_accounting_account.sql +++ b/htdocs/install/mysql/tables/llx_accounting_account.sql @@ -1,7 +1,7 @@ -- ============================================================================ --- Copyright (C) 2004-2006 Laurent Destailleur --- Copyright (C) 2014 Juanjo Menent --- Copyright (C) 2016 Alexandre Spangaro +-- Copyright (C) 2004-2006 Laurent Destailleur +-- Copyright (C) 2014 Juanjo Menent +-- Copyright (C) 2016 Alexandre Spangaro -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -21,20 +21,20 @@ create table llx_accounting_account ( - rowid integer AUTO_INCREMENT PRIMARY KEY, - entity integer DEFAULT 1 NOT NULL, - datec datetime, - tms timestamp, - fk_pcg_version varchar(32) NOT NULL, - pcg_type varchar(20) NOT NULL, - pcg_subtype varchar(20) NOT NULL, - account_number varchar(32) NOT NULL, - account_parent varchar(32) DEFAULT '0', -- Hierarchic parent TODO Move this as integer, it is a foreign key of llx_accounting_account.rowid - label varchar(255) NOT NULL, - fk_accounting_category integer DEFAULT 0, - fk_user_author integer DEFAULT NULL, - fk_user_modif integer DEFAULT NULL, - active tinyint DEFAULT 1 NOT NULL, + rowid integer AUTO_INCREMENT PRIMARY KEY, + entity integer DEFAULT 1 NOT NULL, + datec datetime, + tms timestamp, + fk_pcg_version varchar(32) NOT NULL, + pcg_type varchar(20) NOT NULL, + pcg_subtype varchar(20) NOT NULL, + account_number varchar(32) NOT NULL, + account_parent varchar(32) DEFAULT '0', -- Hierarchic parent TODO Move this as integer, it is a foreign key of llx_accounting_account.rowid + label varchar(255) NOT NULL, + fk_accounting_category integer DEFAULT 0, + fk_user_author integer DEFAULT NULL, + fk_user_modif integer DEFAULT NULL, + active tinyint DEFAULT 1 NOT NULL, import_key varchar(14), - extraparams varchar(255) -- for other parameters with json format + extraparams varchar(255) -- for other parameters with json format )ENGINE=innodb; diff --git a/htdocs/install/mysql/tables/llx_accounting_bookkeeping.sql b/htdocs/install/mysql/tables/llx_accounting_bookkeeping.sql index 4d9f6320566..4169b858536 100644 --- a/htdocs/install/mysql/tables/llx_accounting_bookkeeping.sql +++ b/htdocs/install/mysql/tables/llx_accounting_bookkeeping.sql @@ -40,12 +40,12 @@ CREATE TABLE llx_accounting_bookkeeping multicurrency_code varchar(255), -- FEC:Idevise lettering_code varchar(255), -- FEC:EcritureLet date_lettering datetime, -- FEC:DateLet - date_lim_reglement datetime DEFAULT NULL, -- | date limite de reglement + date_lim_reglement datetime DEFAULT NULL, -- | date limite de reglement fk_user_author integer NOT NULL, -- | user creating fk_user_modif integer, -- | user making last change date_creation datetime, -- FEC:EcritureDate | creation date tms timestamp, -- | date last modification - fk_user integer NULL, -- The id of user that validate the accounting source document + fk_user integer NULL, -- The id of user that validate the accounting source document code_journal varchar(32) NOT NULL, -- FEC:JournalCode journal_label varchar(255), -- FEC:JournalLib piece_num integer NOT NULL, -- FEC:EcritureNum | accounting source document diff --git a/htdocs/install/mysql/tables/llx_accounting_bookkeeping_tmp.sql b/htdocs/install/mysql/tables/llx_accounting_bookkeeping_tmp.sql index e49c937d6ed..eee850181b3 100644 --- a/htdocs/install/mysql/tables/llx_accounting_bookkeeping_tmp.sql +++ b/htdocs/install/mysql/tables/llx_accounting_bookkeeping_tmp.sql @@ -40,15 +40,17 @@ CREATE TABLE llx_accounting_bookkeeping_tmp multicurrency_code varchar(255), -- FEC:Idevise lettering_code varchar(255), -- FEC:EcritureLet date_lettering datetime, -- FEC:DateLet - date_lim_reglement datetime, -- | date limite de reglement + date_lim_reglement datetime, -- | date limite de reglement fk_user_author integer NOT NULL, -- | user creating fk_user_modif integer, -- | user making last change date_creation datetime, -- FEC:EcritureDate | creation date - tms timestamp, -- | date last modification - import_key varchar(14), + tms timestamp, -- | date last modification + fk_user integer NULL, -- The id of user that validate the accounting source document code_journal varchar(32) NOT NULL, -- FEC:JournalCode journal_label varchar(255), -- FEC:JournalLib piece_num integer NOT NULL, -- FEC:EcritureNum validated tinyint DEFAULT 0 NOT NULL, -- | 0 line not validated / 1 line validated (No deleting / No modification) date_validated datetime -- FEC:ValidDate + import_key varchar(14), + extraparams varchar(255) -- for other parameters with json format ) ENGINE=innodb; diff --git a/htdocs/install/mysql/tables/llx_accounting_system.sql b/htdocs/install/mysql/tables/llx_accounting_system.sql index 16acd31b079..69f31eaa15f 100644 --- a/htdocs/install/mysql/tables/llx_accounting_system.sql +++ b/htdocs/install/mysql/tables/llx_accounting_system.sql @@ -21,6 +21,7 @@ create table llx_accounting_system ( rowid integer AUTO_INCREMENT PRIMARY KEY, + fk_country integer, pcg_version varchar(32) NOT NULL, label varchar(128) NOT NULL, active smallint DEFAULT 0 diff --git a/htdocs/install/mysql/tables/llx_actioncomm_reminder.key.sql b/htdocs/install/mysql/tables/llx_actioncomm_reminder.key.sql new file mode 100644 index 00000000000..4e10b5489bc --- /dev/null +++ b/htdocs/install/mysql/tables/llx_actioncomm_reminder.key.sql @@ -0,0 +1,25 @@ +-- Copyright (C) 2017 Laurent Destailleur +-- +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see http://www.gnu.org/licenses/. + + +-- BEGIN MODULEBUILDER INDEXES +ALTER TABLE llx_actioncomm_reminder ADD INDEX idx_actioncomm_reminder_rowid (rowid); +ALTER TABLE llx_actioncomm_reminder ADD INDEX idx_actioncomm_reminder_dateremind (dateremind); +ALTER TABLE llx_actioncomm_reminder ADD INDEX idx_actioncomm_reminder_fk_user (fk_user); +-- END MODULEBUILDER INDEXES + +ALTER TABLE llx_actioncomm_reminder ADD UNIQUE INDEX uk_actioncomm_reminder_unique(fk_user, typeremind, offsetvalue, offsetunit); + + diff --git a/htdocs/install/mysql/tables/llx_actioncomm_reminder.sql b/htdocs/install/mysql/tables/llx_actioncomm_reminder.sql new file mode 100644 index 00000000000..9c8e7beed46 --- /dev/null +++ b/htdocs/install/mysql/tables/llx_actioncomm_reminder.sql @@ -0,0 +1,27 @@ +-- Copyright (C) 2017 Laurent Destailleur +-- +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see http://www.gnu.org/licenses/. + + +CREATE TABLE llx_actioncomm_reminder( + -- BEGIN MODULEBUILDER FIELDS + rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, + dateremind datetime NOT NULL, + typeremind varchar(32) NOT NULL, + fk_user integer NOT NULL, + offsetvalue integer NOT NULL, + offsetunit varchar(1) NOT NULL, + status integer NOT NULL DEFAULT 0 + -- END MODULEBUILDER FIELDS +) ENGINE=innodb; \ No newline at end of file diff --git a/htdocs/install/mysql/tables/llx_blockedlog.sql b/htdocs/install/mysql/tables/llx_blockedlog.sql index 2e2710c300c..d94f2ade702 100644 --- a/htdocs/install/mysql/tables/llx_blockedlog.sql +++ b/htdocs/install/mysql/tables/llx_blockedlog.sql @@ -21,7 +21,7 @@ CREATE TABLE llx_blockedlog rowid integer AUTO_INCREMENT PRIMARY KEY, tms timestamp, action varchar(50), - amounts real NOT NULL, + amounts double(24,8) NOT NULL, signature varchar(100) NOT NULL, signature_line varchar(100) NOT NULL, element varchar(50), diff --git a/htdocs/install/mysql/tables/llx_bordereau_cheque.sql b/htdocs/install/mysql/tables/llx_bordereau_cheque.sql index 7950d205bc8..ec400f6cbbd 100644 --- a/htdocs/install/mysql/tables/llx_bordereau_cheque.sql +++ b/htdocs/install/mysql/tables/llx_bordereau_cheque.sql @@ -25,7 +25,7 @@ create table llx_bordereau_cheque ( rowid integer AUTO_INCREMENT PRIMARY KEY, ref varchar(30) NOT NULL, -- ref - ref_ext varchar(255), -- ref_ext + ref_ext varchar(255), -- ref_ext datec datetime NOT NULL, date_bordereau date, amount double(24,8) NOT NULL, diff --git a/htdocs/install/mysql/tables/llx_chargesociales.sql b/htdocs/install/mysql/tables/llx_chargesociales.sql index f52d155ecaa..a22937fa643 100644 --- a/htdocs/install/mysql/tables/llx_chargesociales.sql +++ b/htdocs/install/mysql/tables/llx_chargesociales.sql @@ -20,25 +20,25 @@ create table llx_chargesociales ( - rowid integer AUTO_INCREMENT PRIMARY KEY, - ref varchar(16), -- 'TX....' - date_ech datetime NOT NULL, -- date echeance - libelle varchar(80) NOT NULL, - entity integer DEFAULT 1 NOT NULL, -- multi company id - tms timestamp, - date_creation datetime, -- date de creation - date_valid datetime, -- date de validation - fk_user_author integer, -- user making creation - fk_user_modif integer, -- user making last change - fk_user_valid integer, -- user validating - fk_type integer NOT NULL, - fk_account integer, -- bank account - fk_mode_reglement integer, -- mode de reglement - amount real default 0 NOT NULL, - paye smallint default 0 NOT NULL, - periode date, - fk_projet integer DEFAULT NULL, - import_key varchar(14) + rowid integer AUTO_INCREMENT PRIMARY KEY, + ref varchar(16), -- 'TX....' + date_ech datetime NOT NULL, -- date echeance + libelle varchar(80) NOT NULL, + entity integer DEFAULT 1 NOT NULL, -- multi company id + tms timestamp, + date_creation datetime, -- date de creation + date_valid datetime, -- date de validation + fk_user_author integer, -- user making creation + fk_user_modif integer, -- user making last change + fk_user_valid integer, -- user validating + fk_type integer NOT NULL, + fk_account integer, -- bank account + fk_mode_reglement integer, -- mode de reglement + amount double(24,8) default 0 NOT NULL, + paye smallint default 0 NOT NULL, + periode date, + fk_projet integer DEFAULT NULL, + import_key varchar(14) )ENGINE=innodb; -- diff --git a/htdocs/install/mysql/tables/llx_commande.sql b/htdocs/install/mysql/tables/llx_commande.sql index b6708de3783..0e430c0c483 100644 --- a/htdocs/install/mysql/tables/llx_commande.sql +++ b/htdocs/install/mysql/tables/llx_commande.sql @@ -20,63 +20,63 @@ create table llx_commande ( - rowid integer AUTO_INCREMENT PRIMARY KEY, - ref varchar(30) NOT NULL, -- order reference number - entity integer DEFAULT 1 NOT NULL, -- multi company id + rowid integer AUTO_INCREMENT PRIMARY KEY, + ref varchar(30) NOT NULL, -- order reference number + entity integer DEFAULT 1 NOT NULL, -- multi company id - ref_ext varchar(255), -- reference into an external system (not used by dolibarr) - ref_int varchar(255), -- reference into an internal system (deprecated) - ref_client varchar(255), -- reference for customer + ref_ext varchar(255), -- reference into an external system (not used by dolibarr) + ref_int varchar(255), -- reference into an internal system (deprecated) + ref_client varchar(255), -- reference for customer - fk_soc integer NOT NULL, - fk_projet integer DEFAULT NULL, -- projet auquel est rattache la commande + fk_soc integer NOT NULL, + fk_projet integer DEFAULT NULL, -- projet auquel est rattache la commande - tms timestamp, - date_creation datetime, -- date de creation - date_valid datetime, -- date de validation - date_cloture datetime, -- date de cloture - date_commande date, -- date de la commande - fk_user_author integer, -- user making creation - fk_user_modif integer, -- user making last change - fk_user_valid integer, -- user validating - fk_user_cloture integer, -- user closing - source smallint, -- not used, except by setting this to 42 for orders coming for replenishment and 0 in other case ? - fk_statut smallint default 0, - amount_ht real default 0, - remise_percent real default 0, - remise_absolue real default 0, - remise real default 0, - tva double(24,8) default 0, - localtax1 double(24,8) default 0, -- total localtax1 - localtax2 double(24,8) default 0, -- total localtax2 - total_ht double(24,8) default 0, - total_ttc double(24,8) default 0, - note_private text, - note_public text, - model_pdf varchar(255), - last_main_doc varchar(255), -- relative filepath+filename of last main generated document + tms timestamp, + date_creation datetime, -- date de creation + date_valid datetime, -- date de validation + date_cloture datetime, -- date de cloture + date_commande date, -- date de la commande + fk_user_author integer, -- user making creation + fk_user_modif integer, -- user making last change + fk_user_valid integer, -- user validating + fk_user_cloture integer, -- user closing + source smallint, -- not used, except by setting this to 42 for orders coming for replenishment and 0 in other case ? + fk_statut smallint default 0, + amount_ht double(24,8) default 0, + remise_percent real default 0, + remise_absolue real default 0, + remise real default 0, + tva double(24,8) default 0, + localtax1 double(24,8) default 0, -- total localtax1 + localtax2 double(24,8) default 0, -- total localtax2 + total_ht double(24,8) default 0, + total_ttc double(24,8) default 0, + note_private text, + note_public text, + model_pdf varchar(255), + last_main_doc varchar(255), -- relative filepath+filename of last main generated document - facture tinyint default 0, - fk_account integer, -- bank account - fk_currency varchar(3), -- currency code - fk_cond_reglement integer, -- condition de reglement - fk_mode_reglement integer, -- mode de reglement + facture tinyint default 0, + fk_account integer, -- bank account + fk_currency varchar(3), -- currency code + fk_cond_reglement integer, -- condition de reglement + fk_mode_reglement integer, -- mode de reglement - date_livraison date default NULL, - fk_shipping_method integer, -- shipping method id - fk_warehouse integer default NULL, - fk_availability integer NULL, - fk_input_reason integer, -- id coming from c_input_reason, '0' if no defined - fk_delivery_address integer, -- delivery address (deprecated) - fk_incoterms integer, -- for incoterms - location_incoterms varchar(255), -- for incoterms - import_key varchar(14), - extraparams varchar(255), -- for stock other parameters with json format + date_livraison date default NULL, + fk_shipping_method integer, -- shipping method id + fk_warehouse integer default NULL, + fk_availability integer NULL, + fk_input_reason integer, -- id coming from c_input_reason, '0' if no defined + fk_delivery_address integer, -- delivery address (deprecated) + fk_incoterms integer, -- for incoterms + location_incoterms varchar(255), -- for incoterms + import_key varchar(14), + extraparams varchar(255), -- for stock other parameters with json format - fk_multicurrency integer, - multicurrency_code varchar(255), + fk_multicurrency integer, + multicurrency_code varchar(255), multicurrency_tx double(24,8) DEFAULT 1, - multicurrency_total_ht double(24,8) DEFAULT 0, + multicurrency_total_ht double(24,8) DEFAULT 0, multicurrency_total_tva double(24,8) DEFAULT 0, multicurrency_total_ttc double(24,8) DEFAULT 0 )ENGINE=innodb; diff --git a/htdocs/install/mysql/tables/llx_commande_fournisseur.sql b/htdocs/install/mysql/tables/llx_commande_fournisseur.sql index 87124697a57..bb060afca67 100644 --- a/htdocs/install/mysql/tables/llx_commande_fournisseur.sql +++ b/htdocs/install/mysql/tables/llx_commande_fournisseur.sql @@ -21,58 +21,58 @@ create table llx_commande_fournisseur ( - rowid integer AUTO_INCREMENT PRIMARY KEY, + rowid integer AUTO_INCREMENT PRIMARY KEY, - ref varchar(255) NOT NULL, -- order number - entity integer DEFAULT 1 NOT NULL, -- multi company id + ref varchar(255) NOT NULL, -- order number + entity integer DEFAULT 1 NOT NULL, -- multi company id - ref_ext varchar(64), -- reference into an external system (not used by dolibarr) - ref_supplier varchar(255), + ref_ext varchar(64), -- reference into an external system (not used by dolibarr) + ref_supplier varchar(255), - fk_soc integer NOT NULL, - fk_projet integer DEFAULT 0, -- project id + fk_soc integer NOT NULL, + fk_projet integer DEFAULT 0, -- project id - tms timestamp, - date_creation datetime, -- date de creation - date_valid datetime, -- date de validation - date_approve datetime, -- date de approve - date_approve2 datetime, -- date de approve 2 (when double approving is accivated) - date_commande date, -- date de la commande - fk_user_author integer, -- user making creation - fk_user_modif integer, -- user making last change - fk_user_valid integer, -- user validating - fk_user_approve integer, -- user approving - fk_user_approve2 integer, -- user approving 2 (when double approving is accivated) - source smallint NOT NULL, -- not used, except by setting this to 42 for orders coming for replenishment and 0 in other case ? - fk_statut smallint default 0, - billed smallint default 0, - amount_ht real default 0, - remise_percent real default 0, - remise real default 0, - tva double(24,8) default 0, - localtax1 double(24,8) default 0, - localtax2 double(24,8) default 0, - total_ht double(24,8) default 0, - total_ttc double(24,8) default 0, - note_private text, - note_public text, - model_pdf varchar(255), - last_main_doc varchar(255), -- relative filepath+filename of last main generated document + tms timestamp, + date_creation datetime, -- date de creation + date_valid datetime, -- date de validation + date_approve datetime, -- date de approve + date_approve2 datetime, -- date de approve 2 (when double approving is accivated) + date_commande date, -- date de la commande + fk_user_author integer, -- user making creation + fk_user_modif integer, -- user making last change + fk_user_valid integer, -- user validating + fk_user_approve integer, -- user approving + fk_user_approve2 integer, -- user approving 2 (when double approving is accivated) + source smallint NOT NULL, -- not used, except by setting this to 42 for orders coming for replenishment and 0 in other case ? + fk_statut smallint default 0, + billed smallint default 0, + amount_ht double(24,8) default 0, + remise_percent real default 0, + remise real default 0, + tva double(24,8) default 0, + localtax1 double(24,8) default 0, + localtax2 double(24,8) default 0, + total_ht double(24,8) default 0, + total_ttc double(24,8) default 0, + note_private text, + note_public text, + model_pdf varchar(255), + last_main_doc varchar(255), -- relative filepath+filename of last main generated document - date_livraison datetime default NULL, - fk_account integer, -- bank account - fk_cond_reglement integer, -- condition de reglement - fk_mode_reglement integer, -- mode de reglement - fk_input_method integer default 0, -- id coming from c_input_reason, '0' if no defined - fk_incoterms integer, -- for incoterms - location_incoterms varchar(255), -- for incoterms - import_key varchar(14), - extraparams varchar(255), -- for stock other parameters with json format + date_livraison datetime default NULL, + fk_account integer, -- bank account + fk_cond_reglement integer, -- condition de reglement + fk_mode_reglement integer, -- mode de reglement + fk_input_method integer default 0, -- id coming from c_input_reason, '0' if no defined + fk_incoterms integer, -- for incoterms + location_incoterms varchar(255), -- for incoterms + import_key varchar(14), + extraparams varchar(255), -- for stock other parameters with json format fk_multicurrency integer, - multicurrency_code varchar(255), + multicurrency_code varchar(255), multicurrency_tx double(24,8) DEFAULT 1, - multicurrency_total_ht double(24,8) DEFAULT 0, + multicurrency_total_ht double(24,8) DEFAULT 0, multicurrency_total_tva double(24,8) DEFAULT 0, multicurrency_total_ttc double(24,8) DEFAULT 0 )ENGINE=innodb; diff --git a/htdocs/install/mysql/tables/llx_commande_fournisseurdet.sql b/htdocs/install/mysql/tables/llx_commande_fournisseurdet.sql index 85cdcbb9a60..dfbf4e261eb 100644 --- a/htdocs/install/mysql/tables/llx_commande_fournisseurdet.sql +++ b/htdocs/install/mysql/tables/llx_commande_fournisseurdet.sql @@ -1,8 +1,8 @@ -- =================================================================== --- Copyright (C) 2007 Rodolphe Quiedeville --- Copyright (C) 2007-2009 Laurent Destailleur --- Copyright (C) 2010-2012 Juanjo Menent --- Copyright (C) 2015 Marcos García +-- Copyright (C) 2007 Rodolphe Quiedeville +-- Copyright (C) 2007-2009 Laurent Destailleur +-- Copyright (C) 2010-2012 Juanjo Menent +-- Copyright (C) 2015 Marcos García -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -23,39 +23,39 @@ create table llx_commande_fournisseurdet ( rowid integer AUTO_INCREMENT PRIMARY KEY, fk_commande integer NOT NULL, - fk_parent_line integer NULL, + fk_parent_line integer NULL, fk_product integer, - ref varchar(50), -- supplier product ref - label varchar(255), -- product label + ref varchar(50), -- supplier product ref + label varchar(255), -- product label description text, - vat_src_code varchar(10) DEFAULT '', -- Vat code used as source of vat fields. Not strict foreign key here. + vat_src_code varchar(10) DEFAULT '', -- Vat code used as source of vat fields. Not strict foreign key here. tva_tx double(6,3) DEFAULT 0, -- taux tva localtax1_tx double(6,3) DEFAULT 0, -- localtax1 rate - localtax1_type varchar(10) NULL, -- localtax1 type + localtax1_type varchar(10) NULL, -- localtax1 type localtax2_tx double(6,3) DEFAULT 0, -- localtax2 rate - localtax2_type varchar(10) NULL, -- localtax2 type + localtax2_type varchar(10) NULL, -- localtax2 type qty real, -- quantity remise_percent real DEFAULT 0, -- pourcentage de remise remise real DEFAULT 0, -- montant de la remise subprice double(24,8) DEFAULT 0, -- prix unitaire total_ht double(24,8) DEFAULT 0, -- Total HT de la ligne toute quantite et incluant remise ligne et globale - total_tva double(24,8) DEFAULT 0, -- Total TVA de la ligne toute quantite et incluant remise ligne et globale + total_tva double(24,8) DEFAULT 0, -- Total TVA de la ligne toute quantite et incluant remise ligne et globale total_localtax1 double(24,8) DEFAULT 0, -- Total Local Tax 1 total_localtax2 double(24,8) DEFAULT 0, -- Total Local Tax 2 - total_ttc double(24,8) DEFAULT 0, -- Total TTC de la ligne toute quantite et incluant remise ligne et globale - product_type integer DEFAULT 0, - date_start datetime DEFAULT NULL, -- date debut si service - date_end datetime DEFAULT NULL, -- date fin si service - info_bits integer DEFAULT 0, -- TVA NPR ou non - special_code integer DEFAULT 0, -- code pour les lignes speciales - rang integer DEFAULT 0, - import_key varchar(14), - fk_unit integer DEFAULT NULL, + total_ttc double(24,8) DEFAULT 0, -- Total TTC de la ligne toute quantite et incluant remise ligne et globale + product_type integer DEFAULT 0, + date_start datetime DEFAULT NULL, -- date debut si service + date_end datetime DEFAULT NULL, -- date fin si service + info_bits integer DEFAULT 0, -- TVA NPR ou non + special_code integer DEFAULT 0, -- code pour les lignes speciales + rang integer DEFAULT 0, + import_key varchar(14), + fk_unit integer DEFAULT NULL, - fk_multicurrency integer, - multicurrency_code varchar(255), - multicurrency_subprice double(24,8) DEFAULT 0, - multicurrency_total_ht double(24,8) DEFAULT 0, - multicurrency_total_tva double(24,8) DEFAULT 0, - multicurrency_total_ttc double(24,8) DEFAULT 0 + fk_multicurrency integer, + multicurrency_code varchar(255), + multicurrency_subprice double(24,8) DEFAULT 0, + multicurrency_total_ht double(24,8) DEFAULT 0, + multicurrency_total_tva double(24,8) DEFAULT 0, + multicurrency_total_ttc double(24,8) DEFAULT 0 )ENGINE=innodb; diff --git a/htdocs/install/mysql/tables/llx_commandedet.sql b/htdocs/install/mysql/tables/llx_commandedet.sql index 53a1b07c3c7..81ba14cca2c 100644 --- a/htdocs/install/mysql/tables/llx_commandedet.sql +++ b/htdocs/install/mysql/tables/llx_commandedet.sql @@ -30,42 +30,42 @@ create table llx_commandedet description text, vat_src_code varchar(10) DEFAULT '', -- Vat code used as source of vat fields. Not strict foreign key here. tva_tx double(6,3), -- Vat rate - localtax1_tx double(6,3) DEFAULT 0, -- localtax1 rate - localtax1_type varchar(10) NULL, -- localtax1 type - localtax2_tx double(6,3) DEFAULT 0, -- localtax2 rate + localtax1_tx double(6,3) DEFAULT 0, -- localtax1 rate + localtax1_type varchar(10) NULL, -- localtax1 type + localtax2_tx double(6,3) DEFAULT 0, -- localtax2 rate localtax2_type varchar(10) NULL, -- localtax2 type qty real, -- quantity remise_percent real DEFAULT 0, -- pourcentage de remise remise real DEFAULT 0, -- montant de la remise fk_remise_except integer NULL, -- Lien vers table des remises fixes price real, -- prix final - subprice double(24,8) DEFAULT 0, -- P.U. HT (exemple 100) - total_ht double(24,8) DEFAULT 0, -- Total HT de la ligne toute quantite et incluant remise ligne et globale - total_tva double(24,8) DEFAULT 0, -- Total TVA de la ligne toute quantite et incluant remise ligne et globale - total_localtax1 double(24,8) DEFAULT 0, -- Total LocalTax1 - total_localtax2 double(24,8) DEFAULT 0, -- Total LocalTax2 - total_ttc double(24,8) DEFAULT 0, -- Total TTC de la ligne toute quantite et incluant remise ligne et globale + subprice double(24,8) DEFAULT 0, -- P.U. HT (exemple 100) + total_ht double(24,8) DEFAULT 0, -- Total HT de la ligne toute quantite et incluant remise ligne et globale + total_tva double(24,8) DEFAULT 0, -- Total TVA de la ligne toute quantite et incluant remise ligne et globale + total_localtax1 double(24,8) DEFAULT 0, -- Total LocalTax1 + total_localtax2 double(24,8) DEFAULT 0, -- Total LocalTax2 + total_ttc double(24,8) DEFAULT 0, -- Total TTC de la ligne toute quantite et incluant remise ligne et globale product_type integer DEFAULT 0, date_start datetime DEFAULT NULL, -- date debut si service date_end datetime DEFAULT NULL, -- date fin si service info_bits integer DEFAULT 0, -- TVA NPR ou non - buy_price_ht double(24,8) DEFAULT 0, -- buying price + buy_price_ht double(24,8) DEFAULT 0, -- buying price fk_product_fournisseur_price integer DEFAULT NULL, -- reference of supplier price when line was added (may be used to update buy_price_ht current price when future invoice will be created) special_code integer DEFAULT 0, -- code pour les lignes speciales rang integer DEFAULT 0, - fk_unit integer DEFAULT NULL, -- lien vers table des unités + fk_unit integer DEFAULT NULL, -- lien vers table des unités import_key varchar(14), fk_commandefourndet integer DEFAULT NULL, -- link to detail line of commande fourn (resplenish) - fk_multicurrency integer, + fk_multicurrency integer, multicurrency_code varchar(255), multicurrency_subprice double(24,8) DEFAULT 0, multicurrency_total_ht double(24,8) DEFAULT 0, - multicurrency_total_tva double(24,8) DEFAULT 0, - multicurrency_total_ttc double(24,8) DEFAULT 0 + multicurrency_total_tva double(24,8) DEFAULT 0, + multicurrency_total_ttc double(24,8) DEFAULT 0 )ENGINE=innodb; -- diff --git a/htdocs/install/mysql/tables/llx_don.sql b/htdocs/install/mysql/tables/llx_don.sql index e2fbdba9efb..2120f6a5b2b 100644 --- a/htdocs/install/mysql/tables/llx_don.sql +++ b/htdocs/install/mysql/tables/llx_don.sql @@ -28,7 +28,7 @@ create table llx_don tms timestamp, fk_statut smallint NOT NULL DEFAULT 0, -- Status of donation promise or validate datedon datetime, -- Date of the donation/promise - amount real DEFAULT 0, + amount double(24,8) DEFAULT 0, fk_payment integer, paid smallint default 0 NOT NULL, firstname varchar(50), diff --git a/htdocs/install/mysql/tables/llx_expensereport_ik.sql b/htdocs/install/mysql/tables/llx_expensereport_ik.sql index 8debb56921c..940f40480f6 100644 --- a/htdocs/install/mysql/tables/llx_expensereport_ik.sql +++ b/htdocs/install/mysql/tables/llx_expensereport_ik.sql @@ -25,5 +25,6 @@ CREATE TABLE IF NOT EXISTS llx_expensereport_ik ( fk_c_exp_tax_cat integer DEFAULT 0 NOT NULL, fk_range integer DEFAULT 0 NOT NULL, coef double DEFAULT 0 NOT NULL, - offset double DEFAULT 0 NOT NULL + ikoffset double DEFAULT 0 NOT NULL, + active integer DEFAULT 1 )ENGINE=innodb; \ No newline at end of file diff --git a/htdocs/install/mysql/tables/llx_expensereport_rules.sql b/htdocs/install/mysql/tables/llx_expensereport_rules.sql index 0a3b6dc0c49..e6103ee8fb9 100644 --- a/htdocs/install/mysql/tables/llx_expensereport_rules.sql +++ b/htdocs/install/mysql/tables/llx_expensereport_rules.sql @@ -18,17 +18,17 @@ -- ============================================================================ CREATE TABLE llx_expensereport_rules ( - rowid integer AUTO_INCREMENT PRIMARY KEY, - datec datetime DEFAULT NULL, - tms timestamp, - dates datetime NOT NULL, - datee datetime NOT NULL, - amount numeric(24,8) NOT NULL, - restrictive tinyint NOT NULL, - fk_user integer DEFAULT NULL, - fk_usergroup integer DEFAULT NULL, - fk_c_type_fees integer NOT NULL, - code_expense_rules_type varchar(50) NOT NULL, - is_for_all tinyint DEFAULT '0', - entity integer DEFAULT 1 + rowid integer AUTO_INCREMENT PRIMARY KEY, + datec datetime DEFAULT NULL, + tms timestamp, + dates datetime NOT NULL, + datee datetime NOT NULL, + amount double(24,8) NOT NULL, + restrictive tinyint NOT NULL, + fk_user integer DEFAULT NULL, + fk_usergroup integer DEFAULT NULL, + fk_c_type_fees integer NOT NULL, + code_expense_rules_type varchar(50) NOT NULL, + is_for_all tinyint DEFAULT '0', + entity integer DEFAULT 1 ) ENGINE=InnoDB \ No newline at end of file diff --git a/htdocs/install/mysql/tables/llx_extrafields.sql b/htdocs/install/mysql/tables/llx_extrafields.sql index 548508d451d..55136b97bb6 100644 --- a/htdocs/install/mysql/tables/llx_extrafields.sql +++ b/htdocs/install/mysql/tables/llx_extrafields.sql @@ -34,9 +34,8 @@ create table llx_extrafields pos integer DEFAULT 0, alwayseditable integer DEFAULT 0, -- 1 if field can be edited whatever is element status param text, -- extra parameters to define possible values of field - list integer DEFAULT 1, -- list of values for field that are combo lists + list integer DEFAULT 1, -- visibility of field. 0=Never visible, 1=Visible on list and forms, 2=Visible on list only. Using a negative value means field is not shown by default on list but can be selected for viewing langs varchar(64), -- example: fileofmymodule@mymodule - ishidden integer DEFAULT 0, -- Can be foreign key of external system fk_user_author integer, -- user making creation fk_user_modif integer, -- user making last change datec datetime, -- date de creation diff --git a/htdocs/install/mysql/tables/llx_loan.sql b/htdocs/install/mysql/tables/llx_loan.sql index f55b793e5ec..7277fa85d47 100644 --- a/htdocs/install/mysql/tables/llx_loan.sql +++ b/htdocs/install/mysql/tables/llx_loan.sql @@ -23,24 +23,24 @@ create table llx_loan entity integer DEFAULT 1 NOT NULL, datec datetime, tms timestamp, - + label varchar(80) NOT NULL, fk_bank integer, - - capital real default 0 NOT NULL, + + capital double(24,8) default 0 NOT NULL, datestart date, dateend date, nbterm real, rate double NOT NULL, - - note_private text, - note_public text, - - capital_position real default 0, -- If not a new loan, just have the position of capital + + note_private text, + note_public text, + + capital_position double(24,8) default 0, -- If not a new loan, just have the position of capital date_position date, - + paid smallint default 0 NOT NULL, - + accountancy_account_capital varchar(32), accountancy_account_insurance varchar(32), accountancy_account_interest varchar(32), diff --git a/htdocs/install/mysql/tables/llx_loan_schedule.sql b/htdocs/install/mysql/tables/llx_loan_schedule.sql index c682b22f276..005ae07528e 100644 --- a/htdocs/install/mysql/tables/llx_loan_schedule.sql +++ b/htdocs/install/mysql/tables/llx_loan_schedule.sql @@ -24,9 +24,9 @@ create table llx_loan_schedule datec datetime, -- creation date tms timestamp, datep datetime, -- payment date - amount_capital real DEFAULT 0, - amount_insurance real DEFAULT 0, - amount_interest real DEFAULT 0, + amount_capital double(24,8) DEFAULT 0, + amount_insurance double(24,8) DEFAULT 0, + amount_interest double(24,8) DEFAULT 0, fk_typepayment integer NOT NULL, num_payment varchar(50), note_private text, diff --git a/htdocs/install/mysql/tables/llx_menu.sql b/htdocs/install/mysql/tables/llx_menu.sql index e77584d1c40..18862ff496a 100644 --- a/htdocs/install/mysql/tables/llx_menu.sql +++ b/htdocs/install/mysql/tables/llx_menu.sql @@ -30,8 +30,8 @@ CREATE TABLE llx_menu mainmenu varchar(100) NOT NULL, -- Name family/module for top menu (home, companies, ...) leftmenu varchar(100) NULL, -- Name family/module for left menu (setup, info, ...) fk_menu integer NOT NULL, -- 0 or Id of mother menu line, or -1 if we use fk_mainmenu and fk_leftmenu - fk_mainmenu varchar(24), -- - fk_leftmenu varchar(24), -- + fk_mainmenu varchar(100), -- + fk_leftmenu varchar(100), -- position integer NOT NULL, -- Sort order of entry url varchar(255) NOT NULL, -- Relative (or absolute) url to go target varchar(100) NULL, -- Target of Url link diff --git a/htdocs/install/mysql/tables/llx_paiementcharge.sql b/htdocs/install/mysql/tables/llx_paiementcharge.sql index 2efca933dba..579628c44af 100644 --- a/htdocs/install/mysql/tables/llx_paiementcharge.sql +++ b/htdocs/install/mysql/tables/llx_paiementcharge.sql @@ -23,7 +23,7 @@ create table llx_paiementcharge datec datetime, -- date de creation tms timestamp, datep datetime, -- payment date - amount real DEFAULT 0, + amount double(24,8) DEFAULT 0, fk_typepaiement integer NOT NULL, num_paiement varchar(50), note text, diff --git a/htdocs/install/mysql/tables/llx_paiementfourn.sql b/htdocs/install/mysql/tables/llx_paiementfourn.sql index 0e9b1885c97..3ce0d027ea9 100644 --- a/htdocs/install/mysql/tables/llx_paiementfourn.sql +++ b/htdocs/install/mysql/tables/llx_paiementfourn.sql @@ -19,19 +19,19 @@ create table llx_paiementfourn ( - rowid integer AUTO_INCREMENT PRIMARY KEY, - ref varchar(30), - entity integer DEFAULT 1, - tms timestamp, - datec datetime, -- date de creation de l'enregistrement - datep datetime, -- date de paiement - amount real DEFAULT 0, -- montant - multicurrency_amount double(24,8) DEFAULT 0, -- multicurrency amount - fk_user_author integer, -- auteur - fk_paiement integer NOT NULL, -- moyen de paiement - num_paiement varchar(50), -- numero de paiement (cheque) - note text, - fk_bank integer NOT NULL, - statut smallint NOT NULL DEFAULT 0, - model_pdf varchar(255) + rowid integer AUTO_INCREMENT PRIMARY KEY, + ref varchar(30), + entity integer DEFAULT 1, + tms timestamp, + datec datetime, -- date de creation de l'enregistrement + datep datetime, -- date de paiement + amount double(24,8) DEFAULT 0, -- montant + multicurrency_amount double(24,8) DEFAULT 0, -- multicurrency amount + fk_user_author integer, -- auteur + fk_paiement integer NOT NULL, -- moyen de paiement + num_paiement varchar(50), -- numero de paiement (cheque) + note text, + fk_bank integer NOT NULL, + statut smallint NOT NULL DEFAULT 0, + model_pdf varchar(255) )ENGINE=innodb; diff --git a/htdocs/install/mysql/tables/llx_payment_donation.sql b/htdocs/install/mysql/tables/llx_payment_donation.sql index afa5075cd4e..d452d4da054 100644 --- a/htdocs/install/mysql/tables/llx_payment_donation.sql +++ b/htdocs/install/mysql/tables/llx_payment_donation.sql @@ -23,7 +23,7 @@ create table llx_payment_donation datec datetime, -- date de creation tms timestamp, datep datetime, -- payment date - amount real DEFAULT 0, + amount double(24,8) DEFAULT 0, fk_typepayment integer NOT NULL, num_payment varchar(50), note text, diff --git a/htdocs/install/mysql/tables/llx_payment_expensereport.sql b/htdocs/install/mysql/tables/llx_payment_expensereport.sql index 40e39771978..deeb82f615c 100644 --- a/htdocs/install/mysql/tables/llx_payment_expensereport.sql +++ b/htdocs/install/mysql/tables/llx_payment_expensereport.sql @@ -23,7 +23,7 @@ create table llx_payment_expensereport datec datetime, -- date de creation tms timestamp, datep datetime, -- payment date - amount real DEFAULT 0, + amount double(24,8) DEFAULT 0, fk_typepayment integer NOT NULL, num_payment varchar(50), note text, diff --git a/htdocs/install/mysql/tables/llx_payment_loan.sql b/htdocs/install/mysql/tables/llx_payment_loan.sql index d023c039391..10801fc7454 100644 --- a/htdocs/install/mysql/tables/llx_payment_loan.sql +++ b/htdocs/install/mysql/tables/llx_payment_loan.sql @@ -24,13 +24,13 @@ create table llx_payment_loan datec datetime, -- creation date tms timestamp, datep datetime, -- payment date - amount_capital real DEFAULT 0, - amount_insurance real DEFAULT 0, - amount_interest real DEFAULT 0, + amount_capital double(24,8) DEFAULT 0, + amount_insurance double(24,8) DEFAULT 0, + amount_interest double(24,8) DEFAULT 0, fk_typepayment integer NOT NULL, num_payment varchar(50), - note_private text, - note_public text, + note_private text, + note_public text, fk_bank integer NOT NULL, fk_user_creat integer, -- creation user fk_user_modif integer -- last modification user diff --git a/htdocs/install/mysql/tables/llx_payment_salary.sql b/htdocs/install/mysql/tables/llx_payment_salary.sql index 38364c6812e..171c356415f 100644 --- a/htdocs/install/mysql/tables/llx_payment_salary.sql +++ b/htdocs/install/mysql/tables/llx_payment_salary.sql @@ -24,8 +24,8 @@ create table llx_payment_salary fk_user integer NOT NULL, datep date, -- date de paiement datev date, -- date de valeur (this field should not be here, only into bank tables) - salary real, -- salary of user when payment was done - amount real NOT NULL DEFAULT 0, + salary double(24,8), -- salary of user when payment was done + amount double(24,8) NOT NULL DEFAULT 0, fk_typepayment integer NOT NULL, num_payment varchar(50), -- ref label varchar(255), diff --git a/htdocs/install/mysql/tables/llx_prelevement_bons.sql b/htdocs/install/mysql/tables/llx_prelevement_bons.sql index e92342eb001..25e9381afe0 100644 --- a/htdocs/install/mysql/tables/llx_prelevement_bons.sql +++ b/htdocs/install/mysql/tables/llx_prelevement_bons.sql @@ -29,7 +29,7 @@ create table llx_prelevement_bons ref varchar(12), -- reference entity integer DEFAULT 1 NOT NULL, -- multi company id datec datetime, -- date de creation - amount real DEFAULT 0, -- montant total du prelevement + amount double(24,8) DEFAULT 0, -- montant total du prelevement statut smallint DEFAULT 0, -- statut credite smallint DEFAULT 0, -- indique si le prelevement a ete credite note text, diff --git a/htdocs/install/mysql/tables/llx_prelevement_facture_demande.sql b/htdocs/install/mysql/tables/llx_prelevement_facture_demande.sql index 3bdc0e2ed81..9da18cbd416 100644 --- a/htdocs/install/mysql/tables/llx_prelevement_facture_demande.sql +++ b/htdocs/install/mysql/tables/llx_prelevement_facture_demande.sql @@ -21,7 +21,7 @@ create table llx_prelevement_facture_demande ( rowid integer AUTO_INCREMENT PRIMARY KEY, fk_facture integer NOT NULL, - amount real NOT NULL, + amount double(24,8) NOT NULL, date_demande datetime NOT NULL, traite smallint DEFAULT 0, date_traite datetime, diff --git a/htdocs/install/mysql/tables/llx_prelevement_lignes.sql b/htdocs/install/mysql/tables/llx_prelevement_lignes.sql index 04b6e1ebf5e..421f8ee4969 100644 --- a/htdocs/install/mysql/tables/llx_prelevement_lignes.sql +++ b/htdocs/install/mysql/tables/llx_prelevement_lignes.sql @@ -24,7 +24,7 @@ create table llx_prelevement_lignes statut smallint DEFAULT 0, client_nom varchar(255), - amount real DEFAULT 0, + amount double(24,8) DEFAULT 0, code_banque varchar(128), code_guichet varchar(6), number varchar(255), diff --git a/htdocs/install/mysql/tables/llx_product.sql b/htdocs/install/mysql/tables/llx_product.sql index 04267d22d3a..64dcebe4616 100755 --- a/htdocs/install/mysql/tables/llx_product.sql +++ b/htdocs/install/mysql/tables/llx_product.sql @@ -23,73 +23,75 @@ create table llx_product ( - rowid integer AUTO_INCREMENT PRIMARY KEY, - ref varchar(128) NOT NULL, - entity integer DEFAULT 1 NOT NULL, -- Multi company id + rowid integer AUTO_INCREMENT PRIMARY KEY, + ref varchar(128) NOT NULL, + entity integer DEFAULT 1 NOT NULL, -- Multi company id - ref_ext varchar(128), -- reference into an external system (not used by dolibarr) + ref_ext varchar(128), -- reference into an external system (not used by dolibarr) - datec datetime, - tms timestamp, - fk_parent integer DEFAULT 0, -- Not used. Used by external modules. Virtual product id + datec datetime, + tms timestamp, + fk_parent integer DEFAULT 0, -- Not used. Used by external modules. Virtual product id - label varchar(255) NOT NULL, - description text, - note_public text, - note text, - customcode varchar(32), -- Optionnal custom code - fk_country integer DEFAULT NULL, -- Optionnal id of original country - price double(24,8) DEFAULT 0, - price_ttc double(24,8) DEFAULT 0, - price_min double(24,8) DEFAULT 0, - price_min_ttc double(24,8) DEFAULT 0, - price_base_type varchar(3) DEFAULT 'HT', - cost_price double(24,8) DEFAULT NULL, -- Cost price without tax. Can be used for margin calculation. - default_vat_code varchar(10), -- Same code than into table llx_c_tva (but no constraints). Should be used in priority to find default vat, npr, localtaxes for product. - tva_tx double(6,3), -- Default VAT rate of product - recuperableonly integer NOT NULL DEFAULT '0', -- French NPR VAT - localtax1_tx double(6,3) DEFAULT 0, -- - localtax1_type varchar(10) NOT NULL DEFAULT '0', -- - localtax2_tx double(6,3) DEFAULT 0, -- - localtax2_type varchar(10) NOT NULL DEFAULT '0', -- - fk_user_author integer DEFAULT NULL, -- user making creation - fk_user_modif integer, -- user making last change - tosell tinyint DEFAULT 1, -- Product you sell - tobuy tinyint DEFAULT 1, -- Product you buy - onportal tinyint DEFAULT 0, -- If it is a product you sell and you want to sell it on portal (module website must be on) - tobatch tinyint DEFAULT 0 NOT NULL, -- Is it a product that need a batch management (eat-by or lot management) - fk_product_type integer DEFAULT 0, -- Type of product: 0 for regular product, 1 for service, 9 for other (used by external module) - duration varchar(6), - seuil_stock_alerte integer DEFAULT NULL, - url varchar(255), - barcode varchar(255) DEFAULT NULL, -- barcode - fk_barcode_type integer DEFAULT NULL, -- barcode type - accountancy_code_sell varchar(32), -- Selling accountancy code - accountancy_code_buy varchar(32), -- Buying accountancy code - partnumber varchar(32), -- Part/Serial number. TODO To use it into screen if not a duplicate of barcode. - weight float DEFAULT NULL, - weight_units tinyint DEFAULT NULL, - length float DEFAULT NULL, - length_units tinyint DEFAULT NULL, - width float DEFAULT NULL, - width_units tinyint DEFAULT NULL, - height float DEFAULT NULL, - height_units tinyint DEFAULT NULL, - surface float DEFAULT NULL, - surface_units tinyint DEFAULT NULL, - volume float DEFAULT NULL, - volume_units tinyint DEFAULT NULL, - stock real, -- Current physical stock (dernormalized field) - pmp double(24,8) DEFAULT 0 NOT NULL, -- To store valuation of stock calculated using average price method, for this product - fifo double(24,8), -- To store valuation of stock calculated using fifo method, for this product. TODO Not used, should be replaced by stock value stored into movement table. - lifo double(24,8), -- To store valuation of stock calculated using lifo method, for this product. TODO Not used, should be replaced by stock value stored into movement table. - canvas varchar(32) DEFAULT NULL, - finished tinyint DEFAULT NULL, -- 1=manufactured product, 0=matiere premiere - hidden tinyint DEFAULT 0, -- Not used. Deprecated. - import_key varchar(14), -- Import key - model_pdf varchar(255), -- model save dodument used - fk_price_expression integer, -- Link to the rule for dynamic price calculation - desiredstock integer DEFAULT 0, - fk_unit integer DEFAULT NULL, - price_autogen TINYINT DEFAULT 0 + label varchar(255) NOT NULL, + description text, + note_public text, + note text, + customcode varchar(32), -- Optionnal custom code + fk_country integer DEFAULT NULL, -- Optionnal id of original country + price double(24,8) DEFAULT 0, + price_ttc double(24,8) DEFAULT 0, + price_min double(24,8) DEFAULT 0, + price_min_ttc double(24,8) DEFAULT 0, + price_base_type varchar(3) DEFAULT 'HT', + cost_price double(24,8) DEFAULT NULL, -- Cost price without tax. Can be used for margin calculation. + default_vat_code varchar(10), -- Same code than into table llx_c_tva (but no constraints). Should be used in priority to find default vat, npr, localtaxes for product. + tva_tx double(6,3), -- Default VAT rate of product + recuperableonly integer NOT NULL DEFAULT '0', -- French NPR VAT + localtax1_tx double(6,3) DEFAULT 0, + localtax1_type varchar(10) NOT NULL DEFAULT '0', + localtax2_tx double(6,3) DEFAULT 0, + localtax2_type varchar(10) NOT NULL DEFAULT '0', + fk_user_author integer DEFAULT NULL, -- user making creation + fk_user_modif integer, -- user making last change + tosell tinyint DEFAULT 1, -- Product you sell + tobuy tinyint DEFAULT 1, -- Product you buy + onportal tinyint DEFAULT 0, -- If it is a product you sell and you want to sell it on portal (module website must be on) + tobatch tinyint DEFAULT 0 NOT NULL, -- Is it a product that need a batch management (eat-by or lot management) + fk_product_type integer DEFAULT 0, -- Type of product: 0 for regular product, 1 for service, 9 for other (used by external module) + duration varchar(6), + seuil_stock_alerte integer DEFAULT NULL, + url varchar(255), + barcode varchar(255) DEFAULT NULL, -- barcode + fk_barcode_type integer DEFAULT NULL, -- barcode type + accountancy_code_sell varchar(32), -- Selling accountancy code + accountancy_code_sell_intra varchar(32), -- Selling accountancy code for vat intracommunity + accountancy_code_sell_export varchar(32), -- Selling accountancy code for vat export + accountancy_code_buy varchar(32), -- Buying accountancy code + partnumber varchar(32), -- Part/Serial number. TODO To use it into screen if not a duplicate of barcode. + weight float DEFAULT NULL, + weight_units tinyint DEFAULT NULL, + length float DEFAULT NULL, + length_units tinyint DEFAULT NULL, + width float DEFAULT NULL, + width_units tinyint DEFAULT NULL, + height float DEFAULT NULL, + height_units tinyint DEFAULT NULL, + surface float DEFAULT NULL, + surface_units tinyint DEFAULT NULL, + volume float DEFAULT NULL, + volume_units tinyint DEFAULT NULL, + stock real, -- Current physical stock (dernormalized field) + pmp double(24,8) DEFAULT 0 NOT NULL, -- To store valuation of stock calculated using average price method, for this product + fifo double(24,8), -- To store valuation of stock calculated using fifo method, for this product. TODO Not used, should be replaced by stock value stored into movement table. + lifo double(24,8), -- To store valuation of stock calculated using lifo method, for this product. TODO Not used, should be replaced by stock value stored into movement table. + canvas varchar(32) DEFAULT NULL, + finished tinyint DEFAULT NULL, -- 1=manufactured product, 0=matiere premiere + hidden tinyint DEFAULT 0, -- Not used. Deprecated. + import_key varchar(14), -- Import key + model_pdf varchar(255), -- model save dodument used + fk_price_expression integer, -- Link to the rule for dynamic price calculation + desiredstock integer DEFAULT 0, + fk_unit integer DEFAULT NULL, + price_autogen tinyint DEFAULT 0 )ENGINE=innodb; diff --git a/htdocs/install/mysql/tables/llx_projet_task.sql b/htdocs/install/mysql/tables/llx_projet_task.sql index 70ec071be95..a7418f2688c 100644 --- a/htdocs/install/mysql/tables/llx_projet_task.sql +++ b/htdocs/install/mysql/tables/llx_projet_task.sql @@ -36,6 +36,7 @@ create table llx_projet_task progress integer DEFAULT 0, -- percentage increase priority integer DEFAULT 0, -- priority fk_user_creat integer, -- user who created the task + fk_user_modif integer, -- user who modify the task fk_user_valid integer, -- user who validated the task fk_statut smallint DEFAULT 0 NOT NULL, note_private text, diff --git a/htdocs/install/mysql/tables/llx_societe.sql b/htdocs/install/mysql/tables/llx_societe.sql index 0f0cb437750..a6a1e51a22b 100644 --- a/htdocs/install/mysql/tables/llx_societe.sql +++ b/htdocs/install/mysql/tables/llx_societe.sql @@ -64,7 +64,7 @@ create table llx_societe idprof5 varchar(128), -- IDProf5: nu for france idprof6 varchar(128), -- IDProf6: nu for france tva_intra varchar(20), -- tva - capital real, -- capital de la societe + capital double(24,8), -- capital de la societe fk_stcomm integer DEFAULT 0 NOT NULL, -- commercial statut note_private text, -- note_public text, -- diff --git a/htdocs/install/mysql/tables/llx_subscription.sql b/htdocs/install/mysql/tables/llx_subscription.sql index 3f54e487060..8d220ed9059 100644 --- a/htdocs/install/mysql/tables/llx_subscription.sql +++ b/htdocs/install/mysql/tables/llx_subscription.sql @@ -24,7 +24,7 @@ create table llx_subscription fk_adherent integer, dateadh datetime, datef date, - subscription real, + subscription double(24,8), fk_bank integer DEFAULT NULL, note text )ENGINE=innodb; diff --git a/htdocs/install/mysql/tables/llx_tva.sql b/htdocs/install/mysql/tables/llx_tva.sql index 9abf63d6ad9..34ab53a5b22 100644 --- a/htdocs/install/mysql/tables/llx_tva.sql +++ b/htdocs/install/mysql/tables/llx_tva.sql @@ -24,7 +24,7 @@ create table llx_tva datec datetime, -- Create date datep date, -- date de paiement datev date, -- date de valeur - amount real NOT NULL DEFAULT 0, + amount double(24,8) NOT NULL DEFAULT 0, fk_typepayment integer NULL, num_payment varchar(50), label varchar(255), diff --git a/htdocs/install/mysql/tables/llx_user.sql b/htdocs/install/mysql/tables/llx_user.sql index 71ea5a559f5..27732169bd1 100644 --- a/htdocs/install/mysql/tables/llx_user.sql +++ b/htdocs/install/mysql/tables/llx_user.sql @@ -34,6 +34,7 @@ create table llx_user fk_user_creat integer, fk_user_modif integer, login varchar(50) NOT NULL, + pass_encoding varchar(24); pass varchar(128), pass_crypted varchar(128), pass_temp varchar(128), -- temporary password when asked for forget password diff --git a/htdocs/install/mysql/tables/llx_website.sql b/htdocs/install/mysql/tables/llx_website.sql index 64f72142add..6946b981c86 100644 --- a/htdocs/install/mysql/tables/llx_website.sql +++ b/htdocs/install/mysql/tables/llx_website.sql @@ -20,10 +20,10 @@ CREATE TABLE llx_website ( rowid integer AUTO_INCREMENT NOT NULL PRIMARY KEY, - entity integer DEFAULT 1, + entity integer NOT NULL DEFAULT 1, ref varchar(128) NOT NULL, description varchar(255), - status integer, + status integer DEFAULT 1, fk_default_home integer, virtualhost varchar(255), fk_user_create integer, diff --git a/htdocs/install/mysql/tables/llx_websiteaccount.key.sql b/htdocs/install/mysql/tables/llx_website_account.key.sql similarity index 54% rename from htdocs/install/mysql/tables/llx_websiteaccount.key.sql rename to htdocs/install/mysql/tables/llx_website_account.key.sql index 1ebab80b361..1302ec50d2c 100644 --- a/htdocs/install/mysql/tables/llx_websiteaccount.key.sql +++ b/htdocs/install/mysql/tables/llx_website_account.key.sql @@ -15,12 +15,14 @@ -- BEGIN MODULEBUILDER INDEXES -ALTER TABLE llx_websiteaccount ADD INDEX idx_websiteaccount_rowid (rowid); -ALTER TABLE llx_websiteaccount ADD INDEX idx_websiteaccount_login (login); -ALTER TABLE llx_websiteaccount ADD INDEX idx_websiteaccount_import_key (import_key); -ALTER TABLE llx_websiteaccount ADD INDEX idx_websiteaccount_status (status); -ALTER TABLE llx_websiteaccount ADD INDEX idx_websiteaccount_fk_soc (fk_soc); +ALTER TABLE llx_website_account ADD INDEX idx_website_account_rowid (rowid); +ALTER TABLE llx_website_account ADD INDEX idx_website_account_login (login); +ALTER TABLE llx_website_account ADD INDEX idx_website_account_status (status); +ALTER TABLE llx_website_account ADD INDEX idx_website_account_fk_website (fk_website); +ALTER TABLE llx_website_account ADD INDEX idx_website_account_fk_soc (fk_soc); -- END MODULEBUILDER INDEXES ---ALTER TABLE llx_websiteaccount ADD CONSTRAINT llx_websiteaccount_field_id FOREIGN KEY (fk_field) REFERENCES llx_myotherobject(rowid); +ALTER TABLE llx_website_account ADD UNIQUE INDEX uk_website_account_login_website_soc(login, fk_website, fk_soc); + +ALTER TABLE llx_website_account ADD CONSTRAINT llx_website_account_fk_website FOREIGN KEY (fk_website) REFERENCES llx_website(rowid); diff --git a/htdocs/install/mysql/tables/llx_websiteaccount.sql b/htdocs/install/mysql/tables/llx_website_account.sql similarity index 70% rename from htdocs/install/mysql/tables/llx_websiteaccount.sql rename to htdocs/install/mysql/tables/llx_website_account.sql index 7fb846cd2f3..373ba53f484 100644 --- a/htdocs/install/mysql/tables/llx_websiteaccount.sql +++ b/htdocs/install/mysql/tables/llx_website_account.sql @@ -14,19 +14,23 @@ -- along with this program. If not, see http://www.gnu.org/licenses/. -CREATE TABLE llx_websiteaccount( +CREATE TABLE llx_website_account( -- BEGIN MODULEBUILDER FIELDS rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, - login varchar(64) NOT NULL, - label varchar(255), - note_public text, - note_private text, + login varchar(64) NOT NULL, + pass_encoding varchar(24) NOT NULL, + pass_crypted varchar(128), + pass_temp varchar(128), -- temporary password when asked for forget password + fk_soc integer, + fk_website integer NOT NULL, + note_private text, + date_last_login datetime, + date_previous_login datetime, date_creation datetime NOT NULL, tms timestamp NOT NULL, fk_user_creat integer NOT NULL, fk_user_modif integer, import_key varchar(14), - status integer, - fk_soc integer + status integer -- END MODULEBUILDER FIELDS ) ENGINE=innodb; \ No newline at end of file diff --git a/htdocs/install/mysql/tables/llx_website_account_extrafields.key.sql b/htdocs/install/mysql/tables/llx_website_account_extrafields.key.sql new file mode 100644 index 00000000000..9970f8bc680 --- /dev/null +++ b/htdocs/install/mysql/tables/llx_website_account_extrafields.key.sql @@ -0,0 +1,20 @@ +-- =================================================================== +-- Copyright (C) 2017 Laurent Destailleur +-- +-- This program is free software; you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation; either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . +-- +-- =================================================================== + + +ALTER TABLE llx_website_account_extrafields ADD INDEX idx_website_account_extrafields (fk_object); diff --git a/htdocs/install/mysql/tables/llx_website_account_extrafields.sql b/htdocs/install/mysql/tables/llx_website_account_extrafields.sql new file mode 100644 index 00000000000..7bec7e958d9 --- /dev/null +++ b/htdocs/install/mysql/tables/llx_website_account_extrafields.sql @@ -0,0 +1,23 @@ +-- Copyright (C) 2017 Laurent Destailleur +-- +-- This program is free software; you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation; either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see http://www.gnu.org/licenses/. + +CREATE TABLE llx_website_account_extrafields +( + rowid integer AUTO_INCREMENT PRIMARY KEY, + tms timestamp, + fk_object integer NOT NULL, + import_key varchar(14) -- import key +) ENGINE=innodb; + diff --git a/htdocs/install/mysql/tables/llx_website_extrafields.key.sql b/htdocs/install/mysql/tables/llx_website_extrafields.key.sql new file mode 100644 index 00000000000..1963744b701 --- /dev/null +++ b/htdocs/install/mysql/tables/llx_website_extrafields.key.sql @@ -0,0 +1,20 @@ +-- =================================================================== +-- Copyright (C) 2017 Laurent Destailleur +-- +-- This program is free software; you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation; either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . +-- +-- =================================================================== + + +ALTER TABLE llx_website_extrafields ADD INDEX idx_website_extrafields (fk_object); diff --git a/htdocs/install/mysql/tables/llx_websiteaccount_extrafields.sql b/htdocs/install/mysql/tables/llx_website_extrafields.sql similarity index 89% rename from htdocs/install/mysql/tables/llx_websiteaccount_extrafields.sql rename to htdocs/install/mysql/tables/llx_website_extrafields.sql index fd4d4e3653f..7ca3b94c713 100644 --- a/htdocs/install/mysql/tables/llx_websiteaccount_extrafields.sql +++ b/htdocs/install/mysql/tables/llx_website_extrafields.sql @@ -1,4 +1,4 @@ --- Copyright (C) 2016 Laurent Destailleur +-- Copyright (C) 2017 Laurent Destailleur -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -13,7 +13,7 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see http://www.gnu.org/licenses/. -create table llx_websiteaccount_extrafields +CREATE TABLE llx_website_extrafields ( rowid integer AUTO_INCREMENT PRIMARY KEY, tms timestamp, diff --git a/htdocs/install/step2.php b/htdocs/install/step2.php index 46acb3f34a2..85c6349274c 100644 --- a/htdocs/install/step2.php +++ b/htdocs/install/step2.php @@ -43,7 +43,7 @@ error_reporting(0); // Disable all errors error_reporting($err); $action=GETPOST('action','aZ09'); -$setuplang=(GETPOST('selectlang','',3)?GETPOST('selectlang','',3):'auto'); +$setuplang=(GETPOST('selectlang','aZ09',3)?GETPOST('selectlang','aZ09',3):'auto'); $langs->setDefaultLang($setuplang); $langs->load("admin"); diff --git a/htdocs/install/step4.php b/htdocs/install/step4.php index 54d985597bc..0fe8c6bbf06 100644 --- a/htdocs/install/step4.php +++ b/htdocs/install/step4.php @@ -32,7 +32,7 @@ require_once $dolibarr_main_document_root.'/core/lib/admin.lib.php'; global $langs; -$setuplang=(GETPOST('selectlang','',3)?GETPOST('selectlang','',3):'auto'); +$setuplang=(GETPOST('selectlang','aZ09',3)?GETPOST('selectlang','aZ09',3):'auto'); $langs->setDefaultLang($setuplang); $langs->load("admin"); diff --git a/htdocs/install/step5.php b/htdocs/install/step5.php index 4afe2e4a722..8a39faf526a 100644 --- a/htdocs/install/step5.php +++ b/htdocs/install/step5.php @@ -33,11 +33,11 @@ require_once $dolibarr_main_document_root . '/core/lib/security.lib.php'; // for global $langs; -$setuplang=GETPOST("selectlang",'',3)?GETPOST("selectlang",'',3):'auto'; +$setuplang=GETPOST("selectlang",'aZ09',3)?GETPOST("selectlang",'aZ09',3):'auto'; $langs->setDefaultLang($setuplang); -$versionfrom=GETPOST("versionfrom",'',3)?GETPOST("versionfrom",'',3):(empty($argv[1])?'':$argv[1]); -$versionto=GETPOST("versionto",'',3)?GETPOST("versionto",'',3):(empty($argv[2])?'':$argv[2]); -$action=GETPOST('action', 'alpha'); +$versionfrom=GETPOST("versionfrom",'alpha',3)?GETPOST("versionfrom",'alpha',3):(empty($argv[1])?'':$argv[1]); +$versionto=GETPOST("versionto",'alpha',3)?GETPOST("versionto",'alpha',3):(empty($argv[2])?'':$argv[2]); +$action=GETPOST('action','alpha'); // Define targetversion used to update MAIN_VERSION_LAST_INSTALL for first install // or MAIN_VERSION_LAST_UPGRADE for upgrade. diff --git a/htdocs/install/upgrade.php b/htdocs/install/upgrade.php index edd6463482f..1e0a94a55f8 100644 --- a/htdocs/install/upgrade.php +++ b/htdocs/install/upgrade.php @@ -56,11 +56,11 @@ error_reporting(0); error_reporting($err); -$setuplang=GETPOST("selectlang",'',3)?GETPOST("selectlang",'',3):'auto'; +$setuplang=GETPOST("selectlang",'aZ09',3)?GETPOST("selectlang",'aZ09',3):'auto'; $langs->setDefaultLang($setuplang); -$versionfrom=GETPOST("versionfrom",'',3)?GETPOST("versionfrom",'',3):(empty($argv[1])?'':$argv[1]); -$versionto=GETPOST("versionto",'',3)?GETPOST("versionto",'',3):(empty($argv[2])?'':$argv[2]); -$dirmodule=((GETPOST("dirmodule",'',3) && GETPOST("dirmodule",'',3) != 'ignoredbversion'))?GETPOST("dirmodule",'',3):((empty($argv[3]) || $argv[3] == 'ignoredbversion')?'':$argv[3]); +$versionfrom=GETPOST("versionfrom",'alpha',3)?GETPOST("versionfrom",'alpha',3):(empty($argv[1])?'':$argv[1]); +$versionto=GETPOST("versionto",'alpha',3)?GETPOST("versionto",'',3):(empty($argv[2])?'':$argv[2]); +$dirmodule=((GETPOST("dirmodule",'alpha',3) && GETPOST("dirmodule",'alpha',3) != 'ignoredbversion'))?GETPOST("dirmodule",'alpha',3):((empty($argv[3]) || $argv[3] == 'ignoredbversion')?'':$argv[3]); $ignoredbversion=(GETPOST('ignoredbversion','',3)=='ignoredbversion')?GETPOST('ignoredbversion','',3):((empty($argv[3]) || $argv[3] != 'ignoredbversion')?'':$argv[3]); $langs->load("admin"); diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php index f273474ab09..1d82364760a 100644 --- a/htdocs/install/upgrade2.php +++ b/htdocs/install/upgrade2.php @@ -61,7 +61,7 @@ error_reporting(0); @set_time_limit(300); error_reporting($err); -$setuplang=GETPOST("selectlang",'alpha',3)?GETPOST("selectlang",'alpha',3):'auto'; +$setuplang=GETPOST("selectlang",'aZ09',3)?GETPOST("selectlang",'aZ09',3):'auto'; $langs->setDefaultLang($setuplang); $versionfrom=GETPOST("versionfrom",'alpha',3)?GETPOST("versionfrom",'alpha',3):(empty($argv[1])?'':$argv[1]); $versionto=GETPOST("versionto",'alpha',3)?GETPOST("versionto",'alpha',3):(empty($argv[2])?'':$argv[2]); @@ -4361,31 +4361,10 @@ function migrate_reload_menu($db,$langs,$conf,$versionto) // Define list of menu handlers to initialize $listofmenuhandler=array(); - - $versiontoarray=explode('.',$versionto); - - // Migration required when target version is between - $afterversionarray=explode('.','2.8.9'); - $beforeversionarray=explode('.','2.9.9'); - if (versioncompare($versiontoarray,$afterversionarray) >= 0 && versioncompare($versiontoarray,$beforeversionarray) <= 0) + if ($conf->global->MAIN_MENU_STANDARD == 'auguria_menu' || $conf->global->MAIN_MENU_SMARTPHONE == 'auguria_menu' + || $conf->global->MAIN_MENUFRONT_STANDARD == 'auguria_menu' || $conf->global->MAIN_MENUFRONT_SMARTPHONE == 'auguria_menu') { - $listofmenuhandler['auguria']=1; // We set here only dynamic menu handlers - } - - // Migration required when target version is between - $afterversionarray=explode('.','3.1.9'); - $beforeversionarray=explode('.','3.2.9'); - if (versioncompare($versiontoarray,$afterversionarray) >= 0 && versioncompare($versiontoarray,$beforeversionarray) <= 0) - { - $listofmenuhandler['auguria']=1; // We set here only dynamic menu handlers - } - - // Migration required when target version is between - $afterversionarray=explode('.','3.7.9'); - $beforeversionarray=explode('.','4.0.9'); - if (versioncompare($versiontoarray,$afterversionarray) >= 0 && versioncompare($versiontoarray,$beforeversionarray) <= 0) - { - $listofmenuhandler['auguria']=1; // We set here only dynamic menu handlers + $listofmenuhandler['auguria']=1; // We set here only dynamic menu handlers } foreach ($listofmenuhandler as $key => $val) diff --git a/htdocs/langs/ar_SA/accountancy.lang b/htdocs/langs/ar_SA/accountancy.lang index 4f1f38de7be..bfaf6ceff41 100644 --- a/htdocs/langs/ar_SA/accountancy.lang +++ b/htdocs/langs/ar_SA/accountancy.lang @@ -8,7 +8,7 @@ ACCOUNTING_EXPORT_AMOUNT=تصدير الكمية ACCOUNTING_EXPORT_DEVISE=Export currency Selectformat=حدد تنسيق للملف ACCOUNTING_EXPORT_PREFIX_SPEC=تحديد بادئة لاسم الملف -ThisService=This service +ThisService=هذه الخدمة ThisProduct=This product DefaultForService=Default for service DefaultForProduct=Default for product diff --git a/htdocs/langs/ar_SA/admin.lang b/htdocs/langs/ar_SA/admin.lang index 22cfd234427..a2440db9e5b 100644 --- a/htdocs/langs/ar_SA/admin.lang +++ b/htdocs/langs/ar_SA/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=اكتشاف تلقائي (لغة المتصفح) FeatureDisabledInDemo=الميزة معلطة في العرض التجريبي FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=الصلاحيات BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=فقط العناصر من النماذج المفعلة سوف تظهر. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=يسمح لك لإدارة الشركات المتعددة Module6000Name=سير العمل Module6000Desc=إدارة سير العمل Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=ترك إدارة الطلبات Module20000Desc=أعلن وتابع الموظفين يترك طلبات Module39000Name=الكثير المنتج @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=ميزة لإرسال رسائل باستخدام TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=قاعدة لتوليد كلمات السر واقتر DisableForgetPasswordLinkOnLogonPage=لا تظهر وصلة "نسيت كلمة المرور" على صفحة تسجيل الدخول UsersSetup=شاهد الإعداد وحدة UserMailRequired=مطلوب بريد إلكتروني لإنشاء مستخدم جديد -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM وحدة الإعداد ##### Company setup ##### diff --git a/htdocs/langs/ar_SA/commercial.lang b/htdocs/langs/ar_SA/commercial.lang index 7d95ba54e83..082138af222 100644 --- a/htdocs/langs/ar_SA/commercial.lang +++ b/htdocs/langs/ar_SA/commercial.lang @@ -70,3 +70,9 @@ Stats=إحصاءات المبيعات StatusProsp=احتمال وضع DraftPropals=صياغة مقترحات تجارية NoLimit=لا حدود +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/ar_SA/holiday.lang b/htdocs/langs/ar_SA/holiday.lang index a1c028e3b7d..a98958cb808 100644 --- a/htdocs/langs/ar_SA/holiday.lang +++ b/htdocs/langs/ar_SA/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=ترك طلب الإلغاء EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/ar_SA/mails.lang b/htdocs/langs/ar_SA/mails.lang index 57b5747646a..193a8bd25bb 100644 --- a/htdocs/langs/ar_SA/mails.lang +++ b/htdocs/langs/ar_SA/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=فريدة من شركات الاتصالات MailNoChangePossible=صادق المتلقين للمراسلة لا يمكن تغيير SearchAMailing=البحث البريدية SendMailing=إرسال البريد الإلكتروني -SendMail=إرسال بريد إلكتروني SentBy=أرسلها MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=ولكن يمكنك إرسالها عبر الإنترنت عن طريق إضافة معلمة MAILING_LIMIT_SENDBYWEB مع قيمة الحد الأقصى لعدد من رسائل البريد الإلكتروني التي تريد إرسالها من خلال هذه الدورة. diff --git a/htdocs/langs/ar_SA/main.lang b/htdocs/langs/ar_SA/main.lang index ba4c563754e..3aac86f9493 100644 --- a/htdocs/langs/ar_SA/main.lang +++ b/htdocs/langs/ar_SA/main.lang @@ -266,8 +266,10 @@ DateApprove2=تاريخ الموافقة (موافقة الثانية) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=سنة DurationMonth=شهر DurationWeek=أسبوع @@ -608,6 +610,7 @@ SendByMail=أرسل عن طريق البريد الالكتروني MailSentBy=البريد الإلكتروني التي بعث بها TextUsedInTheMessageBody=هيئة البريد الإلكتروني SendAcknowledgementByMail=Send confirmation email +SendMail=إرسال بريد إلكتروني EMail=البريد الإلكتروني NoEMail=أي بريد إلكتروني Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=تقرير حساب +ExpenseReports=تقارير المصاريف HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=الأحداث EMailTemplates=رسائل البريد الإلكتروني قوالب FileNotShared=File not shared to exernal public +Project=المشروع +Projects=مشاريع +Rights=الصلاحيات # Week day Monday=يوم الاثنين Tuesday=الثلاثاء diff --git a/htdocs/langs/ar_SA/members.lang b/htdocs/langs/ar_SA/members.lang index 216c86d4e30..8ba979e12a4 100644 --- a/htdocs/langs/ar_SA/members.lang +++ b/htdocs/langs/ar_SA/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=دوران (لشركة) أو الميزانية (على أسا DefaultAmount=المبلغ الافتراضي للاكتتاب CanEditAmount=يمكن للزائر اختيار / تحرير كمية من اكتتابها MEMBER_NEWFORM_PAYONLINE=القفز على صفحة الدفع عبر الانترنت المتكاملة -ByProperties=حسب الخصائص -MembersStatisticsByProperties=إحصائيات الأعضاء حسب الخصائص +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=هذه الشاشة تظهر لك إحصاءات عن أعضاء من الطبيعة. MembersByRegion=هذه الشاشة تظهر لك إحصاءات عن أعضاء حسب المنطقة. VATToUseForSubscriptions=معدل ضريبة القيمة المضافة لاستخدامه في اشتراكات diff --git a/htdocs/langs/ar_SA/modulebuilder.lang b/htdocs/langs/ar_SA/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/ar_SA/modulebuilder.lang +++ b/htdocs/langs/ar_SA/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/ar_SA/products.lang b/htdocs/langs/ar_SA/products.lang index b038f6cabfb..0b84c1a23aa 100644 --- a/htdocs/langs/ar_SA/products.lang +++ b/htdocs/langs/ar_SA/products.lang @@ -4,126 +4,126 @@ ProductLabel=وصف المنتج ProductLabelTranslated=تسمية المنتج مترجمة ProductDescriptionTranslated=ترجم وصف المنتج ProductNoteTranslated=ترجم مذكرة المنتج -ProductServiceCard=منتجات / خدمات البطاقات +ProductServiceCard=منتجات / بطاقة الخدمات TMenuProducts=المنتجات TMenuServices=الخدمات Products=المنتجات Services=الخدمات Product=المنتج Service=الخدمة -ProductId=المنتجات / الخدمات معرف +ProductId=معرف المنتج و الخدمة Create=إنشاء -Reference=المرجعية -NewProduct=منتجات جديدة +Reference=المرجع +NewProduct=منتج جديد NewService=خدمة جديدة -ProductVatMassChange=تغيير VAT الشامل -ProductVatMassChangeDesc=هذه الصفحة يمكن استخدامها لتعديل نسبة الضريبة على القيمة المضافة المحددة على المنتجات أو الخدمات من قيمة إلى أخرى. تحذير، ويتم هذا التغيير على كل قاعدة البيانات. +ProductVatMassChange=تغيير جماعي لضريبة القيمة المضافة +ProductVatMassChangeDesc=هذه الصفحة يمكن استخدامها لتعديل نسبة الضريبة على القيمة المضافة المحددة على المنتجات أو الخدمات من قيمة إلى أخرى. تحذير، يتم هذا التغيير على كل قاعدة البيانات. MassBarcodeInit=الحرف الأول الباركود الشامل MassBarcodeInitDesc=هذه الصفحة يمكن استخدامها لتهيئة الباركود على الكائنات التي لا يكون الباركود تعريف. تحقق قبل أن الإعداد وحدة الباركود كاملة. -ProductAccountancyBuyCode=Accounting code (purchase) -ProductAccountancySellCode=Accounting code (sale) +ProductAccountancyBuyCode=كود المحاسبة (شراء) +ProductAccountancySellCode=كود المحاسبة (بيع) ProductOrService=المنتج أو الخدمة ProductsAndServices=المنتجات والخدمات ProductsOrServices=منتجات أو خدمات ProductsOnSaleOnly=Products for sale only ProductsOnPurchaseOnly=Products for purchase only -ProductsNotOnSell=Products not for sale and not for purchase +ProductsNotOnSell=منتجات ليست للبيع ولا الشراء ProductsOnSellAndOnBuy=المنتجات للبيع والشراء ServicesOnSaleOnly=Services for sale only ServicesOnPurchaseOnly=Services for purchase only -ServicesNotOnSell=Services not for sale and not for purchase +ServicesNotOnSell=خدمات ليست للبيع ولا الشراء ServicesOnSellAndOnBuy=خدمات للبيع والشراء LastModifiedProductsAndServices=Latest %s modified products/services LastRecordedProducts=Latest %s recorded products LastRecordedServices=Latest %s recorded services CardProduct0=منتجات البطاقات CardProduct1=بطاقة الخدمة -Stock=الأسهم -Stocks=الاسهم +Stock=المخزون +Stocks=المخزون Movements=حركات Sell=مبيعات Buy=مشتريات -OnSell=على بيع -OnBuy=شراؤها -NotOnSell=من بيع -ProductStatusOnSell=على بيع -ProductStatusNotOnSell=من بيع -ProductStatusOnSellShort=على بيع -ProductStatusNotOnSellShort=من بيع -ProductStatusOnBuy=متاح -ProductStatusNotOnBuy=عفا عليها الزمن -ProductStatusOnBuyShort=متاح -ProductStatusNotOnBuyShort=عفا عليها الزمن +OnSell=متاح للبيع +OnBuy=للشراء +NotOnSell=ليس للبيع +ProductStatusOnSell=متاح للبيع +ProductStatusNotOnSell=ليس للبيع +ProductStatusOnSellShort=متاح للبيع +ProductStatusNotOnSellShort=ليس للبيع +ProductStatusOnBuy=متاح للشراء +ProductStatusNotOnBuy=ليس للشراء +ProductStatusOnBuyShort=متاح للشراء +ProductStatusNotOnBuyShort=ليس للشراء UpdateVAT=تحديث الضريبة على القيمة المضافة UpdateDefaultPrice=تحديث السعر الافتراضي UpdateLevelPrices=أسعار التحديث لكل مستوى AppliedPricesFrom=تطبق الأسعار من SellingPrice=سعر البيع SellingPriceHT=سعر البيع (صافي الضرائب) -SellingPriceTTC=سعر البيع (شركة الضريبية) +SellingPriceTTC=سعر البيع (شامل الضريبية) CostPriceDescription=هذا السعر (صافية من الضرائب) يمكن استخدامها لتخزين متوسط ​​كمية هذا تكلفة المنتج لشركتك. قد يكون بأي ثمن على حساب نفسك، على سبيل المثال من متوسط ​​سعر الشراء بالإضافة إلى متوسط ​​إنتاج وتوزيع التكاليف. CostPriceUsage=This value could be used for margin calculation. SoldAmount=Sold amount PurchasedAmount=Purchased amount NewPrice=السعر الجديد -MinPrice=دقيقة. سعر البيع +MinPrice=سعر البيع CantBeLessThanMinPrice=سعر البيع لا يمكن أن يكون أقل من الحد الأدنى المسموح لهذا المنتج (٪ ق بدون الضرائب) -ContractStatusClosed=مغلقة -ErrorProductAlreadyExists=منتج مع الإشارة ٪ ق موجود بالفعل. -ErrorProductBadRefOrLabel=قيمة خاطئة لإشارة أو علامة. +ContractStatusClosed=مغلق +ErrorProductAlreadyExists=المنتج ذو المرجع %sموجود بالفعل. +ErrorProductBadRefOrLabel=قيمة خاطئة لـ مرجع أو ملصق. ErrorProductClone=كان هناك مشكلة أثناء محاولة استنساخ المنتج أو الخدمة. ErrorPriceCantBeLowerThanMinPrice=خطأ، سعر لا يمكن أن يكون أقل من الحد الأدنى السعر. Suppliers=الموردين -SupplierRef=المرجع المورد. -ShowProduct=وتظهر المنتج -ShowService=وتظهر الخدمة -ProductsAndServicesArea=مجال المنتجات والخدمات -ProductsArea=منتجات المنطقة -ServicesArea=مجال الخدمات -ListOfStockMovements=قائمة الحركات الأسهم +SupplierRef=مرجع مورد المنتجات. +ShowProduct=عرض المنتج +ShowService=عرض الخدمة +ProductsAndServicesArea=منطقة المنتجات والخدمات +ProductsArea=منطقة المنتجات +ServicesArea=منطقة الخدمات +ListOfStockMovements=قائمة الحركات المخزون BuyingPrice=سعر الشراء PriceForEachProduct=المنتجات بأسعار محددة SupplierCard=بطاقة المورد -PriceRemoved=رفع الأسعار +PriceRemoved=تمت إزالة السعر BarCode=الباركود BarcodeType=نوع الباركود SetDefaultBarcodeType=حدد نوع الباركود BarcodeValue=قيمة الباركود -NoteNotVisibleOnBill=علما) على الفواتير غير مرئي ، واقتراحات...) +NoteNotVisibleOnBill=ملحوظة(غيرمرئية على الفواتير والعروض...) ServiceLimitedDuration=إذا كان المنتج هو خدمة لفترة محدودة : -MultiPricesAbility=Several segment of prices per product/service (each customer is in one segment) +MultiPricesAbility=عدة شرائح من أسعار لكل منتج / خدمة (كل عميل في شريحة واحدة) MultiPricesNumPrices=عدد من السعر -AssociatedProductsAbility=Activate the feature to manage virtual products -AssociatedProducts=المنتجات -AssociatedProductsNumber=عدد المنتجات -ParentProductsNumber=عدد الوالد منتجات التعبئة والتغليف +AssociatedProductsAbility=تنشيط ميزة إدارة المنتجات الإفتراضية +AssociatedProducts=المنتجات الإفتراضية +AssociatedProductsNumber=عدد المنتجات التي تنتج هذا المنتج الإفتراضي +ParentProductsNumber=عدد منتج التعبئة الاب ParentProducts=Parent products -IfZeroItIsNotAVirtualProduct=If 0, this product is not a virtual product -IfZeroItIsNotUsedByVirtualProduct=If 0, this product is not used by any virtual product -KeywordFilter=الكلمة الرئيسية فلتر -CategoryFilter=فئة فلتر -ProductToAddSearch=إضافة إلى البحث عن المنتج -NoMatchFound=العثور على أي مباراة +IfZeroItIsNotAVirtualProduct=إذا كان 0، هذا المنتج ليس منتج إفتراضي +IfZeroItIsNotUsedByVirtualProduct=إذا كان 0، لا يتم استخدام هذا المنتج من قبل أي منتج إفتراضي +KeywordFilter=فلتر الكلمة المقتاحية +CategoryFilter=فلتر التصنيف +ProductToAddSearch= إبحث عن منتج لإضافتة +NoMatchFound=لا يوجد نتائج متطابقة ListOfProductsServices=List of products/services -ProductAssociationList=قائمة المنتجات / الخدمات التي هي مكون من مكونات هذا المنتج الظاهري / حزمة -ProductParentList=قائمة من المنتجات / الخدمات مع هذا المنتج كعنصر +ProductAssociationList=قائمة المنتجات / الخدمات التي هي مكون من مكونات هذا المنتج/ الحزمة الإفتراضية +ProductParentList=قائمة من المنتجات / الخدمات الإفتراضية مع هذا المنتج كعنصر مكون ErrorAssociationIsFatherOfThis=واحد من اختيار المنتج الأم الحالية المنتج -DeleteProduct=حذف المنتجات / الخدمات -ConfirmDeleteProduct=هل أنت متأكد من حذف هذه المنتجات / الخدمات؟ -ProductDeleted=المنتجات والخدمات "٪ ل" حذفها من قاعدة البيانات. +DeleteProduct=حذف منتج / خدمة +ConfirmDeleteProduct=هل أنت متأكد من حذف هذا المنتج / الخدمة؟ +ProductDeleted=المنتج /الخدمة "%s" تم حذفها من قاعدة البيانات. ExportDataset_produit_1=المنتجات ExportDataset_service_1=الخدمات ImportDataset_produit_1=المنتجات ImportDataset_service_1=الخدمات DeleteProductLine=حذف خط الإنتاج -ConfirmDeleteProductLine=هل أنت متأكد من أنك تريد حذف هذا السطر المنتج؟ +ConfirmDeleteProductLine=هل أنت متأكد من أنك تريد حذف خط الإنتاج؟ ProductSpecial=خاص QtyMin=الحد الأدنى من الكمية -PriceQtyMin=ثمن هذا دقيقة. الكمية (ث / س الخصم) +PriceQtyMin=ثمن هذا الحد الادنى (ث / س الخصم) VATRateForSupplierProduct=معدل ضريبة القيمة المضافة (لهذا المورد / المنتج) -DiscountQtyMin=خصم الكمية الافتراضية ل -NoPriceDefinedForThisSupplier=لا السعر الكمية المحددة لهذا المورد / المنتج -NoSupplierPriceDefinedForThisProduct=لا مورد السعر الكمية المحددة لهذا المنتج +DiscountQtyMin=الخصم الإفتراضي للكمية +NoPriceDefinedForThisSupplier=لا يوجد سعر أو كمية محددة لهذا المورد / المنتج +NoSupplierPriceDefinedForThisProduct=لا سعر أو كمية محددة لهذا المنتج من قبل المورد PredefinedProductsToSell=منتجات محددة مسبقا للبيع PredefinedServicesToSell=خدمات محددة مسبقا للبيع PredefinedProductsAndServicesToSell=منتجات محددة مسبقا / خدمات للبيع @@ -131,27 +131,27 @@ PredefinedProductsToPurchase=المنتج مسبقا لشراء PredefinedServicesToPurchase=خدمات محددة مسبقا لشراء PredefinedProductsAndServicesToPurchase=منتجات محددة مسبقا / خدمات أن puchase NotPredefinedProducts=Not predefined products/services -GenerateThumb=يولد الإبهام -ServiceNb=خدمة ق # ٪ +GenerateThumb=توليد صورة مصغرة +ServiceNb=خدمة #%s ListProductServiceByPopularity=قائمة المنتجات / الخدمات حسب الشهرة -ListProductByPopularity=قائمة المنتجات / الخدمات شعبية -ListServiceByPopularity=قائمة الخدمات حسب الشهرة +ListProductByPopularity=قائمة المنتجات / الخدمات بحسب الشهرة +ListServiceByPopularity=قائمة الخدمات بحسب الشهرة Finished=المنتجات المصنعة -RowMaterial=المادة الأولى +RowMaterial=المادة الخام CloneProduct=استنساخ المنتجات أو الخدمات -ConfirmCloneProduct=Are you sure you want to clone product or service %s? -CloneContentProduct=استنساخ جميع المعلومات الرئيسية من المنتجات / الخدمات -ClonePricesProduct=استنساخ الرئيسية معلومات والأسعار -CloneCompositionProduct=استنساخ حزم المنتج / الخدمة +ConfirmCloneProduct=هل انت متأكد انك ترغب في استنساخ المنتج/الخدمة %s؟ +CloneContentProduct=استنساخ جميع المعلومات الرئيسية لـ المنتج / الخدمة +ClonePricesProduct=استنساخ المعلومات الرئيسية والأسعار +CloneCompositionProduct=استنساخ منتج / خدمة معبئة CloneCombinationsProduct=Clone product variants -ProductIsUsed=ويستخدم هذا المنتج -NewRefForClone=المرجع. من المنتجات الجديدة / خدمة +ProductIsUsed=هذا المنتج يتم استخدامة +NewRefForClone=مرجع. المنتج/ الخدمة الجديدة  SellingPrices=أسعار بيع BuyingPrices=شراء أسعار -CustomerPrices=أسعار العملاء +CustomerPrices=أسعار العميل SuppliersPrices=أسعار المورد SuppliersPricesOfProductsOrServices=أسعار المورد (منتجات أو خدمات) -CustomCode=Customs/Commodity/HS code +CustomCode=الجمارك/السلع /كود HS CountryOrigin=بلد المنشأ Nature=طبيعة ShortLabel=التسمية قصيرة @@ -189,12 +189,12 @@ unitM2=Square meter unitM3=Cubic meter unitL=Liter ProductCodeModel=قالب المرجع المنتج -ServiceCodeModel=قالب المرجع الخدمة +ServiceCodeModel=قالب مرجع الخدمة CurrentProductPrice=السعر الحالي -AlwaysUseNewPrice=دائما استخدام السعر الحالي للمنتج / خدمة -AlwaysUseFixedPrice=استخدام سعر ثابت +AlwaysUseNewPrice=دائما استخدم السعر الحالي للمنتج / الخدمة +AlwaysUseFixedPrice=استخدم السعر الثابت PriceByQuantity=أسعار مختلفة حسب الكمية -PriceByQuantityRange=كمية مجموعة +PriceByQuantityRange=مدى الكمية MultipriceRules=Price segment rules UseMultipriceRules=Use price segment rules (defined into product module setup) to autocalculate prices of all other segment according to first segment PercentVariationOver=٪٪ الاختلاف على الصورة٪ @@ -202,26 +202,26 @@ PercentDiscountOver=٪٪ خصم أكثر من٪ الصورة KeepEmptyForAutoCalculation=Keep empty to have this calculated automatically from weight or volume of products ### composition fabrication Build=إنتاج -ProductsMultiPrice=Products and prices for each price segment +ProductsMultiPrice=المنتجات و الاسعار لكل شريحة ProductsOrServiceMultiPrice=أسعار العملاء (منتجات أو خدمات، أسعار متعددة) -ProductSellByQuarterHT=منتجات دوران الفصلية قبل الضرائب -ServiceSellByQuarterHT=خدمات دوران الفصلية قبل الضرائب -Quarter1=1. ربع -Quarter2=2. ربع -Quarter3=3. ربع -Quarter4=4. ربع -BarCodePrintsheet=طباعة قانون نقابة المحامين -PageToGenerateBarCodeSheets=مع هذه الأداة، يمكنك طباعة ورقة من الملصقات الرمز الشريطي. اختيار شكل الصفحة ملصقا، ونوع الباركود وقيمة الباركود، ثم انقر على زر٪ الصورة. +ProductSellByQuarterHT=دورة المنتجات الربع سنوية قبل الضرائب +ServiceSellByQuarterHT=دورة الخدمات الربع سنوية قبل الضرائب +Quarter1=الربع الإول +Quarter2=الربع الثاني +Quarter3=الربع الثالث +Quarter4=الربع الرابع +BarCodePrintsheet=طباعة الباركود +PageToGenerateBarCodeSheets=مع هذه الأداة، يمكنك طباعة أوراق من الباركود. اختار نوع صفحة الملصقات، ونوع وقيمة الباركود، ثم انقر على زر %s NumberOfStickers=عدد من الملصقات للطباعة على الصفحة PrintsheetForOneBarCode=طباعة عدة ملصقات لالباركود واحد -BuildPageToPrint=توليد الصفحة لطباعة -FillBarCodeTypeAndValueManually=ملء نوع الباركود والقيمة يدويا. -FillBarCodeTypeAndValueFromProduct=ملء نوع الباركود وقيمة من الباركود للمنتج. -FillBarCodeTypeAndValueFromThirdParty=Fill barcode type and value from barcode of a third party. -DefinitionOfBarCodeForProductNotComplete=تعريف نوع أو قيمة الرمز الشريطي يست كاملة للمنتج٪ الصورة. -DefinitionOfBarCodeForThirdpartyNotComplete=Definition of type or value of bar code non complete for third party %s. -BarCodeDataForProduct=معلومات الباركود من الناتج٪ الصورة: -BarCodeDataForThirdparty=Barcode information of third party %s : +BuildPageToPrint=توليد صفحة للطباعة +FillBarCodeTypeAndValueManually=ملء نوع وقيمة الباركود يدويا. +FillBarCodeTypeAndValueFromProduct=ملء نوع وقيمة الباركود من باركود المنتج. +FillBarCodeTypeAndValueFromThirdParty=ملء نوع وقيمة الباركود من باركود طرف ثالت. +DefinitionOfBarCodeForProductNotComplete=تعريف نوع أو قيمة الباركود ليس كامل للمنتج%s. +DefinitionOfBarCodeForThirdpartyNotComplete=تعريف نوع أو قيمة الباركود ليس كامل للطرف الثالث %s +BarCodeDataForProduct=معلومات الباركود للمنتج%s : +BarCodeDataForThirdparty=معلومات الباركود للطرف الثالث%s: ResetBarcodeForAllRecords=Define barcode value for all record (this will also reset barcode value already defined with new values) PriceByCustomer=Different prices for each customer PriceCatalogue=A single sell price per product/service diff --git a/htdocs/langs/ar_SA/projects.lang b/htdocs/langs/ar_SA/projects.lang index 169d82452b2..5c88722ed5c 100644 --- a/htdocs/langs/ar_SA/projects.lang +++ b/htdocs/langs/ar_SA/projects.lang @@ -3,8 +3,6 @@ RefProject=المرجع. مشروع ProjectRef=المرجع المشروع. ProjectId=رقم المشروع ProjectLabel=تسمية المشروع -Project=المشروع -Projects=المشاريع ProjectsArea=Projects Area ProjectStatus=حالة المشروع SharedProject=مشاريع مشتركة @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=وتبين للمشروع +ShowTask=وتظهر هذه المهمة SetProject=وضع المشروع NoProject=لا يعرف أو المملوكة للمشروع NbOfProjects=ملاحظة : للمشاريع @@ -77,6 +76,7 @@ Time=وقت ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=قائمة المقترحات التجارية المرتبطة بالمشروع. ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=فتح مشروع ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=مشروع اتصالات +TaskContact=Task contacts ActionsOnProject=الإجراءات على المشروع YouAreNotContactOfProject=كنت لا اتصال لهذا المشروع الخاص UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=قضى الوقت حذف ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=انظر أيضا المهام الغير موكلة الي ShowMyTasksOnly=عرض فقط المهام الموكلة الي -TaskRessourceLinks=مصادر +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=مشاريع مخصصة لهذا الطرف الثالث NoTasks=أية مهام لهذا المشروع LinkedToAnotherCompany=ربط طرف ثالث آخر diff --git a/htdocs/langs/ar_SA/salaries.lang b/htdocs/langs/ar_SA/salaries.lang index ac60cd65b73..ff403fd856a 100644 --- a/htdocs/langs/ar_SA/salaries.lang +++ b/htdocs/langs/ar_SA/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=الراتب الحالي THMDescription=يمكن استخدام هذه القيمة لحساب تكلفة الوقت المستهلك في المشروع المدخل من قبل المستخدمين إذا تم استخدام وحدة مشروع TJMDescription=هذه القيمة هي حاليا فقط كمعلومات وليس لاستخدامها في أي حساب +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/ar_SA/stocks.lang b/htdocs/langs/ar_SA/stocks.lang index 8c061d90da9..e44316daeb8 100644 --- a/htdocs/langs/ar_SA/stocks.lang +++ b/htdocs/langs/ar_SA/stocks.lang @@ -22,6 +22,7 @@ Movements=حركات ErrorWarehouseRefRequired=مستودع الاشارة اسم مطلوب ListOfWarehouses=لائحة المخازن ListOfStockMovements=قائمة الحركات الأسهم +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=منطقة المستودعات @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=تسمية الحركة +DateMovement=Date of movement InventoryCode=حركة المخزون أو كود IsInPackage=الواردة في حزمة WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/ar_SA/trips.lang b/htdocs/langs/ar_SA/trips.lang index 7aad756df45..af23afca8e2 100644 --- a/htdocs/langs/ar_SA/trips.lang +++ b/htdocs/langs/ar_SA/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=تقرير حساب -ExpenseReports=تقارير المصاريف ShowExpenseReport=عرض تقرير حساب Trips=تقارير المصاريف TripsAndExpenses=تقارير النفقات @@ -12,6 +10,8 @@ ListOfFees=قائمة الرسوم TypeFees=Types of fees ShowTrip=عرض تقرير حساب NewTrip=تقرير حساب جديد +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=كم المبلغ أو DeleteTrip=حذف تقرير حساب @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=لقد أعلن تقرير حساب آخر في نطاق تاريخ مماثل. AucuneLigne=لا يوجد تقرير مصروفات تعلن بعد diff --git a/htdocs/langs/ar_SA/website.lang b/htdocs/langs/ar_SA/website.lang index edf781cd4f6..d6e732a2141 100644 --- a/htdocs/langs/ar_SA/website.lang +++ b/htdocs/langs/ar_SA/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/bg_BG/admin.lang b/htdocs/langs/bg_BG/admin.lang index 53749abf993..1f12464111b 100644 --- a/htdocs/langs/bg_BG/admin.lang +++ b/htdocs/langs/bg_BG/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Автоматично (език на браузъра) FeatureDisabledInDemo=Feature инвалиди в демо FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Права BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Показани са само елементи от активирани модули. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Позволява ви да управлявате няколк Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Член за генериране на предлож DisableForgetPasswordLinkOnLogonPage=Да не се показват връзката "Забравена парола" на страницата за вход UsersSetup=Потребители модул за настройка UserMailRequired=Задължително е въвеждането на имейл при създаване на нов потребител -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/bg_BG/commercial.lang b/htdocs/langs/bg_BG/commercial.lang index 48090164484..a9129075cff 100644 --- a/htdocs/langs/bg_BG/commercial.lang +++ b/htdocs/langs/bg_BG/commercial.lang @@ -70,3 +70,9 @@ Stats=Статистика на продажбите StatusProsp=Prospect статус DraftPropals=Проектът на търговски предложения NoLimit=Няма лимит +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/bg_BG/holiday.lang b/htdocs/langs/bg_BG/holiday.lang index bd4f6bb0e21..8ecb7b74d40 100644 --- a/htdocs/langs/bg_BG/holiday.lang +++ b/htdocs/langs/bg_BG/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Отказване на молба за отпуск EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/bg_BG/mails.lang b/htdocs/langs/bg_BG/mails.lang index 7462e468a87..5acdb4953de 100644 --- a/htdocs/langs/bg_BG/mails.lang +++ b/htdocs/langs/bg_BG/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Уникални контакти на фирми MailNoChangePossible=Получатели на за валидирани електронната поща не може да бъде променена SearchAMailing=Търсене пощенски SendMailing=Изпращане на имейл -SendMail=Изпращане на имейл SentBy=Изпратено от MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Все пак можете да ги изпратите онлайн чрез добавяне на параметър MAILING_LIMIT_SENDBYWEB със стойност на максимален брой на имейлите, които искате да изпратите от сесията. За това, отидете на дома - Setup - Други. diff --git a/htdocs/langs/bg_BG/main.lang b/htdocs/langs/bg_BG/main.lang index e7c1b701853..a9266174e7e 100644 --- a/htdocs/langs/bg_BG/main.lang +++ b/htdocs/langs/bg_BG/main.lang @@ -266,8 +266,10 @@ DateApprove2=Дата на одобрение (повторно одобрени RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=година DurationMonth=месец DurationWeek=седмица @@ -608,6 +610,7 @@ SendByMail=Изпрати по имейл MailSentBy=Изпратено по имейл от TextUsedInTheMessageBody=Текст на имейла SendAcknowledgementByMail=Send confirmation email +SendMail=Изпращане на имейл EMail=Имейл NoEMail=Няма имейл Email=Имейл @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Уеб Сайт +WebSites=Web sites +ExpenseReport=Доклад разходи +ExpenseReports=Опис разходи HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Събития EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Проект +Projects=Проекти +Rights=Права # Week day Monday=Понеделник Tuesday=Вторник diff --git a/htdocs/langs/bg_BG/members.lang b/htdocs/langs/bg_BG/members.lang index 2ed9ff95f89..7a51a30538e 100644 --- a/htdocs/langs/bg_BG/members.lang +++ b/htdocs/langs/bg_BG/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Оборот (за фирма) или Бюджет (за орг DefaultAmount=Сума по подразбиране за членски внос CanEditAmount=Посетител може да избере/редактира размера на вноската си MEMBER_NEWFORM_PAYONLINE=Прехвърляне към интегрираната онлайн страница за плащане -ByProperties=По характеристики -MembersStatisticsByProperties=Статистики на членовете по характеристики +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Този екран ви показва статистики на членовете по същност. MembersByRegion=Този екран ви показва статистики на членовете по регион. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/bg_BG/modulebuilder.lang b/htdocs/langs/bg_BG/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/bg_BG/modulebuilder.lang +++ b/htdocs/langs/bg_BG/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/bg_BG/projects.lang b/htdocs/langs/bg_BG/projects.lang index 67b6a6aa807..b3c0f7d370f 100644 --- a/htdocs/langs/bg_BG/projects.lang +++ b/htdocs/langs/bg_BG/projects.lang @@ -3,8 +3,6 @@ RefProject=Реф. проект ProjectRef=Проект реф. ProjectId=Id на проект ProjectLabel=Етикет на проект -Project=Проект -Projects=Проекти ProjectsArea=Projects Area ProjectStatus=Статус на проект SharedProject=Всички @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Покажи проект +ShowTask=Покажи задача SetProject=Задайте проект NoProject=Нито един проект няма определени или собственост NbOfProjects=Nb на проекти @@ -77,6 +76,7 @@ Time=Време ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Списък на търговските предложения, свързани с проекта ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Проект с отворен ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=ПРОЕКТА Контакти +TaskContact=Task contacts ActionsOnProject=Събития по проекта YouAreNotContactOfProject=Вие не сте контакт на този частен проект UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Изтриване на времето, прекарано ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Показване също на задачи, които не са възложени на мен ShowMyTasksOnly=Показване задачи, възложени само на мен -TaskRessourceLinks=Ресурси +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Проекти, насочени към този контрагент NoTasks=Няма задачи за този проект LinkedToAnotherCompany=Свързано с друг контрагент diff --git a/htdocs/langs/bg_BG/salaries.lang b/htdocs/langs/bg_BG/salaries.lang index 7bb5fc9858e..7b89be5216f 100644 --- a/htdocs/langs/bg_BG/salaries.lang +++ b/htdocs/langs/bg_BG/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Сегашна заплата THMDescription=Тази стойност може да използва за изчисляване на отнето време по проект отделено от потребителите ако модул проект се използва TJMDescription=Тази стойност е само сега като информация и не се използва за никакво изчисление +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/bg_BG/stocks.lang b/htdocs/langs/bg_BG/stocks.lang index cf6419ef866..4224de73b2d 100644 --- a/htdocs/langs/bg_BG/stocks.lang +++ b/htdocs/langs/bg_BG/stocks.lang @@ -22,6 +22,7 @@ Movements=Движения ErrorWarehouseRefRequired=Изисква се референтно име на склад ListOfWarehouses=Списък на складовете ListOfStockMovements=Списък на движението на стоковите наличности +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/bg_BG/trips.lang b/htdocs/langs/bg_BG/trips.lang index d4f5c3e6203..2e539afe9c5 100644 --- a/htdocs/langs/bg_BG/trips.lang +++ b/htdocs/langs/bg_BG/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Доклад разходи -ExpenseReports=Expense reports ShowExpenseReport=Показване на доклад за разходи Trips=Expense reports TripsAndExpenses=Доклади разходи @@ -12,6 +10,8 @@ ListOfFees=Списък на такси TypeFees=Types of fees ShowTrip=Показване на доклад за разходи NewTrip=Нов доклад за разходи +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Сума или км DeleteTrip=Изтриване на доклад за разходи @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Създали сте друг доклад за разходи в подобен времеви отрязък. AucuneLigne=Няма все още деклариран доклад за разходи diff --git a/htdocs/langs/bg_BG/website.lang b/htdocs/langs/bg_BG/website.lang index 532a049a97c..2d3b7514acc 100644 --- a/htdocs/langs/bg_BG/website.lang +++ b/htdocs/langs/bg_BG/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Изтрийте уебсайт ConfirmDeleteWebsite=Сигурни ли сте, че искате да изтриете този уебсайт? Всички негови страници и съдържание ще бъдат премахнати. WEBSITE_PAGENAME=Име на страницата WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=Линк към външен CSS файл WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Редактирай CSS или HTML header EditMenu=Редактирай EditMedias=Edit medias EditPageMeta=Редайтирай Meta -Website=Уеб Сайт AddWebsite=Add website Webpage=Web page/container AddPage=Добави страница/контейнер @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/bn_BD/admin.lang b/htdocs/langs/bn_BD/admin.lang index 181274892a4..64b005c8278 100644 --- a/htdocs/langs/bn_BD/admin.lang +++ b/htdocs/langs/bn_BD/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/bn_BD/commercial.lang b/htdocs/langs/bn_BD/commercial.lang index deb66143b82..a832775b36c 100644 --- a/htdocs/langs/bn_BD/commercial.lang +++ b/htdocs/langs/bn_BD/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/bn_BD/holiday.lang b/htdocs/langs/bn_BD/holiday.lang index 462515ca9a2..1c19d69732a 100644 --- a/htdocs/langs/bn_BD/holiday.lang +++ b/htdocs/langs/bn_BD/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/bn_BD/mails.lang b/htdocs/langs/bn_BD/mails.lang index 9e5248aeced..27e041910bf 100644 --- a/htdocs/langs/bn_BD/mails.lang +++ b/htdocs/langs/bn_BD/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/bn_BD/main.lang b/htdocs/langs/bn_BD/main.lang index c3870f610a5..a2141ad3e47 100644 --- a/htdocs/langs/bn_BD/main.lang +++ b/htdocs/langs/bn_BD/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=Permissions # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/bn_BD/members.lang b/htdocs/langs/bn_BD/members.lang index fb7cc76c50e..fd0adc4c264 100644 --- a/htdocs/langs/bn_BD/members.lang +++ b/htdocs/langs/bn_BD/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/bn_BD/modulebuilder.lang b/htdocs/langs/bn_BD/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/bn_BD/modulebuilder.lang +++ b/htdocs/langs/bn_BD/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/bn_BD/projects.lang b/htdocs/langs/bn_BD/projects.lang index d46076309b7..f2e57a1ff8f 100644 --- a/htdocs/langs/bn_BD/projects.lang +++ b/htdocs/langs/bn_BD/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/bn_BD/salaries.lang b/htdocs/langs/bn_BD/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/bn_BD/salaries.lang +++ b/htdocs/langs/bn_BD/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/bn_BD/stocks.lang b/htdocs/langs/bn_BD/stocks.lang index 81708ae01c4..aec0029e6c5 100644 --- a/htdocs/langs/bn_BD/stocks.lang +++ b/htdocs/langs/bn_BD/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/bn_BD/trips.lang b/htdocs/langs/bn_BD/trips.lang index bf9fea30f68..a741a9f6e5f 100644 --- a/htdocs/langs/bn_BD/trips.lang +++ b/htdocs/langs/bn_BD/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/bn_BD/website.lang b/htdocs/langs/bn_BD/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/bn_BD/website.lang +++ b/htdocs/langs/bn_BD/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/bs_BA/admin.lang b/htdocs/langs/bs_BA/admin.lang index 83174a8fe3d..1a5fc896bfa 100644 --- a/htdocs/langs/bs_BA/admin.lang +++ b/htdocs/langs/bs_BA/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Automatsko otkrivanje (jezik preglednika) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Dozvole BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow - Tok rada Module6000Desc=Upravljanje workflow-om - tokom rada Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/bs_BA/commercial.lang b/htdocs/langs/bs_BA/commercial.lang index 7fa3801665c..5ae852c86e0 100644 --- a/htdocs/langs/bs_BA/commercial.lang +++ b/htdocs/langs/bs_BA/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Status mogućeg klijenta DraftPropals=Nacrti poslovnih prijedloga NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/bs_BA/holiday.lang b/htdocs/langs/bs_BA/holiday.lang index 864895fed9c..e5354131a69 100644 --- a/htdocs/langs/bs_BA/holiday.lang +++ b/htdocs/langs/bs_BA/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/bs_BA/mails.lang b/htdocs/langs/bs_BA/mails.lang index de10c9cdf71..cc7ff8e9945 100644 --- a/htdocs/langs/bs_BA/mails.lang +++ b/htdocs/langs/bs_BA/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Jedinstveni kontakti/adrese MailNoChangePossible=Primaoci za potvrđenu e-poštu ne mogu biti promijenjeni SearchAMailing=Traži e-poštu SendMailing=Pošalji e-poštu -SendMail=Pošalji e-mail SentBy=Poslano od MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Možete ih poslati online dodavanjem parametra MAILING_LIMIT_SENDBYWEB sa vrijednosti za maksimalni broj e-mailova koje želite poslati po sesiji. Za ovo idite na Početna - Postavke - Ostalo diff --git a/htdocs/langs/bs_BA/main.lang b/htdocs/langs/bs_BA/main.lang index 5b99c33a228..6ad85bf0cdc 100644 --- a/htdocs/langs/bs_BA/main.lang +++ b/htdocs/langs/bs_BA/main.lang @@ -266,8 +266,10 @@ DateApprove2=Datum odobrenja (drugo odobrenje) RegistrationDate=Registration date UserCreation=Kreiranje korisnika UserModification=Izmjena korisnika +UserValidation=Validation user UserCreationShort=Napr. korisnika UserModificationShort=Izmj. korisnika +UserValidationShort=Valid. user DurationYear=godina DurationMonth=mjesec DurationWeek=sedmica @@ -608,6 +610,7 @@ SendByMail=Pošalji emailom MailSentBy=Email je poslao TextUsedInTheMessageBody=Tekst emaila SendAcknowledgementByMail=Pošalji konfirmacijski email +SendMail=Pošalji e-mail EMail=Email NoEMail=nema emaila Email=email @@ -808,6 +811,10 @@ ModuleBuilder=Kreator modula SetMultiCurrencyCode=Postavi valutu BulkActions=Masovne akcije ClickToShowHelp=Klikni za prikaz pomoći +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Izvještaj o troškovima HR=LJR HRAndBank=LJR i banka AutomaticallyCalculated=Automatski izračunato @@ -818,6 +825,9 @@ Websites=Web sites Events=Događaji EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Projekt +Projects=Projekti +Rights=Dozvole # Week day Monday=Ponedjeljak Tuesday=Utorak diff --git a/htdocs/langs/bs_BA/members.lang b/htdocs/langs/bs_BA/members.lang index c15ab598d29..f72dcd72faf 100644 --- a/htdocs/langs/bs_BA/members.lang +++ b/htdocs/langs/bs_BA/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/bs_BA/modulebuilder.lang b/htdocs/langs/bs_BA/modulebuilder.lang index fb86f35685f..54698ddde6b 100644 --- a/htdocs/langs/bs_BA/modulebuilder.lang +++ b/htdocs/langs/bs_BA/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/bs_BA/projects.lang b/htdocs/langs/bs_BA/projects.lang index 1985003719a..7c24f558cda 100644 --- a/htdocs/langs/bs_BA/projects.lang +++ b/htdocs/langs/bs_BA/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Projekt -Projects=Projekti ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Zajednički projekti @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Prikaži projekt +ShowTask=Show task SetProject=Postavi projekat NoProject=Nema definisanog ili vlastitog projekta NbOfProjects=Broj projekata @@ -77,6 +76,7 @@ Time=Vrijeme ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Lista poslovnih prijedloga u vezi s projektom ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Otvori projekat ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Kontakti projekta +TaskContact=Task contacts ActionsOnProject=Događaji na projektu YouAreNotContactOfProject=Vi niste kontakt ovog privatnog projekta UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Brisanje provedenog vremena ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resursi +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projekti posvećeni ovom subjektu NoTasks=Nema zadataka za ovaj projekat LinkedToAnotherCompany=U vezi sa drugim subjektom diff --git a/htdocs/langs/bs_BA/salaries.lang b/htdocs/langs/bs_BA/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/bs_BA/salaries.lang +++ b/htdocs/langs/bs_BA/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/bs_BA/stocks.lang b/htdocs/langs/bs_BA/stocks.lang index 51ae1e9e323..2fa396b7631 100644 --- a/htdocs/langs/bs_BA/stocks.lang +++ b/htdocs/langs/bs_BA/stocks.lang @@ -22,6 +22,7 @@ Movements=Kretanja ErrorWarehouseRefRequired=Referentno ime skladište je potrebno ListOfWarehouses=Lista skladišta ListOfStockMovements=Lista kretanja zaliha +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/bs_BA/trips.lang b/htdocs/langs/bs_BA/trips.lang index 38bf1a56ed8..4c0281e12ff 100644 --- a/htdocs/langs/bs_BA/trips.lang +++ b/htdocs/langs/bs_BA/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Izvještaj o troškovima ShowExpenseReport=Show expense report Trips=Izvještaj o troškovima TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=Lista naknada TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Iznos ili kilometri DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/bs_BA/website.lang b/htdocs/langs/bs_BA/website.lang index a47857e3e59..6c73899342a 100644 --- a/htdocs/langs/bs_BA/website.lang +++ b/htdocs/langs/bs_BA/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/ca_ES/admin.lang b/htdocs/langs/ca_ES/admin.lang index 087488edff1..99c02ea2286 100644 --- a/htdocs/langs/ca_ES/admin.lang +++ b/htdocs/langs/ca_ES/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignorar errors de registres duplicats (INSERT IGNORE) AutoDetectLang=Autodetecta (idioma del navegador) FeatureDisabledInDemo=Opció deshabilitada en demo FeatureAvailableOnlyOnStable=Funcionalitat disponible únicament en versions estables oficials -Rights=Permisos BoxesDesc=Els panells són components que mostren alguna informació que pots afegir per personalitzar algunes pàgines. Pots triar entre mostrar el panell o no seleccionant la pàgina de destí i fent clic a 'Activa', o fent clic al cubell d'escombraries per desactivar. OnlyActiveElementsAreShown=Només els elements de mòduls activats són mostrats ModulesDesc=Els mòduls Dolibarr defineixen quina aplicació/característica està habilitada al programari. Algunes aplicacions/mòduls requereixen permisos que has de concedir als usuaris, després d'activar-los. Fes clic al botó d'activació/desactivació per habilitar un mòdul/aplicació. @@ -593,7 +592,7 @@ Module5000Desc=Permet gestionar diverses empreses Module6000Name=Workflow Module6000Desc=Gestió Workflow Module10000Name=Pàgines web -Module10000Desc=Crea pàgines web públiques amb un editor WYSIWYG. Només cal configurar el teu servidor web per apuntar aun un directori dedicat per tenir-ho online a Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Dies lliures Module20000Desc=Gestió dels dies lliures dels empleats Module39000Name=Lots de productes @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=La funcionalitat d'enviar correus electrònics a TranslationSetup=Configuració de traducció TranslationKeySearch=Cerca una clau o cadena de traducció TranslationOverwriteKey=Sobreescriu una cadena de traducció -TranslationDesc=Com definir l'idioma de l'aplicació
                  * A nivell de sistema: menú Inici - Configuració - Entorn
                  * Per usuari: Pestanya Configuració d'entorn d'usuari en la fitxa d'usuari (fes clic al nom d'usuari en la part superior de la pantalla). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=També pot reemplaçar cadenes omplint la taula següent. Triï el seu idioma a la llista desplegable "%s", inserta la clau de la traducció a "%s" i la seva nova traducció a "%s" TranslationOverwriteDesc2=Podeu utilitzar un altra pestanya per ajudar a saber quina clau de conversió utilitzar TranslationString=Cadena de traducció @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Norma per a la generació de les contrasenyes proposte DisableForgetPasswordLinkOnLogonPage=No mostrar l'enllaç "Contrasenya oblidada" a la pàgina de login UsersSetup=Configuració del mòdul usuaris UserMailRequired=E-mail necessari per crear un usuari nou -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=Configuració de mòdul de gestió de recursos humans ##### Company setup ##### diff --git a/htdocs/langs/ca_ES/commercial.lang b/htdocs/langs/ca_ES/commercial.lang index 289fcfd9696..196304683a2 100644 --- a/htdocs/langs/ca_ES/commercial.lang +++ b/htdocs/langs/ca_ES/commercial.lang @@ -70,3 +70,9 @@ Stats=Estadístiques de venda StatusProsp=Estat del pressupost DraftPropals=Pressupostos esborrany NoLimit=Sense límit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/ca_ES/holiday.lang b/htdocs/langs/ca_ES/holiday.lang index d7a5dce2622..0ba5724cb8b 100644 --- a/htdocs/langs/ca_ES/holiday.lang +++ b/htdocs/langs/ca_ES/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Anulació de dies lliures EmployeeLastname=Cognoms de l'empleat EmployeeFirstname=Nom de l'empleat TypeWasDisabledOrRemoved=El tipus de dia lliure (id %s) ha sigut desactivat o eliminat +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Última actualització automàtica de reserva de dies lliures diff --git a/htdocs/langs/ca_ES/mails.lang b/htdocs/langs/ca_ES/mails.lang index f13cfd10d8f..6fc4a142a21 100644 --- a/htdocs/langs/ca_ES/mails.lang +++ b/htdocs/langs/ca_ES/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Contactes/adreces únics MailNoChangePossible=Destinataris d'un E-Mailing validat no modificables SearchAMailing=Cercar un E-Mailing SendMailing=Envia e-mailing -SendMail=Envia e-mail SentBy=Enviat por MailingNeedCommand=L'enviament d'un emailing pot realitzar-se desde la línia de comandos. Solicita a l'administrador del servidor que executi el següent comando per enviar l'emailing a tots els destinataris: MailingNeedCommand2=Podeu enviar en línia afegint el paràmetre MAILING_LIMIT_SENDBYWEB amb un valor nombre que indica el màxim nombre d'e-mails enviats per sessió. Per això aneu a Inici - Configuració - Varis diff --git a/htdocs/langs/ca_ES/main.lang b/htdocs/langs/ca_ES/main.lang index e23a95e631a..710ce67d0ad 100644 --- a/htdocs/langs/ca_ES/main.lang +++ b/htdocs/langs/ca_ES/main.lang @@ -266,8 +266,10 @@ DateApprove2=Data d'aprovació (segona aprovació) RegistrationDate=Registration date UserCreation=Usuari de creació UserModification=Usuari de modificació +UserValidation=Validation user UserCreationShort=Usuari crea. UserModificationShort=Usuari modif. +UserValidationShort=Valid. user DurationYear=any DurationMonth=mes DurationWeek=setmana @@ -608,6 +610,7 @@ SendByMail=Envia per e-mail MailSentBy=Mail enviat per TextUsedInTheMessageBody=Text utilitzat en el cos del missatge SendAcknowledgementByMail=Envia el correu electrònic de confirmació +SendMail=Envia e-mail EMail=Correu electrònic NoEMail=Sense correu electrònic Email=Correu @@ -808,6 +811,10 @@ ModuleBuilder=Creador de mòdul SetMultiCurrencyCode=Estableix moneda BulkActions=Accions massives ClickToShowHelp=Fes clic per mostrar l'ajuda desplegable +Website=Lloc web +WebSites=Web sites +ExpenseReport=Informe de despeses +ExpenseReports=Informes de despeses HR=RRHH HRAndBank=RRHH i banc AutomaticallyCalculated=Calculat automàticament @@ -818,6 +825,9 @@ Websites=Web sites Events=Esdeveniments EMailTemplates=Models d'emails FileNotShared=File not shared to exernal public +Project=Projecte +Projects=Projectes +Rights=Permisos # Week day Monday=Dilluns Tuesday=Dimarts diff --git a/htdocs/langs/ca_ES/members.lang b/htdocs/langs/ca_ES/members.lang index 232dc93275e..67ff89ee249 100644 --- a/htdocs/langs/ca_ES/members.lang +++ b/htdocs/langs/ca_ES/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Volum de vendes (empresa) o Pressupost (associació o col.lecti DefaultAmount=Import per defecte cotització CanEditAmount=El visitant pot triar/modificar l'import de la seva cotització MEMBER_NEWFORM_PAYONLINE=Anar a la pàgina integrada de pagament en línia -ByProperties=Per característiques -MembersStatisticsByProperties=Estadístiques dels socis per característiques +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Aquesta pantalla mostra estadístiques de socis per caràcter. MembersByRegion=Aquesta pantalla mostra les estadístiques de socis per regió. VATToUseForSubscriptions=Taxa d'IVA per les afiliacions diff --git a/htdocs/langs/ca_ES/modulebuilder.lang b/htdocs/langs/ca_ES/modulebuilder.lang index 2912e09001d..9026d17b7ac 100644 --- a/htdocs/langs/ca_ES/modulebuilder.lang +++ b/htdocs/langs/ca_ES/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=Arxiu amb regles de negoci LanguageFile=File for language ConfirmDeleteProperty=Esteu segur que voleu suprimir la propietat %s Això canviarà el codi a la classe PHP, però també eliminarà la columna de la definició de la taula de l'objecte. NotNull=No és NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Utilitzat per a 'cerca tot' DatabaseIndex=Índex de bases de dades FileAlreadyExists=El fitxer %s ja existeix @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/ca_ES/projects.lang b/htdocs/langs/ca_ES/projects.lang index 2bcdec249c7..dd37f770e15 100644 --- a/htdocs/langs/ca_ES/projects.lang +++ b/htdocs/langs/ca_ES/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. projecte ProjectRef=Ref. projecte ProjectId=ID projecte ProjectLabel=Etiqueta de projecte -Project=Projecte -Projects=Projectes ProjectsArea=Àrea de projectes ProjectStatus=Estat el projecte SharedProject=Projecte compartit @@ -38,6 +36,7 @@ OpenedTasks=Tasques obertes OpportunitiesStatusForOpenedProjects=Import d'oportunitats de projectes oberts per estat OpportunitiesStatusForProjects=Import d'oportunitats de projectes per estat ShowProject=Veure projecte +ShowTask=Veure tasca SetProject=Indica el projecte NoProject=Cap projecte definit NbOfProjects=Nº de projectes @@ -77,6 +76,7 @@ Time=Temps ListOfTasks=Llistat de tasques GoToListOfTimeConsumed=Ves al llistat de temps consumit GoToListOfTasks=Ves al llistat de tasques +GanttView=Gantt View ListProposalsAssociatedProject=Llistat de pressupostos associats al projecte ListOrdersAssociatedProject=Llista de comandes de client associades al projecte ListInvoicesAssociatedProject=Llista de factures de client associades al projecte @@ -108,6 +108,7 @@ AlsoCloseAProject=Tancar també el projecte (mantindre obert si encara necessita ReOpenAProject=Reobrir projecte ConfirmReOpenAProject=Vols reobrir aquest projecte? ProjectContact=Contactes projecte +TaskContact=Task contacts ActionsOnProject=Esdeveniments del projecte YouAreNotContactOfProject=Vostè no és contacte d'aquest projecte privat UserIsNotContactOfProject=L'usuari no és un contacte d'aquest objecte privat @@ -115,7 +116,7 @@ DeleteATimeSpent=Elimina el temps dedicat ConfirmDeleteATimeSpent=Estàs segur que vols suprimir aquest temps emprat? DoNotShowMyTasksOnly=Veure també tasques no assignades a mi ShowMyTasksOnly=Veure només les tasques que tinc assignades -TaskRessourceLinks=Recursos +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projectes dedicats a aquest tercer NoTasks=Cap tasca per a aquest projecte LinkedToAnotherCompany=Enllaçat a una altra empresa diff --git a/htdocs/langs/ca_ES/salaries.lang b/htdocs/langs/ca_ES/salaries.lang index 3436ddea027..89a7405504d 100644 --- a/htdocs/langs/ca_ES/salaries.lang +++ b/htdocs/langs/ca_ES/salaries.lang @@ -13,3 +13,5 @@ TJM=Tarifa diaria mitjana CurrentSalary=Salari actual THMDescription=Aquest valor es pot utilitzar per calcular el cost del temps consumit per usuaris en un projecte sencer (si el mòdul del projecte està en ús) TJMDescription=Aquest valor només és informatiu i no s'utilitza en cap càlcul +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/ca_ES/stocks.lang b/htdocs/langs/ca_ES/stocks.lang index 619cef34b46..4e0609da5d2 100644 --- a/htdocs/langs/ca_ES/stocks.lang +++ b/htdocs/langs/ca_ES/stocks.lang @@ -22,6 +22,7 @@ Movements=Moviments ErrorWarehouseRefRequired=El nom de referència del magatzem és obligatori ListOfWarehouses=Llistat de magatzems ListOfStockMovements=Llistat de moviments de estoc +MovementId=Movement ID StockMovementForId=ID de moviment %d ListMouvementStockProject=Llista de moviments d'estoc associats al projecte StocksArea=Àrea de magatzems @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=El nivell d'existències ha de ser suficient per afe StockMustBeEnoughForOrder=El nivell d'existències ha de ser suficient per afegir productes/serveis a comandes (la comprovació es fa quan s'afegeix una línia a la comanda en el cas de regles automàtiques de canvis d'estoc) StockMustBeEnoughForShipment= El nivell d'existències ha de ser suficient per afegir productes/serveis a enviaments (la comprovació es fa quan s'afegeix una línia a l'enviament en el cas de regles automàtiques de canvis d'estoc) MovementLabel=Etiqueta del moviment +DateMovement=Date of movement InventoryCode=Moviments o codi d'inventari IsInPackage=Contingut en producte compost WarehouseAllowNegativeTransfer=L'estoc pot ser negatiu diff --git a/htdocs/langs/ca_ES/trips.lang b/htdocs/langs/ca_ES/trips.lang index d7b71de9c44..7975687d8a8 100644 --- a/htdocs/langs/ca_ES/trips.lang +++ b/htdocs/langs/ca_ES/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Informe de despeses -ExpenseReports=Informes de despeses ShowExpenseReport=Mostra l'informe de despeses Trips=Informes de despeses TripsAndExpenses=Informes de despeses @@ -12,6 +10,8 @@ ListOfFees=Llistat notes de honoraris TypeFees=Tipus de despeses ShowTrip=Mostra l'informe de despeses NewTrip=Nou informe de despeses +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Empresa/organització visitada FeesKilometersOrAmout=Import o quilòmetres DeleteTrip=Eliminar informe de despeses @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Has declarat un altre informe de despeses en un altre rang de dates semblant AucuneLigne=Encara no hi ha informe de despeses declarat diff --git a/htdocs/langs/ca_ES/website.lang b/htdocs/langs/ca_ES/website.lang index 68996493d3d..481fd00f848 100644 --- a/htdocs/langs/ca_ES/website.lang +++ b/htdocs/langs/ca_ES/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Elimina la pàgina web ConfirmDeleteWebsite=Estàs segur de voler elimiar aquesta pàgina web? També s'esborraran totes les pàgines i el seu contingut. WEBSITE_PAGENAME=Nom/alies de pàgina WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL del fitxer CSS extern WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edita l'estil/CSS o la capçalera HTML EditMenu=Edita menú EditMedias=Edit medias EditPageMeta=Edita "meta" -Website=Lloc web AddWebsite=Add website Webpage=Pàgina/contenidor web AddPage=Afegeix pàgina/contenidor @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=No s'ha definit la URL de l'amfitrió virtual que serve NoPageYet=Encara sense pàgines SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clona la pàgina/contenidor CloneSite=Clona el lloc +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/cs_CZ/admin.lang b/htdocs/langs/cs_CZ/admin.lang index e5e14bcf560..e6f26487b27 100644 --- a/htdocs/langs/cs_CZ/admin.lang +++ b/htdocs/langs/cs_CZ/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignorovat chyby duplicitních záznamů (INSERT IGNORE) AutoDetectLang=Autodetekce (jazyku prohlížeče) FeatureDisabledInDemo=Funkce zakázána v demu FeatureAvailableOnlyOnStable=Funkce je k dispozici pouze v oficiálních stabilních verzích -Rights=Oprávnění BoxesDesc=Widgety jsou oblasti obrazovky, které ukazují krátké informace na některých stránkách. Můžete si vybrat mezi zobrazením/schováním boxu zvolením cílové stránky a kliknutím na 'Aktivovat' nebo kliknutím na popelnici ji zakázat. OnlyActiveElementsAreShown=Pouze prvky z povolených modulů jsou uvedeny. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Umožňuje spravovat více společností Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Webové stránky -Module10000Desc=Vytvoření veřejné internetové stránky s editorem WYSIWG. Jen nastavit web serveru, aby odkazovaly na specializované adresáře, aby si to on-line na internetu. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Nechte řízení požadavků Module20000Desc=Deklarovat a dodržovat zaměstnanci opustí požadavky Module39000Name=Množství produktu @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Funkce se odesílat e-maily pomocí metody "PHP m TranslationSetup=Nastavení překladu TranslationKeySearch=Hledat klíč překlad nebo řetězec TranslationOverwriteKey=Přepsat překlad řetězec -TranslationDesc=Jak nastavit zobrazený jazyk aplikace:
                  * systémovou: nabídku Domů - Nastavení - zobrazení
                  * Per uživatele: Nastavení zobrazení uživatelů na kartě uživatele (klikněte na uživatelské jméno v horní části obrazovky). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=Můžete také přepsat řetězce čerpacích následující tabulky. Vyberte si svůj jazyk „%s“ rozbalené, vložte klíč řetězec překlad do „%s“ a svým novým překladem do „%s“ TranslationOverwriteDesc2=Můžete použít kartu další, které vám pomohou vědět, klíč překlad používat TranslationString=překlad string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Pravidlo pro generování hesel navrhovaná nebo ově DisableForgetPasswordLinkOnLogonPage=Nezobrazovat na odkaz "Zapomněli jste heslo" na přihlašovací stránce UsersSetup=Uživatelé modul nastavení UserMailRequired=EMail nutné vytvořit nového uživatele -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=setup HRM Modul ##### Company setup ##### diff --git a/htdocs/langs/cs_CZ/commercial.lang b/htdocs/langs/cs_CZ/commercial.lang index 4501813aa3e..33e488fffa8 100644 --- a/htdocs/langs/cs_CZ/commercial.lang +++ b/htdocs/langs/cs_CZ/commercial.lang @@ -70,3 +70,9 @@ Stats=Prodejní statistiky StatusProsp=Stav cíle DraftPropals=Navrhnout obchodní návrhy NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/cs_CZ/holiday.lang b/htdocs/langs/cs_CZ/holiday.lang index 11b5fbfbc0f..c6ddaa398a5 100644 --- a/htdocs/langs/cs_CZ/holiday.lang +++ b/htdocs/langs/cs_CZ/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Stornovat dovolenou EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/cs_CZ/mails.lang b/htdocs/langs/cs_CZ/mails.lang index 50b1b2750b7..dcc3985b362 100644 --- a/htdocs/langs/cs_CZ/mails.lang +++ b/htdocs/langs/cs_CZ/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unikátní kontakty/adresy MailNoChangePossible=Příjemce pro validované rozesílání nelze změnit SearchAMailing=Hledat mailing SendMailing=Poslat zprávy -SendMail=Odeslat e-mail SentBy=Odeslal MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Můžete odeslat všem on-line přidáním parametru MAILING_LIMIT_SENDBYWEB s hodnotou max počet e-mailů, které chcete poslat v této dávce. K aktivaci přejděte na Domů - Nastavení - Ostatní. diff --git a/htdocs/langs/cs_CZ/main.lang b/htdocs/langs/cs_CZ/main.lang index 8460231446b..67210810ed6 100644 --- a/htdocs/langs/cs_CZ/main.lang +++ b/htdocs/langs/cs_CZ/main.lang @@ -266,8 +266,10 @@ DateApprove2=Schválené datum (druhé schválení) RegistrationDate=Registration date UserCreation=Vytvořit uživatele UserModification=Upravit uživatele +UserValidation=Validation user UserCreationShort=Creat. uživatel UserModificationShort=Modif. uživatel +UserValidationShort=Valid. user DurationYear=rok DurationMonth=měsíc DurationWeek=týden @@ -608,6 +610,7 @@ SendByMail=Poslat e-mailem MailSentBy=E-mail odeslán TextUsedInTheMessageBody=E-mail obsah SendAcknowledgementByMail=Zaslat potvrzovací e-mail +SendMail=Odeslat e-mail EMail=E-mailem NoEMail=Žádný e-mail Email=E-mail @@ -808,6 +811,10 @@ ModuleBuilder=module Builder SetMultiCurrencyCode=Set currency BulkActions=Hromadné akce ClickToShowHelp=Click to show tooltip help +Website=Webová stránka +WebSites=Web sites +ExpenseReport=Zpráva výdaje +ExpenseReports=Zpráva výdajů HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Události EMailTemplates=E-maily šablony FileNotShared=File not shared to exernal public +Project=Projekt +Projects=Projekty +Rights=Oprávnění # Week day Monday=Pondělí Tuesday=Úterý diff --git a/htdocs/langs/cs_CZ/members.lang b/htdocs/langs/cs_CZ/members.lang index b47c275f036..5ae3d8439c9 100644 --- a/htdocs/langs/cs_CZ/members.lang +++ b/htdocs/langs/cs_CZ/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Obrat (pro firmu), nebo rozpočet (pro nadaci) DefaultAmount=Výchozí částka předplatného CanEditAmount=Návštěvník si může vybrat / upravit výši svého upsaného MEMBER_NEWFORM_PAYONLINE=Přejít na integrované on-line platební stránky -ByProperties=Charakteristikami -MembersStatisticsByProperties=Členové statistiky dle charakteristik +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Tato obrazovka ukáže statistiky o členy z důvodu povahy. MembersByRegion=Tato obrazovka ukáže statistiky o členům regionu. VATToUseForSubscriptions=Sazba DPH se má použít pro předplatné diff --git a/htdocs/langs/cs_CZ/modulebuilder.lang b/htdocs/langs/cs_CZ/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/cs_CZ/modulebuilder.lang +++ b/htdocs/langs/cs_CZ/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/cs_CZ/projects.lang b/htdocs/langs/cs_CZ/projects.lang index 8b2afcbfe4e..a5e3ef61354 100644 --- a/htdocs/langs/cs_CZ/projects.lang +++ b/htdocs/langs/cs_CZ/projects.lang @@ -3,8 +3,6 @@ RefProject=Číslo projektu ProjectRef=Projekt ref. ProjectId=Id projektu ProjectLabel=štítek projekt -Project=Projekt -Projects=Projekty ProjectsArea=Oblast projektů ProjectStatus=Stav projektu SharedProject=Všichni @@ -38,6 +36,7 @@ OpenedTasks=otevřené úkoly OpportunitiesStatusForOpenedProjects=Příležitosti množství otevřených projektů stavu OpportunitiesStatusForProjects=Příležitosti počet projektů podle stavu ShowProject=Zobrazit projekt +ShowTask=Zobrazit úkol SetProject=Nastavit projekt NoProject=Žádný projekt nedefinován či vlastněn NbOfProjects=Počet projektů @@ -77,6 +76,7 @@ Time=Čas ListOfTasks=Seznam úkolů GoToListOfTimeConsumed=Přejít na seznam času spotřebovaného GoToListOfTasks=Přejít na seznam úkolů +GanttView=Gantt View ListProposalsAssociatedProject=Seznam obchodních návrhů spojených s projektem ListOrdersAssociatedProject=Seznam zákaznických objednávek související s projektem ListInvoicesAssociatedProject=Seznam zákaznických faktur souvisejících s projektem @@ -108,6 +108,7 @@ AlsoCloseAProject=Také v blízkosti projektu (držet to otevřený, pokud ješt ReOpenAProject=Otevřít projekt ConfirmReOpenAProject=Jste si jisti, že chcete znovu otevřít tento projekt? ProjectContact=Kontakty projektu +TaskContact=Task contacts ActionsOnProject=Události na projektu YouAreNotContactOfProject=Nejste kontakt tohoto privátního projektu UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Odstranit strávený čas ConfirmDeleteATimeSpent=Jste si jisti, že chcete smazat tento strávený čas? DoNotShowMyTasksOnly=Viz také úkoly mě nepřidělené ShowMyTasksOnly=Zobrazit pouze úkoly mě přidělené -TaskRessourceLinks=Zdroje +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projekty této třetí strany NoTasks=Žádné úkoly na tomto projektu LinkedToAnotherCompany=Připojené k jiné třetí straně diff --git a/htdocs/langs/cs_CZ/salaries.lang b/htdocs/langs/cs_CZ/salaries.lang index daa3bcfee2c..5ce1d8519cd 100644 --- a/htdocs/langs/cs_CZ/salaries.lang +++ b/htdocs/langs/cs_CZ/salaries.lang @@ -13,3 +13,5 @@ TJM=Průměrná denní sazba CurrentSalary=Současná mzda THMDescription=Tato hodnota může být použita pro výpočet nákladů času spotřebovaného na projektu zadaného uživatele, pokud je použit modul projektu TJMDescription=Tato hodnota je v současné době pouze jako informace a nebyla využita k výpočtu +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/cs_CZ/stocks.lang b/htdocs/langs/cs_CZ/stocks.lang index 11399f61cb6..20b805106ca 100644 --- a/htdocs/langs/cs_CZ/stocks.lang +++ b/htdocs/langs/cs_CZ/stocks.lang @@ -22,6 +22,7 @@ Movements=Pohyby ErrorWarehouseRefRequired=Referenční jméno skladiště je povinné ListOfWarehouses=Seznam skladišť ListOfStockMovements=Seznam skladových pohybů +MovementId=Movement ID StockMovementForId=Hnutí ID %d ListMouvementStockProject=Seznam pohybů zásob spojené s projektem StocksArea=Oblast skladišť @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Úroveň zásob musí být dostatečně přidat prod StockMustBeEnoughForOrder=Úroveň zásob musí být dostatečně přidat produkt / službu na objednávku (kontrola se provádí na současnou reálnou skladě při přidání řádku do pořádku, co je pravidlo pro automatickou změnu populace) StockMustBeEnoughForShipment= Úroveň zásob musí být dostatečně přidat výrobek / službu přepravy (kontrola se provádí na současnou reálnou skladě při přidání řádku do zásilky, co je pravidlo pro automatickou změnu populace) MovementLabel=Štítek pohybu +DateMovement=Date of movement InventoryCode=Kód pohybu nebo zásob IsInPackage=Obsažené v zásilce WarehouseAllowNegativeTransfer=Sklad může být negativní diff --git a/htdocs/langs/cs_CZ/trips.lang b/htdocs/langs/cs_CZ/trips.lang index 81c6e92fda8..3e65f39c76a 100644 --- a/htdocs/langs/cs_CZ/trips.lang +++ b/htdocs/langs/cs_CZ/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Zpráva výdaje -ExpenseReports=Zpráva výdajů ShowExpenseReport=Show expense report Trips=Zprávy výdaje TripsAndExpenses=Zprávy výdajů @@ -12,6 +10,8 @@ ListOfFees=Sazebník poplatků TypeFees=Druhy poplatků ShowTrip=Show expense report NewTrip=Nová zpráva výdaje +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Množství nebo kilometrů DeleteTrip=Smazat zprávy o výdajích @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Deklaroval jste další hlášení výdajů do podobného časového období. AucuneLigne=Neexistuje žádná zpráva o právě deklarovaném výdaji diff --git a/htdocs/langs/cs_CZ/website.lang b/htdocs/langs/cs_CZ/website.lang index 466fc16194b..d224188467e 100644 --- a/htdocs/langs/cs_CZ/website.lang +++ b/htdocs/langs/cs_CZ/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Odstranit web ConfirmDeleteWebsite=Jste si jisti, že chcete smazat tuto webovou stránku? Všechny stránky a obsah budou odstraněny. WEBSITE_PAGENAME=Název stránky / alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL externího souboru CSS WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Úprava menu EditMedias=Edit medias EditPageMeta=Editovat Meta -Website=Webová stránka AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/da_DK/admin.lang b/htdocs/langs/da_DK/admin.lang index 1b7a85d6d6c..0d9b88b8570 100644 --- a/htdocs/langs/da_DK/admin.lang +++ b/htdocs/langs/da_DK/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browsersprog) FeatureDisabledInDemo=Funktionen slået fra i demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Tilladelser BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Giver dig mulighed for at administrere flere selskaber Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Regel at generere foreslået passwords DisableForgetPasswordLinkOnLogonPage=Ikke viser linket "Glem adgangskode" på loginsiden UsersSetup=Brugere modul opsætning UserMailRequired=EMail forpligtet til at oprette en ny bruger -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/da_DK/commercial.lang b/htdocs/langs/da_DK/commercial.lang index 6927461c589..b8fe2c9eb66 100644 --- a/htdocs/langs/da_DK/commercial.lang +++ b/htdocs/langs/da_DK/commercial.lang @@ -70,3 +70,9 @@ Stats=Salgsstatistik StatusProsp=Status for emne DraftPropals=Udkast for tilbud NoLimit=Ingen grænse +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/da_DK/holiday.lang b/htdocs/langs/da_DK/holiday.lang index 3963b481d96..477a20d890d 100644 --- a/htdocs/langs/da_DK/holiday.lang +++ b/htdocs/langs/da_DK/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/da_DK/mails.lang b/htdocs/langs/da_DK/mails.lang index 140b2149148..eb1e077b9dd 100644 --- a/htdocs/langs/da_DK/mails.lang +++ b/htdocs/langs/da_DK/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unikke kontakter af virksomheder MailNoChangePossible=Modtagere til validerede emailing kan ikke ændres SearchAMailing=Søg mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sendt af MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Du kan dog sende dem online ved at tilføje parameteren MAILING_LIMIT_SENDBYWEB med værdien af max antal e-mails, du vil sende ved session. diff --git a/htdocs/langs/da_DK/main.lang b/htdocs/langs/da_DK/main.lang index 22c5bf707df..a9651bc5f44 100644 --- a/htdocs/langs/da_DK/main.lang +++ b/htdocs/langs/da_DK/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=år DurationMonth=måned DurationWeek=uge @@ -608,6 +610,7 @@ SendByMail=Send via e-mail MailSentBy=E-mail sendt fra TextUsedInTheMessageBody=Email organ SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=Ingen e-mail Email=EMail @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Begivenheder EMailTemplates=E-mail skabeloner FileNotShared=File not shared to exernal public +Project=Projekt +Projects=Projekter +Rights=Tilladelser # Week day Monday=Mandag Tuesday=Tirsdag diff --git a/htdocs/langs/da_DK/members.lang b/htdocs/langs/da_DK/members.lang index f781c2827a8..60ca95da27e 100644 --- a/htdocs/langs/da_DK/members.lang +++ b/htdocs/langs/da_DK/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Omsætning (for et selskab) eller Budget (en fond) DefaultAmount=Standard mængden af ​​abonnement CanEditAmount=Besøgende kan vælge / redigere størrelsen af ​​sit indskud MEMBER_NEWFORM_PAYONLINE=Hop på integreret online betaling side -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/da_DK/modulebuilder.lang b/htdocs/langs/da_DK/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/da_DK/modulebuilder.lang +++ b/htdocs/langs/da_DK/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/da_DK/projects.lang b/htdocs/langs/da_DK/projects.lang index 9a38a8a4dc1..a942ffe0a8f 100644 --- a/htdocs/langs/da_DK/projects.lang +++ b/htdocs/langs/da_DK/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Projekt -Projects=Projekter ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Fælles projekt @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Vis projekt +ShowTask=Vis opgave SetProject=Indstil projekt NoProject=Intet projekt defineret NbOfProjects=Nb af projekter @@ -77,6 +76,7 @@ Time=Tid ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Liste over tilbud forbundet med projektet ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Åbn projekt ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Projekt kontakter +TaskContact=Task contacts ActionsOnProject=Begivenheder for projektet YouAreNotContactOfProject=Du er ikke en kontakt af denne private projekt UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Slet tid ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Ressourcer +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projekter dedikeret til denne tredjepart NoTasks=Ingen opgaver for dette projekt LinkedToAnotherCompany=Knyttet til tredjemand diff --git a/htdocs/langs/da_DK/salaries.lang b/htdocs/langs/da_DK/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/da_DK/salaries.lang +++ b/htdocs/langs/da_DK/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/da_DK/stocks.lang b/htdocs/langs/da_DK/stocks.lang index 2c30362b82e..93dc2273785 100644 --- a/htdocs/langs/da_DK/stocks.lang +++ b/htdocs/langs/da_DK/stocks.lang @@ -22,6 +22,7 @@ Movements=Bevægelser ErrorWarehouseRefRequired=Warehouse reference navn er påkrævet ListOfWarehouses=Liste over pakhuse ListOfStockMovements=Liste over lagerbevægelserne +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/da_DK/trips.lang b/htdocs/langs/da_DK/trips.lang index a4f1cc301f4..06a22daf2de 100644 --- a/htdocs/langs/da_DK/trips.lang +++ b/htdocs/langs/da_DK/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=Liste over gebyrer TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Beløb eller kilometer DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/da_DK/website.lang b/htdocs/langs/da_DK/website.lang index 8bbbc6cbb77..a777386af68 100644 --- a/htdocs/langs/da_DK/website.lang +++ b/htdocs/langs/da_DK/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/de_AT/admin.lang b/htdocs/langs/de_AT/admin.lang index bdccd4e6180..728f19891d7 100644 --- a/htdocs/langs/de_AT/admin.lang +++ b/htdocs/langs/de_AT/admin.lang @@ -26,7 +26,9 @@ Module310Desc=Mitgliederverwaltun Module330Desc=Bookmarks-Verwaltung Module500Name=Steuern, Sozialbeiträge und Dividenden Module500Desc=Steuer-, Sozialbeitrags- und Dividendenverwaltung +Module50000Desc=Module to offer an online payment page by credit card with PayBox Module50100Name=Kassa +Module50200Desc=Module to offer an online payment page by credit card with Paypal Permission31=Produkte/Services einsehen Permission32=Produkte/Services erstellen/bearbeiten Permission34=Produkte/Services löschen diff --git a/htdocs/langs/de_CH/admin.lang b/htdocs/langs/de_CH/admin.lang index 8cb8a6f6c64..823e3cdb876 100644 --- a/htdocs/langs/de_CH/admin.lang +++ b/htdocs/langs/de_CH/admin.lang @@ -72,7 +72,6 @@ Module400Desc=Projektmanagement, Aufträge oder Leads. Anschliessend können Sie Module1200Desc=Mantis-Integation Module2000Desc=Texte mit dem WYSIWYG Editor bearbeiten (Basierend auf CKEditor) Module3100Desc=Skypebutton bei Kontakten / Drittparteien / Mitgliedern hinzufügen -Module10000Desc=Erstellen Sie öffentliche Webauftritte mit einem WYSIWIG Editor. Konfigurieren Sie dazu Ihren Webserver so, dass es auf das dedizierte Verzeichnis zeigt um den Webauftritt öffentlich zugänglich zu machen. Module50100Desc=Kassenmodul Module63000Desc=Resourcen verwalten(Drucker, Autos, Räume,...) diese können dann im Kalender verwendet werden Permission26=Angebote schliessen diff --git a/htdocs/langs/de_CH/main.lang b/htdocs/langs/de_CH/main.lang index 8c516b8048c..bd7b59c1730 100644 --- a/htdocs/langs/de_CH/main.lang +++ b/htdocs/langs/de_CH/main.lang @@ -101,6 +101,8 @@ ClassifyBilled=Verrechnet Progress=Fortschritt BackOffice=Dolibarr Calendar=Kalender +Website=Website +ExpenseReports=Spesenrapporte EMailTemplates=Textvorlagen für Emails ShortTuesday=D ShortWednesday=M diff --git a/htdocs/langs/de_CH/trips.lang b/htdocs/langs/de_CH/trips.lang index 551a060aaf2..a2725b67289 100644 --- a/htdocs/langs/de_CH/trips.lang +++ b/htdocs/langs/de_CH/trips.lang @@ -1,5 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReports=Spesenabrechnungen Hinweis ShowExpenseReport=Spesenreport anzeigen TripCard=Reisekosten Karte ListOfTrips=Liste Reise- und Spesenabrechnungen diff --git a/htdocs/langs/de_CH/website.lang b/htdocs/langs/de_CH/website.lang index 77f8d74333c..a2deb6f91a8 100644 --- a/htdocs/langs/de_CH/website.lang +++ b/htdocs/langs/de_CH/website.lang @@ -4,7 +4,6 @@ DeleteWebsite=Webseite löschen ConfirmDeleteWebsite=Möchten sie wirklich diesen Webauftritt löschen? Alle Seiten und Inhalte werden dadurch auch gelöscht. WEBSITE_CSS_URL=URL zu externer CSS Datei EditPageMeta=Metadaten bearbeiten -Website=Website PreviewOfSiteNotYetAvailable=Vorschau des Webauftritt %s noch nicht verfügbar. Sie müssen zuerst eine Seite hinzufügen. ViewSiteInNewTab=Webauftritt in neuem Tab anzeigen SetAsHomePage=Als Startseite definieren diff --git a/htdocs/langs/de_DE/admin.lang b/htdocs/langs/de_DE/admin.lang index 61f35b0f32a..9376eafe55c 100644 --- a/htdocs/langs/de_DE/admin.lang +++ b/htdocs/langs/de_DE/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Doppelte Zeilen Fehler ignorieren (INSERT IGNORE) AutoDetectLang=Automatische Erkennung (Browser-Sprache) FeatureDisabledInDemo=Funktion in der Demoversion deaktiviert FeatureAvailableOnlyOnStable=Diese Funktion steht nur in offiziellen stabilen Versionen zur Verfügung -Rights=Berechtigungen BoxesDesc=Boxen sind auf einigen Seiten angezeigte Informationsbereiche. Sie können die Anzeige einer Box einstellen, indem Sie auf die Zielseite klicken und 'Aktivieren' wählen. Zum Ausblenden einer Box klicken Sie einfach auf den Papierkorb. OnlyActiveElementsAreShown=Nur Elemente aus aktiven Module werden angezeigt. ModulesDesc=Die Module bestimmen, welche Funktionalität in Dolibarr verfügbar ist. Manche Module erfordern zusätzlich Berechtigungen die Benutzern zugewiesen werden muss, nachdem das Modul aktiviert wurde. \nKlicken Sie auf die Schaltfläche on/off, um ein Modul/Anwendung zu aktivieren. @@ -593,7 +592,7 @@ Module5000Desc=Ermöglicht Ihnen die Verwaltung mehrerer Firmen Module6000Name=Workflow Module6000Desc=Workflow Management Module10000Name=Webseiten -Module10000Desc=Erstelle öffentliche Webseiten mit dem WYSIWYG-Editor.\nDer Webserver muss auf das Verzeichnis verweisen. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Urlaubsantrags-Verwaltung Module20000Desc=Definieren und beobachten sie die Urlaubsanträge Ihrer Angestellten. Module39000Name=Chargen-/ Seriennummern @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature-Mails mit der Methode "PHP mail direkt" s TranslationSetup=Konfiguration der Übersetzung TranslationKeySearch=Übersetzungsschlüssel oder -Zeichenkette suchen TranslationOverwriteKey=Überschreiben der Übersetzung -TranslationDesc=Angezeichten Systemsprachen einstellen:
                  * Systemweit: Menü Start - Konfiguration - Anzeigen
                  * Nach Benutzer: Benutzer konfigurierenBenutzer Karteireiter (Benutzername anklicken ganz oben auf dem Bildschirm). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=Sie können Zeichenketten durch Füllen der folgenden Tabelle überschreiben. Wählen Sie Ihre Sprache aus dem "%s" Drop-Down und tragen Sie den Schlüssel in "%s" und Ihre neue Übersetzung in "%s" ein. TranslationOverwriteDesc2=Sie können die andere Registerkarte verwenden, um Ihnen zu helfen, den Übersetzungsschlüssel zu verwenden TranslationString=Übersetzung Zeichenkette @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Regel für automatisch erstellte Passwörter DisableForgetPasswordLinkOnLogonPage='Passwort vergessen'-Link nicht auf der Anmeldeseite anzeigen UsersSetup=Benutzermoduleinstellungen UserMailRequired=Für das Erstellen eines neuen Benutzers ist dessen E-Mail-Adresse erforderlich -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=PV Modul Einstellungen ##### Company setup ##### diff --git a/htdocs/langs/de_DE/commercial.lang b/htdocs/langs/de_DE/commercial.lang index 1429836426a..d9a87578d0e 100644 --- a/htdocs/langs/de_DE/commercial.lang +++ b/htdocs/langs/de_DE/commercial.lang @@ -70,3 +70,9 @@ Stats=Verkaufsstatistik StatusProsp=Lead Status DraftPropals=Entworfene Angebote NoLimit=Kein Limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/de_DE/holiday.lang b/htdocs/langs/de_DE/holiday.lang index e4fd3b57871..65e6e85deff 100644 --- a/htdocs/langs/de_DE/holiday.lang +++ b/htdocs/langs/de_DE/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Urlaubsantrag stornieren EmployeeLastname=Mitarbeiter Nachname EmployeeFirstname=Vorname des Mitarbeiters TypeWasDisabledOrRemoved=Abreise-Art (Nr %s) war deaktiviert oder entfernt +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Letzte automatische Aktualisierung der Urlaubstage diff --git a/htdocs/langs/de_DE/mails.lang b/htdocs/langs/de_DE/mails.lang index 1c2e7bf3f72..7918674860b 100644 --- a/htdocs/langs/de_DE/mails.lang +++ b/htdocs/langs/de_DE/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Einzigartige Partnerkontakte MailNoChangePossible=Die Empfängerliste einer freigegebenen E-Mail Kampagne kann nicht mehr geändert werden SearchAMailing=Suche E-Mail Kampagne SendMailing=E-Mail Kampagne versenden -SendMail=sende E-Mail SentBy=Gesendet von MailingNeedCommand=Aus Sicherheitsgründen sollten E-Mails von der Kommandozeile aus versandt werden. Bitten Sie Ihren Server Administrator um die Ausführung des folgenden Befehls, um den Versand an alle Empfänger zu starten: MailingNeedCommand2=Sie können den Versand jedoch auch online starten, indem Sie den Parameter MAILING_LIMIT_SENDBYWEB auf den Wert der pro Sitzung gleichzeitig zu versendenden Mails setzen. Die entsprechenden Einstellungen finden Sie unter Übersicht-Einstellungen-Andere. diff --git a/htdocs/langs/de_DE/main.lang b/htdocs/langs/de_DE/main.lang index 77ad8074553..adeab4ba132 100644 --- a/htdocs/langs/de_DE/main.lang +++ b/htdocs/langs/de_DE/main.lang @@ -266,8 +266,10 @@ DateApprove2=Genehmigungsdatum (zweite Genehmigung) RegistrationDate=Registration date UserCreation=Erzeugungs-Benutzer UserModification=Aktualisierungs-Benutzer +UserValidation=Validation user UserCreationShort=Erzeuger UserModificationShort=Aktualisierer +UserValidationShort=Valid. user DurationYear=Jahr DurationMonth=Monat DurationWeek=Woche @@ -608,6 +610,7 @@ SendByMail=Per E-Mail versenden MailSentBy=E-Mail Absender TextUsedInTheMessageBody=E-Mail Text SendAcknowledgementByMail=Bestätigungsmail senden +SendMail=sende E-Mail EMail=E-Mail NoEMail=Keine E-Mail Email=E-Mail @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Währung festlegen BulkActions=Massenaktionen ClickToShowHelp=Klicken um die Tooltiphilfe anzuzeigen +Website=Webseite +WebSites=Web sites +ExpenseReport=Spesenabrechnung +ExpenseReports=Spesenabrechnungen HR=Personalabteilung HRAndBank=HR und Bank AutomaticallyCalculated=Automatisch berechnet @@ -818,6 +825,9 @@ Websites=Web sites Events=Ereignisse EMailTemplates=Textvorlagen für E-Mails FileNotShared=File not shared to exernal public +Project=Projekt +Projects=Projekte +Rights=Berechtigungen # Week day Monday=Montag Tuesday=Dienstag diff --git a/htdocs/langs/de_DE/members.lang b/htdocs/langs/de_DE/members.lang index d4b777b1726..633e232258f 100644 --- a/htdocs/langs/de_DE/members.lang +++ b/htdocs/langs/de_DE/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Umsatz (für eine Firma) oder Budget (für eine Stiftung) DefaultAmount=Standardbetrag für ein Abonnement CanEditAmount=Besucher können die Höhe auswählen oder ändern für den Beitrag MEMBER_NEWFORM_PAYONLINE=Gehen Sie zu integrierten Bezahlseite -ByProperties=nach Eigenschaften -MembersStatisticsByProperties=Mitgliederstatistik nach Eigenschaften +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Dieser Bildschirm zeigt ihre Statistiken über ihre Mitgliedschaft. MembersByRegion=Dieser Bildschirm zeigt Ihnen Statistiken über Mitglieder nach Regionen. VATToUseForSubscriptions=Mehrwertsteuersatz für Mitgliedschaften diff --git a/htdocs/langs/de_DE/modulebuilder.lang b/htdocs/langs/de_DE/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/de_DE/modulebuilder.lang +++ b/htdocs/langs/de_DE/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/de_DE/projects.lang b/htdocs/langs/de_DE/projects.lang index 9c01ee74c7a..36ae43a046a 100644 --- a/htdocs/langs/de_DE/projects.lang +++ b/htdocs/langs/de_DE/projects.lang @@ -3,8 +3,6 @@ RefProject=Projekt-Nr. ProjectRef=Chance ProjectId=Projekt-ID ProjectLabel=Projektbezeichnung -Project=Projekt -Projects=Projekte ProjectsArea=Projektübersicht ProjectStatus=Projekt Status SharedProject=Jeder @@ -38,6 +36,7 @@ OpenedTasks=Offene Aufgaben OpportunitiesStatusForOpenedProjects=Betrag Verkaufschancen offene Projekt nach Status OpportunitiesStatusForProjects=Betrag Verkaufschancen pro Projekt nach Status ShowProject=Zeige Projekt +ShowTask=Zeige Aufgabe SetProject=Projekt setzen NoProject=Kein Projekt definiert oder keine Rechte NbOfProjects=Anzahl der Projekte @@ -77,6 +76,7 @@ Time=Zeitaufwand ListOfTasks=Aufgabenliste GoToListOfTimeConsumed=Liste der verwendeten Zeit aufrufen GoToListOfTasks=Liste der Aufgaben aufrufen +GanttView=Gantt View ListProposalsAssociatedProject=Liste Angebote, die mit diesem Projekt verknüpft sind ListOrdersAssociatedProject=Liste der mit diesem Projekt verbundenen Kunden-Bestellungen ListInvoicesAssociatedProject=Liste der mit diesem Projekt verbundenen Kunden-Rechnungen @@ -108,6 +108,7 @@ AlsoCloseAProject=Das Projekt auch schließen (lassen Sie es offen, wenn Sie noc ReOpenAProject=Projekt öffnen ConfirmReOpenAProject=Möchten Sie dieses Projekt wirklich wiedereröffnen? ProjectContact=Projekt Kontakte +TaskContact=Task contacts ActionsOnProject=Projektaktionen YouAreNotContactOfProject=Sie sind diesem privaten Projekt nicht als Kontakt zugeordnet. UserIsNotContactOfProject=Benutzer ist kein Kontakt dieses privaten Projektes @@ -115,7 +116,7 @@ DeleteATimeSpent=Lösche einen Zeitaufwand ConfirmDeleteATimeSpent=Sind Sie sicher, dass diesen Zeitaufwand löschen wollen? DoNotShowMyTasksOnly=Zeige auch die Aufgaben der Anderen ShowMyTasksOnly=Zeige nur meine Aufgaben -TaskRessourceLinks=Ressourcen +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Mit diesem Partner verknüpfte Projekte NoTasks=Keine Aufgaben für dieses Projekt LinkedToAnotherCompany=Mit Partner verknüpft diff --git a/htdocs/langs/de_DE/salaries.lang b/htdocs/langs/de_DE/salaries.lang index 748ec45c014..bcbdab8543d 100644 --- a/htdocs/langs/de_DE/salaries.lang +++ b/htdocs/langs/de_DE/salaries.lang @@ -13,3 +13,5 @@ TJM=Durchschnittlicher Tagessatz CurrentSalary=aktueller Lohn THMDescription=Dieser Wert kann verwendet werden, um die Kosten für die verbrauchte Zeit eines Anwender zu berechnen, wenn das Modul Projektverwaltung verwendet wird, TJMDescription=Dieser Wert ist aktuell nur zu Informationszwecken und wird nicht für eine Berechnung verwendet +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/de_DE/stocks.lang b/htdocs/langs/de_DE/stocks.lang index 0268047a27e..54fb5af5020 100644 --- a/htdocs/langs/de_DE/stocks.lang +++ b/htdocs/langs/de_DE/stocks.lang @@ -22,6 +22,7 @@ Movements=Lagerbewegungen ErrorWarehouseRefRequired=Warenlager-Referenz erforderlich ListOfWarehouses=Liste der Warenlager ListOfStockMovements=Liste der Lagerbewegungen +MovementId=Movement ID StockMovementForId=Lagerbewegung Nr. %d ListMouvementStockProject=Lagerbewegungen für Projekt StocksArea=Warenlager - Übersicht @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Der Lagerbestand muss ausreichend sein um ein Produk StockMustBeEnoughForOrder=Der Lagerbestand muss ausreichend sein um ein Produkt/Dienstleistung zum Versand hinzuzufügen. (Die Prüfung erfolgt auf Basis des aktuellen realen Lagerbestandes, wenn eine Zeile zum Auftrag hinzugefügt wird, unabhängig von der Regel zur automatischen Veränderung des Lagerbestands.) StockMustBeEnoughForShipment= Der Lagerbestand muss ausreichend sein um ein Produkt/Dienstleistung zum Versand hinzuzufügen. (Die Prüfung erfolgt auf Basis des aktuellen realen Lagerbestandes, wenn eine Zeile zum Versand hinzugefügt wird, unabhängig von der Regel zur automatischen Veränderung des Lagerbestands.) MovementLabel=Titel der Lagerbewegung +DateMovement=Date of movement InventoryCode=Bewegungs- oder Bestandscode IsInPackage=In Paket enthalten WarehouseAllowNegativeTransfer=Bestand kann negativ sein diff --git a/htdocs/langs/de_DE/trips.lang b/htdocs/langs/de_DE/trips.lang index d477271f379..24733634237 100644 --- a/htdocs/langs/de_DE/trips.lang +++ b/htdocs/langs/de_DE/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Spesenabrechnung -ExpenseReports=Spesenabrechnungen ShowExpenseReport=Spesenabrechnung anzeigen Trips=Spesenabrechnungen TripsAndExpenses=Reise- und Fahrtspesen @@ -12,6 +10,8 @@ ListOfFees=Liste der Spesen TypeFees=Gebührenarten ShowTrip=Spesenabrechnung anzeigen NewTrip=neue Spesenabrechnung +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Besuchter Partner FeesKilometersOrAmout=Spesenbetrag bzw. Kilometergeld DeleteTrip=Spesenabrechnung löschen @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Sie haben bereits eine andere Spesenabrechnung in einem ähnlichen Datumsbereich erstellt. AucuneLigne=Es wurde noch keine Spesenabrechnung erstellt. diff --git a/htdocs/langs/de_DE/website.lang b/htdocs/langs/de_DE/website.lang index 45d5ec0a0b7..041a3be819c 100644 --- a/htdocs/langs/de_DE/website.lang +++ b/htdocs/langs/de_DE/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Website löschen ConfirmDeleteWebsite=Möchten Sie diese Website wirklich löschen? Alle Seiten inkl. Inhalt werden auch gelöscht. WEBSITE_PAGENAME=Seitenname/Alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL der externen CSS-Datei WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Menü bearbeiten EditMedias=Edit medias EditPageMeta=Meta bearbeiten -Website=Webseite AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/el_CY/admin.lang b/htdocs/langs/el_CY/admin.lang index 1c53b65c99c..f38aa12680e 100644 --- a/htdocs/langs/el_CY/admin.lang +++ b/htdocs/langs/el_CY/admin.lang @@ -2,3 +2,5 @@ AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe
                  Example for ClamAv: /usr/bin/clamscan AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib" ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal diff --git a/htdocs/langs/el_GR/admin.lang b/htdocs/langs/el_GR/admin.lang index e31910dd20a..8fb86ad1306 100644 --- a/htdocs/langs/el_GR/admin.lang +++ b/htdocs/langs/el_GR/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Αυτόματη Ανίχνευση (γλώσσα φυλλομετρητή) FeatureDisabledInDemo=Δυνατότητα απενεργοποίησης στο demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Δικαιώματα BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Μόνο στοιχεία από ενεργοποιημένα modules προβάλλονται. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Σας επιτρέπει να διαχειριστήτε πολ Module6000Name=Ροή εργασίας Module6000Desc=Διαχείρισης Ροών Εργασιών Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Αφήστε τη διαχείριση των ερωτήσεων Module20000Desc=Δηλώστε και παρακολουθήστε τις αιτήσεις αδειών των εργαζομένων Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Εγκατάσταση της μετάφρασης TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Ρυθμίσεις αρθρώματος χρηστών UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/el_GR/commercial.lang b/htdocs/langs/el_GR/commercial.lang index f4ec947a882..0ad3781d5cd 100644 --- a/htdocs/langs/el_GR/commercial.lang +++ b/htdocs/langs/el_GR/commercial.lang @@ -70,3 +70,9 @@ Stats=Στατιστικά πωλήσεων StatusProsp=Κατάσταση προοπτικής DraftPropals=Σχέδιο εμπορικών προσφορών NoLimit=Κανένα όριο +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/el_GR/holiday.lang b/htdocs/langs/el_GR/holiday.lang index 9b8b1d8d848..24fff5af365 100644 --- a/htdocs/langs/el_GR/holiday.lang +++ b/htdocs/langs/el_GR/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Αφήστε το αίτημα ακύρωσης EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/el_GR/mails.lang b/htdocs/langs/el_GR/mails.lang index f9443a74cbd..1210892e7cc 100644 --- a/htdocs/langs/el_GR/mails.lang +++ b/htdocs/langs/el_GR/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Μοναδικές επαφές/διευθύνσεις MailNoChangePossible=Παραλήπτες με επικυρωμένες ηλεκτρονικές διευθύνσεις δεν μπορούν να αλλάξουν SearchAMailing=Αναζήτηση Ταχυδρομείου SendMailing=Αποστολή ηλεκτρονικού ταχυδρομείου -SendMail=Αποστολή email SentBy=Στάλθηκε από MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Μπορείτε, ωστόσο, να τους στείλετε σε απευθείας σύνδεση με την προσθήκη της παραμέτρου MAILING_LIMIT_SENDBYWEB με την αξία του μέγιστου αριθμού των μηνυμάτων ηλεκτρονικού ταχυδρομείου που θέλετε να στείλετε από τη συνεδρία. Για το σκοπό αυτό, πηγαίνετε στο Αρχική - Ρυθμίσεις - Άλλες Ρυθμίσεις. diff --git a/htdocs/langs/el_GR/main.lang b/htdocs/langs/el_GR/main.lang index 66115ec9d40..ba5d1c3ea39 100644 --- a/htdocs/langs/el_GR/main.lang +++ b/htdocs/langs/el_GR/main.lang @@ -266,8 +266,10 @@ DateApprove2=Ημερομηνία έγκρισης (δεύτερο έγκρισ RegistrationDate=Registration date UserCreation=Χρήστης δημιουργίας UserModification=Χρήστης τροποποίησης +UserValidation=Validation user UserCreationShort=Δημιουργία χρήστη UserModificationShort=Τροποποιών χρήστης +UserValidationShort=Valid. user DurationYear=έτος DurationMonth=μήνας DurationWeek=εβδομάδα @@ -608,6 +610,7 @@ SendByMail=Αποστολή με email MailSentBy=Το email στάλθηκε από TextUsedInTheMessageBody=Κείμενο email SendAcknowledgementByMail=Αποστολή email επιβεβαίωσης +SendMail=Αποστολή email EMail=E-mail NoEMail=Χωρίς email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Ιστοτοπός +WebSites=Web sites +ExpenseReport=Αναφορά εξόδων +ExpenseReports=Αναφορές εξόδων HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Ενέργειες EMailTemplates=Πρότυπα email FileNotShared=File not shared to exernal public +Project=Έργο +Projects=Έργα +Rights=Άδειες # Week day Monday=Δευτέρα Tuesday=Τρίτη diff --git a/htdocs/langs/el_GR/members.lang b/htdocs/langs/el_GR/members.lang index 26c150dc6fd..5aac15ca957 100644 --- a/htdocs/langs/el_GR/members.lang +++ b/htdocs/langs/el_GR/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Κύκλος εργασιών (για μια επιχείρησ DefaultAmount=Προεπιλογή ποσό της συνδρομής CanEditAmount=Επισκέπτης μπορεί να επιλέξει / επεξεργαστείτε το ποσό της συνδρομής του MEMBER_NEWFORM_PAYONLINE=Μετάβαση στην ολοκληρωμένη ηλεκτρονική σελίδα πληρωμής -ByProperties=Με χαρακτηριστικά -MembersStatisticsByProperties=Στατιστικά στοιχεία μελων από τα χαρακτηριστικά +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Αυτή η οθόνη εμφανίζει στατιστικά για τα μέλη του από τη φύση τους. MembersByRegion=Αυτή η οθόνη εμφανίζει στατιστικά για τα μέλη κατά περιοχή. VATToUseForSubscriptions=Συντελεστή ΦΠΑ που θα χρησιμοποιηθεί για τις συνδρομές diff --git a/htdocs/langs/el_GR/modulebuilder.lang b/htdocs/langs/el_GR/modulebuilder.lang index 55ce2f1751c..cd3ab5a131a 100644 --- a/htdocs/langs/el_GR/modulebuilder.lang +++ b/htdocs/langs/el_GR/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/el_GR/projects.lang b/htdocs/langs/el_GR/projects.lang index 3312f27c393..17434585703 100644 --- a/htdocs/langs/el_GR/projects.lang +++ b/htdocs/langs/el_GR/projects.lang @@ -3,8 +3,6 @@ RefProject=Κωδ. έργου ProjectRef=Project ref. ProjectId=Id Έργου ProjectLabel=Project label -Project=Έργο -Projects=Έργα ProjectsArea=Περιοχή έργων ProjectStatus=Κατάσταση έργου SharedProject=Όλοι @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Εμφάνιση έργου +ShowTask=Εμφάνιση Εργασίας SetProject=Set project NoProject=No project defined or owned NbOfProjects=Αριθμός έργων @@ -77,6 +76,7 @@ Time=Χρόνος ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Κατάλογος των εμπορικών προτάσεων που σχετίζονται με το έργο ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Άνοιγμα έργου ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Επαφές Project +TaskContact=Task contacts ActionsOnProject=Δράσεις για το έργο YouAreNotContactOfProject=Δεν έχετε μια επαφή του ιδιωτικού έργου, UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Διαγράψτε το χρόνο που δαπανάται ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Δείτε επίσης τα καθήκοντα που δεν ανατέθηκαν σε μένα ShowMyTasksOnly=Δείτε τα καθήκοντα που σας έχουν ανατεθεί -TaskRessourceLinks=Πόροι +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Έργα που αφορούν αυτό το στοιχείο NoTasks=Δεν υπάρχουν εργασίες για αυτό το έργο LinkedToAnotherCompany=Συνδέεται με άλλο τρίτο μέρος diff --git a/htdocs/langs/el_GR/salaries.lang b/htdocs/langs/el_GR/salaries.lang index e89361ff944..a1a700cd206 100644 --- a/htdocs/langs/el_GR/salaries.lang +++ b/htdocs/langs/el_GR/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Τρέχον μισθός THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=Αυτή η τιμή εμφανίζεται μόνο σαν πληροφορία και δεν χρησιμοποιείται για κανένα υπολογισμό +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/el_GR/stocks.lang b/htdocs/langs/el_GR/stocks.lang index 71cd5f4b7b4..a0560279a5e 100644 --- a/htdocs/langs/el_GR/stocks.lang +++ b/htdocs/langs/el_GR/stocks.lang @@ -22,6 +22,7 @@ Movements=Κινήματα ErrorWarehouseRefRequired=Αποθήκη όνομα αναφοράς απαιτείται ListOfWarehouses=Κατάλογος των αποθηκών ListOfStockMovements=Κατάλογος των κινήσεων των αποθεμάτων +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Περιοχή αποθηκών @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Ετικέτα λογιστικής κίνησης +DateMovement=Date of movement InventoryCode=Λογιστική κίνηση ή κωδικός απογραφής IsInPackage=Περιεχόμενα συσκευασίας WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/el_GR/trips.lang b/htdocs/langs/el_GR/trips.lang index e2ff3176053..1627fee0e14 100644 --- a/htdocs/langs/el_GR/trips.lang +++ b/htdocs/langs/el_GR/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Αναφορά εξόδων -ExpenseReports=Αναφορές εξόδων ShowExpenseReport=Εμφάνιση αναφοράς εξόδων Trips=Αναφορές εξόδων TripsAndExpenses=Αναφορές εξόδων @@ -12,6 +10,8 @@ ListOfFees=Λίστα φόρων TypeFees=Types of fees ShowTrip=Εμφάνιση αναφοράς εξόδων NewTrip=Νέα αναφορά εξόδων +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Σύνολο χλμ DeleteTrip=Διαγραφή αναφοράς εξόδων @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/el_GR/website.lang b/htdocs/langs/el_GR/website.lang index b565b17e6b2..e1d43ef4c1f 100644 --- a/htdocs/langs/el_GR/website.lang +++ b/htdocs/langs/el_GR/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Διαγραφή ιστοχώρου ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Επεξεργασία μενού EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Ιστοτοπός AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/en_AU/admin.lang b/htdocs/langs/en_AU/admin.lang index c353d325e3f..bca9b03aca3 100644 --- a/htdocs/langs/en_AU/admin.lang +++ b/htdocs/langs/en_AU/admin.lang @@ -5,6 +5,8 @@ ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir< HideAnyVATInformationOnPDF=Hide all information related to GST on generated PDF OldVATRates=Old GST rate NewVATRates=New GST rate +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal DictionaryVAT=GST Rates or Sales Tax Rates VATManagement=GST Management VATIsNotUsedDesc=By default the proposed GST rate is 0 which can be used for cases like associations, individuals and small companies. @@ -13,5 +15,7 @@ LocalTax1IsNotUsedDesc=Do not use other type of tax (other than GST) LocalTax2IsUsedDesc=Use a third type of tax (other than GST) LocalTax2IsNotUsedDesc=Do not use other type of tax (other than GST) OptionVatMode=GST due +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) TextTitleColor=Colour of page title LinkColor=Colour of links diff --git a/htdocs/langs/en_CA/admin.lang b/htdocs/langs/en_CA/admin.lang index 9bf5497f19b..7675bb94703 100644 --- a/htdocs/langs/en_CA/admin.lang +++ b/htdocs/langs/en_CA/admin.lang @@ -2,8 +2,12 @@ AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe
                  Example for ClamAv: /usr/bin/clamscan AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib" ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal VATManagement=GST Management LocalTax1IsUsedDesc=Use a second tax (PST) LocalTax1IsNotUsedDesc=Do not use second tax (PST) LocalTax1Management=PST Management LocalTax2IsNotUsedDesc=Do not use second tax (PST) +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/en_GB/admin.lang b/htdocs/langs/en_GB/admin.lang index 85d20550ec8..48129f9cf53 100644 --- a/htdocs/langs/en_GB/admin.lang +++ b/htdocs/langs/en_GB/admin.lang @@ -32,10 +32,14 @@ CommandsToDisableForeignKeysForImportWarning=This is mandatory if you want to re GenericMaskCodes4a=Example on the 99th %s of the third party The Company, with date 2007-01-31:
                  ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir Module330Desc=Bookmark management +Module50000Desc=Module to offer an online payment page by credit card with PayBox Module50200Name=PayPal +Module50200Desc=Module to offer an online payment page by credit card with Paypal Permission300=Read barcodes Permission301=Create/modify barcodes Permission302=Delete barcodes DictionaryAccountancyJournal=Finance journals GenbarcodeLocation=Barcode generation command line tool (used by internal engine for some bar code types). Must be compatible with "genbarcode".
                  For example: /usr/local/bin/genbarcode +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) ToGenerateCodeDefineAutomaticRuleFirst=To be able to automatically generate codes, you must first set a rule to define the barcode number. diff --git a/htdocs/langs/en_GB/bills.lang b/htdocs/langs/en_GB/bills.lang index d89326427cb..1e0ab2069a7 100644 --- a/htdocs/langs/en_GB/bills.lang +++ b/htdocs/langs/en_GB/bills.lang @@ -1,7 +1,22 @@ # Dolibarr language file - Source file is en_US - bills +InvoiceDeposit=Deposit invoice +InvoiceDepositAsk=Deposit invoice +InvoiceDepositDesc=This kind of invoice is raised when a deposit has been received. InvoiceReplacementDesc=Replacement invoice is used to cancel and replace completely an invoice with no payment already received.

                  Note: Only an invoice with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'. +ConfirmConvertToReduc=Do you want to convert this %s into an absolute discount ?
                  The amount will be saved and can be used as a discount for a current or a future invoice for this customer. +PaymentsBackAlreadyDone=Refunds already done +PaymentHigherThanReminderToPay=Payment higher than balance outstanding +HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the balance outstanding.
                  Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice. +ConvertToReduc=Convert to future discount ErrorVATIntraNotConfigured=Intracommunitary VAT number not yet defined -EscompteOffered=Dscnt.offered (pay.befor.term) +ConfirmClassifyPaidPartiallyReasonOtherDesc=Use this choice if all other does not suit, for example in following situation:
                  - payment not complete because some products were shipped back
                  - amount claimed too high because a discount was forgotten
                  In all cases, amount over-claimed must be corrected in accountancy system by creating a credit note. +ConfirmValidatePayment=Are you sure you want to validate this payment? No changes can be made once payment is validated. +ShowInvoiceDeposit=Show deposit invoice +AlreadyPaidNoCreditNotesNoDeposits=Already paid (without credit notes and deposits) +EscompteOffered=Disc. offered (early pmt) +Deposit=Deposit +Deposits=Deposits +DiscountFromDeposit=Payments from deposit invoice %s PaymentTypeCHQ=Cheque PaymentTypeShortCHQ=Cheque ChequeNumber=Cheque N° @@ -20,3 +35,6 @@ ChequesArea=Cheque deposits area ChequeDeposits=Cheque deposits Cheques=Cheques NbCheque=Number of cheques +ClosePaidInvoicesAutomatically=Classify "Paid" all standard, deposit or replacement invoices entirely paid. +MarsNumRefModelDesc1=Return number with format %syymm-nnnn for standard invoices, %syymm-nnnn for replacement invoices, %syymm-nnnn for deposit invoices and %syymm-nnnn for credit notes where yy is year, mm is month and nnnn is a sequence with no break and no return to 0 +CactusNumRefModelDesc1=Return number with format %syymm-nnnn for standard invoices, %syymm-nnnn for credit notes and %syymm-nnnn for deposit invoices where yy is year, mm is month and nnnn is a sequence with no break and no return to 0 diff --git a/htdocs/langs/en_GB/main.lang b/htdocs/langs/en_GB/main.lang index f152c0ce69d..67b167fff2e 100644 --- a/htdocs/langs/en_GB/main.lang +++ b/htdocs/langs/en_GB/main.lang @@ -49,3 +49,4 @@ Color=Colour Informations=Information AccordingToGeoIPDatabase=(according to GeoIP lookup) NoPhotoYet=No picture available yet +Website=Website diff --git a/htdocs/langs/en_GB/website.lang b/htdocs/langs/en_GB/website.lang index f4230d97ddd..45efd3453c6 100644 --- a/htdocs/langs/en_GB/website.lang +++ b/htdocs/langs/en_GB/website.lang @@ -1,5 +1,4 @@ # Dolibarr language file - Source file is en_US - website WebsiteSetupDesc=Create here as many entries for websites as you need. Then go into menu Websites to edit them. PageNameAliasHelp=Name or alias of the page.
                  This alias is also used to forge an SEO URL when the website is run from a Virtual host of a Web server (like Apache, Nginx, ...). Use the button "%s" to edit this alias. -Website=Website PreviewOfSiteNotYetAvailable=Preview of your website %s is not yet available. You must first add a page. diff --git a/htdocs/langs/en_IN/admin.lang b/htdocs/langs/en_IN/admin.lang index 9e01f754dbe..df631435252 100644 --- a/htdocs/langs/en_IN/admin.lang +++ b/htdocs/langs/en_IN/admin.lang @@ -4,6 +4,8 @@ AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir Module20Name=Quotations Module20Desc=Management of quotations +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal Permission21=Read quotations Permission22=Create/modify quotations Permission24=Validate quotations @@ -17,3 +19,5 @@ ProposalsPDFModules=Quotation documents models FreeLegalTextOnProposal=Free text on quotations WatermarkOnDraftProposal=Watermark on draft quotations (none if empty) FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (quotations, orders, invoices, etc...). Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files. +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/en_US/accountancy.lang b/htdocs/langs/en_US/accountancy.lang index eacfe4fc2aa..000e9d9695a 100644 --- a/htdocs/langs/en_US/accountancy.lang +++ b/htdocs/langs/en_US/accountancy.lang @@ -7,6 +7,8 @@ ACCOUNTING_EXPORT_LABEL=Export label ACCOUNTING_EXPORT_AMOUNT=Export amount ACCOUNTING_EXPORT_DEVISE=Export currency Selectformat=Select the format for the file +ACCOUNTING_EXPORT_FORMAT=Select the format for the file +ACCOUNTING_EXPORT_ENDLINE=Select the carriage return type ACCOUNTING_EXPORT_PREFIX_SPEC=Specify the prefix for the file name ThisService=This service ThisProduct=This product @@ -67,7 +69,6 @@ AccountancyAreaDescAnalyze=STEP %s: Add or edit existing transactions and genera AccountancyAreaDescClosePeriod=STEP %s: Close period so we can't make modification in a future. TheJournalCodeIsNotDefinedOnSomeBankAccount=A mandatory step in setup was not complete (accounting code journal not defined for all bank accounts) -MenuAccountancy=Accountancy Selectchartofaccounts=Select active chart of accounts ChangeAndLoad=Change and load Addanaccount=Add an accounting account @@ -253,6 +254,7 @@ Modelcsv_quadratus=Export towards Quadratus QuadraCompta Modelcsv_ebp=Export towards EBP Modelcsv_cogilog=Export towards Cogilog Modelcsv_agiris=Export towards Agiris (Test) +Modelcsv_configurable=Export Configurable ChartofaccountsId=Chart of accounts Id ## Tools - Init accounting account on product / service diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index e3e96b0c735..94a7651af49 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -464,6 +464,7 @@ FreeLegalTextOnExpenseReports=Free legal text on expense reports WatermarkOnDraftExpenseReports=Watermark on draft expense reports AttachMainDocByDefault=Set this to 1 if you want to attach main document to email by default (if applicable) FilesAttachedToEmail=Attach file +SendEmailsReminders=Send agenda reminders by emails # Modules Module0Name=Users & groups Module0Desc=Users / Employees and Groups management @@ -598,11 +599,11 @@ Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot Module39000Desc=Lot or serial number, eat-by and sell-by date management on products Module50000Name=PayBox -Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...) Module50100Name=Point of sales Module50100Desc=Point of sales module (POS). Module50200Name=Paypal -Module50200Desc=Module to offer an online payment page by credit card with Paypal +Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...) Module50400Name=Accounting (advanced) Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers) Module54000Name=PrintIPP @@ -1556,8 +1557,8 @@ AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of e AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda -AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. -AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view ##### Clicktodial ##### diff --git a/htdocs/langs/en_US/compta.lang b/htdocs/langs/en_US/compta.lang index 9febf20505f..8c402d53705 100644 --- a/htdocs/langs/en_US/compta.lang +++ b/htdocs/langs/en_US/compta.lang @@ -79,6 +79,7 @@ AccountancyTreasuryArea=Accountancy/Treasury area NewPayment=New payment Payments=Payments PaymentCustomerInvoice=Customer invoice payment +PaymentSupplierInvoice=Supplier invoice payment PaymentSocialContribution=Social/fiscal tax payment PaymentVat=VAT payment ListPayment=List of payments diff --git a/htdocs/langs/en_US/errors.lang b/htdocs/langs/en_US/errors.lang index b61d81c6d48..77a4ba76383 100644 --- a/htdocs/langs/en_US/errors.lang +++ b/htdocs/langs/en_US/errors.lang @@ -202,6 +202,7 @@ ErrorObjectMustHaveLinesToBeValidated=Object %s must have lines to be validated. ErrorOnlyInvoiceValidatedCanBeSentInMassAction=Only validated invoices can be sent using the "Send by email" mass action. ErrorChooseBetweenFreeEntryOrPredefinedProduct=You must choose if article is a predefined product or not ErrorDiscountLargerThanRemainToPaySplitItBefore=The discount you try to apply is larger than remain to pay. Split the discount in 2 smaller discounts before. +ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was modified or file was removed recently. # Warnings WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user. WarningMandatorySetupNotComplete=Mandatory setup parameters are not yet defined diff --git a/htdocs/langs/en_US/mails.lang b/htdocs/langs/en_US/mails.lang index ccf52302e9a..4be167d3061 100644 --- a/htdocs/langs/en_US/mails.lang +++ b/htdocs/langs/en_US/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index 09b9bb1793c..7f89918e90a 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -610,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -649,6 +650,7 @@ Color=Color Documents=Linked files Documents2=Documents UploadDisabled=Upload disabled +MenuAccountancy=Accountancy MenuECM=Documents MenuAWStats=AWStats MenuMembers=Members @@ -804,14 +806,16 @@ SomeTranslationAreUncomplete=Some languages may be partially translated or may c DirectDownloadLink=Direct download link (public/external) DirectDownloadInternalLink=Direct download link (need to be logged and need permissions) Download=Download +DownloadDocument=Download document ActualizeCurrency=Update currency rate Fiscalyear=Fiscal year ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help -Website=Web site +WebSite=Web site WebSites=Web sites +WebSiteAccounts=Web site accounts ExpenseReport=Expense report ExpenseReports=Expense reports HR=HR @@ -820,7 +824,6 @@ AutomaticallyCalculated=Automatically calculated TitleSetToDraft=Go back to draft ConfirmSetToDraft=Are you sure you want to go back to Draft status ? ImportId=Import id -Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public diff --git a/htdocs/langs/en_US/members.lang b/htdocs/langs/en_US/members.lang index dc25d792517..2a98f700027 100644 --- a/htdocs/langs/en_US/members.lang +++ b/htdocs/langs/en_US/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/en_US/modulebuilder.lang b/htdocs/langs/en_US/modulebuilder.lang index 75a0e16c0ba..ceedb00707a 100644 --- a/htdocs/langs/en_US/modulebuilder.lang +++ b/htdocs/langs/en_US/modulebuilder.lang @@ -71,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/en_US/other.lang b/htdocs/langs/en_US/other.lang index e1270533ae2..0d9d1cfbd85 100644 --- a/htdocs/langs/en_US/other.lang +++ b/htdocs/langs/en_US/other.lang @@ -11,7 +11,7 @@ BirthdayAlertOn=birthday alert active BirthdayAlertOff=birthday alert inactive TransKey=Translation of the key TransKey MonthOfInvoice=Month (number 1-12) of invoice date -TextMonthOfInvoice=Month (tex) of invoice date +TextMonthOfInvoice=Month (text) of invoice date PreviousMonthOfInvoice=Previous month (number 1-12) of invoice date TextPreviousMonthOfInvoice=Previous month (text) of invoice date NextMonthOfInvoice=Following month (number 1-12) of invoice date @@ -214,6 +214,7 @@ StartUpload=Start upload CancelUpload=Cancel upload FileIsTooBig=Files is too big PleaseBePatient=Please be patient... +ResetPassword=Reset password RequestToResetPasswordReceived=A request to change your Dolibarr password has been received NewKeyIs=This is your new keys to login NewKeyWillBe=Your new key to login to software will be @@ -223,6 +224,7 @@ ForgetIfNothing=If you didn't request this change, just forget this email. Your IfAmountHigherThan=If amount higher than %s SourcesRepository=Repository for sources Chart=Chart +PassEncoding=Password encoding ##### Export ##### ExportsArea=Exports area diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang index 55138235335..67c7fa81da0 100644 --- a/htdocs/langs/en_US/products.lang +++ b/htdocs/langs/en_US/products.lang @@ -22,6 +22,8 @@ MassBarcodeInit=Mass barcode init MassBarcodeInitDesc=This page can be used to initialize a barcode on objects that does not have barcode defined. Check before that setup of module barcode is complete. ProductAccountancyBuyCode=Accounting code (purchase) ProductAccountancySellCode=Accounting code (sale) +ProductAccountancySellIntraCode=Accounting code (sale intra-community) +ProductAccountancySellExportCode=Accounting code (sale export) ProductOrService=Product or Service ProductsAndServices=Products and Services ProductsOrServices=Products or Services @@ -141,7 +143,7 @@ RowMaterial=Raw Material CloneProduct=Clone product or service ConfirmCloneProduct=Are you sure you want to clone product or service %s? CloneContentProduct=Clone all main informations of product/service -ClonePricesProduct=Clone main informations and prices +ClonePricesProduct=Clone prices CloneCompositionProduct=Clone packaged product/service CloneCombinationsProduct=Clone product variants ProductIsUsed=This product is used @@ -269,6 +271,7 @@ WarningSelectOneDocument=Please select at least one document DefaultUnitToShow=Unit NbOfQtyInProposals=Qty in proposals ClinkOnALinkOfColumn=Click on a link of column %s to get a detailed view... +ProductsOrServicesTranslations=Products or services translation TranslatedLabel=Translated label TranslatedDescription=Translated description TranslatedNote=Translated notes diff --git a/htdocs/langs/en_US/stripe.lang b/htdocs/langs/en_US/stripe.lang index 5efd2a45400..cb49994ea14 100644 --- a/htdocs/langs/en_US/stripe.lang +++ b/htdocs/langs/en_US/stripe.lang @@ -1,6 +1,6 @@ # Dolibarr language file - Source file is en_US - stripe StripeSetup=Stripe module setup -StripeDesc=This module offer pages to allow payment on Stripe by customers. This can be used for a free payment or for a payment on a particular Dolibarr object (invoice, order, ...) +StripeDesc=Module to offer an online payment page accepting payments with Credit/Debit card via Stripe. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...) StripeOrCBDoPayment=Pay with credit card or Stripe FollowingUrlAreAvailableToMakePayments=Following URLs are available to offer a page to a customer to make a payment on Dolibarr objects PaymentForm=Payment form diff --git a/htdocs/langs/en_US/suppliers.lang b/htdocs/langs/en_US/suppliers.lang index 28c5fe39d0d..f9e383e09af 100644 --- a/htdocs/langs/en_US/suppliers.lang +++ b/htdocs/langs/en_US/suppliers.lang @@ -43,4 +43,5 @@ NotTheGoodQualitySupplier=Wrong quality ReputationForThisProduct=Reputation BuyerName=Buyer name AllProductServicePrices=All product / service prices +AllProductReferencesOfSupplier=All product / service references of supplier BuyingPriceNumShort=Supplier prices diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang index 043fcb52472..4f656cfaac5 100644 --- a/htdocs/langs/en_US/website.lang +++ b/htdocs/langs/en_US/website.lang @@ -41,6 +41,7 @@ YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" bu YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -51,5 +52,7 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account WebsiteAccounts=Web site accounts -AddWebsiteAccount=Create web site account \ No newline at end of file +AddWebsiteAccount=Create web site account +BackToListOfThirdParty=Back to list for Third Party \ No newline at end of file diff --git a/htdocs/langs/es_AR/admin.lang b/htdocs/langs/es_AR/admin.lang index 1c53b65c99c..dcc95ac6ab5 100644 --- a/htdocs/langs/es_AR/admin.lang +++ b/htdocs/langs/es_AR/admin.lang @@ -2,3 +2,7 @@ AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe
                  Example for ClamAv: /usr/bin/clamscan AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib" ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/es_BO/admin.lang b/htdocs/langs/es_BO/admin.lang index 1c53b65c99c..dcc95ac6ab5 100644 --- a/htdocs/langs/es_BO/admin.lang +++ b/htdocs/langs/es_BO/admin.lang @@ -2,3 +2,7 @@ AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe
                  Example for ClamAv: /usr/bin/clamscan AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib" ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/es_CL/admin.lang b/htdocs/langs/es_CL/admin.lang index 87ab27f19fd..abc69871bde 100644 --- a/htdocs/langs/es_CL/admin.lang +++ b/htdocs/langs/es_CL/admin.lang @@ -17,6 +17,8 @@ SetupShort=Configurar ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir Module20Name=Cotizaciones Module20Desc=Gestión de cotizaciones/propuestas comerciales +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal Permission21=Consultar cotizaciones Permission22=Crear/modificar cotizaciones Permission24=Validar cotizaciones @@ -32,3 +34,5 @@ ProposalsPDFModules=Modelos de documentos de cotizaciones FreeLegalTextOnProposal=Texto libre en cotizaciones WatermarkOnDraftProposal=Marca de agua en cotizaciones borrador (en caso de estar vacío) FCKeditorForProductDetails=Creación/edición WYSIWIG de las líneas de detalle de los productos (en pedidos, cotizaciones, facturas, etc.) +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/es_CO/admin.lang b/htdocs/langs/es_CO/admin.lang index a07b67603b4..b18be3db335 100644 --- a/htdocs/langs/es_CO/admin.lang +++ b/htdocs/langs/es_CO/admin.lang @@ -7,6 +7,10 @@ SetupShort=Configuración Position=Puesto ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir Module42Name=Log +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal DictionaryCanton=Departamento LTRate=Tipo CompanyName=Nombre +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/es_DO/admin.lang b/htdocs/langs/es_DO/admin.lang index 46365249827..37015081f32 100644 --- a/htdocs/langs/es_DO/admin.lang +++ b/htdocs/langs/es_DO/admin.lang @@ -5,6 +5,8 @@ ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir< HideAnyVATInformationOnPDF=Ocultar toda la información relacionada con el ITBIS en la generación de los PDF OldVATRates=Tasa de ITBIS antigua NewVATRates=Tasa de ITBIS nueva +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal Permission91=Consultar impuestos e ITBIS Permission92=Crear/modificar impuestos e ITBIS Permission93=Eliminar impuestos e ITBIS @@ -22,3 +24,5 @@ OptionVatMode=Opción de carga de ITBIS OptionVatDefaultDesc=La carga del ITBIS es:
                  -en el envío de los bienes (en la práctica se usa la fecha de la factura)
                  -sobre el pago por los servicios OptionVatDebitOptionDesc=La carga del ITBIS es:
                  -en el envío de los bienes (en la práctica se usa la fecha de la factura)
                  -sobre la facturación de los servicios SummaryOfVatExigibilityUsedByDefault=Tiempo de exigibilidad de ITBIS por defecto según la opción eligida +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/es_EC/admin.lang b/htdocs/langs/es_EC/admin.lang index 368d85b9fb9..0354ed19116 100644 --- a/htdocs/langs/es_EC/admin.lang +++ b/htdocs/langs/es_EC/admin.lang @@ -464,7 +464,7 @@ Module5000Desc=Permite gestionar múltiples empresas Module6000Name=Flujo de Trabajo Module6000Desc=Administración de flujo de trabajo Module10000Name=Sitios Web -Module10000Desc=Cree sitios web públicos con un editor WYSIWYG. Sólo tiene que configurar su servidor web para que apunte al directorio dedicado para tenerlo en línea en Internet. +Module10000Desc=Cree sitios web públicos con un editor WYSIWYG. Simplemente configure su servidor web (Apache, Nginx, ...) para que apunte al directorio dedicado de Dolibarr para tenerlo en línea en Internet con su propio nombre de dominio. Module20000Name=Administración de solicitudes de permisos Module20000Desc=Declare y siga las solicitudes de los empleados Module39000Name=Lote de producto @@ -881,7 +881,7 @@ SendmailOptionMayHurtBuggedMTA=Función para enviar correos usando el método "P TranslationSetup=Configuración de la traducción TranslationKeySearch=Buscar una clave o cadena de traducción TranslationOverwriteKey=Sobrescribir una cadena de traducción -TranslationDesc=Cómo configurar el idioma de la aplicación que se muestra:
                  * Todo el sistema: menú Inicio - Configuración - Entorno
                  * Por usuario: Configuración de la pantalla de usuario de la tarjeta de usuario (haga clic en nombre de usuario en la parte superior de la pantalla). +TranslationDesc=Cómo configurar el idioma de la aplicación:
                  * Systemwide: menú Inicio - Configuración - Pantalla
                  * Por usuario: utilice la pestaña de configuración de visualizacióndel usuario en la tarjeta de usuario (haga clic en username en la parte superior de la pantalla). TranslationOverwriteDesc=También puede reemplazar cadenas de llenado de la siguiente tabla. Cambiar la lengua del menú desplegable "% s", insertar la cadena de clave traducción a "% s" y su nueva traducción a "% s" TranslationOverwriteDesc2=Puede utilizar la otra pestaña para ayudarle a saber la clave de traducción que desea utilizar TranslationString=Cadena de traducción @@ -918,7 +918,6 @@ RuleForGeneratedPasswords=Regla para generar contraseñas sugeridas o validar co DisableForgetPasswordLinkOnLogonPage=No mostrar el enlace "Contraseña olvidada" en la página de inicio de sesión UsersSetup=Configuración de módulos de usuario UserMailRequired=Se requiere correo electrónico para crear un nuevo usuario -DefaultCategoryCar=Categoría de auto predeterminada HRMSetup=Configuración del módulo de RRHH (Recursos Humanos) CompanySetup=Configuración del módulo de empresas CompanyCodeChecker=Módulo de generación y comprobación de códigos de cliente / proveedor (cliente o proveedor) diff --git a/htdocs/langs/es_EC/main.lang b/htdocs/langs/es_EC/main.lang index 52c4fae0ffb..41b42818655 100644 --- a/htdocs/langs/es_EC/main.lang +++ b/htdocs/langs/es_EC/main.lang @@ -156,8 +156,10 @@ DatePayment=Fecha del pago RegistrationDate=Fecha de Registro UserCreation=Creación de usuarios UserModification=Modificación de usuario +UserValidation=Usuario de validación UserCreationShort=Creación de usuarios UserModificationShort=Modificación de usuario +UserValidationShort=Usuario válido. Morning=Temprano Rate=Tarifa UseLocalTax=Incluye impuestos @@ -340,6 +342,7 @@ SendByMail=Enviar por correo electrónico MailSentBy=Correo electrónico enviado por TextUsedInTheMessageBody=Cuerpo del correo electronico SendAcknowledgementByMail=Enviar correo electrónico de confirmación +SendMail=Enviar correo electrónico EMail=Correo electrónico NoEMail=Sin correo electrónico Email=Correo electrónico @@ -455,6 +458,9 @@ DirectDownloadLink=Enlace de descarga directa (público/externo) ActualizeCurrency=Actualizar tipo de cambio ModuleBuilder=Generador de módulos ClickToShowHelp=Haga clic para mostrar ayuda sobre herramientas +WebSites=Sitios Web +ExpenseReport=Informe de gastos +ExpenseReports=Reporte de gastos HRAndBank=HR y Banco TitleSetToDraft=Volver al borrador ConfirmSetToDraft=¿Seguro que desea volver al estado de borrador? diff --git a/htdocs/langs/es_ES/admin.lang b/htdocs/langs/es_ES/admin.lang index 1825d531dc9..f5d42301813 100644 --- a/htdocs/langs/es_ES/admin.lang +++ b/htdocs/langs/es_ES/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignorar los errores por registro duplicado (INSERT IGNORE AutoDetectLang=Autodetección (navegador) FeatureDisabledInDemo=Opción deshabilitada en demo FeatureAvailableOnlyOnStable=Funcionaliad disponible únicamente en versiones oficiales estables -Rights=Permisos BoxesDesc=Los paneles son componentes que muestran algunos datos que pueden añadirse para personalizar algunas páginas. Puede elegir entre mostrar o no el panel mediante la selección de la página de destino y haciendo clic en 'Activar', o haciendo clic en la papelera para desactivarlo. OnlyActiveElementsAreShown=Sólo los elementos de módulos activados son mostrados. ModulesDesc=Los módulos de Dolibarr definen qué funcionalidad está habilitada en el software. Algunos módulos requieren permisos que se deben conceder a los usuarios después de activar el módulo. Haga clic en el botón de encendido/apagado para activar un módulo/función. @@ -260,17 +259,17 @@ Content=Contenido NoticePeriod=Plazo de aviso NewByMonth=Nuevo por mes Emails=Emails -EMailsSetup=Emails setup -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless. +EMailsSetup=Configuración emails +EMailsDesc=Esta página le permite sobrescribir sus parámetros de PHP para el envío de correos electrónicos. En la mayoría de los casos, en el sistema operativo Unix/Linux, su configuración de PHP es correcta y estos parámetros son inútiles. EmailSenderProfiles=Emails sender profiles MAIN_MAIL_SMTP_PORT=Puerto del servidor SMTP (Por defecto en php.ini: %s) MAIN_MAIL_SMTP_SERVER=Nombre host o ip del servidor SMTP (Por defecto en php.ini: %s) MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Puerto del servidor SMTP (No definido en PHP en sistemas de tipo Unix) MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=Nombre servidor o ip del servidor SMTP (No definido en PHP en sistemas de tipo Unix) -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: %s) -MAIN_MAIL_ERRORS_TO=Sender email used for error returns emails sent +MAIN_MAIL_EMAIL_FROM=Correo electrónico del remitente para correos electrónicos automáticos (por defecto en php.ini: %s) +MAIN_MAIL_ERRORS_TO=Correo electrónico del remitente utilizado para los correos electrónicos de error enviados MAIN_MAIL_AUTOCOPY_TO= Enviar automáticamente copia oculta de los e-mails enviados a -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos) +MAIN_DISABLE_ALL_MAILS=Deshabilitar todos los envíos de correos electrónicos (para propósitos de prueba o demostraciones) MAIN_MAIL_SENDMODE=Método de envío de e-mails MAIN_MAIL_SMTPS_ID=ID de autentificación SMTP si se requiere autenticación SMTP MAIN_MAIL_SMTPS_PW=Contraseña autentificación SMTP si se requiere autentificación SMTP @@ -593,7 +592,7 @@ Module5000Desc=Permite gestionar varias empresas Module6000Name=Flujo de trabajo Module6000Desc=Gestión del flujo de trabajo Module10000Name=Sitios web -Module10000Desc=Cree sitios web públicos con un editor WYSIWYG. Configure el servidor web para que apunte al directorio dedicado para tenerlo en línea en Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Gestión de días libres retribuidos Module20000Desc=Gestión de los días libres retribuidos de los empleados Module39000Name=Lotes de producto @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=La funcionalidad de enviar correo electrónico a TranslationSetup=Configuración de traducciones TranslationKeySearch=Buscar una clave de traducción o cadena TranslationOverwriteKey=Sobreescribir una cadena traducida -TranslationDesc=Cómo se establece el idioma de la aplicación a usar: :
                  * Sistema: menu Inicio - Configuración - Entorno
                  * Por usario: pestaña Interfaz usuario de la ficha del usuario (clic en el nombre de usuario en la parte superior de la pantalla). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=También puede reemplazar cadenas llenando la tabla siguiente. Elija su idioma en la lista desplegable "%s", inserte la clave de la traducción en "%s" y su nueva traducción en "%s" TranslationOverwriteDesc2=Puede utilizar otra pestaña para ayudarle a saber clave a utilizar TranslationString=Cadena traducida @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Norma para la generación de las contraseñas propuest DisableForgetPasswordLinkOnLogonPage=No mostrar el vínculo "Contraseña olvidada" en la página de login UsersSetup=Configuración del módulo usuarios UserMailRequired=E-Mail necesario para crear un usuario nuevo -DefaultCategoryCar=Categoría de coche predeterminada -DefaultRangeNumber=Número de rango predeterminado ##### HRM setup ##### HRMSetup=Setup del módulo RRHH ##### Company setup ##### diff --git a/htdocs/langs/es_ES/commercial.lang b/htdocs/langs/es_ES/commercial.lang index dc6ae6ee765..2ddf8f010ec 100644 --- a/htdocs/langs/es_ES/commercial.lang +++ b/htdocs/langs/es_ES/commercial.lang @@ -70,3 +70,9 @@ Stats=Estadísticas de venta StatusProsp=Estado prospección DraftPropals=Presupuestos borrador NoLimit=Sin límite +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/es_ES/holiday.lang b/htdocs/langs/es_ES/holiday.lang index a7e628629b2..e416c5667b7 100644 --- a/htdocs/langs/es_ES/holiday.lang +++ b/htdocs/langs/es_ES/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Anulación días libres EmployeeLastname=Apellidos del empleado EmployeeFirstname=Nombre del empleado TypeWasDisabledOrRemoved=El tipo de día libre (id %s) ha sido desactivado o eliminado +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Última actualización automática de días retribuidos diff --git a/htdocs/langs/es_ES/mails.lang b/htdocs/langs/es_ES/mails.lang index 52bcd364c59..869b19ed1f8 100644 --- a/htdocs/langs/es_ES/mails.lang +++ b/htdocs/langs/es_ES/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Contactos/direcciones únicos MailNoChangePossible=Destinatarios de un E-Mailing validado no modificables SearchAMailing=Buscar un E-Mailing SendMailing=Enviar E-Mailing -SendMail=Enviar e-mail SentBy=Enviado por MailingNeedCommand=El envío de un e-mailing puede realizarse desde la línea de comandos. Solicite al administrador del servidor que ejecute el siguiente comando para enviar el e-mailling a todos los destinatarios: MailingNeedCommand2=Puede enviar en línea añadiendo el parámetro MAILING_LIMIT_SENDBYWEB con un valor numérico que indica el máximo nº de e-mails a enviar por sesión. Para ello vaya a Inicio - Configuración - Varios. @@ -115,7 +114,7 @@ DeliveryReceipt=Acuse de recibo. YouCanUseCommaSeparatorForSeveralRecipients=Puede usar el carácter de separación coma para especificar múltiples destinatarios. TagCheckMail=Seguimiento de la apertura del email TagUnsubscribe=Link de desuscripción -TagSignature=Signature of sending user +TagSignature=Firma del usuario que envía EMailRecipient=Email del destinatario TagMailtoEmail=Email del destinatario (incluyendo el enlace html "mailto:") NoEmailSentBadSenderOrRecipientEmail=No se ha enviado el e-mail. El remitente o destinatario es incorrecto. Compruebe los datos del usuario. diff --git a/htdocs/langs/es_ES/main.lang b/htdocs/langs/es_ES/main.lang index f1b064314f1..7311d577e17 100644 --- a/htdocs/langs/es_ES/main.lang +++ b/htdocs/langs/es_ES/main.lang @@ -266,8 +266,10 @@ DateApprove2=Fecha de aprobación (segunda aprobación) RegistrationDate=Registration date UserCreation=Usuario creador UserModification=Usuario modificador +UserValidation=Validation user UserCreationShort=U. Crea. UserModificationShort=U. Modif. +UserValidationShort=Valid. user DurationYear=año DurationMonth=mes DurationWeek=semana @@ -608,6 +610,7 @@ SendByMail=Enviar por e-mail MailSentBy=Mail enviado por TextUsedInTheMessageBody=Texto utilizado en el cuerpo del mensaje SendAcknowledgementByMail=Enviar email de confirmación +SendMail=Enviar e-mail EMail=E-mail NoEMail=Sin e-mail Email=Correo @@ -808,6 +811,10 @@ ModuleBuilder=Módulo Builder SetMultiCurrencyCode=Establecer moneda BulkActions=Acciones masivas ClickToShowHelp=Haga clic para mostrar la ayuda sobre herramientas +Website=Sitio web +WebSites=Sitios web +ExpenseReport=Gasto +ExpenseReports=Informes de gastos HR=RRHH HRAndBank=RRHH y bancos AutomaticallyCalculated=Calculado automáticamente @@ -818,6 +825,9 @@ Websites=Sitios web Events=Eventos EMailTemplates=Plantillas E-Mails FileNotShared=Archivo no compartido a público externo +Project=Proyecto +Projects=Proyectos +Rights=Permisos # Week day Monday=Lunes Tuesday=Martes diff --git a/htdocs/langs/es_ES/members.lang b/htdocs/langs/es_ES/members.lang index 4b6982c7e22..347fe5dea15 100644 --- a/htdocs/langs/es_ES/members.lang +++ b/htdocs/langs/es_ES/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Volumen de ventas (empresa) o Presupuesto (asociación o colect DefaultAmount=Importe por defecto cotización CanEditAmount=El visitante puede elegir/modificar el importe de su cotización MEMBER_NEWFORM_PAYONLINE=Ir a la página integrada de pago en línea -ByProperties=Por características -MembersStatisticsByProperties=Estadísticas de los miembros por características +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Esta pantalla presenta una estadística del número de miembros por naturaleza. MembersByRegion=Esta pantalla presenta una estadística del número de miembros por región VATToUseForSubscriptions=Tasa de IVA para las afiliaciones diff --git a/htdocs/langs/es_ES/modulebuilder.lang b/htdocs/langs/es_ES/modulebuilder.lang index f61a1ba2e7c..09da126d632 100644 --- a/htdocs/langs/es_ES/modulebuilder.lang +++ b/htdocs/langs/es_ES/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=Fichero con las reglas de negocio LanguageFile=Archivo para el idioma ConfirmDeleteProperty=¿Estás seguro que quieres eliminar la propiedad %s? Esto cambiará código en la clase PHP pero también eliminará la columna de la definición de la tabla del objeto. NotNull=No NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Usada para 'buscar todo' DatabaseIndex=Indice de la base de datos FileAlreadyExists=Fichero %s ya existe @@ -70,7 +71,7 @@ NoWidget=No hay widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/es_ES/other.lang b/htdocs/langs/es_ES/other.lang index d6b09c77106..2a3d7cbc429 100644 --- a/htdocs/langs/es_ES/other.lang +++ b/htdocs/langs/es_ES/other.lang @@ -76,10 +76,10 @@ MaxSize=Tamaño máximo AttachANewFile=Adjuntar nuevo archivo/documento LinkedObject=Objeto adjuntado NbOfActiveNotifications=Número de notificaciones (nº de destinatarios) -PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__ -PredefinedMailTestHtml=__(Hello)__\nThis is a test mail (the word test must be in bold).
                  The two lines are separated by a carriage return.

                  __USER_SIGNATURE__ -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ +PredefinedMailTest=__(Hello)__\nEste es un correo de prueba enviado a __EMAIL__.\nLas dos líneas están separadas por un retorno de carro.\n\n__USER_SIGNATURE__ +PredefinedMailTestHtml=__(Hello)__\nEste es un correo de prueba (la palabra prueba debe estar en negrita).
                  Las dos líneas están separadas por un retorno de carro.

                  __USER_SIGNATURE__ +PredefinedMailContentSendInvoice=__(Hello)__\n\nAquí encontrará la factura __REF__\n\n__ONLINE_PAYMENT_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nNos gustaría advertirle que la factura __REF__ parece no estar pagada. Así que le enviamos de nuevo la factura en el archivo adjunto, como un recordatorio.\n\n__ONLINE_PAYMENT_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __PREF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ diff --git a/htdocs/langs/es_ES/projects.lang b/htdocs/langs/es_ES/projects.lang index b25a86859b5..686e4f166be 100644 --- a/htdocs/langs/es_ES/projects.lang +++ b/htdocs/langs/es_ES/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. proyecto ProjectRef=Ref. proyecto ProjectId=Id proyecto ProjectLabel=Etiqueta proyecto -Project=Proyecto -Projects=Proyectos ProjectsArea=Área Proyectos ProjectStatus=Estado del proyecto SharedProject=Proyecto compartido @@ -38,6 +36,7 @@ OpenedTasks=Tareas abiertas OpportunitiesStatusForOpenedProjects=Importe oportunidades de proyectos por estado OpportunitiesStatusForProjects=Importe oportunidades de proyectos por estado ShowProject=Ver proyecto +ShowTask=Ver tarea SetProject=Definir proyecto NoProject=Ningún proyecto definido NbOfProjects=Nº de proyectos @@ -77,6 +76,7 @@ Time=Tiempo ListOfTasks=Listado de tareas GoToListOfTimeConsumed=Ir al listado de tiempos consumidos GoToListOfTasks=Ir al listado de tareas +GanttView=Gantt View ListProposalsAssociatedProject=Listado de presupuestos asociados al proyecto ListOrdersAssociatedProject=Listado de pedidos de clientes asociados al proyecto ListInvoicesAssociatedProject=Listado de facturas a clientes asociadas al proyecto @@ -108,6 +108,7 @@ AlsoCloseAProject=Cerrar también el proyecto (mantener abierto si todavía nece ReOpenAProject=Reabrir proyecto ConfirmReOpenAProject=Está seguro de querer reabrir este proyecto? ProjectContact=Contactos proyecto +TaskContact=Task contacts ActionsOnProject=Eventos del proyecto YouAreNotContactOfProject=Usted no es contacto de este proyecto privado UserIsNotContactOfProject=El usuario no es un contacto de este proyecto privado @@ -115,7 +116,7 @@ DeleteATimeSpent=Eliminación de tiempo dedicado ConfirmDeleteATimeSpent=¿Está seguro de querer eliminar este tiempo dedicado? DoNotShowMyTasksOnly=Ver también tareas no asignadas a mí ShowMyTasksOnly=Ver solamente tareas asignadas a mí -TaskRessourceLinks=Recursos +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Proyectos dedicados a este tercero NoTasks=Ninguna tarea para este proyecto LinkedToAnotherCompany=Enlazado a otra empresa diff --git a/htdocs/langs/es_ES/salaries.lang b/htdocs/langs/es_ES/salaries.lang index df6fa33840e..60f79c544bf 100644 --- a/htdocs/langs/es_ES/salaries.lang +++ b/htdocs/langs/es_ES/salaries.lang @@ -13,3 +13,5 @@ TJM=Tasa media por día CurrentSalary=Salario actual THMDescription=Este valor puede ser usado para calcular los costos de tiempo consumidos en un proyecto indicados por los usuarios si se utiliza el módulo proyectos TJMDescription=Este valor actualmente es informativo y no se utiliza para realizar cualquier tipo de cálculo +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/es_ES/stocks.lang b/htdocs/langs/es_ES/stocks.lang index f410210bb15..752bb45da94 100644 --- a/htdocs/langs/es_ES/stocks.lang +++ b/htdocs/langs/es_ES/stocks.lang @@ -22,6 +22,7 @@ Movements=Movimientos ErrorWarehouseRefRequired=El nombre de referencia del almacén es obligatorio ListOfWarehouses=Listado de almacenes ListOfStockMovements=Listado de movimientos de stock +MovementId=Movement ID StockMovementForId=ID movimiento %d ListMouvementStockProject=Listado de movimientos de stock asociados al proyecto StocksArea=Área almacenes @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=El nivel de stock debe ser suficiente para añadir e StockMustBeEnoughForOrder=El nivel de stock debe ser suficiente para añadir el producto/servicio al pedido (se realiza comprobación del stock real actual al agregar una línea en el pedido según las reglas del módulo stocks) StockMustBeEnoughForShipment= El nivel de stock debe ser suficiente para añadir el producto/servicio en el envío (se realiza comprobación del stock real actual al agregar una línea en el envío según las reglas del módulo stocks) MovementLabel=Etiqueta del movimiento +DateMovement=Date of movement InventoryCode=Movimiento o código de inventario IsInPackage=Contenido en el paquete WarehouseAllowNegativeTransfer=El stock puede ser negativvo diff --git a/htdocs/langs/es_ES/trips.lang b/htdocs/langs/es_ES/trips.lang index b9ea948016b..6f850041f70 100644 --- a/htdocs/langs/es_ES/trips.lang +++ b/htdocs/langs/es_ES/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Gasto -ExpenseReports=Informes de gastos ShowExpenseReport=Ver informe de gastos Trips=Gastos TripsAndExpenses=Gastos @@ -12,6 +10,8 @@ ListOfFees=Listado de honorarios TypeFees=Tipos de honorarios ShowTrip=Ver informe de gastos NewTrip=Nuevo gasto +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Empresa/institución visitada FeesKilometersOrAmout=Importe o kilómetros DeleteTrip=Eliminar gasto @@ -71,6 +71,8 @@ EX_FUE_VP=Combustible EX_TOL_VP=Peaje EX_PAR_VP=Estacionamiento EX_CAM_VP=Mantenimiento y reparaciones +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Número de rango predeterminado ErrorDoubleDeclaration=Ha declarado otro gasto en un rango similar de fechas. AucuneLigne=No hay gastos declarados diff --git a/htdocs/langs/es_ES/website.lang b/htdocs/langs/es_ES/website.lang index dca29e17426..4ac419a23f7 100644 --- a/htdocs/langs/es_ES/website.lang +++ b/htdocs/langs/es_ES/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Eliminar sitio web ConfirmDeleteWebsite=¿Está seguro de querer eliminar este sitio web? Todas las páginas y contenido también sera eliminado WEBSITE_PAGENAME=Nombre/alias página WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL del fichero CSS externo WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Editar Estilo/CSS o cabecera HTML EditMenu=Editar menu EditMedias=Editar los medios EditPageMeta=Editar Meta -Website=Sitio web AddWebsite=Añadir sitio web Webpage=Página web/Contenedor AddPage=Añadir página/contenedor @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL del Host Virtual servido por un servidor externo no NoPageYet=No hay páginas todavía SyntaxHelp=Ayuda en la sintaxis del código YouCanEditHtmlSourceckeditor=Puede editar código fuente HTML utilizando el botón "Origen" en el editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clonar página/contenedor CloneSite=Clonar sitio +SiteAdded=Web site added ConfirmClonePage=Por favor ingrese el código/alias de la nueva página y si es una traducción de la página clonada. PageIsANewTranslation=¿La nueva página es una traducción de la página actual? LanguageMustNotBeSameThanClonedPage=Usted clona una página como una traducción. El idioma de la nueva página debe ser diferente al idioma de la página de origen. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=O crear una página vacía desde cero ... FetchAndCreate=Buscar y crear ExportSite=Exportar sitio IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/es_MX/admin.lang b/htdocs/langs/es_MX/admin.lang index a3c6deacc1c..1aa42179f39 100644 --- a/htdocs/langs/es_MX/admin.lang +++ b/htdocs/langs/es_MX/admin.lang @@ -128,12 +128,16 @@ Module30Name=Facturas Module50Name=productos Module770Name=Reporte de gastos Module3200Desc=Active el registro de algunos eventos empresariales en un registro no reversible. Los eventos se archivan en tiempo real. El registro es una tabla de sucesos encadenados que se pueden leer y exportar. Este módulo puede ser obligatorio para algunos países. +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal DictionaryCanton=Estado/Provincia DictionaryAccountancyJournal=Diarios de contabilidad Upgrade=Actualizar CompanyName=Nombre LDAPFieldFirstName=Nombre(s) CacheByServerDesc=Por ejemplo, utilizando la directiva Apache "ExpiresByType image/gif A2592000" +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) AGENDA_SHOW_LINKED_OBJECT=Mostrar objeto vinculado en la vista de agenda ConfFileMustContainCustom=Instalar o construir un módulo externo desde la aplicación necesita guardar los archivos del módulo en el directorio %s . Para que este directorio sea procesado por Dolibarr, debe configurar su conf/conf.php para agregar las 2 líneas de directiva: $dolibarr_main_url_root_alt='/custom';
                  $dolibarr_main_document_root_alt='%s/custom'; WarningNoteModulePOSForFrenchLaw=Este módulo %s es compatible con las leyes francesas (Loi Finance 2016) porque el módulo Non Reversible Logs se activa automáticamente. diff --git a/htdocs/langs/es_MX/main.lang b/htdocs/langs/es_MX/main.lang index 82e7384aa75..55ecd557733 100644 --- a/htdocs/langs/es_MX/main.lang +++ b/htdocs/langs/es_MX/main.lang @@ -260,6 +260,7 @@ Gender=Género ViewList=Vista de la lista Sincerely=Sinceramente DeleteLine=Borrar línea +ExpenseReports=Reporte de gastos Monday=lunes Tuesday=martes Wednesday=miércoles diff --git a/htdocs/langs/es_MX/trips.lang b/htdocs/langs/es_MX/trips.lang index e7b2e160598..a0b452d1047 100644 --- a/htdocs/langs/es_MX/trips.lang +++ b/htdocs/langs/es_MX/trips.lang @@ -1,5 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReports=Reporte de gastos Trips=Reporte de gastos ExpenseReportDateStart=Fecha de inicio ExpenseReportDateEnd=Fecha de finalización diff --git a/htdocs/langs/es_PA/admin.lang b/htdocs/langs/es_PA/admin.lang index 059de87f623..b733bb54fa0 100644 --- a/htdocs/langs/es_PA/admin.lang +++ b/htdocs/langs/es_PA/admin.lang @@ -3,3 +3,7 @@ VersionUnknown=Desconocido AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe
                  Example for ClamAv: /usr/bin/clamscan AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib" ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/es_PE/accountancy.lang b/htdocs/langs/es_PE/accountancy.lang index befa730a33c..360f1e5239b 100644 --- a/htdocs/langs/es_PE/accountancy.lang +++ b/htdocs/langs/es_PE/accountancy.lang @@ -6,7 +6,6 @@ ACCOUNTING_EXPORT_GLOBAL_ACCOUNT=Exportar con cuenta global ACCOUNTING_EXPORT_LABEL=Etiqueta de exportación ACCOUNTING_EXPORT_AMOUNT=Monto de exportación ACCOUNTING_EXPORT_DEVISE=Moneda de exportación -Selectformat=Seleccione el formato del fichero ACCOUNTING_EXPORT_PREFIX_SPEC=Especifique el prefijo del nombre del fichero ConfigAccountingExpert=Configuración del módulo experto en contabilidad Journaux=Revistas @@ -20,6 +19,7 @@ SuppliersVentilation=Factura de proveedores vinculados CreateMvts=Crear nueva transacción UpdateMvts=Modificación de una transacción WriteBookKeeping=Periodizar transacción en Libro Mayor +CAHTF=Total compras de proveedor antes de impuestos InvoiceLines=Líneas de facturas para enlazar InvoiceLinesDone=Líneas de facturas vinculadas IntoAccount=Vincular la línea con la cuenta de contabilidad @@ -41,4 +41,13 @@ ACCOUNTING_PURCHASE_JOURNAL=Diario de Compra ACCOUNTING_MISCELLANEOUS_JOURNAL=Diario diverso ACCOUNTING_EXPENSEREPORT_JOURNAL=Informe de Gastos Diario ACCOUNTING_SOCIAL_JOURNAL=Diario Social +ACCOUNTING_ACCOUNT_TRANSFER_CASH=Cuenta contable de transferencia +ACCOUNTING_ACCOUNT_SUSPENSE=Cuenta contable de espera +ACCOUNTING_PRODUCT_BUY_ACCOUNT=Cuenta de contabilidad por defecto para los productos comprados (Usados sin no están en la hoja de producto) +Sens=Significado +Codejournal=Periódico +DelBookKeeping=Eliminar registro del libro mayor +FinanceJournal=Periodo Financiero +TotalMarge=Margen total de ventas OptionsDeactivatedForThisExportModel=Para este modelo de exportación, las opciones están desactivadas +Modelcsv_CEGID=Exportar hacia CEGID Experto contable diff --git a/htdocs/langs/es_PE/admin.lang b/htdocs/langs/es_PE/admin.lang index a0de2107bec..514ce668f58 100644 --- a/htdocs/langs/es_PE/admin.lang +++ b/htdocs/langs/es_PE/admin.lang @@ -2,6 +2,8 @@ AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe
                  Example for ClamAv: /usr/bin/clamscan AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib" ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal Permission91=Consultar impuestos e IGV Permission92=Crear/modificar impuestos e IGV Permission93=Eliminar impuestos e IGV @@ -12,3 +14,5 @@ UnitPriceOfProduct=Precio unitario sin IGV de un producto OptionVatMode=Opción de carga de IGV OptionVatDefaultDesc=La carga del IGV es:
                  -en el envío de los bienes (en la práctica se usa la fecha de la factura)
                  -sobre el pago por los servicios OptionVatDebitOptionDesc=La carga del IGV es:
                  -en el envío de los bienes (en la práctica se usa la fecha de la factura)
                  -sobre la facturación de los servicios +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/es_PE/bills.lang b/htdocs/langs/es_PE/bills.lang index adca33be66b..78061ca2216 100644 --- a/htdocs/langs/es_PE/bills.lang +++ b/htdocs/langs/es_PE/bills.lang @@ -1,4 +1,5 @@ # Dolibarr language file - Source file is en_US - bills +BillShortStatusClosedUnpaid=Cerrado ErrorVATIntraNotConfigured=Número de IGV intracomunitario aún no configurado ConfirmClassifyPaidPartiallyReasonDiscountNoVat=El resto a pagar (%s %s) es un descuento acordado después de la factura. Acepto perder el IGV de este descuento AmountOfBillsByMonthHT=Importe de las facturas por mes (Sin IGV) diff --git a/htdocs/langs/es_PE/companies.lang b/htdocs/langs/es_PE/companies.lang index 539eedb232e..29e8843fc1e 100644 --- a/htdocs/langs/es_PE/companies.lang +++ b/htdocs/langs/es_PE/companies.lang @@ -3,3 +3,4 @@ VATIsUsed=Sujeto a IGV VATIsNotUsed=No sujeto a IGV VATIntra=RUC VATIntraShort=RUC +InActivity=Abrir diff --git a/htdocs/langs/es_PE/main.lang b/htdocs/langs/es_PE/main.lang index 6398e2fbb24..8e60a04abdc 100644 --- a/htdocs/langs/es_PE/main.lang +++ b/htdocs/langs/es_PE/main.lang @@ -25,3 +25,5 @@ HT=Sin IGV TTC=IGV incluido VAT=IGV VATRate=Tasa IGV +Drafts=Borrador +Opened=Abrir diff --git a/htdocs/langs/es_PE/propal.lang b/htdocs/langs/es_PE/propal.lang index 919d94b3e91..dc382b08a75 100644 --- a/htdocs/langs/es_PE/propal.lang +++ b/htdocs/langs/es_PE/propal.lang @@ -1,2 +1,3 @@ # Dolibarr language file - Source file is en_US - propal AmountOfProposalsByMonthHT=Importe por mes (Sin IGV) +PropalsOpened=Abrir diff --git a/htdocs/langs/es_PY/admin.lang b/htdocs/langs/es_PY/admin.lang index 1c53b65c99c..dcc95ac6ab5 100644 --- a/htdocs/langs/es_PY/admin.lang +++ b/htdocs/langs/es_PY/admin.lang @@ -2,3 +2,7 @@ AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe
                  Example for ClamAv: /usr/bin/clamscan AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib" ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/es_VE/admin.lang b/htdocs/langs/es_VE/admin.lang index 6079989953b..8c9b455cd2a 100644 --- a/htdocs/langs/es_VE/admin.lang +++ b/htdocs/langs/es_VE/admin.lang @@ -13,3 +13,5 @@ SupplierProposalNumberingModules=Modelos de numeración de solicitud de precios SupplierProposalPDFModules=Modelos de documentos de solicitud de precios a proveedores FreeLegalTextOnSupplierProposal=Texto libre en solicitudes de precios a proveedores WatermarkOnDraftSupplierProposal=Marca de agua en solicitudes de precios a proveedor (en caso de estar vacío) +AGENDA_REMINDER_EMAIL=Enable event reminder by emails (defined on each event). Note: Module %s must be enabled and correctly setup to have reminder sent at the correct frequency. +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/es_VE/main.lang b/htdocs/langs/es_VE/main.lang index 749498bb3d6..e7a0feae542 100644 --- a/htdocs/langs/es_VE/main.lang +++ b/htdocs/langs/es_VE/main.lang @@ -31,6 +31,7 @@ FindBug=Señalar un bug LinkToOrder=Enlazar a un pedido Progress=Progresión Export=Exportación +ExpenseReports=Gastos SearchIntoSupplierProposals=Presupuestos de proveedores SearchIntoExpenseReports=Gastos SearchIntoLeaves=Días libres diff --git a/htdocs/langs/et_EE/admin.lang b/htdocs/langs/et_EE/admin.lang index 385d915114a..57ca0e540c1 100644 --- a/htdocs/langs/et_EE/admin.lang +++ b/htdocs/langs/et_EE/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Tuvasta automaatselt (brauseri keel) FeatureDisabledInDemo=Demoversioonis blokeeritud funktsionaalsus FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Õigused BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Näidatakse ainult elemente sisse lülitatud moodulitest. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Võimaldab hallata mitut ettevõtet Module6000Name=Töövoog Module6000Desc=Töövoo haldamine Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Puhkusetaotluste haldamine Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Paroolide genereerimise või valideerimise reegel DisableForgetPasswordLinkOnLogonPage=Ära näita sisselogimise lehel "Unustasin parooli" linki UsersSetup=Kasutajate mooduli seadistamine UserMailRequired=Uue kasutaja loomiseks on vajalik e-posti aadress -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/et_EE/commercial.lang b/htdocs/langs/et_EE/commercial.lang index 4aef02088c6..2d0ff995586 100644 --- a/htdocs/langs/et_EE/commercial.lang +++ b/htdocs/langs/et_EE/commercial.lang @@ -70,3 +70,9 @@ Stats=Müügistatistika StatusProsp=Huviliste staatus DraftPropals=Mustandi staatuses olevad pakkumised NoLimit=Piirangut pole +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/et_EE/holiday.lang b/htdocs/langs/et_EE/holiday.lang index 7ac414772f6..3e92f4d40a1 100644 --- a/htdocs/langs/et_EE/holiday.lang +++ b/htdocs/langs/et_EE/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/et_EE/mails.lang b/htdocs/langs/et_EE/mails.lang index a0c812f4865..7bf2754271f 100644 --- a/htdocs/langs/et_EE/mails.lang +++ b/htdocs/langs/et_EE/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unikaalseid kontakte/aadresse MailNoChangePossible=Kinnitatud e-postituse saajaid ei ole võimalik muuta SearchAMailing=Otsi postitust SendMailing=Saada e-postitus -SendMail=Saada e-kiri SentBy=Saatis MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Siiski saab neid saata online-režiimis, kui lisate parameetri MAILING_LIMIT_SENDBYWEB maksimaalse kirjade arvuga, mida sessiooni kohta saata. Selleks mine menüüsse Kodu->Seadistamine->Muu. diff --git a/htdocs/langs/et_EE/main.lang b/htdocs/langs/et_EE/main.lang index bd2d0439d7c..d22be7e2dac 100644 --- a/htdocs/langs/et_EE/main.lang +++ b/htdocs/langs/et_EE/main.lang @@ -266,8 +266,10 @@ DateApprove2=Heakskiitmise kuupäev (teine nõuseolek) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=aasta DurationMonth=kuu DurationWeek=nädal @@ -608,6 +610,7 @@ SendByMail=Saada e-postiga MailSentBy=E-posti saatis TextUsedInTheMessageBody=E-kirja sisu SendAcknowledgementByMail=Send confirmation email +SendMail=Saada e-kiri EMail=E-mail NoEMail=E-posti aadress puudub Email=E-post @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Tegevused EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Projekt +Projects=Projektid +Rights=Õigused # Week day Monday=Esmaspäev Tuesday=Teisipäev diff --git a/htdocs/langs/et_EE/members.lang b/htdocs/langs/et_EE/members.lang index 2ea8353b541..4126d517484 100644 --- a/htdocs/langs/et_EE/members.lang +++ b/htdocs/langs/et_EE/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Käive (ettevõttel) või eelarve maht (ühendusel) DefaultAmount=Vaikimisi liikmemaks CanEditAmount=Külastaja saab oma liikmemaksu valida/summat muuta MEMBER_NEWFORM_PAYONLINE=Hüppa integreeritud online-makse lehele -ByProperties=Karakteristikute alusel -MembersStatisticsByProperties=Liikmete statistika karakteristikute alusel +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=Liikmemaksude jaoks kasutatav KM määr diff --git a/htdocs/langs/et_EE/modulebuilder.lang b/htdocs/langs/et_EE/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/et_EE/modulebuilder.lang +++ b/htdocs/langs/et_EE/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/et_EE/projects.lang b/htdocs/langs/et_EE/projects.lang index 5956fdf2f55..fbea72a9704 100644 --- a/htdocs/langs/et_EE/projects.lang +++ b/htdocs/langs/et_EE/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. projekt ProjectRef=Project ref. ProjectId=Projekti ID ProjectLabel=Project label -Project=Projekt -Projects=Projektid ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Kõik @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Kuva projekt +ShowTask=Näita ülesannet SetProject=Määra projekt NoProject=Ühtki projekti pole määratletud või ei oma ühtki projekt NbOfProjects=Projekte @@ -77,6 +76,7 @@ Time=Aeg ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Antud projektiga seotud pakkumised ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Ava projekt ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Projekti kontaktid +TaskContact=Task contacts ActionsOnProject=Projekti tegevused YouAreNotContactOfProject=Sa ei ole antud privaatse projekti kontakt UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Kustuta kulutatud aeg ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Ressursid +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Selle kolmanda isikuga seotud projektid NoTasks=Selle projektiga ei ole seotud ühtki ülesannet LinkedToAnotherCompany=Seotud muu kolmanda isikuga diff --git a/htdocs/langs/et_EE/salaries.lang b/htdocs/langs/et_EE/salaries.lang index 0536dd64079..7588458aa3b 100644 --- a/htdocs/langs/et_EE/salaries.lang +++ b/htdocs/langs/et_EE/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/et_EE/stocks.lang b/htdocs/langs/et_EE/stocks.lang index b6554dcae49..a5d61a633e4 100644 --- a/htdocs/langs/et_EE/stocks.lang +++ b/htdocs/langs/et_EE/stocks.lang @@ -22,6 +22,7 @@ Movements=Liikumised ErrorWarehouseRefRequired=Lao viide on nõutud ListOfWarehouses=Ladude nimekiri ListOfStockMovements=Laojääkide nimekiri +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/et_EE/trips.lang b/htdocs/langs/et_EE/trips.lang index 90c79b953ad..d54a03ccd95 100644 --- a/htdocs/langs/et_EE/trips.lang +++ b/htdocs/langs/et_EE/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List tasude TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Summa või kilomeetrites DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/et_EE/website.lang b/htdocs/langs/et_EE/website.lang index 177ee1f71c1..79d85a6644b 100644 --- a/htdocs/langs/et_EE/website.lang +++ b/htdocs/langs/et_EE/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/eu_ES/admin.lang b/htdocs/langs/eu_ES/admin.lang index dc4e3b97b96..d59eea32b6f 100644 --- a/htdocs/langs/eu_ES/admin.lang +++ b/htdocs/langs/eu_ES/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Berez antzeman (nabigatzailean hizkuntza) FeatureDisabledInDemo=Demo-an ezgaitutako aukera FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Baimenak BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/eu_ES/commercial.lang b/htdocs/langs/eu_ES/commercial.lang index 938c1d94da1..3d837a951e0 100644 --- a/htdocs/langs/eu_ES/commercial.lang +++ b/htdocs/langs/eu_ES/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Proiektuaren egoera DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/eu_ES/holiday.lang b/htdocs/langs/eu_ES/holiday.lang index 244b6e0a323..c373d3154d2 100644 --- a/htdocs/langs/eu_ES/holiday.lang +++ b/htdocs/langs/eu_ES/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/eu_ES/mails.lang b/htdocs/langs/eu_ES/mails.lang index 5ab7c04e930..4e508c46af5 100644 --- a/htdocs/langs/eu_ES/mails.lang +++ b/htdocs/langs/eu_ES/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=e-posta bidali SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/eu_ES/main.lang b/htdocs/langs/eu_ES/main.lang index da5919a5aed..a5aa069e682 100644 --- a/htdocs/langs/eu_ES/main.lang +++ b/htdocs/langs/eu_ES/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=e-posta bidali EMail=E-mail NoEMail=No email Email=E-posta @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Gertaerak EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Proiektuak +Rights=Baimenak # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/eu_ES/members.lang b/htdocs/langs/eu_ES/members.lang index c6c125fe89d..53b15c38d77 100644 --- a/htdocs/langs/eu_ES/members.lang +++ b/htdocs/langs/eu_ES/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/eu_ES/modulebuilder.lang b/htdocs/langs/eu_ES/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/eu_ES/modulebuilder.lang +++ b/htdocs/langs/eu_ES/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/eu_ES/projects.lang b/htdocs/langs/eu_ES/projects.lang index 7023aba5a35..fb3e189e8a6 100644 --- a/htdocs/langs/eu_ES/projects.lang +++ b/htdocs/langs/eu_ES/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Proiektuak ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/eu_ES/salaries.lang b/htdocs/langs/eu_ES/salaries.lang index a1cfebf53c4..9d49b001ef9 100644 --- a/htdocs/langs/eu_ES/salaries.lang +++ b/htdocs/langs/eu_ES/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/eu_ES/stocks.lang b/htdocs/langs/eu_ES/stocks.lang index afe24bace71..7f2194b523e 100644 --- a/htdocs/langs/eu_ES/stocks.lang +++ b/htdocs/langs/eu_ES/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/eu_ES/trips.lang b/htdocs/langs/eu_ES/trips.lang index 0791e1df8e5..c90e92661df 100644 --- a/htdocs/langs/eu_ES/trips.lang +++ b/htdocs/langs/eu_ES/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/eu_ES/website.lang b/htdocs/langs/eu_ES/website.lang index c077858d2c9..c628ffecd21 100644 --- a/htdocs/langs/eu_ES/website.lang +++ b/htdocs/langs/eu_ES/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/fa_IR/admin.lang b/htdocs/langs/fa_IR/admin.lang index 9a967a7aec4..c3c3fd113d7 100644 --- a/htdocs/langs/fa_IR/admin.lang +++ b/htdocs/langs/fa_IR/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=آشکارسازی خودکار (زبان مرورگر) FeatureDisabledInDemo=از ویژگی های غیر فعال در نسخه ی نمایشی FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=مجوز BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=تنها عناصر از ماژول های فعال نمایش داده می شود. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=اجازه می دهد تا به شما برای مدیریت ش Module6000Name=گردش کار Module6000Desc=مدیریت گردش کار Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=حکومت برای تولید کلمه عبور پی DisableForgetPasswordLinkOnLogonPage=آیا لینک را نشان نمی دهد "فراموش کردن رمز عبور» در صفحه ورود UsersSetup=راه اندازی ماژول کاربران UserMailRequired=ایمیل مورد نیاز برای ایجاد یک کاربر جدید -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/fa_IR/commercial.lang b/htdocs/langs/fa_IR/commercial.lang index 334dcca68ff..86458272fc0 100644 --- a/htdocs/langs/fa_IR/commercial.lang +++ b/htdocs/langs/fa_IR/commercial.lang @@ -70,3 +70,9 @@ Stats=آمار فروش StatusProsp=وضعیت چشم انداز DraftPropals=طرح تجاری پیش نویس NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/fa_IR/holiday.lang b/htdocs/langs/fa_IR/holiday.lang index ab8d92aad13..cdf39db949a 100644 --- a/htdocs/langs/fa_IR/holiday.lang +++ b/htdocs/langs/fa_IR/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/fa_IR/mails.lang b/htdocs/langs/fa_IR/mails.lang index 6dab1997452..e086510972b 100644 --- a/htdocs/langs/fa_IR/mails.lang +++ b/htdocs/langs/fa_IR/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=تماس با ما منحصر به فرد / آدرس MailNoChangePossible=دریافت کنندگان برای ایمیل معتبر نمی تواند تغییر کند SearchAMailing=جستجو های پستی SendMailing=ارسال ایمیل -SendMail=ارسال ایمیل SentBy=ارسال شده توسط MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=با این حال شما می توانید آنها را به صورت آنلاین ارسال شده توسط اضافه کردن MAILING_LIMIT_SENDBYWEB پارامتر با مقدار حداکثر تعداد ایمیل های شما می خواهید به جلسه ارسال کنید. برای این کار، در خانه به - راه اندازی - سایر. diff --git a/htdocs/langs/fa_IR/main.lang b/htdocs/langs/fa_IR/main.lang index a93995ad219..2f23271a99f 100644 --- a/htdocs/langs/fa_IR/main.lang +++ b/htdocs/langs/fa_IR/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=سال DurationMonth=ماه DurationWeek=هفته @@ -608,6 +610,7 @@ SendByMail=ارسال با ایمیل MailSentBy=ایمیل های فرستاده شده توسط TextUsedInTheMessageBody=بدن ایمیل SendAcknowledgementByMail=Send confirmation email +SendMail=ارسال ایمیل EMail=E-mail NoEMail=بدون پست الکترونیک Email=پست الکترونیک @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=رویدادها EMailTemplates=الگوهای ایمیل FileNotShared=File not shared to exernal public +Project=پروژه +Projects=پروژه ها +Rights=مجوز # Week day Monday=دوشنبه Tuesday=سهشنبه diff --git a/htdocs/langs/fa_IR/members.lang b/htdocs/langs/fa_IR/members.lang index 3a736f480e0..4790dd1444e 100644 --- a/htdocs/langs/fa_IR/members.lang +++ b/htdocs/langs/fa_IR/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=گردش مالی (برای یک شرکت) و یا بودجه ( DefaultAmount=مقدار پیش فرض از اشتراک CanEditAmount=بازدید کنندگان می توانند / ویرایش میزان اشتراک خود را انتخاب کنید MEMBER_NEWFORM_PAYONLINE=پرش در یکپارچه صفحه پرداخت آنلاین -ByProperties=با ویژگی -MembersStatisticsByProperties=آمار کاربران توسط ویژگی +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=نرخ مالیات بر ارزش افزوده برای استفاده از اشتراک ها diff --git a/htdocs/langs/fa_IR/modulebuilder.lang b/htdocs/langs/fa_IR/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/fa_IR/modulebuilder.lang +++ b/htdocs/langs/fa_IR/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/fa_IR/projects.lang b/htdocs/langs/fa_IR/projects.lang index 9461e72881d..615a2c1b160 100644 --- a/htdocs/langs/fa_IR/projects.lang +++ b/htdocs/langs/fa_IR/projects.lang @@ -3,8 +3,6 @@ RefProject=کد عکس. پروژه ProjectRef=Project ref. ProjectId=پروژه کد ProjectLabel=Project label -Project=پروژه -Projects=پروژه ها ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=هر کسی @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=نمایش پروژه +ShowTask=نمایش کار SetProject=تنظیم پروژه NoProject=هیچ پروژه تعریف شده و یا متعلق به NbOfProjects=Nb در پروژه @@ -77,6 +76,7 @@ Time=زمان ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=فهرست طرح تجاری مرتبط با پروژه ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=پروژه گسترش ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=تماس با ما پروژه +TaskContact=Task contacts ActionsOnProject=رویدادها در پروژه YouAreNotContactOfProject=شما یک تماس از این پروژه خصوصی نیست UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=زمان صرف شده حذف ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=منابع +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=پروژه ها اختصاص داده شده به این شخص ثالث NoTasks=بدون وظایف برای این پروژه LinkedToAnotherCompany=لینک به دیگر شخص ثالث diff --git a/htdocs/langs/fa_IR/salaries.lang b/htdocs/langs/fa_IR/salaries.lang index 6641ba267bd..a1d8b9a91cb 100644 --- a/htdocs/langs/fa_IR/salaries.lang +++ b/htdocs/langs/fa_IR/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/fa_IR/stocks.lang b/htdocs/langs/fa_IR/stocks.lang index a50506a3159..e6f631af75f 100644 --- a/htdocs/langs/fa_IR/stocks.lang +++ b/htdocs/langs/fa_IR/stocks.lang @@ -22,6 +22,7 @@ Movements=جنبش ErrorWarehouseRefRequired=نام انبار مرجع مورد نیاز است ListOfWarehouses=لیست انبار ListOfStockMovements=فهرست جنبش های سهام +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/fa_IR/trips.lang b/htdocs/langs/fa_IR/trips.lang index 1528cc035ed..b622c9a7dde 100644 --- a/htdocs/langs/fa_IR/trips.lang +++ b/htdocs/langs/fa_IR/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=فهرست هزینه ها TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=مقدار و یا کیلومتر DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/fa_IR/website.lang b/htdocs/langs/fa_IR/website.lang index edf781cd4f6..d6e732a2141 100644 --- a/htdocs/langs/fa_IR/website.lang +++ b/htdocs/langs/fa_IR/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/fi_FI/admin.lang b/htdocs/langs/fi_FI/admin.lang index d34746433ba..d5fdf63e2fd 100644 --- a/htdocs/langs/fi_FI/admin.lang +++ b/htdocs/langs/fi_FI/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Automaattisesti (selaimen kieli) FeatureDisabledInDemo=Feature vammaisten demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Oikeudet BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Avulla voit hallita useita yrityksiä Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Työjärjestyksen tuottaa ehdotti salasanoja DisableForgetPasswordLinkOnLogonPage=Älä näytä linkkiä "Unohda salasana" on kirjautumissivulla UsersSetup=Käyttäjät moduuli setup UserMailRequired=Sähköposti Vaaditaan Luo uusi käyttäjä -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/fi_FI/commercial.lang b/htdocs/langs/fi_FI/commercial.lang index b99d073fb90..01e1252558c 100644 --- a/htdocs/langs/fi_FI/commercial.lang +++ b/htdocs/langs/fi_FI/commercial.lang @@ -70,3 +70,9 @@ Stats=Myyntitilastot StatusProsp=Mahdollisuuden tila DraftPropals=Tarjousluonnos NoLimit=Rajoittamaton +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/fi_FI/holiday.lang b/htdocs/langs/fi_FI/holiday.lang index 0c3ab97a166..c421c02c9be 100644 --- a/htdocs/langs/fi_FI/holiday.lang +++ b/htdocs/langs/fi_FI/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/fi_FI/mails.lang b/htdocs/langs/fi_FI/mails.lang index d7eccfc2b5b..02198779186 100644 --- a/htdocs/langs/fi_FI/mails.lang +++ b/htdocs/langs/fi_FI/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Ainutlaatuinen yhteyksiä yritysten MailNoChangePossible=Vastaanottajat validoitava sähköpostia ei voi muuttaa SearchAMailing=Haku mailing SendMailing=Lähetä sähköpostia -SendMail=Lähetä sähköpostia SentBy=Lähettänyt MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Voit kuitenkin lähettää ne online lisäämällä parametri MAILING_LIMIT_SENDBYWEB kanssa arvo max määrä sähköpostit haluat lähettää istunnossa. diff --git a/htdocs/langs/fi_FI/main.lang b/htdocs/langs/fi_FI/main.lang index b9487c4f8c8..b6d1fa6be2d 100644 --- a/htdocs/langs/fi_FI/main.lang +++ b/htdocs/langs/fi_FI/main.lang @@ -266,8 +266,10 @@ DateApprove2=Hyväksytään päivämäärä (toinen hyväksyntä) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=vuosi DurationMonth=kuukausi DurationWeek=viikko @@ -608,6 +610,7 @@ SendByMail=Lähetä sähköpostilla MailSentBy=Sähköpostin lähetti TextUsedInTheMessageBody=Sähköpostiviesti SendAcknowledgementByMail=Lähetä vahvistussähköposti +SendMail=Lähetä sähköpostia EMail=Sähköposti NoEMail=Ei sähköpostia Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Kuluraportit HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Tapahtumat EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Hanke +Projects=Projektit +Rights=Oikeudet # Week day Monday=Maanantai Tuesday=Tiistai diff --git a/htdocs/langs/fi_FI/members.lang b/htdocs/langs/fi_FI/members.lang index 610a4fcf4d4..8e2299b0c15 100644 --- a/htdocs/langs/fi_FI/members.lang +++ b/htdocs/langs/fi_FI/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Liikevaihto (yritykselle) tai budjetti (ja säätiö) DefaultAmount=Oletus määrä tilauksen CanEditAmount=Matkailija voi valita / muokata määrä merkitsemästään MEMBER_NEWFORM_PAYONLINE=Hyppää integroitu verkossa maksusivulla -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/fi_FI/modulebuilder.lang b/htdocs/langs/fi_FI/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/fi_FI/modulebuilder.lang +++ b/htdocs/langs/fi_FI/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/fi_FI/projects.lang b/htdocs/langs/fi_FI/projects.lang index 9bbd2b1de34..21a5a53b4c1 100644 --- a/htdocs/langs/fi_FI/projects.lang +++ b/htdocs/langs/fi_FI/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Hanke -Projects=Projektit ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Yhteiset hanke @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Näytä hankkeen +ShowTask=Näytä tehtävä SetProject=Aseta hankkeen NoProject=Ei hanke määritellään NbOfProjects=Nb hankkeiden @@ -77,6 +76,7 @@ Time=Aika ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Luettelot kaupallisen ehdotuksia hankkeeseen liittyvät ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Avaa projekti ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Hankkeen yhteystiedot +TaskContact=Task contacts ActionsOnProject=Toimien hanketta YouAreNotContactOfProject=Et ole kosketuksissa tämän yksityisen hankkeen UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Poista käytetty aika ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resurssit +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Hankkeet omistettu tälle kolmannelle NoTasks=Ei tehtävät hankkeen LinkedToAnotherCompany=Liittyy muihin kolmannen osapuolen diff --git a/htdocs/langs/fi_FI/salaries.lang b/htdocs/langs/fi_FI/salaries.lang index 68cd52ce9ba..dfb2f671b12 100644 --- a/htdocs/langs/fi_FI/salaries.lang +++ b/htdocs/langs/fi_FI/salaries.lang @@ -13,3 +13,5 @@ TJM=Keskimääräinen päiväpalkka CurrentSalary=Nykyinen palkka THMDescription=Jos projektimoduli on käytössä, tätä arvoa voi käyttää projektin aikakustannuksen laskemiseen käyttäjän syöttämien tuntien perusteella TJMDescription=Tätä arvoa ei toistaiseksi käytetä laskentaan, se on olemassa vain tiedoksi +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/fi_FI/stocks.lang b/htdocs/langs/fi_FI/stocks.lang index 55ac34f73de..3dd1c57343a 100644 --- a/htdocs/langs/fi_FI/stocks.lang +++ b/htdocs/langs/fi_FI/stocks.lang @@ -22,6 +22,7 @@ Movements=Liikkeet ErrorWarehouseRefRequired=Warehouse viite nimi tarvitaan ListOfWarehouses=Luettelo varastoissa ListOfStockMovements=Luettelo varastojen muutokset +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/fi_FI/trips.lang b/htdocs/langs/fi_FI/trips.lang index 65c752fd441..f3c1bd245a1 100644 --- a/htdocs/langs/fi_FI/trips.lang +++ b/htdocs/langs/fi_FI/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Kuluraportit ShowExpenseReport=Show expense report Trips=Kuluraportit TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=Luettelo palkkiot TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Määrä tai kilometreinä DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/fi_FI/website.lang b/htdocs/langs/fi_FI/website.lang index 65e61435e6b..935b5c96642 100644 --- a/htdocs/langs/fi_FI/website.lang +++ b/htdocs/langs/fi_FI/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/fr_BE/admin.lang b/htdocs/langs/fr_BE/admin.lang index a994014f061..059fcf9b8e8 100644 --- a/htdocs/langs/fr_BE/admin.lang +++ b/htdocs/langs/fr_BE/admin.lang @@ -24,6 +24,9 @@ AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir Module20Name=Propales Module30Name=Factures +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal DictionaryPaymentConditions=Conditions de paiement SuppliersPayment=Paiements fournisseurs Target=Objectif +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/fr_CA/admin.lang b/htdocs/langs/fr_CA/admin.lang index 0a942f85061..725dcaa2eb6 100644 --- a/htdocs/langs/fr_CA/admin.lang +++ b/htdocs/langs/fr_CA/admin.lang @@ -85,6 +85,7 @@ Boolean=Boolean (une case à cocher) ExtrafieldSeparator=Séparateur (pas un champ) ExtrafieldRadio=Boutons radio (uniquement sur le choix) ExtrafieldCheckBoxFromList=Les cases à cocher du tableau +ExtrafieldLink=Lier à un objet ComputedFormulaDesc=Vous pouvez entrer ici une formule utilisant d'autres propriétés de l'objet ou tout codage PHP pour obtenir une valeur calculée dynamique. Vous pouvez utiliser toutes les formules compatibles PHP, y compris le "?" L'opérateur de condition et l'objet global suivant: $ db, $ conf, $ langs, $ mysoc, $ user, $ object .
                  AVERTISSEMENT : Seules certaines propriétés de $ L'objet peut être disponible. Si vous avez besoin de propriétés non chargées, récupérez-vous l'objet dans votre formule comme dans le deuxième exemple. L'utilisation d'un champ calculé signifie que vous ne pouvez pas entrer de valeur d'interface. De plus, s'il existe une erreur de syntaxe, la formule ne peut renvoyer rien.

                  Exemple de formule: $ $ object-> id <10? Round ($ object-> id / 2, 2): ($ object-> id + 2 * $ user-> id) * (int) substr ($ mysoc-> zip, 1, 2)

                  Exemple de recharger l'objet
                  (($ reloadedobj = new Societe ($ db)) && ($ reloadedobj-> fetch ($ obj-> id? $ Obj-> id: ($ obj-> rowid? $ Obj-> Rowid: $ object-> id))> 0))? $ Reloadedobj-> array_options ['options_extrafieldkey'] * $ reloadedobj-> capital / 5: '-1'

                  Autre exemple de formule pour forcer la charge de l'objet et son objet parent:
                  (($ reloadedobj = New Task ($ db)) && ($ reloadedobj-> fetch ($ object-> id)> 0) && ($ secondloadedobj = new Project ($ db)) && ($ secondloadedobj-> fetch ($ reloadedobj-> fk_project )> 0))? $ Secondloadedobj-> ref: 'Projet parent introuvable' ExtrafieldParamHelplink=Les paramètres doivent être ObjectName:Classpath
                  Syntax : ObjectName:Classpath
                  Exemple : Societe:societe/class/societe.class.php LibraryToBuildPDF=Bibliothèque utilisée pour la génération de PDF @@ -139,7 +140,6 @@ Module3200Name=Grumes non réversibles Module3200Desc=Activez le journal de certains événements commerciaux dans un journal non réversible. Les événements sont archivés en temps réel. Le journal est un tableau de l'événement enchaîné qui peut ensuite être lu et exporté. Ce module peut être obligatoire pour certains pays. Module4000Name=Gestion des ressources humaines Module10000Name=Sites Internet -Module10000Desc=Créez des sites Web publics avec un éditeur WYSIWG. Installez simplement votre serveur Web pour pointer vers le répertoire dédié pour l'avoir en ligne sur Internet. Module20000Name=Gestion des demandes de congès Module20000Desc=Déclaration et suivi des congès des employés Module39000Name=Lot/Série du produit @@ -229,7 +229,6 @@ TotalPriceAfterRounding=Prix total (no tax/TPS/TVH/tx incl.) après arrondis BackupDesc2=Enregistrer le contenu du répertoire de documents (%s) qui contient tous les fichiers téléchargés et générés ( Donc, il inclut tous les fichiers de sauvegarde générés à l'étape 1). TranslationKeySearch=Rechercher une clé ou une chaîne de traduction TranslationOverwriteKey=Ecraser une chaîne de traduction -TranslationDesc=Comment définir la langue de l'application affichée:
                  * Systemwide: menu Accueil - Configuration - Affichage
                  * Par utilisateur: Affichage de l'utilisateur onglet de la carte utilisateur (cliquez sur Nom d'utilisateur en haut de l'écran). TranslationOverwriteDesc=Vous pouvez également remplacer les chaînes en remplissant le tableau suivant. Choisissez votre langue dans le menu déroulant "%s", insérez la chaîne de traduction dans "%s" et votre nouvelle traduction dans "%s" TranslationString=Chaîne de traduction WarningAtLeastKeyOrTranslationRequired=Un critère de recherche est requis au moins pour une clé ou une chaîne de traduction @@ -289,6 +288,7 @@ OptionVatDebitOptionDesc=TPS/TVH sur débit, l'exigibilité de la TPS/TVH est: __ PHONETO __ qui sera remplacé par le numéro de téléphone de la personne à appeler __ PHONEFROM __ qui sera remplacé par le numéro de téléphone de l'appel Personne (votre)
                  __ LOGIN __ qui sera remplacé par login clicktodial (défini sur la carte utilisateur)
                  __ PASS __ qui sera remplacé par le mot de passe clicktodial (défini sur l'utilisateur carte). ClickToDialDesc=Ce module permet de faire des numéros de téléphone cliquable . Un clic sur cette icône fera appel à rendre votre téléphone pour appeler le numéro de téléphone . Cela peut être utilisé pour appeler un système de Dolibarr du centre d'appels qui peut appeler le numéro de téléphone sur un système SIP par exemple. diff --git a/htdocs/langs/fr_CA/mails.lang b/htdocs/langs/fr_CA/mails.lang index eea01627042..9e54c776bf8 100644 --- a/htdocs/langs/fr_CA/mails.lang +++ b/htdocs/langs/fr_CA/mails.lang @@ -74,7 +74,6 @@ NbOfCompaniesContacts=Contacts / adresses uniques MailNoChangePossible=Les destinataires pour les courriers électroniques validés ne peuvent pas être modifiés SearchAMailing=Chercher l'envoi postal SendMailing=Envoyer un courrier électronique -SendMail=Envoyer un courrier électronique SentBy=Envoyée par MailingNeedCommand=L'envoi d'un courrier électronique peut être effectué à partir de la ligne de commande. Demandez à votre administrateur du serveur de lancer la commande suivante pour envoyer le courrier électronique à tous les destinataires: MailingNeedCommand2=Vous pouvez cependant les envoyer en ligne en ajoutant le paramètre MAILING_LIMIT_SENDBYWEB avec la valeur du nombre maximum d'emails que vous souhaitez envoyer par session. Pour cela, passez à la page d'accueil - Configuration - Autre. diff --git a/htdocs/langs/fr_CA/main.lang b/htdocs/langs/fr_CA/main.lang index 02c64c14c02..343df729008 100644 --- a/htdocs/langs/fr_CA/main.lang +++ b/htdocs/langs/fr_CA/main.lang @@ -143,10 +143,12 @@ Fiscalyear=Année fiscale SetMultiCurrencyCode=Définir la devise BulkActions=Actions en vrac ClickToShowHelp=Cliquez pour afficher l'aide sur les outils +ExpenseReports=Note de frais HR=HEURE HRAndBank=RH et Banque TitleSetToDraft=Retourner au brouillon ConfirmSetToDraft=Êtes-vous sûr de vouloir revenir à l'état du projet? +Rights=Droits SetRef=Ref. Select2ResultFoundUseArrows=Certains résultats ont été trouvés. Utilisez les flèches pour sélectionner. Select2NotFound=Aucun résultat trouvé diff --git a/htdocs/langs/fr_CA/members.lang b/htdocs/langs/fr_CA/members.lang index 3bb8d7d8ddd..26e7135f0df 100644 --- a/htdocs/langs/fr_CA/members.lang +++ b/htdocs/langs/fr_CA/members.lang @@ -144,7 +144,6 @@ TurnoverOrBudget=Chiffre d'affaires (pour une entreprise) ou Budget (pour une fo DefaultAmount=Montant d'abonnement par défaut CanEditAmount=Le visiteur peut choisir / modifier le montant de son abonnement MEMBER_NEWFORM_PAYONLINE=Aller sur la page de paiement en ligne intégrée -MembersStatisticsByProperties=Statistiques des membres par caractéristiques MembersByNature=Cet écran vous montre des statistiques sur les membres par nature. MembersByRegion=Cet écran vous montre des statistiques sur les membres par région. VATToUseForSubscriptions=Taux de TVA à utiliser pour les abonnements diff --git a/htdocs/langs/fr_CA/other.lang b/htdocs/langs/fr_CA/other.lang index 09396c04263..344334657f7 100644 --- a/htdocs/langs/fr_CA/other.lang +++ b/htdocs/langs/fr_CA/other.lang @@ -27,7 +27,6 @@ Notify_WITHDRAW_TRANSMIT=Retrait de la transmission Notify_WITHDRAW_CREDIT=Retrait de crédit Notify_WITHDRAW_EMIT=Effectuer le retrait Notify_COMPANY_SENTBYMAIL=Les envois envoyés par une carte tierce -Notify_BILL_VALIDATE=Facture client validée Notify_BILL_UNVALIDATE=Facture du client non valide Notify_BILL_PAYED=Facture du client payée Notify_BILL_CANCEL=Facture du client annulée diff --git a/htdocs/langs/fr_CA/trips.lang b/htdocs/langs/fr_CA/trips.lang index 5c04b8ea966..343c597405d 100644 --- a/htdocs/langs/fr_CA/trips.lang +++ b/htdocs/langs/fr_CA/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Rapport de dépenses -ExpenseReports=Note de frais ShowExpenseReport=Afficher le rapport de dépenses TripsAndExpenses=Rapports sur les dépenses TripsAndExpensesStatistics=Statistiques des rapports de dépenses diff --git a/htdocs/langs/fr_CA/website.lang b/htdocs/langs/fr_CA/website.lang index e3fe6c0f745..152c5afe46d 100644 --- a/htdocs/langs/fr_CA/website.lang +++ b/htdocs/langs/fr_CA/website.lang @@ -7,7 +7,6 @@ WEBSITE_CSS_URL=URL du fichier CSS externe MediaFiles=Médiathèque EditMenu=Menu Edition EditPageMeta=Modifier Meta -Website=Site Internet PreviewOfSiteNotYetAvailable=Aperçu de votre site web %s n'est pas encore disponible. Vous devez d'abord ajouter une page. ViewSiteInNewTab=Afficher le site dans un nouvel onglet ViewPageInNewTab=Afficher la page dans un nouvel onglet diff --git a/htdocs/langs/fr_CH/admin.lang b/htdocs/langs/fr_CH/admin.lang index 1c53b65c99c..da12bcec01b 100644 --- a/htdocs/langs/fr_CH/admin.lang +++ b/htdocs/langs/fr_CH/admin.lang @@ -2,3 +2,6 @@ AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe
                  Example for ClamAv: /usr/bin/clamscan AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib" ExampleOfDirectoriesForModelGen=Examples of syntax:
                  c:\\mydir
                  /home/mydir
                  DOL_DATA_ROOT/ecm/ecmdir +Module50000Desc=Module to offer an online payment page by credit card with PayBox +Module50200Desc=Module to offer an online payment page by credit card with Paypal +AGENDA_REMINDER_BROWSER=Enable event reminder on users browser (when event date is reached, each user is able to refuse this from the browser confirmation question) diff --git a/htdocs/langs/fr_FR/accountancy.lang b/htdocs/langs/fr_FR/accountancy.lang index 35d05b7f296..961a4cdc36c 100644 --- a/htdocs/langs/fr_FR/accountancy.lang +++ b/htdocs/langs/fr_FR/accountancy.lang @@ -91,7 +91,7 @@ SuppliersVentilation=Liaison factures fournisseur ExpenseReportsVentilation=Liaison notes de frais CreateMvts=Créer nouvelle transaction UpdateMvts=Modification d'une transaction -ValidTransaction=Valider la traduction +ValidTransaction=Valider la transaction WriteBookKeeping=Inscrire les transactions dans le grand livre Bookkeeping=Grand livre AccountBalance=Balance des comptes diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index 290301307ce..242fd090685 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -66,8 +66,8 @@ ErrorCodeCantContainZero=Erreur, le code ne peut contenir la valeur 0 DisableJavascript=Désactive les fonctions Javascript et Ajax (Recommandé pour les personnes aveugles ou navigateurs text). UseSearchToSelectCompanyTooltip=Si vous avez un nombre important de tiers (>100 000), vous pourrez améliorer les performances en positionnant la constante COMPANY_DONOTSEARCH_ANYWHERE à 1 dans Configuration->Divers. La recherche sera alors limité au début des chaines. UseSearchToSelectContactTooltip=Si vous avez un nombre important de contacts (>100 000), vous pourrez améliorer les performances en positionnant la constante CONTACT_DONOTSEARCH_ANYWHERE à 1 dans Configuration->Divers. La recherche sera alors limité au début des chaines. -DelaiedFullListToSelectCompany=Attendre que vous ayez appuyez sur une touche avant de charger le contenu de la liste déroulante des tiers (Cela peut augmenter les performances si vous avez un grand nombre de contacts) -DelaiedFullListToSelectContact=Attendre que vous ayez appuyez sur une touche avant de charger le contenu de la liste déroulante des contacts/adresses (Cela peut augmenter les performances si vous avez un grand nombre de contacts) +DelaiedFullListToSelectCompany=Attendre que vous ayez appuyé sur une touche avant de charger le contenu de la liste déroulante des tiers (Cela peut augmenter les performances si vous avez un grand nombre de contacts) +DelaiedFullListToSelectContact=Attendre que vous ayez appuyé sur une touche avant de charger le contenu de la liste déroulante des contacts/adresses (Cela peut augmenter les performances si vous avez un grand nombre de contacts) NumberOfKeyToSearch=Nb carac. déclenchant recherche : %s NotAvailableWhenAjaxDisabled=Non disponible quand Ajax est désactivé AllowToSelectProjectFromOtherCompany=Sur les éléments d'un tiers, autorise la sélection d'un projet lié à un autre tiers @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignorer les erreurs de doublons (INSERT IGNORE) AutoDetectLang=Détection automatique (navigateur) FeatureDisabledInDemo=Fonction désactivée dans la démo FeatureAvailableOnlyOnStable=Fonction disponible uniquement sur les versions officielles stables -Rights=Permissions BoxesDesc=Les widgets sont des composants montrant des informations que vous pouvez ajouter à vos pages pour les personnaliser. Vous pouvez choisir de les afficher ou non en sélectionnant la page cible et en cliquant sur "Activer" ou "Désactiver". OnlyActiveElementsAreShown=Seuls les éléments en rapport avec un module actif sont présentés. ModulesDesc=Les modules Dolibarr définissent quelle application / fonctionnalité est activée dans le logiciel. Certaines applications / modules nécessitent des autorisations que vous devez accorder aux utilisateurs, après l'avoir activé. Cliquez sur le bouton activé / désactivé pour activer un module / application. @@ -260,17 +259,17 @@ Content=Contenu NoticePeriod=Délai de prévenance NewByMonth=Mois suivant Emails=Emails -EMailsSetup=Emails setup -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless. +EMailsSetup=Configuration Emails +EMailsDesc=Cette page permet de remplacer les paramètres PHP en rapport avec l'envoi d'emails. Dans la plupart des cas, sur des OS comme Unix/Linux, les paramètres PHP sont déjà corrects et cette page est inutile. EmailSenderProfiles=Emails sender profiles MAIN_MAIL_SMTP_PORT=Port du serveur SMTP/SMTPS (Par défaut dans php.ini: %s) MAIN_MAIL_SMTP_SERVER=Nom d'hôte ou adresse IP du serveur SMTP/SMTPS (Par défaut dans php.ini: %s) MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Port du serveur SMTP/SMTPS (Non défini dans le PHP sur les systèmes de type Unix) MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=Nom d'hôte ou adresse IP du serveur SMTP/SMTPS (Non défini dans le PHP sur les systèmes de type Unix) -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: %s) -MAIN_MAIL_ERRORS_TO=Sender email used for error returns emails sent +MAIN_MAIL_EMAIL_FROM=Adresse email de l'émetteur pour l'envoi d'emails automatiques (Par défaut dans php.ini: %s) +MAIN_MAIL_ERRORS_TO=Adresse email utilisée pour les retours d'erreurs des emails envoyés MAIN_MAIL_AUTOCOPY_TO= Envoyer systématiquement une copie cachée des emails envoyés à -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos) +MAIN_DISABLE_ALL_MAILS=Désactiver globalement tout envoi d'emails (pour mode test ou démos) MAIN_MAIL_SENDMODE=Méthode d'envoi des emails MAIN_MAIL_SMTPS_ID=Identifiant d'authentification SMTP si authentification SMTP requise MAIN_MAIL_SMTPS_PW=Mot de passe d'authentification SMTP si authentification SMTP requise @@ -314,12 +313,12 @@ SetupIsReadyForUse=L"installation du module est terminée. Il est cependant néc NotExistsDirect=Le dossier racine alternatif n'est pas défini.
                  InfDirAlt=Depuis les versions 3, il est possible de définir un dossier racine alternatif. Cela permet d'installer modules et thèmes additionnels dans un répertoire dédié.
                  Créer un dossier racine alternatif à Dolibarr (ex : custom).
                  InfDirExample=
                  Ensuite, déclarez le dans le fichier conf.php
                  $dolibarr_main_url_root_alt='/custom'
                  $dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'
                  Si ces lignes sont commentées avec un symbole "#" ou "//", activer les en supprimant le caractère "#" ou "//". -YouCanSubmitFile=Envoyer ici la fichier zip du module externe : +YouCanSubmitFile=Pour cette étape, vous pouvez soumettre votre fichier package ici : CurrentVersion=Version actuelle de Dolibarr CallUpdatePage=Aller à la page de mise à jour de la structure et des données de la base : %s. LastStableVersion=Dernière version stable disponible LastActivationDate=Date de dernière activation -LastActivationAuthor=Dernier auteur de l'activation +LastActivationAuthor=Auteur de la dernière activation LastActivationIP=Dernière adresse IP d'activation UpdateServerOffline=Serveur de mise à jour hors ligne WithCounter=Gérer un compteur @@ -373,7 +372,7 @@ PDFDesc=Vous pouvez définir ici des options globales sur la génération des PD PDFAddressForging=Règles de fabrication des zones adresses HideAnyVATInformationOnPDF=Cacher toutes les informations en rapport avec la TVA sur les PDF générés PDFLocaltax=Règles pour %s -HideLocalTaxOnPDF=Ne pas afficher le taux de %s dans la colonne TVA +HideLocalTaxOnPDF=Ne pas afficher le taux de %s dans la colonne taxe HideDescOnPDF=Cacher la description des produits sur les PDF générés HideRefOnPDF=Cacher la référence des produits sur les PDF générés HideDetailsOnPDF=Cacher les détails des lignes de produits sur les PDF générés @@ -406,13 +405,13 @@ ExtrafieldPassword=Mot de passe ExtrafieldRadio=Radio bouton (choix unique) ExtrafieldCheckBox=Cases à cocher ExtrafieldCheckBoxFromList=Cases à cocher issues d'une table -ExtrafieldLink=Lier à un objet +ExtrafieldLink=Lien vers un objet ComputedFormula=Champ calculé ComputedFormulaDesc=Vous pouvez entrer ici une formule utilisant les propriétés objet ou tout code PHP pour obtenir des valeurs dynamiques. Vous pouvez utiliser toute formule compatible PHP, incluant l'opérateur conditionnel "?", et les objets globaux : $db, $conf, $langs, $mysoc, $user, $object.
                  ATTENTION : Seulement quelques propriétés de l'objet $object pourraient être disponibles. Si vous avez besoin de propriétés non chargées, créez vous même une instance de l'objet dans votre formule, comme dans le deuxième exemple.
                  Utiliser un champs calculé signifie que vous ne pouvez pas entrer vous même toute valeur à partir de l'interface. Aussi, s'il y a une erreur de syntaxe, la formule pourrait ne rien retourner.

                  Exemple de formule:
                  $object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)

                  Exemple pour recharger l'objet:
                  (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'

                  Un autre exemple de formule pour forcer le rechargement d'un objet et de son objet parent:
                  (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Objet parent projet non trouvé' ExtrafieldParamHelpselect=La liste doit être de la forme clef,valeur (où la clé ne peut être '0')

                  par exemple :
                  1,valeur1
                  2,valeur2
                  3,valeur3
                  ...

                  \nPour afficher une liste dépendant d'une autre liste attribut complémentaire:
                  1, valeur1|options_code_liste_parente:clé_parente
                  2,valeur2|option_Code_liste_parente:clé_parente

                  \nPour que la liste soit dépendante d'une autre liste:
                  1,valeur1|code_liste_parent:clef_parent
                  2,valeur2|code_liste_parent:clef_parent ExtrafieldParamHelpcheckbox=La liste doit être de la forme clef,valeur (où la clé ne peut être '0')

                  par exemple :
                  1,valeur1
                  2,valeur2
                  3,valeur3
                  ... ExtrafieldParamHelpradio=La liste doit être de la forme clef,valeur (où la clé ne peut être '0')

                  par exemple :
                  1,valeur1
                  2,valeur2
                  3,valeur3
                  ... -ExtrafieldParamHelpsellist=List of values comes from a table
                  Syntax : table_name:label_field:id_field::filter
                  Example : c_typent:libelle:id::filter

                  - idfilter is necessarly a primary int key
                  - filter can be a simple test (eg active=1) to display only active value
                  You can also use $ID$ in filter witch is the current id of current object
                  To do a SELECT in filter use $SEL$
                  if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)

                  In order to have the list depending on another complementary attribute list:
                  c_typent:libelle:id:options_parent_list_code|parent_column:filter

                  In order to have the list depending on another list:
                  c_typent:libelle:id:parent_list_code|parent_column:filter +ExtrafieldParamHelpsellist=Les paramètres de la liste viennent d'un table
                  Syntax : table_name:label_field:id_field::filter
                  Exemple : c_typent:libelle:id::filter

                  Le filtre peut être un simple test (e.g. active=1) pour seulement montrer les valeurs actives
                  Vous pouvez aussi utiliser $ID$ dans le filtre qui est le ID actuel de l'objet
                  Pour faire un SELECT dans le filtre, utilisez $SEL$
                  Si vous voulez filtrer sur un extrafield, utilisez la syntaxe extra.fieldcode=... (ou fieldcode est le code de l'extrafield)

                  Pour avoir une liste qui dépend d'un autre attribut complémentaire:
                  \n
                  c_typent:libelle:id:options_parent_list_code|parent_column:filter

                  Pour avoir une liste qui dépend d'une autre liste:
                  \nc_typent:libelle:id:parent_list_code|parent_column:filter ExtrafieldParamHelpchkbxlst=List of values comes from a table
                  Syntax : table_name:label_field:id_field::filter
                  Example : c_typent:libelle:id::filter

                  filter can be a simple test (eg active=1) to display only active value
                  You can also use $ID$ in filter witch is the current id of current object
                  To do a SELECT in filter use $SEL$
                  if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)

                  In order to have the list depending on another complementary attribute list :
                  c_typent:libelle:id:options_parent_list_code|parent_column:filter

                  In order to have the list depending on another list:
                  c_typent:libelle:id:parent_list_code|parent_column:filter ExtrafieldParamHelplink=Les paramètres doivent être ObjectName: Classpath
                  Syntaxe: ObjectName:Classpath
                  Exemple: Société:societe/class/societe.class.php LibraryToBuildPDF=Bibliothèque utilisée pour la génération des PDF @@ -455,7 +454,7 @@ TheKeyIsTheNameOfHtmlField=C'est le nom du champ HTML. Cela nécessite d'avoir d PageUrlForDefaultValues=Vous devez entrer ici l'URL relative de la page. Si vous indiquez des paramètres dans l'URL, les valeurs par défaut seront effectives si tous les paramètres sont définis sur la même valeur. Exemples : PageUrlForDefaultValuesCreate=
                  For form to create a new thirdparty, it is %s,
                  If you want default value only if url has some parameter, you can use %s PageUrlForDefaultValuesList=
                  For page that list thirdparties, it is %s,
                  If you want default value only if url has some parameter, you can use %s -EnableDefaultValues=Autoriser l'enregistrement par défaut de valeurs personnalisées +EnableDefaultValues=Activer la fonction de valeurs par défaut personnalisées EnableOverwriteTranslation=Activer la réécriture des traductions GoIntoTranslationMenuToChangeThis=Une traduction a été trouvée pour le code de cette valeur. Pour changer cette valeur, vous devez modifier le fichier depuis Accueil > Configuration > Traduction. WarningSettingSortOrder=Attention, le réglage d'un ordre de tri par défaut peut entraîner une erreur technique lorsque le champ est inconnu dans le listing. Si vous rencontrez une telle erreur, revenez à cette page pour supprimer l'ordre de tri par défaut et restaurer le comportement par défaut. @@ -546,8 +545,8 @@ Module510Name=Règlement des salaires Module510Desc=Enregistrer et suivre le paiement des salaires des employés Module520Name=Emprunt Module520Desc=Gestion des emprunts -Module600Name=Notifications d'événements -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails +Module600Name=Notifications d'événements métiers +Module600Desc=Envoi de notifications par e-mails (déclenchées par des événements métiers) aux utilisateurs (configuration faite sur chaque fiche utilisateur), contacts de tiers (configuration faite sur chaque fiche tiers) ou à adresses e-mails spécifiques. Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda. Module700Name=Dons Module700Desc=Gestion des dons @@ -593,7 +592,7 @@ Module5000Desc=Permet de gérer plusieurs sociétés Module6000Name=Workflow Module6000Desc=Gérer le Workflow Module10000Name=Sites internet -Module10000Desc=Créer des sites internet publics avec un éditeur WYSIWYG. Indiquer à votre serveur web le chemin d'accès au à dossier pour mettre votre site en ligne. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Gestion des demandes de congés Module20000Desc=Déclaration et suivi des congés des employés Module39000Name=Numéros de Lot/Série @@ -771,7 +770,7 @@ Permission401=Consulter les avoirs Permission402=Créer/modifier les avoirs Permission403=Valider les avoirs Permission404=Supprimer les avoirs -Permission501=Lire les fiches des contrats/salaires +Permission501=Lire les fiches contrats/salaires Permission502=Créer/modifier les contrats/salaires des employés Permission511=Lire les règlements de salaires Permission512=Créer/modifier les règlements de salaires @@ -896,7 +895,7 @@ DictionaryUnits=Unités DictionaryProspectStatus=Statuts de prospection DictionaryHolidayTypes=Type de congés DictionaryOpportunityStatus=Statut d'opportunités pour les affaires/projets -DictionaryExpenseTaxCat=Catégories de dépenses spéciales +DictionaryExpenseTaxCat=Catégories des notes de frais DictionaryExpenseTaxRange=Expense report range by category SetupSaved=Configuration sauvegardée SetupNotSaved=Configuration non enregistrée @@ -1044,7 +1043,7 @@ SystemInfoDesc=Les informations systèmes sont des informations techniques diver SystemAreaForAdminOnly=Cet espace n'est accessible qu'aux utilisateurs de type administrateur. Aucune permission Dolibarr ne permet d'étendre le cercle des utilisateurs autorisés à cet espace. CompanyFundationDesc=Éditez sur cette page toutes les informations connues de la société ou de l'association que vous souhaitez gérer (Pour cela, cliquez sur les boutons "Modifier" ou "Sauvegarder" en bas de page) DisplayDesc=Vous pouvez choisir ici tous les paramètres liés à l'apparence de Dolibarr -AvailableModules=Modules/applications instalés +AvailableModules=Modules/applications installés ToActivateModule=Pour activer des modules, aller dans l'espace Configuration (Accueil->Configuration->Modules). SessionTimeOut=Délai expiration des sessions SessionExplanation=Ce nombre garanti que la session n'expire pas avant ce délai, lorsque le nettoyage des sessions est assurés par le mécanisme de nettoyage interne à PHP (et aucun autre). Le nettoyage interne de sessions PHP ne garantie pas que la session expire juste au moment de ce délai. Elle expirera après ce délai, mais au moment du nettoyage des sessions, qui a lieu toutes les %s/%s accès environ, mais uniquement lors d'accès fait par d'autres sessions.
                  Note : sur certains serveurs munis d'un mécanisme de nettoyage de session externe (cron sous Debian, Ubuntu…), le sessions peuvent être détruites après un délai, défini par la valeur par défaut de session.gc_maxlifetime, quelle que soit la valeur saisie ici. @@ -1081,7 +1080,7 @@ RestoreDesc2=Restaurez le fichier archive (fichier zip par exemple) du répertoi RestoreDesc3=Restaurez les données, depuis le fichier « dump » de sauvegarde, dans la base de données d'une nouvelle installation de Dolibarr ou de cette instance en cours (%s). Attention, une fois la restauration faite, il faudra utiliser un identifiant/mot de passe administrateur existant à l'époque de la sauvegarde pour se connecter. Pour restaurer la base dans l'installation actuelle, vous pouvez utiliser l'assistant suivant. RestoreMySQL=Importation MySQL ForcedToByAModule= Cette règle est forcée à %s par un des modules activés -PreviousDumpFiles=Fichiers de sauvegarde de la base de données générés +PreviousDumpFiles=Fichiers de sauvegarde de base de données générés WeekStartOnDay=Premier jour de la semaine RunningUpdateProcessMayBeRequired=Le lancement du processus de mise à jour semble requis (La version des programmes %s diffère de la version de la base %s) YouMustRunCommandFromCommandLineAfterLoginToUser=Vous devez exécuter la commande sous un terminal après vous être identifié avec le compte %s ou ajouter -W à la fin de la commande pour fournir le mot de passe de %s. @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=La fonction d'envoi de mails par la méthode "PHP TranslationSetup=Configuration de la traduction TranslationKeySearch=Rechercher une traduction TranslationOverwriteKey=Ajouter une traduction -TranslationDesc=Pour sélectionner la langue d'affichage de l'environnement :
                  * langue par défaut : menu Accueil - Configuration - Affichage
                  * langue par utilisateur: Onglet Interface utilisateur de la fiche utilisateur (Accès a la fiche de l'utilisateur depuis l'identifiant dans l'angle supérieur droit de l'écran). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=Vous pouvez aussi écraser des valeurs en complétant/corrigeant le tableau suivant. Choisissez votre code de langue depuis la liste déroulante "%s", choisissez le code trouvé dans le fichier lang dans le champ "%s", et dans "%s" la nouvelle valeur que vous souhaitez utiliser comme nouvelle traduction. TranslationOverwriteDesc2=Vous pouvez utiliser l'autre onglet pour vous aider à connaître la clé de traduction à utiliser TranslationString=Traduction @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Règle pour la génération des mots de passe proposé DisableForgetPasswordLinkOnLogonPage=Ne pas afficher le lien "Mot de passe oublié" sur la page de connexion UsersSetup=Configuration du module utilisateurs UserMailRequired=Email requis pour créer un nouvel utilisateur -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=Configuration du module GRH ##### Company setup ##### @@ -1655,7 +1652,7 @@ ExpenseReportsSetup=Configuration du module Notes de frais TemplatePDFExpenseReports=Modèles de documents pour générer les document de Notes de frais ExpenseReportsIkSetup=Setup of module Expense Reports - Milles index ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules -ExpenseReportNumberingModules=Modèle de numérotation des dépenses spéciales +ExpenseReportNumberingModules=Modèle de numérotation des notes de frais NoModueToManageStockIncrease=Aucun module capable d'assurer l'augmentation de stock en automatique a été activé. La réduction de stock se fera donc uniquement sur mise à jour manuelle. YouMayFindNotificationsFeaturesIntoModuleNotification=Vous pouvez trouver d'autres options pour la notification par Email en activant et configurant le module "Notification". ListOfNotificationsPerUser=Liste des notifications par utilisateur* @@ -1733,7 +1730,7 @@ AddDictionaries=Ajout de dictionnaires AddData=Ajouter des entrées d'objets ou de dictionnaires AddBoxes=Ajout de widgets AddSheduledJobs=Ajoute des travaux programmées -AddHooks=Ajouter de hooks +AddHooks=Ajout de hooks AddTriggers=Ajout de triggers AddMenus=Ajout de menus AddPermissions=Ajout de permissions @@ -1756,10 +1753,10 @@ BaseCurrency=Devise par défaut de votre société/institution (Voir Accueil > c WarningNoteModuleInvoiceForFrenchLaw=Ce module %s permet d'être conforme aux lois françaises (Loi Finance 2016 par exemple). WarningNoteModulePOSForFrenchLaw=Le module %s est conforme à la législation française ( Loi Finance 2016 ) car les logs non réversibles sont automatiquement activés. WarningInstallationMayBecomeNotCompliantWithLaw=Vous tentez d'installer le module %s qui est un module externe. L'activation d'un module externe signifie que vous faites confiance à l'éditeur du module et que vous êtes sûr que ce module ne modifie pas négativement le comportement de votre application et est conforme aux lois de votre pays (%s). Si le module apporte une fonctionnalité illégale, vous devenez responsable pour l'utilisation d'un logiciel illégal. -MAIN_PDF_MARGIN_LEFT=Left margin on PDF -MAIN_PDF_MARGIN_RIGHT=Right margin on PDF -MAIN_PDF_MARGIN_TOP=Top margin on PDF -MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF +MAIN_PDF_MARGIN_LEFT=Marge gauche sur les PDF +MAIN_PDF_MARGIN_RIGHT=Marge droite sur les PDF +MAIN_PDF_MARGIN_TOP=Marge haute sur les PDF +MAIN_PDF_MARGIN_BOTTOM=Marge bas sur les PDF ##### Resource #### ResourceSetup=Configuration du module Ressource UseSearchToSelectResource=Utilisez un champ avec auto-complétion pour choisir les ressources (plutôt qu'une liste déroulante). diff --git a/htdocs/langs/fr_FR/agenda.lang b/htdocs/langs/fr_FR/agenda.lang index 30c09ef56ae..e918f30b2cd 100644 --- a/htdocs/langs/fr_FR/agenda.lang +++ b/htdocs/langs/fr_FR/agenda.lang @@ -35,7 +35,7 @@ AgendaAutoActionDesc= Définissez ici les événements pour lesquels Dolibarr cr AgendaSetupOtherDesc= Cette page permet de configurer quelques options permettant d'exporter une vue de votre agenda Dolibarr vers un calendrier externe (Thunderbird, Google calendar, …) AgendaExtSitesDesc=Cette page permet d'ajouter des sources de calendriers externes pour les visualiser au sein de l'agenda Dolibarr. ActionsEvents=Événements pour lesquels Dolibarr doit insérer un évènement dans l'agenda en automatique. -EventRemindersByEmailNotEnabled=Les rappels d'événements par courrier électronique n'ont pas été activés dans la configuration du module Agenda. +EventRemindersByEmailNotEnabled=Les rappels d'événements par email n'ont pas été activés dans la configuration du module Agenda. ##### Agenda event labels ##### NewCompanyToDolibarr=Tiers %s créé ContractValidatedInDolibarr=Contrat %s validé diff --git a/htdocs/langs/fr_FR/banks.lang b/htdocs/langs/fr_FR/banks.lang index 95758cb0b4d..8c4f4d79ff7 100644 --- a/htdocs/langs/fr_FR/banks.lang +++ b/htdocs/langs/fr_FR/banks.lang @@ -158,5 +158,5 @@ VariousPayment=Opérations diverses VariousPayments=Opérations diverses ShowVariousPayment=Afficher les opérations diverses AddVariousPayment=Add miscellaneous payments -YourSEPAMandate=Your SEPA mandate +YourSEPAMandate=Votre mandat SEPA FindYourSEPAMandate=This is your SEPA mandate to authorize our company to make direct debit order to your bank. Thanks to return it signed (scan of the signed document) or sent it by mail to diff --git a/htdocs/langs/fr_FR/bills.lang b/htdocs/langs/fr_FR/bills.lang index 1cbfc5dcc51..8e1e5516de4 100644 --- a/htdocs/langs/fr_FR/bills.lang +++ b/htdocs/langs/fr_FR/bills.lang @@ -149,15 +149,15 @@ ErrorCantCancelIfReplacementInvoiceNotValidated=Erreur, il n'est pas possible d' BillFrom=Émetteur BillTo=Adressé à ActionsOnBill=Événements sur la facture -RecurringInvoiceTemplate=Template / Recurring invoice +RecurringInvoiceTemplate=Modèle de facture / Facture récurrente NoQualifiedRecurringInvoiceTemplateFound=Pas de facture récurrente qualifiée pour la génération FoundXQualifiedRecurringInvoiceTemplate=%s facture(s) récurrente(s) qualifiées pour la génération NotARecurringInvoiceTemplate=Pas une facture récurrente NewBill=Nouvelle facture LastBills=Les %s dernières factures LatestTemplateInvoices=Les %s derniers modèles de factures -LatestCustomerTemplateInvoices=Les %sdernièrs modèles de factures clients -LatestSupplierTemplateInvoices=Les %s derniers modèles de factures fournisseurs +LatestCustomerTemplateInvoices=Les %sdernièrs modèles de factures client +LatestSupplierTemplateInvoices=Les %s derniers modèles de factures fournisseur LastCustomersBills=Les %s dernières factures client LastSuppliersBills=Les %s dernières factures fournisseur AllBills=Toutes les factures @@ -233,7 +233,7 @@ SendReminderBillByMail=Envoyer une relance par email RelatedCommercialProposals=Propositions commerciales associées RelatedRecurringCustomerInvoices=Factures clients périodiques liées MenuToValid=A valider -DateMaxPayment=Echéance +DateMaxPayment=Date limite règlement DateInvoice=Date facturation DatePointOfTax=Date elligibilitée taxe NoInvoice=Aucune facture @@ -331,13 +331,13 @@ ListOfNextSituationInvoices=Liste des factures de situation suivantes FrequencyPer_d=Tous les %s jour(s) FrequencyPer_m=Tous les %s mois FrequencyPer_y=Tout les %s an(s) -FrequencyUnit=Frequency unit +FrequencyUnit=Unité de fréquence toolTipFrequency=Examples:
                  Set 7, Day: give a new invoice every 7 days
                  Set 3, Month: give a new invoice every 3 month NextDateToExecution=Date pour la prochaine génération de facture DateLastGeneration=Date de la dernière génération MaxPeriodNumber=Nombre maximum de génération NbOfGenerationDone=Nombre de génération déjà réalisées -NbOfGenerationDoneShort=Nb of generation done +NbOfGenerationDoneShort=Nb de génération réalisée MaxGenerationReached=Maximum de générations atteint InvoiceAutoValidate=Valider les factures automatiquement GeneratedFromRecurringInvoice=Généré depuis la facture modèle récurrente %s diff --git a/htdocs/langs/fr_FR/commercial.lang b/htdocs/langs/fr_FR/commercial.lang index 01e9e885569..9bed961fe46 100644 --- a/htdocs/langs/fr_FR/commercial.lang +++ b/htdocs/langs/fr_FR/commercial.lang @@ -70,3 +70,9 @@ Stats=Statistiques de vente StatusProsp=Status prospection DraftPropals=Propositions brouillons NoLimit=Pas de limite +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/fr_FR/companies.lang b/htdocs/langs/fr_FR/companies.lang index 0dd6f36c7bb..a6c250cd74a 100644 --- a/htdocs/langs/fr_FR/companies.lang +++ b/htdocs/langs/fr_FR/companies.lang @@ -29,7 +29,7 @@ AliasNameShort=Nom alternatif Companies=Sociétés CountryIsInEEC=Pays de la Communauté Économique Européenne ThirdPartyName=Nom du tiers -ThirdPartyEmail=Third party email +ThirdPartyEmail=E-mail de tiers ThirdParty=Tiers ThirdParties=Tiers ThirdPartyProspects=Prospects diff --git a/htdocs/langs/fr_FR/compta.lang b/htdocs/langs/fr_FR/compta.lang index 0ce5e311818..4c9f4e0daef 100644 --- a/htdocs/langs/fr_FR/compta.lang +++ b/htdocs/langs/fr_FR/compta.lang @@ -1,5 +1,5 @@ # Dolibarr language file - Source file is en_US - compta -MenuFinancial=Règlement +MenuFinancial=Facturation TaxModuleSetupToModifyRules=Aller dans la configuration du module Taxes pour modifier les règles de calcul TaxModuleSetupToModifyRulesLT=Aller dans la configuration de l'institution pour modifier les règles de calcul OptionMode=Option de tenue de comptabilité @@ -31,10 +31,10 @@ Piece=Pièce AmountHTVATRealReceived=HT collectée AmountHTVATRealPaid=HT payé VATToPay=TVA ventes -VATReceived=TVA encaissée +VATReceived=TVA collectée VATToCollect=TVA payée VATSummary=Balance de TVA -VATPaid=Taxe payée +VATPaid=TVA payée LT1Summary=Tax 2 summary LT2Summary=Tax 3 summary LT1SummaryES=Balance RE @@ -145,8 +145,8 @@ CalcModeLT2Rec= Mode %sIRPF sur factures fournisseurs%s AnnualSummaryDueDebtMode=Bilan des recettes et dépenses, résumé annuel AnnualSummaryInputOutputMode=Bilan des recettes et dépenses, résumé annuel AnnualByCompanies=Balance of income and expenses, by predefined groups of account -AnnualByCompaniesDueDebtMode=Balance of income and expenses, detail by predefined groups, mode %sClaims-Debts%s said Commitment accounting. -AnnualByCompaniesInputOutputMode=Balance of income and expenses, detail by predefined groups, mode %sIncomes-Expenses%s said cash accounting. +AnnualByCompaniesDueDebtMode=Bilan des recettes et dépenses, détaillé par regroupements prédéfinis, mode %sCréances-Dettes%s dit comptabilité d'engagement. +AnnualByCompaniesInputOutputMode=Bilan des recettes et dépenses, détaillé par regroupements prédéfinis, mode %sRecettes-Dépenses%s dit comptabilité de caisse. SeeReportInInputOutputMode=Cliquer sur %sRecettes-Dépenses%s dit comptabilité de caisse pour un calcul sur les paiements effectivement réalisés SeeReportInDueDebtMode=Cliquer sur %sCréances-Dettes%s dit comptabilité d'engagement pour un calcul sur les factures émises SeeReportInBookkeepingMode=See report %sBookeeping%s for a calculation on bookkeeping table analysis diff --git a/htdocs/langs/fr_FR/contracts.lang b/htdocs/langs/fr_FR/contracts.lang index ff67e2109fa..4ed2ccdbf49 100644 --- a/htdocs/langs/fr_FR/contracts.lang +++ b/htdocs/langs/fr_FR/contracts.lang @@ -35,7 +35,7 @@ ActivateAllOnContract=Activer tous les services CloseAContract=Clôturer un contrat ConfirmDeleteAContract=Êtes-vous sûr de vouloir supprimer ce contrat et tous ses services ? ConfirmValidateContract=Êtes-vous sûr de vouloir valider ce contrat sous la référence %s ? -ConfirmActivateAllOnContract=Cela activera tous les services encore inactifs. Êtes-vous sur de vouloir activer tous les services ? +ConfirmActivateAllOnContract=Cela activera tous les services (encore inactifs). Êtes-vous sur de vouloir activer tous les services ? ConfirmCloseContract=Ceci fermera tous les services actifs et inactifs. Êtes-vous sûr de vouloir clôturer ce contrat ? ConfirmCloseService=Êtes-vous sûr de vouloir fermer ce service à la date du %s ? ValidateAContract=Valider un contrat @@ -88,8 +88,8 @@ ContactNameAndSignature=Pour %s, nom et signature: OnlyLinesWithTypeServiceAreUsed=Seules les lignes de type "Service" seront clonées CloneContract=Cloner le contrat ConfirmCloneContract=Etes vous sûr de vouloir cloner le contrat %s ? -LowerDateEndPlannedShort=Lower planned end date of active services -SendContractRef=Contract information __REF__ +LowerDateEndPlannedShort=Next expired service date +SendContractRef=Informations contrat __REF__ ##### Types de contacts ##### TypeContact_contrat_internal_SALESREPSIGN=Commercial signataire du contrat TypeContact_contrat_internal_SALESREPFOLL=Commercial suivi du contrat diff --git a/htdocs/langs/fr_FR/cron.lang b/htdocs/langs/fr_FR/cron.lang index d2a89f64fda..7515dcb6675 100644 --- a/htdocs/langs/fr_FR/cron.lang +++ b/htdocs/langs/fr_FR/cron.lang @@ -61,7 +61,7 @@ CronStatusInactiveBtn=Désactiver CronTaskInactive=Cette tâche est désactivée CronId=Id CronClassFile=Nom de fichier intégrant la classe -CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module).
                  For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for module is
                  product +CronModuleHelp=Nom du dossier du module dans Dolibarr (fonctionne aussi avec les modules externes).
                  Par exemple, pour appeler la méthode d'appel des produits Dolibarr /htdocs/product/class/product.class.php, la valeur du module est
                  product. CronClassFileHelp=The relative path and file name to load (path is relative to web server root directory).
                  For exemple to call the fetch method of Dolibarr Product object htdocs/product/class/product.class.php, the value for class file name is
                  product/class/product.class.php CronObjectHelp=The object name to load.
                  For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for class file name is
                  Product CronMethodHelp=The object method to launch.
                  For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is
                  fetch @@ -72,7 +72,7 @@ CronFrom=A partir du # Info # Common CronType=Type de travail planifié -CronType_method=Méthode d'appel de la classe PHP +CronType_method=Appelle d'une méthode d'une classe Dolibarr CronType_command=Commande terminal CronCannotLoadClass=Impossible de charger la classe %s ou l'objet %s UseMenuModuleToolsToAddCronJobs=Aller à la page "Accueil - Outils administration - Travaux planifiées" pour voir la listes des travaux programmées et les modifier. diff --git a/htdocs/langs/fr_FR/errors.lang b/htdocs/langs/fr_FR/errors.lang index 6d1b03f0a5a..c0d1ddea7c1 100644 --- a/htdocs/langs/fr_FR/errors.lang +++ b/htdocs/langs/fr_FR/errors.lang @@ -104,7 +104,7 @@ ErrorForbidden2=Les permissions pour cet identifiant peuvent être attribuées p ErrorForbidden3=Dolibarr ne semble pas fonctionner au sein d'une session authentifiée. Consultez la documentation d'installation de Dolibarr pour savoir comment gérer les authentifications (htaccess, mod_auth ou autre...). ErrorNoImagickReadimage=La classe Imagick n'est pas présente sur cette installation de PHP. L'aperçu n'est donc pas disponible. Les administrateurs peuvent désactiver cet onglet dans le menu Configuration - Affichage. ErrorRecordAlreadyExists=Enregistrement déjà existant -ErrorLabelAlreadyExists=This label already exists +ErrorLabelAlreadyExists=Ce libellé existe déjà ErrorCantReadFile=Échec de lecture du fichier '%s' ErrorCantReadDir=Échec de lecture du répertoire '%s' ErrorBadLoginPassword=Identifiant ou mot de passe incorrect diff --git a/htdocs/langs/fr_FR/holiday.lang b/htdocs/langs/fr_FR/holiday.lang index 5080d6e6463..7ae2bedd2fc 100644 --- a/htdocs/langs/fr_FR/holiday.lang +++ b/htdocs/langs/fr_FR/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Annulation de la demande de congés EmployeeLastname=Nom du salarié EmployeeFirstname=Prénom du salarié TypeWasDisabledOrRemoved=Le type de congés (id %s) a été désactivé ou supprimé +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Dernière mise à jour automatique de l'allocation des congés diff --git a/htdocs/langs/fr_FR/ldap.lang b/htdocs/langs/fr_FR/ldap.lang index 07413148bda..ec91e1bebe9 100644 --- a/htdocs/langs/fr_FR/ldap.lang +++ b/htdocs/langs/fr_FR/ldap.lang @@ -21,7 +21,7 @@ LDAPFieldSkypeExample=Exemple : skypeName UserSynchronized=Utilisateur synchronisé GroupSynchronized=Groupe synchronisé MemberSynchronized=Adhérent synchronisé -MemberTypeSynchronized=Member type synchronized +MemberTypeSynchronized=Type d'adhérent synchronisé ContactSynchronized=Contact synchronisé ForceSynchronize=Forcer synchro Dolibarr -> LDAP ErrorFailedToReadLDAP=Échec de la lecture de l'annuaire LDAP. Vérifier la configuration du module LDAP et l'accessibilité de l'annuaire. diff --git a/htdocs/langs/fr_FR/mails.lang b/htdocs/langs/fr_FR/mails.lang index 96e2747c1d6..43203f06fdc 100644 --- a/htdocs/langs/fr_FR/mails.lang +++ b/htdocs/langs/fr_FR/mails.lang @@ -69,9 +69,9 @@ ActivateCheckReadKey=Clé de sécurité permettant le chiffrement des URL utilis EMailSentToNRecipients=Email envoyé à %s destinataires. EMailSentForNElements=%s e-mails envoyés XTargetsAdded=%s destinataires ajoutés dans la liste cible -OnlyPDFattachmentSupported=If the PDF documents were already generated for the objects to send, they will be attached to email. If not, no email will be sent (also, note that only pdf documents are supported as attachment in mass sending in this version). +OnlyPDFattachmentSupported=Si les documents PDF ont déjà été générés pour les objets à envoyer, ils seront ajoutés à l'e-mail en pièce jointe. Sinon, aucun e-mail ne sera envoyé. (Notez de plus que seuls les documents PDF sont gérés pour l'attachement aux pièces jointes dans l'envoi en masse dans cette version) AllRecipientSelected=The recipients of the %s record selected (if their email is known). -GroupEmails=Group emails +GroupEmails=Regroupement emails OneEmailPerRecipient=One email per recipient (by default, one email per record selected) WarningIfYouCheckOneRecipientPerEmail=Warning, if you check this box, it means only one email will be sent for several different record selected, so, if your message contains substitution variables that refers to data of a record, it becomes not possible to replace them. ResultOfMailSending=Résultat de l'envoi d'EMail en masse @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Contacts/adresses uniques MailNoChangePossible=Destinataires d'un emailing validé non modifiables SearchAMailing=Rechercher un emailing SendMailing=Envoi emailing -SendMail=Envoyer email SentBy=Envoyé par MailingNeedCommand=L'envoi d'un e-mailing peut être réalisé depuis une ligne de commande. Demandez à l'administrateur de votre serveur de lancer la commande suivante pour envoyer l'e-mailing à tous les destinataires : MailingNeedCommand2=Vous pouvez toutefois quand même les envoyer par l'interface écran en ajoutant le paramètre MAILING_LIMIT_SENDBYWEB avec la valeur du nombre maximum d'emails envoyés par session d'envoi. Pour cela, aller dans Accueil - Configuration - Divers. diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang index 5dc1b390b27..04f692a49a7 100644 --- a/htdocs/langs/fr_FR/main.lang +++ b/htdocs/langs/fr_FR/main.lang @@ -263,11 +263,13 @@ DateBuild=Date génération du rapport DatePayment=Date paiement DateApprove=Date approbation DateApprove2=Date approbation (deuxième approbation) -RegistrationDate=Registration date +RegistrationDate=Date d'inscription UserCreation=Création de l'utilisateur UserModification=Modification de l'utilisateur +UserValidation=Validation user UserCreationShort=Création de l'utilisateur UserModificationShort=Modification de l'utilisateur +UserValidationShort=Valid. user DurationYear=an DurationMonth=mois DurationWeek=semaine @@ -378,15 +380,15 @@ VATIN=IGST VATs=TVA VATINs=IGST taxes LT1=Sales tax 2 -LT1Type=Sales tax 2 type +LT1Type=Type de la taxe de vente 2 LT2=Sales tax 3 -LT2Type=Sales tax 3 type +LT2Type=Type de la taxe de vente 3 LT1ES=RE LT2ES=IRPF LT1IN=CGST LT2IN=SGST VATRate=Taux TVA -DefaultTaxRate=Default tax rate +DefaultTaxRate=Taux de taxe par défaut Average=Moyenne Sum=Somme Delta=Écart @@ -608,6 +610,7 @@ SendByMail=Envoyer par email MailSentBy=Mail envoyé par TextUsedInTheMessageBody=Corps du message SendAcknowledgementByMail=Envoi A.R. par email +SendMail=Envoyer email EMail=Email NoEMail=Pas d'email Email=Email @@ -722,7 +725,7 @@ SetToDraft=Retour en brouillon ClickToEdit=Cliquer ici pour éditer EditWithEditor=Edit with CKEditor EditWithTextEditor=Éditer avec l'éditeur de texte -EditHTMLSource=Éditer le HTML source +EditHTMLSource=Éditer la source HTML ObjectDeleted=Objet %s supprimé ByCountry=Par pays ByTown=Par ville @@ -800,7 +803,7 @@ ViewFlatList=Voir vue liste RemoveString=Supprimer la chaine '%s' SomeTranslationAreUncomplete=Certains languages pourraient n'être que partiellement traduis, ou contenir des erreurs. Si vous en détectez, vous pouvez les corriger en vous enregistrant sur https://transifex.com/projects/p/dolibarr/ DirectDownloadLink=Lien de téléchargement direct (public/externe) -DirectDownloadInternalLink=Lien direct de téléchargement (être connecté et autorisé) +DirectDownloadInternalLink=Lien de téléchargement direct (requiert d'être logué et autorisé) Download=Téléchargement ActualizeCurrency=Mettre à jour le taux de devise Fiscalyear=Exercice fiscal @@ -808,6 +811,10 @@ ModuleBuilder=Générateur de Module SetMultiCurrencyCode=Choisir la devise BulkActions=Actions de masse ClickToShowHelp=Cliquez pour montrer l'info-bulle d'aide +Website=Site web +WebSites=Sites web +ExpenseReport=Note de frais +ExpenseReports=Notes de frais HR=HR HRAndBank=HR et banque AutomaticallyCalculated=Calculé automatiquement @@ -818,6 +825,9 @@ Websites=Sites web Events=Événements EMailTemplates=Modèles des courriels FileNotShared=File not shared to exernal public +Project=Projet +Projects=Projets +Rights=Permissions # Week day Monday=Lundi Tuesday=Mardi @@ -852,8 +862,8 @@ SetRef=Définir réf. Select2ResultFoundUseArrows=Résultats trouvés. Utilisez les flèches pour sélectionner. Select2NotFound=Aucun enregistrement trouvé Select2Enter=Entrez -Select2MoreCharacter=caractères ou plus -Select2MoreCharacters=caractère ou plus +Select2MoreCharacter=caractère ou plus +Select2MoreCharacters=caractères ou plus Select2MoreCharactersMore=Search syntax:
                  | OR (a|b)
                  * Any character (a*b)
                  ^ Start with (^ab)
                  $ End with (ab$)
                  Select2LoadingMoreResults=Charger plus de résultats... Select2SearchInProgress=Recherche en cours... diff --git a/htdocs/langs/fr_FR/members.lang b/htdocs/langs/fr_FR/members.lang index 16f90e67ab5..03d95abce8a 100644 --- a/htdocs/langs/fr_FR/members.lang +++ b/htdocs/langs/fr_FR/members.lang @@ -57,10 +57,10 @@ NewCotisation=Nouvelle adhésion PaymentSubscription=Paiement cotisation SubscriptionEndDate=Date de fin adhésion MembersTypeSetup=Configuration des types d'adhérents -MemberTypeModified=Member type modified +MemberTypeModified=Type d'adhérent modifié DeleteAMemberType=Delete a member type ConfirmDeleteMemberType=Are you sure you want to delete this member type? -MemberTypeDeleted=Member type deleted +MemberTypeDeleted=Type d'adhérent supprimé MemberTypeCanNotBeDeleted=Member type can not be deleted NewSubscription=Nouvelle adhésion NewSubscriptionDesc=Ce formulaire permet de vous inscrire comme nouvel adhérent de l'association. Pour un renouvellement (si vous êtes déjà adhérent), contactez plutôt l'association par email %s. @@ -92,7 +92,7 @@ ValidateMember=Valider un adhérent ConfirmValidateMember=Êtes-vous sûr de vouloir valider cet adhérent ? FollowingLinksArePublic=Les liens suivants sont des pages accessibles à tous et non protégées par aucune habilitation Dolibarr. Ces pages n'ont aucun formatage et sont fournies à titre d'exemple pour les associations qui veulent des scripts publics de consultation. PublicMemberList=Liste des membres publics -BlankSubscriptionForm=Formulaire public d'auto-inscription +BlankSubscriptionForm=Formulaire d'auto-inscription publique BlankSubscriptionFormDesc=Dolibarr peut vous fournir un URL/site web public afin de permettre aux visiteurs externes de faire une demande d'inscription à la fondation. Si un module de paiement est actif, un formulaire de paiement sera également fourni automatiquement. EnablePublicSubscriptionForm=Activer le formulaire d'auto-inscription public du site ForceMemberType=Forcer le type d'adhérent @@ -168,8 +168,8 @@ TurnoverOrBudget=Chiffre affaire (pour société) ou Budget (asso ou collectivit DefaultAmount=Montant par défaut de la cotisation CanEditAmount=Le visiteur peut modifier/choisir le montant de sa cotisation MEMBER_NEWFORM_PAYONLINE=Rediriger sur la page intégrée de paiement en ligne -ByProperties=Par caractéristiques -MembersStatisticsByProperties=Statistiques des adhérents par caractéristiques +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Cet écran vous montre les statistiques sur les membres par nature. MembersByRegion=Cet écran vous montre les statistiques sur les membres par région. VATToUseForSubscriptions=Taux de TVA pour les adhésions diff --git a/htdocs/langs/fr_FR/modulebuilder.lang b/htdocs/langs/fr_FR/modulebuilder.lang index ceca631f05f..636b3ea5ebb 100644 --- a/htdocs/langs/fr_FR/modulebuilder.lang +++ b/htdocs/langs/fr_FR/modulebuilder.lang @@ -26,7 +26,7 @@ EnterNameOfObjectToDeleteDesc=Vous pouvez effacer un objet. ATTENTION : Tous les DangerZone=Zone de danger BuildPackage=Générer package/documentation BuildDocumentation=Générez la documentation -ModuleIsNotActive=Le module n'est encore activé. Aller à %s pour l'activer ou cliquer ici : +ModuleIsNotActive=Le module n'est pas encore activé. Aller à %s pour l'activer ou cliquer ici : ModuleIsLive=Ce module a été activé. Tout changement sur lui pourrait casser une fonctionnalité actuellement activée. DescriptionLong=Description longue EditorName=Nom de l'éditeur @@ -47,30 +47,31 @@ SpecificationFile=Fichier de description des règles métiers LanguageFile=Fichier langue ConfirmDeleteProperty=Êtes-vous sûr de vouloir supprimer la propriété%s ? Cela changera le code dans la classe PHP, mais supprimera également la colonne de la définition de table d'objet. NotNull=Non NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Utilisé par la "recherche globale" DatabaseIndex=Indexation base FileAlreadyExists=Le fichier %s existe déjà TriggersFile=Fichier de code des triggers HooksFile=Fichier du code des hooks -ArrayOfKeyValues=Array of key-val +ArrayOfKeyValues=Tableau de key-val ArrayOfKeyValuesDesc=Array of keys and values if field is a combo list with fixed values WidgetFile=Fichier Widget ReadmeFile=Fichier Readme -ChangeLog=Fichier de log +ChangeLog=Fichier ChangeLog TestClassFile=File for PHP Unit Test class SqlFile=Fichier SQL SqlFileExtraFields=Sql file for complementary attributes SqlFileKey=Fichier Sql pour les clés -AnObjectAlreadyExistWithThisNameAndDiffCase=Un objet existe déjà avec ce nom +AnObjectAlreadyExistWithThisNameAndDiffCase=Un objet existe déjà avec ce nom dans une casse différente UseAsciiDocFormat=Vous pouvez utiliser le format Markdown, mais il est recommandé d'utiliser le format Asciidoc (Comparaison entre .md et .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown) IsAMeasure=Est une mesure DirScanned=Répertoire scanné -NoTrigger=Pas de déclencheur +NoTrigger=Pas de trigger NoWidget=No widget GoToApiExplorer=Se rendre sur l'explorateur d'API -ListOfPermissionsDefined=Liste des autorisations +ListOfPermissionsDefined=Liste des permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. @@ -80,5 +81,5 @@ PermissionsDefDesc=Define here the new permissions provided by your module (once HooksDefDesc=Define in the module_parts['hooks'] property, in the module descriptor, the context of hooks you want to manage (list of contexts can be found by a search on 'initHooks(' in core code).
                  Edit the hook file to add code of your hooked functions (hookable functions can be found by a search on 'executeHooks' in core code). TriggerDefDesc=Define in the trigger file the code you want to execute for each business event executed. SeeIDsInUse=See IDs in use in your installation -SeeReservedIDsRangeHere=See range of reserved IDs +SeeReservedIDsRangeHere=Voir la plage des ID réservés ToolkitForDevelopers=Boîte à outils pour développeurs Dolibarr diff --git a/htdocs/langs/fr_FR/other.lang b/htdocs/langs/fr_FR/other.lang index f0c52aa096f..347bb2b8950 100644 --- a/htdocs/langs/fr_FR/other.lang +++ b/htdocs/langs/fr_FR/other.lang @@ -11,11 +11,11 @@ BirthdayAlertOn=alerte anniversaire active BirthdayAlertOff=alerte anniversaire inactive TransKey=Traduction de la clé TransKey MonthOfInvoice=Mois (numéro 1-12) de la date de facturation -TextMonthOfInvoice=Mois (tex) de la date de facturation +TextMonthOfInvoice=Mois (texte) de la date de facturation PreviousMonthOfInvoice=Mois précédent (numéro 1-12) la date de facturation TextPreviousMonthOfInvoice=Mois précédent (texte) de la date de facturation NextMonthOfInvoice=Le mois suivant (numéro 1-12) la date de facturation -TextNextMonthOfInvoice=Le mois suivant (texte) la date de facturation +TextNextMonthOfInvoice=Le mois suivant (texte) la date de facturation ZipFileGeneratedInto=Fichier zip généré dans %s DocFileGeneratedInto=Fichier doc généré dans %s. JumpToLogin=Débranché. Aller à la page de connexion ... @@ -36,8 +36,8 @@ Notify_ORDER_VALIDATE=Validation commande client Notify_ORDER_SENTBYMAIL=Envoi commande client par email Notify_ORDER_SUPPLIER_SENTBYMAIL=Envoi commande fournisseur par email Notify_ORDER_SUPPLIER_VALIDATE=Commande fournisseur enregistrée -Notify_ORDER_SUPPLIER_APPROVE=Approbation commande fournisseur -Notify_ORDER_SUPPLIER_REFUSE=Refus commande fournisseur +Notify_ORDER_SUPPLIER_APPROVE=Commande fournisseur approuvée +Notify_ORDER_SUPPLIER_REFUSE=Commande fournisseur refusée Notify_PROPAL_VALIDATE=Validation proposition commerciale client Notify_PROPAL_CLOSE_SIGNED=Proposition commercial fermée signée Notify_PROPAL_CLOSE_REFUSED=Proposition commerciale fermée refusée @@ -47,9 +47,9 @@ Notify_WITHDRAW_CREDIT=Crédit prélèvement Notify_WITHDRAW_EMIT=Émission prélèvement Notify_COMPANY_CREATE=Tiers créé Notify_COMPANY_SENTBYMAIL=Email envoyé depuis la fiche Tiers -Notify_BILL_VALIDATE=Validation facture client +Notify_BILL_VALIDATE=Facture client validée Notify_BILL_UNVALIDATE=Dévalidation facture client -Notify_BILL_PAYED=Recouvrement facture client +Notify_BILL_PAYED=Facture client payée Notify_BILL_CANCEL=Annulation facture client Notify_BILL_SENTBYMAIL=Envoi facture client par email Notify_BILL_SUPPLIER_VALIDATE=Validation facture fournisseur @@ -186,7 +186,7 @@ EMailTextInterventionAddedContact=Une nouvelle intervention %s vous a été assi EMailTextInterventionValidated=La fiche intervention %s vous concernant a été validée. EMailTextInvoiceValidated=La facture %s vous concernant a été validée. EMailTextProposalValidated=La proposition commerciale %s vous concernant a été validée. -EMailTextProposalClosedSigned=The proposal %s has been closed signed. +EMailTextProposalClosedSigned=La proposition %s a été clôturée signée. EMailTextOrderValidated=La commande %s vous concernant a été validée. EMailTextOrderApproved=La commande %s a été approuvée. EMailTextOrderValidatedBy=La commande %s a été enregistrée par %s diff --git a/htdocs/langs/fr_FR/paypal.lang b/htdocs/langs/fr_FR/paypal.lang index 2cdff382cfa..f484064a6d7 100644 --- a/htdocs/langs/fr_FR/paypal.lang +++ b/htdocs/langs/fr_FR/paypal.lang @@ -2,7 +2,7 @@ PaypalSetup=Configuration module PayPal PaypalDesc=Ce module permet d'offrir une page de paiement via le prestataire Paypal pour réaliser un paiement quelconque ou un paiement par rapport à un objet Dolibarr (facture, commande…) PaypalOrCBDoPayment=Pay with Paypal (Credit Card or Paypal) -PaypalDoPayment=Poursuivre le paiement par Paypal +PaypalDoPayment=Payer par PayPal PAYPAL_API_SANDBOX=Mode test/bac à sable (sandbox) PAYPAL_API_USER=Nom utilisateur API PAYPAL_API_PASSWORD=Mot de passe utilisateur API diff --git a/htdocs/langs/fr_FR/products.lang b/htdocs/langs/fr_FR/products.lang index ca61fff3460..1fc4af6dc89 100644 --- a/htdocs/langs/fr_FR/products.lang +++ b/htdocs/langs/fr_FR/products.lang @@ -151,7 +151,7 @@ BuyingPrices=Prix d'achat CustomerPrices=Prix clients SuppliersPrices=Prix fournisseurs SuppliersPricesOfProductsOrServices=Prix fournisseurs (des produits ou services) -CustomCode=Code douane +CustomCode=Customs/Commodity/HS code CountryOrigin=Pays d'origine Nature=Nature ShortLabel=Libellé court diff --git a/htdocs/langs/fr_FR/projects.lang b/htdocs/langs/fr_FR/projects.lang index 1ffb2cbf55b..d7402e03706 100644 --- a/htdocs/langs/fr_FR/projects.lang +++ b/htdocs/langs/fr_FR/projects.lang @@ -3,8 +3,6 @@ RefProject=Réf. projet ProjectRef=Ref projet ProjectId=Id projet ProjectLabel=Libellé projet -Project=Projet -Projects=Projets ProjectsArea=Espace projets ProjectStatus=Statut projet SharedProject=Tout le monde @@ -38,6 +36,7 @@ OpenedTasks=Tâches ouvertes OpportunitiesStatusForOpenedProjects=Montant des opportunités des projets ouverts par statut OpportunitiesStatusForProjects=Montant des opportunités des projets par statut ShowProject=Afficher projet +ShowTask=Afficher tâche SetProject=Définir projet NoProject=Aucun projet défini ou responsable NbOfProjects=Nombre de projets @@ -77,6 +76,7 @@ Time=Temps ListOfTasks=Liste de tâches GoToListOfTimeConsumed=Aller à la liste des temps consommés GoToListOfTasks=Aller à la liste des tâches +GanttView=Gantt View ListProposalsAssociatedProject=Liste des propositions commerciales associées au projet ListOrdersAssociatedProject=Liste des commandes clients associées au projet ListInvoicesAssociatedProject=Liste des factures clients associées au projet @@ -108,6 +108,7 @@ AlsoCloseAProject=Fermer également le projet (laissez-le ouvert si vous devez s ReOpenAProject=Réouvrir projet ConfirmReOpenAProject=Êtes-vous sûr de vouloir rouvrir ce projet ? ProjectContact=Contacts projet +TaskContact=Task contacts ActionsOnProject=Événements sur le projet YouAreNotContactOfProject=Vous n'êtes pas contact de ce projet privé UserIsNotContactOfProject=L'utilisateur n'est pas un contact/adresse de ce projet privé @@ -115,7 +116,7 @@ DeleteATimeSpent=Suppression du temps consommé ConfirmDeleteATimeSpent=Êtes-vous sûr de vouloir supprimer ce temps consommé ? DoNotShowMyTasksOnly=Voir aussi les tâches qui ne me sont pas affectées ShowMyTasksOnly=Ne voir que les tâches qui me sont affectées -TaskRessourceLinks=Ressources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projets dédiés à ce tiers NoTasks=Aucune tâche pour ce projet LinkedToAnotherCompany=Liés à autre société @@ -210,4 +211,4 @@ OppStatusLOST=Perdu Budget=Budget # Comments trans AllowCommentOnTask=Allow user comments on tasks -AllowCommentOnProject=Allow user comments on projects +AllowCommentOnProject=Autoriser les commentaires utilisateur sur les projets diff --git a/htdocs/langs/fr_FR/salaries.lang b/htdocs/langs/fr_FR/salaries.lang index 77c5e06296c..f8d14ff8bb1 100644 --- a/htdocs/langs/fr_FR/salaries.lang +++ b/htdocs/langs/fr_FR/salaries.lang @@ -1,6 +1,6 @@ # Dolibarr language file - Source file is en_US - salaries SALARIES_ACCOUNTING_ACCOUNT_PAYMENT=Compte comptable utilisé pour les utilisateurs -SALARIES_ACCOUNTING_ACCOUNT_PAYMENT_Desc=Le compte comptable défini sur la carte utilisateur sera utilisé uniquement pour le compte secondaire. Celui-ci sera utilisé pour le grand livre général et comme valeur par défaut de la comptabilité secondaire, si le compte dédié d'utilisation d'un utilisateur sur l'utilisateur n'est pas défini. +SALARIES_ACCOUNTING_ACCOUNT_PAYMENT_Desc=Le compte comptable défini sur la carte utilisateur sera utilisé uniquement pour la comptabilité auxiliaire. Celui-ci sera utilisé pour le grand livre et comme valeur par défaut de la comptabilité auxiliaire si le compte dédié de l'utilisateur n'est pas défini. SALARIES_ACCOUNTING_ACCOUNT_CHARGE=Compte comptable par défaut pour les charges de personnel Salary=Salaire Salaries=Salaires @@ -13,3 +13,5 @@ TJM=Tarif journalier moyen CurrentSalary=Salaire actuel THMDescription=Cette valeur peut être utilisé pour calculer le coût horaire consommé dans un projet suivi par utilisateurs si le module projet est utilisé TJMDescription=Cette valeur est actuellement seulement une information et n'est utilisé pour aucun calcul +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/fr_FR/sendings.lang b/htdocs/langs/fr_FR/sendings.lang index 3d0363edec5..1071d5f23f9 100644 --- a/htdocs/langs/fr_FR/sendings.lang +++ b/htdocs/langs/fr_FR/sendings.lang @@ -18,13 +18,13 @@ SendingCard=Fiche expédition NewSending=Nouvelle expédition CreateShipment=Créer expédition QtyShipped=Qté. expédiée -QtyShippedShort=Qty ship. +QtyShippedShort=Qté exp. QtyPreparedOrShipped=Quantité préparée ou envoyée QtyToShip=Qté. à expédier QtyReceived=Qté. reçue QtyInOtherShipments=Qté dans les autres expéditions KeepToShip=Reste à expédier -KeepToShipShort=Remain +KeepToShipShort=Reste OtherSendingsForSameOrder=Autres expéditions pour cette commande SendingsAndReceivingForSameOrder=Expéditions et réceptions pour cette commande SendingsToValidate=Expéditions à valider diff --git a/htdocs/langs/fr_FR/stocks.lang b/htdocs/langs/fr_FR/stocks.lang index b94f35389b2..e1e5a75a435 100644 --- a/htdocs/langs/fr_FR/stocks.lang +++ b/htdocs/langs/fr_FR/stocks.lang @@ -22,6 +22,7 @@ Movements=Mouvements ErrorWarehouseRefRequired=Le nom de référence de l'entrepôt est obligatoire ListOfWarehouses=Liste des entrepôts ListOfStockMovements=Liste des mouvements de stock +MovementId=Movement ID StockMovementForId=ID mouvement %d ListMouvementStockProject=Liste des mouvements de stocks associés au projet StocksArea=Espace entrepôts @@ -49,7 +50,7 @@ EnhancedValue=Valorisation PMPValue=Valorisation (PMP) PMPValueShort=PMP EnhancedValueOfWarehouses=Valorisation des stocks -UserWarehouseAutoCreate=Créer automatiquement un entrepôt lié à un nouvel utilisateur +UserWarehouseAutoCreate=Créer automatiquement un stock/entrepôt propre à l'utilisateur lors de sa création AllowAddLimitStockByWarehouse=Autoriser l'ajout d'une limite et d'un stock désiré par produit et entrepôt à la place de produit seul IndependantSubProductStock=Le stock du produit et le stock des sous-produits sont indépendant QtyDispatched=Quantité ventilée @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Le niveau de stock doit être suffisant pour ajouter StockMustBeEnoughForOrder=Le niveau de stock doit être suffisant pour ajouter ce produit/service à la commande (la vérification est faite sur le stock réel lors de l'ajout de la ligne de commande, quelquesoit la règle de modification automatique de stock) StockMustBeEnoughForShipment= Le niveau de stock doit être suffisant pour ajouter ce produit/service à l'expédition (la vérification est faite sur le stock réel lors de l'ajout de la ligne à l'expédition, quelquesoit la règle de modification automatique de stock) MovementLabel=Libellé du mouvement +DateMovement=Date of movement InventoryCode=Code mouvement ou inventaire IsInPackage=Inclus dans un package WarehouseAllowNegativeTransfer=Le stock peut être négatif diff --git a/htdocs/langs/fr_FR/stripe.lang b/htdocs/langs/fr_FR/stripe.lang index 4e2d02a85fd..0ec18ab7f03 100644 --- a/htdocs/langs/fr_FR/stripe.lang +++ b/htdocs/langs/fr_FR/stripe.lang @@ -12,7 +12,7 @@ YourEMail=Email de confirmation du paiement STRIPE_PAYONLINE_SENDEMAIL=Email à prévenir en cas de paiement (succès ou non) Creditor=Bénéficiaire PaymentCode=Code de paiement -StripeDoPayment=Paiement en carte de crédit/débit (Stripe) +StripeDoPayment=Payer par carte de crédit/débit (Stripe) YouWillBeRedirectedOnStripe=Vous allez être redirigé vers la page sécurisée de Stripe pour insérer les informations de votre carte de crédit Continue=Continuer ToOfferALinkForOnlinePayment=URL de paiement %s diff --git a/htdocs/langs/fr_FR/trips.lang b/htdocs/langs/fr_FR/trips.lang index 77777d226e7..a9a2631ac00 100644 --- a/htdocs/langs/fr_FR/trips.lang +++ b/htdocs/langs/fr_FR/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Note de frais -ExpenseReports=Notes de frais ShowExpenseReport=Afficher la note de frais Trips=Note de frais TripsAndExpenses=Notes de frais @@ -12,6 +10,8 @@ ListOfFees=Liste des notes de frais TypeFees=Types de déplacement et notes de frais ShowTrip=Afficher la note de frais NewTrip=Nouvelle note de frais +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Société/organisation visitée FeesKilometersOrAmout=Montant ou kilomètres DeleteTrip=Supprimer les notes de frais / déplacements @@ -54,7 +54,7 @@ EX_FUE=Fuel CV EX_HOT=Hôtel EX_PAR=Parking CV EX_TOL=Toll CV -EX_TAX=Various Taxes +EX_TAX=Taxes diverses EX_IND=Indemnity transportation subscription EX_SUM=Maintenance supply EX_SUO=Office supplies @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Vous avez déclaré une autre note de frais dans une période similaire. AucuneLigne=Aucune note de frais déclarée @@ -132,7 +134,7 @@ ExpenseReportDateStart=Date début ExpenseReportDateEnd=Date fin ExpenseReportLimitAmount=Montant limite ExpenseReportRestrictive=Restrictive -AllExpenseReport=Tout type de rapport de dépenses +AllExpenseReport=Tout type de note de frais OnExpense=Expense line ExpenseReportRuleSave=Expense report rule saved ExpenseReportRuleErrorOnSave=Erreur: %s diff --git a/htdocs/langs/fr_FR/website.lang b/htdocs/langs/fr_FR/website.lang index 4ada2e17ee9..cb088c1dba4 100644 --- a/htdocs/langs/fr_FR/website.lang +++ b/htdocs/langs/fr_FR/website.lang @@ -5,19 +5,18 @@ DeleteWebsite=Effacer site web ConfirmDeleteWebsite=Êtes-vous sûr de vouloir supprimer ce site web. Toutes les pages et le contenu seront également supprimés. WEBSITE_PAGENAME=Nom/alias de la page WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL du fichier de la feuille de style (CSS) externe WEBSITE_CSS_INLINE=CSS file content (common to all pages) -WEBSITE_JS_INLINE=Javascript file content (common to all pages) -WEBSITE_ROBOT=Robot file (robots.txt) -WEBSITE_HTACCESS=Web site .htaccess file +WEBSITE_JS_INLINE=Contenu du fichier Javascript (commun à toutes les pages) +WEBSITE_ROBOT=Fichier robot (robots.txt) +WEBSITE_HTACCESS=Fichier .htaccess du site web PageNameAliasHelp=Nom ou alias de la page.
                  Cet alias est également utilisé pour forger une URL SEO lorsque le site Web est exécuté à partir d'un hôte virtuel d'un serveur Web (comme Apache, Nginx, ...). Utilisez le bouton "1%s" pour modifier cet alias. MediaFiles=Répertoire de médias EditCss=Editer l'en-tête HTML ou Style/CSS EditMenu=Modifier menu EditMedias=Editer médias EditPageMeta=Modifier métadonnées -Website=Site web AddWebsite=Ajouter site web Webpage=Page/contenair Web AddPage=Ajouter une page/contenair @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL du virtual host servit par le serveur web externe n NoPageYet=Pas de page pour l'instant SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Cloner la page/contenair CloneSite=Cloner le site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=La nouvelle page est une traduction de la page en cours ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -51,4 +51,7 @@ CreateByFetchingExternalPage=Create page/container by fetching page from externa OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Récupérer et Créer ExportSite=Exporter site -IDOfPage=Id of page +IDOfPage=Id de page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/fr_FR/withdrawals.lang b/htdocs/langs/fr_FR/withdrawals.lang index 2a1bd6576f0..ff520a13625 100644 --- a/htdocs/langs/fr_FR/withdrawals.lang +++ b/htdocs/langs/fr_FR/withdrawals.lang @@ -55,8 +55,8 @@ StatusMotif5=Numéro de compte inexploitable StatusMotif6=Compte solde StatusMotif7=Décision judiciaire StatusMotif8=Autre motif -CreateForSepaFRST=Create direct debit file (SEPA FRST) -CreateForSepaRCUR=Create direct debit file (SEPA RCUR) +CreateForSepaFRST=Créer fichier de prélèvement (SEPA FRST) +CreateForSepaRCUR=Créer fichier de prélèvement (SEPA RCUR) CreateAll=Create direct debit file (all) CreateGuichet=Seulement guichet CreateBanque=Seulement banque diff --git a/htdocs/langs/he_IL/admin.lang b/htdocs/langs/he_IL/admin.lang index f2bf960c9fc..b92c00521fe 100644 --- a/htdocs/langs/he_IL/admin.lang +++ b/htdocs/langs/he_IL/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (שפת הדפדפן) FeatureDisabledInDemo=התכונה זמינה ב דמו FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=הרשאות BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=האלמנטים היחידים של מודולים המאפשרים מוצגים. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=מאפשר לך לנהל מספר רב של חברות Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=כלל לייצר סיסמאות או שהציע לא DisableForgetPasswordLinkOnLogonPage=אל תציג את הקישור "שכח סיסמה" בדף הכניסה UsersSetup=משתמשים מודול ההתקנה UserMailRequired=דוא"ל נדרש ליצור משתמש חדש -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/he_IL/commercial.lang b/htdocs/langs/he_IL/commercial.lang index 0f4c6c853af..0b5c12338bb 100644 --- a/htdocs/langs/he_IL/commercial.lang +++ b/htdocs/langs/he_IL/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/he_IL/holiday.lang b/htdocs/langs/he_IL/holiday.lang index b7080440737..6a8e6755f7a 100644 --- a/htdocs/langs/he_IL/holiday.lang +++ b/htdocs/langs/he_IL/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/he_IL/mails.lang b/htdocs/langs/he_IL/mails.lang index 25d9dc72e9e..9f889a04584 100644 --- a/htdocs/langs/he_IL/mails.lang +++ b/htdocs/langs/he_IL/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/he_IL/main.lang b/htdocs/langs/he_IL/main.lang index 83d1a966316..48fcd7b8760 100644 --- a/htdocs/langs/he_IL/main.lang +++ b/htdocs/langs/he_IL/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=פרוייקטים +Rights=הרשאות # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/he_IL/members.lang b/htdocs/langs/he_IL/members.lang index 82fbf526ed3..5c723b79a41 100644 --- a/htdocs/langs/he_IL/members.lang +++ b/htdocs/langs/he_IL/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/he_IL/modulebuilder.lang b/htdocs/langs/he_IL/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/he_IL/modulebuilder.lang +++ b/htdocs/langs/he_IL/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/he_IL/projects.lang b/htdocs/langs/he_IL/projects.lang index bd5ed2931cd..a2a001b3b3a 100644 --- a/htdocs/langs/he_IL/projects.lang +++ b/htdocs/langs/he_IL/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=פרוייקטים ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=הצג משימה SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/he_IL/salaries.lang b/htdocs/langs/he_IL/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/he_IL/salaries.lang +++ b/htdocs/langs/he_IL/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/he_IL/stocks.lang b/htdocs/langs/he_IL/stocks.lang index 6afbab53d2d..fd28ba7afac 100644 --- a/htdocs/langs/he_IL/stocks.lang +++ b/htdocs/langs/he_IL/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/he_IL/trips.lang b/htdocs/langs/he_IL/trips.lang index b203294cd46..bd51e00b8d4 100644 --- a/htdocs/langs/he_IL/trips.lang +++ b/htdocs/langs/he_IL/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/he_IL/website.lang b/htdocs/langs/he_IL/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/he_IL/website.lang +++ b/htdocs/langs/he_IL/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/hr_HR/admin.lang b/htdocs/langs/hr_HR/admin.lang index c67bb744d15..57073b8e6b5 100644 --- a/htdocs/langs/hr_HR/admin.lang +++ b/htdocs/langs/hr_HR/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Automatski detektiraj (jezik web preglednika) FeatureDisabledInDemo=Mogučnost onemogućena u demo verziji FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Prava pristupa BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Prikazani su samo elementi sa omogučenih modula ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Dozvoljava upravljanje multi tvrtkama Module6000Name=Tijek rada Module6000Desc=Upravljanje tijekom rada Module10000Name=Web lokacije -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Upravljanje zahtjevima odlazaka Module20000Desc=Objavi i prati zahtjeve odsutnosti zaposlenika Module39000Name=Lot proizvoda @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Postavke prijevoda TranslationKeySearch=Pretraži prijevod po ključi ili tekstu TranslationOverwriteKey=Prepiši prevedeni tekst -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Prevedeni tekst @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Ne prikazuj poveznicu "Zaboravili ste lozinku" na stranici prijave UsersSetup=Podešavanje modula korisnka UserMailRequired=E-pošta je obavezna za kreiranje novog korisnika -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=Podešavanje modula HRM ##### Company setup ##### diff --git a/htdocs/langs/hr_HR/commercial.lang b/htdocs/langs/hr_HR/commercial.lang index 3c01c891c95..d8ec607f214 100644 --- a/htdocs/langs/hr_HR/commercial.lang +++ b/htdocs/langs/hr_HR/commercial.lang @@ -70,3 +70,9 @@ Stats=Statistike prodaje StatusProsp=Status potencijalnog kupca DraftPropals=Skica ponude NoLimit=Bez ograničenja +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/hr_HR/holiday.lang b/htdocs/langs/hr_HR/holiday.lang index 93af8f829fc..419b932781c 100644 --- a/htdocs/langs/hr_HR/holiday.lang +++ b/htdocs/langs/hr_HR/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Odbijanje zahtjeva EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Zadnje automatsko ažuriranje raspodjele odlazaka diff --git a/htdocs/langs/hr_HR/mails.lang b/htdocs/langs/hr_HR/mails.lang index 6438449c87f..af0ae9a6367 100644 --- a/htdocs/langs/hr_HR/mails.lang +++ b/htdocs/langs/hr_HR/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/hr_HR/main.lang b/htdocs/langs/hr_HR/main.lang index 5df0ea6bbcc..310e445a07d 100644 --- a/htdocs/langs/hr_HR/main.lang +++ b/htdocs/langs/hr_HR/main.lang @@ -266,8 +266,10 @@ DateApprove2=Datum odobrenja (drugo odobrenje) RegistrationDate=Registration date UserCreation=Kreiranje korisnika UserModification=Izmjena korisnika +UserValidation=Validation user UserCreationShort=Kreir. korisnika UserModificationShort=izmj. korisnika +UserValidationShort=Valid. user DurationYear=godina DurationMonth=mjesec DurationWeek=tjedan @@ -608,6 +610,7 @@ SendByMail=Poslano putem e-pošte MailSentBy=E-poštu poslao TextUsedInTheMessageBody=Tijelo e-pošte SendAcknowledgementByMail=Pošalji e-poštu potvrde +SendMail=Send email EMail=E-pošta NoEMail=Nema e-pošte Email=E-pošta @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Website +WebSites=Web sites +ExpenseReport=Izvještaj troška +ExpenseReports=Izvještaji troška HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Događaj EMailTemplates=Predlošci e-pošte FileNotShared=File not shared to exernal public +Project=Projekt +Projects=Projekti +Rights=Prava pristupa # Week day Monday=Ponedjeljak Tuesday=Utorak diff --git a/htdocs/langs/hr_HR/members.lang b/htdocs/langs/hr_HR/members.lang index 9b5905c3fb7..be78c3987ae 100644 --- a/htdocs/langs/hr_HR/members.lang +++ b/htdocs/langs/hr_HR/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Promet (za tvrtke) ili proračun (za zaklade) DefaultAmount=Zadani iznos pretplate CanEditAmount=Posjetitelj može odabrati/mjenjati iznos svoje pretplate MEMBER_NEWFORM_PAYONLINE=Idi na integriranu stranicu online plaćanja -ByProperties=Po karakteristikama -MembersStatisticsByProperties=Statistika članova po karakteristikama +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Ovaj ekran prikazuje statistiku članova po vrsti. MembersByRegion=Ovaj ekran prikazuje statistiku članova po regiji. VATToUseForSubscriptions=PDV stopa za pretplate diff --git a/htdocs/langs/hr_HR/modulebuilder.lang b/htdocs/langs/hr_HR/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/hr_HR/modulebuilder.lang +++ b/htdocs/langs/hr_HR/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/hr_HR/projects.lang b/htdocs/langs/hr_HR/projects.lang index 1d7299d9884..2b2f5407b4a 100644 --- a/htdocs/langs/hr_HR/projects.lang +++ b/htdocs/langs/hr_HR/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. projekt ProjectRef=Projekt ref. ProjectId=Projekt ID ProjectLabel=Oznaka projekta -Project=Projekt -Projects=Projekti ProjectsArea=Sučelje projekata ProjectStatus=Status projekta SharedProject=Svi @@ -38,6 +36,7 @@ OpenedTasks=Otvoreni zadaci OpportunitiesStatusForOpenedProjects=Mogući iznos otvorenih projekata po statusu OpportunitiesStatusForProjects=Iznos šanse za projekte po statusu ShowProject=Prikaži projekt +ShowTask=Prikaži zadatak SetProject=Postavi projekt NoProject=Nema definiranih ili vlastih projekata NbOfProjects=Br. projekata @@ -77,6 +76,7 @@ Time=Vrijeme ListOfTasks=Popis zadataka GoToListOfTimeConsumed=Idi na popis utrošenog vremena GoToListOfTasks=Idi na popis zadataka +GanttView=Gantt View ListProposalsAssociatedProject=Popis ponuda dodjeljenih projektu ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Otvori projekti ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Kontakti projekta +TaskContact=Task contacts ActionsOnProject=Događaji projekta YouAreNotContactOfProject=Niste kontakt za ovaj privatni projekti UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Obriši utrošeno vrijeme ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Vidi također zadatke koji nisu dodjeljeni meni ShowMyTasksOnly=Vidi samo zadatke dodjeljene meni -TaskRessourceLinks=Resursi +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projekti posvećeni komitentu NoTasks=Nema zadataka u ovom projektu LinkedToAnotherCompany=Povezano s drugim komitentom diff --git a/htdocs/langs/hr_HR/salaries.lang b/htdocs/langs/hr_HR/salaries.lang index d39faa96e4b..2180b26d56b 100644 --- a/htdocs/langs/hr_HR/salaries.lang +++ b/htdocs/langs/hr_HR/salaries.lang @@ -13,3 +13,5 @@ TJM=Prosječna dnevnica CurrentSalary=Trenutna plaća THMDescription=Ova vrijednost može se koristiti za izračun troškova utrošenog vremena na projektu unesenog od korisnika ako se korisit modul projekt TJMDescription=Ova vrijednost je informativna i ne koristi se niti u jednom izračunu +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/hr_HR/stocks.lang b/htdocs/langs/hr_HR/stocks.lang index 76139fae951..2383668e41f 100644 --- a/htdocs/langs/hr_HR/stocks.lang +++ b/htdocs/langs/hr_HR/stocks.lang @@ -22,6 +22,7 @@ Movements=Kretanja ErrorWarehouseRefRequired=Referenca skladišta je obavezna ListOfWarehouses=Popis skladišta ListOfStockMovements=Popis kretanja zaliha +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Sučelje skladišta @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stanje zaliha mora biti dovoljna za dodavanje proizv StockMustBeEnoughForOrder=Stanje zaliha mora biti dovoljna za dodavanje proizvoda/usluga na narudžbu (provjera se radi na trenutnoj stvarnoj zalihi kod dodavanja stavke na narudžbu bez obzira koje je pravilo za automatsku promjenu zalihe) StockMustBeEnoughForShipment= Stanje zaliha mora biti dovoljna za dodavanje proizvoda/usluga na otpremincu (provjera se radi na trenutnoj stvarnoj zalihi kod dodavanja stavke na otpremnicu bez obzira koje je pravilo za automatsku promjenu zalihe) MovementLabel=Oznaka kretanja +DateMovement=Date of movement InventoryCode=Kretanje ili inventarni kod IsInPackage=Sadržane u grupiranim proizvodima WarehouseAllowNegativeTransfer=Zaliha ne može biti negativna diff --git a/htdocs/langs/hr_HR/trips.lang b/htdocs/langs/hr_HR/trips.lang index 722c3b7aec4..5cb82e0bd08 100644 --- a/htdocs/langs/hr_HR/trips.lang +++ b/htdocs/langs/hr_HR/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Izvještaj troška -ExpenseReports=Izvještaji troška ShowExpenseReport=Prikaži izvještaj troška Trips=Izvještaji troška TripsAndExpenses=Izvještaji troškova @@ -12,6 +10,8 @@ ListOfFees=Popis pristojbi TypeFees=Tipovi pristojbi ShowTrip=Prikaži izvještaj troška NewTrip=Novi izvještaj troška +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Iznos ili kilometri DeleteTrip=Obriši izvještaj troška @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Objavili ste još jedan izvještaj troška u sličnom razdoblju. AucuneLigne=Još nije objavljen izvještaj troška diff --git a/htdocs/langs/hr_HR/website.lang b/htdocs/langs/hr_HR/website.lang index 68b141714bf..cbe6e203b26 100644 --- a/htdocs/langs/hr_HR/website.lang +++ b/htdocs/langs/hr_HR/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Obriši Web mjesto ConfirmDeleteWebsite=Jeste li sigurni da želite obrisati ovo web mjesto. Sve stranice i sadržaj biti će isto obrisan. WEBSITE_PAGENAME=Naziv stranice/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL vanjske CSS datoteke WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Uredi izbornik EditMedias=Edit medias EditPageMeta=Uredi meta -Website=Website AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/hu_HU/admin.lang b/htdocs/langs/hu_HU/admin.lang index 1b674b8c829..61656d0e490 100644 --- a/htdocs/langs/hu_HU/admin.lang +++ b/htdocs/langs/hu_HU/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Automatikus nyelvfelismerés (a böngésző nyelve) FeatureDisabledInDemo=Demó módban kikapcsolva FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Engedélyek BoxesDesc=A widgetek olyan elemek melyek segítségével egyes oldalak testreszabhatók. A widget ki/bekapcsolását a cél-oldal kiválasztásával az 'Aktiválás'-ra kattintva érheti el illetve a kukára kattintva kikapcsolhatja. OnlyActiveElementsAreShown=Csak a bekapcsolt modulok elemei jelennek meg. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Több vállalat kezelését teszi lehetővé Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Weboldalak -Module10000Desc=Publikus weboldalak készítése WYSIWG szerkesztővel. A kijelölt könyvtárra mutató webszerver konfigurációval Interneten is megjelenítheti az oldalakat. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=A "PHP mail direct" metódus választása esetén TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Szabály generálni jelszavakat, vagy javasolt validá DisableForgetPasswordLinkOnLogonPage=Ne jelenjen meg a link "Elfelejtett jelszó" a belépés oldalra UsersSetup=Felhasználók modul beállítása UserMailRequired=E-mail létrehozásához szükséges új felhasználó -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/hu_HU/commercial.lang b/htdocs/langs/hu_HU/commercial.lang index 31e37899055..ed9c47f1006 100644 --- a/htdocs/langs/hu_HU/commercial.lang +++ b/htdocs/langs/hu_HU/commercial.lang @@ -70,3 +70,9 @@ Stats=Eladási statisztikák StatusProsp=Prospect állapot DraftPropals=Készítsen üzleti ajánlatot NoLimit=Nincs határ +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/hu_HU/holiday.lang b/htdocs/langs/hu_HU/holiday.lang index 27ecc071b92..8f0ca2eebb6 100644 --- a/htdocs/langs/hu_HU/holiday.lang +++ b/htdocs/langs/hu_HU/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/hu_HU/mails.lang b/htdocs/langs/hu_HU/mails.lang index aca971a9b65..592ec6323a7 100644 --- a/htdocs/langs/hu_HU/mails.lang +++ b/htdocs/langs/hu_HU/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Egyedi kapcsolatok a vállalatok MailNoChangePossible=A címzettek validált emailing nem lehet megváltoztatni SearchAMailing=Keresés levelezési SendMailing=Küldés e-mailezés -SendMail=E-mail küldése SentBy=Által küldött MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Ön azonban elküldheti őket az interneten hozzáadásával paraméter MAILING_LIMIT_SENDBYWEB az értéke max e-mailek száma szeretne küldeni a session. Ehhez menj a Home - telepítés - Más. diff --git a/htdocs/langs/hu_HU/main.lang b/htdocs/langs/hu_HU/main.lang index 2eeb0395aa0..df63488333f 100644 --- a/htdocs/langs/hu_HU/main.lang +++ b/htdocs/langs/hu_HU/main.lang @@ -266,8 +266,10 @@ DateApprove2=Jóváhagyás dátuma (megerősítés) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Létrehozó felhasználó UserModificationShort=Módosító felhasználó +UserValidationShort=Valid. user DurationYear=év DurationMonth=hónap DurationWeek=hét @@ -608,6 +610,7 @@ SendByMail=Küldés emailben MailSentBy=Email feladója TextUsedInTheMessageBody=Email tartalma SendAcknowledgementByMail=Megerősítő email küldése +SendMail=E-mail küldése EMail=E-mail NoEMail=Nincs email Email=E-mail @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Állítsa be a pénznemet BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Költség kimutatások HR=Személyügy HRAndBank=HR and Bank AutomaticallyCalculated=Automatikusan számolva @@ -818,6 +825,9 @@ Websites=Web sites Events=Cselekvések EMailTemplates=E-mail sablonok FileNotShared=File not shared to exernal public +Project=Projekt +Projects=Projektek +Rights=Engedélyek # Week day Monday=Hétfő Tuesday=Kedd diff --git a/htdocs/langs/hu_HU/members.lang b/htdocs/langs/hu_HU/members.lang index 96252d35447..55b10d1b68c 100644 --- a/htdocs/langs/hu_HU/members.lang +++ b/htdocs/langs/hu_HU/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Forgalom (a cég) vagy Költségvetés (egy alapítvány) DefaultAmount=Alapértelmezett mennyiségű előfizetés CanEditAmount=Látogató lehet választani / szerkeszteni összegénél előfizetés MEMBER_NEWFORM_PAYONLINE=Ugrás az integrált online fizetési oldalra -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/hu_HU/modulebuilder.lang b/htdocs/langs/hu_HU/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/hu_HU/modulebuilder.lang +++ b/htdocs/langs/hu_HU/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/hu_HU/projects.lang b/htdocs/langs/hu_HU/projects.lang index 32ddd207a92..e7c472c9429 100644 --- a/htdocs/langs/hu_HU/projects.lang +++ b/htdocs/langs/hu_HU/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Projekt -Projects=Projektek ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Mindenki @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Projektek mutatása +ShowTask=Feladat mutatása SetProject=Projekt beállítása NoProject=Nincs létrehozott vagy tulajdonolt projekt NbOfProjects=Projektek száma @@ -77,6 +76,7 @@ Time=Idő ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=A projekthez tartozó kereskedelmi ajánlatok listája ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Projekt nyitása ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Projekt kapcsolatok +TaskContact=Task contacts ActionsOnProject=Projekteh tartozó cselekvések YouAreNotContactOfProject=Nem kapcsolata ennek a privát projektnek UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Eltöltött idő törlése ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Erőforrások +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Harmadik félhnek dedikált projektek NoTasks=Nincs a projekthez tartozó feladat LinkedToAnotherCompany=Harmadik félhez kapcsolva diff --git a/htdocs/langs/hu_HU/salaries.lang b/htdocs/langs/hu_HU/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/hu_HU/salaries.lang +++ b/htdocs/langs/hu_HU/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/hu_HU/stocks.lang b/htdocs/langs/hu_HU/stocks.lang index 1c34ec9f58d..3973e976150 100644 --- a/htdocs/langs/hu_HU/stocks.lang +++ b/htdocs/langs/hu_HU/stocks.lang @@ -22,6 +22,7 @@ Movements=Mozgások ErrorWarehouseRefRequired=Raktár referencia név szükséges ListOfWarehouses=Raktárak listája ListOfStockMovements=Készlet mozgatások listája +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Raktárak @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=A készletnek elegendőnek kell lennie a termék/szo StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Mozgás címkéje +DateMovement=Date of movement InventoryCode=Mozgás vagy leltár kód IsInPackage=Csomag tartalmazza WarehouseAllowNegativeTransfer=A készlet lehet negatív diff --git a/htdocs/langs/hu_HU/trips.lang b/htdocs/langs/hu_HU/trips.lang index 0c89772b144..76dac84374d 100644 --- a/htdocs/langs/hu_HU/trips.lang +++ b/htdocs/langs/hu_HU/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Költség kimutatások ShowExpenseReport=Show expense report Trips=Költség kimutatások TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=Költségek listája TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Kilóméterek száma DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/hu_HU/website.lang b/htdocs/langs/hu_HU/website.lang index 37e7c257a83..72253913d4e 100644 --- a/htdocs/langs/hu_HU/website.lang +++ b/htdocs/langs/hu_HU/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=A honlap törlése ConfirmDeleteWebsite=Biztos benne, hogy le akarja törölni a honlapot? Az összes oldal és tartalom el fog veszni! WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/id_ID/admin.lang b/htdocs/langs/id_ID/admin.lang index a6cd3d3d0e4..f3c77e64a45 100644 --- a/htdocs/langs/id_ID/admin.lang +++ b/htdocs/langs/id_ID/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Izin BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/id_ID/commercial.lang b/htdocs/langs/id_ID/commercial.lang index 34142333e92..f36e679352b 100644 --- a/htdocs/langs/id_ID/commercial.lang +++ b/htdocs/langs/id_ID/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/id_ID/holiday.lang b/htdocs/langs/id_ID/holiday.lang index 2658e9ec469..dda30ac99fb 100644 --- a/htdocs/langs/id_ID/holiday.lang +++ b/htdocs/langs/id_ID/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/id_ID/mails.lang b/htdocs/langs/id_ID/mails.lang index 9942c26475b..ae5eeb00d77 100644 --- a/htdocs/langs/id_ID/mails.lang +++ b/htdocs/langs/id_ID/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/id_ID/main.lang b/htdocs/langs/id_ID/main.lang index b150c9eab0c..b149edbd103 100644 --- a/htdocs/langs/id_ID/main.lang +++ b/htdocs/langs/id_ID/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Acara EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=Izin # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/id_ID/members.lang b/htdocs/langs/id_ID/members.lang index 510ea1758f0..23cf51f2172 100644 --- a/htdocs/langs/id_ID/members.lang +++ b/htdocs/langs/id_ID/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/id_ID/modulebuilder.lang b/htdocs/langs/id_ID/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/id_ID/modulebuilder.lang +++ b/htdocs/langs/id_ID/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/id_ID/projects.lang b/htdocs/langs/id_ID/projects.lang index c09c4f7e937..5865ec44216 100644 --- a/htdocs/langs/id_ID/projects.lang +++ b/htdocs/langs/id_ID/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/id_ID/salaries.lang b/htdocs/langs/id_ID/salaries.lang index 52d9b4b190b..2bcb6857186 100644 --- a/htdocs/langs/id_ID/salaries.lang +++ b/htdocs/langs/id_ID/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/id_ID/stocks.lang b/htdocs/langs/id_ID/stocks.lang index 6e739958a29..21654437ae9 100644 --- a/htdocs/langs/id_ID/stocks.lang +++ b/htdocs/langs/id_ID/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/id_ID/trips.lang b/htdocs/langs/id_ID/trips.lang index e24ea4d4cd5..e8a667e10a0 100644 --- a/htdocs/langs/id_ID/trips.lang +++ b/htdocs/langs/id_ID/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/id_ID/website.lang b/htdocs/langs/id_ID/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/id_ID/website.lang +++ b/htdocs/langs/id_ID/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/is_IS/admin.lang b/htdocs/langs/is_IS/admin.lang index 1b02a24a5c8..b50f2d8528b 100644 --- a/htdocs/langs/is_IS/admin.lang +++ b/htdocs/langs/is_IS/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Finna sjálfkrafa (vafrara tungumál) FeatureDisabledInDemo=Lögun fatlaður í kynningu FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Heimildir BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Aðeins atriði frá virkt einingar eru birtar. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Leyfir þér að stjórna mörgum fyrirtækjum Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Regla til að mynda lagt lykilorð eða sannprófa lyk DisableForgetPasswordLinkOnLogonPage=Ekki sýna á tengilinn "Gleymt aðgangsorð" á innskráningarsíðu UsersSetup=Notendur mát skipulag UserMailRequired=Netfang sem þarf til að búa til nýjan notanda -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/is_IS/commercial.lang b/htdocs/langs/is_IS/commercial.lang index 38fb3992d40..5df913f5695 100644 --- a/htdocs/langs/is_IS/commercial.lang +++ b/htdocs/langs/is_IS/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect stöðu DraftPropals=Drög auglýsing tillögur NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/is_IS/holiday.lang b/htdocs/langs/is_IS/holiday.lang index 5032b8de58f..381744c546d 100644 --- a/htdocs/langs/is_IS/holiday.lang +++ b/htdocs/langs/is_IS/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/is_IS/mails.lang b/htdocs/langs/is_IS/mails.lang index 6777d7b741a..c8c51bb00bc 100644 --- a/htdocs/langs/is_IS/mails.lang +++ b/htdocs/langs/is_IS/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Einstök tengiliðum fyrirtækja MailNoChangePossible=Viðtakendur fyrir staðfestar póst getur ekki breytt SearchAMailing=Leita póstlista SendMailing=Senda póst -SendMail=Senda tölvupóst SentBy=Sendur MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Þú getur hins vegar sent þær á netinu með því að bæta breytu MAILING_LIMIT_SENDBYWEB við gildi frá fjölda max tölvupóst þú vilt senda við setu. diff --git a/htdocs/langs/is_IS/main.lang b/htdocs/langs/is_IS/main.lang index cc04c62e17f..74db7f962e9 100644 --- a/htdocs/langs/is_IS/main.lang +++ b/htdocs/langs/is_IS/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=ár DurationMonth=mánuður DurationWeek=viku @@ -608,6 +610,7 @@ SendByMail=Senda í tölvupósti MailSentBy=Email sent TextUsedInTheMessageBody=Email líkami SendAcknowledgementByMail=Send confirmation email +SendMail=Senda tölvupóst EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Viðburðir EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Verkefni +Rights=Heimildir # Week day Monday=Mánudagur Tuesday=Þriðjudagur diff --git a/htdocs/langs/is_IS/members.lang b/htdocs/langs/is_IS/members.lang index 9e81c74e44f..40ddd28efd3 100644 --- a/htdocs/langs/is_IS/members.lang +++ b/htdocs/langs/is_IS/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Velta (fyrir fyrirtæki) eða fjárhagsáætlun (um stofnun) DefaultAmount=Sjálfgefin magn af áskrift CanEditAmount=Gestur geta valið / breyta upphæð áskrift sína MEMBER_NEWFORM_PAYONLINE=Stökkva á samþætt netinu greiðslu síðu -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/is_IS/modulebuilder.lang b/htdocs/langs/is_IS/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/is_IS/modulebuilder.lang +++ b/htdocs/langs/is_IS/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/is_IS/projects.lang b/htdocs/langs/is_IS/projects.lang index bfe715cea7e..cf73a4c987d 100644 --- a/htdocs/langs/is_IS/projects.lang +++ b/htdocs/langs/is_IS/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Verkefni ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Allir @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Sýna verkefni +ShowTask=Sýna verkefni SetProject=Setja verkefni NoProject=Engin verkefni skilgreind eða í eigu NbOfProjects=ATH verkefna @@ -77,6 +76,7 @@ Time=Tími ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Listi yfir auglýsing tillögum í tengslum við verkefnið ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Opna verkefni ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project tengiliðir +TaskContact=Task contacts ActionsOnProject=Aðgerðir á verkefninu YouAreNotContactOfProject=Þú ert ekki samband við þessa einka verkefni UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Eyða tíma ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Gagnagrunnur +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Verkefni hollur til þessa þriðja aðila NoTasks=Engin verkefni fyrir þetta verkefni LinkedToAnotherCompany=Tengjast öðrum þriðja aðila diff --git a/htdocs/langs/is_IS/salaries.lang b/htdocs/langs/is_IS/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/is_IS/salaries.lang +++ b/htdocs/langs/is_IS/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/is_IS/stocks.lang b/htdocs/langs/is_IS/stocks.lang index 7442b4f8396..233e81bfd6a 100644 --- a/htdocs/langs/is_IS/stocks.lang +++ b/htdocs/langs/is_IS/stocks.lang @@ -22,6 +22,7 @@ Movements=Hreyfing ErrorWarehouseRefRequired=Lager tilvísun nafn er krafist ListOfWarehouses=Listi yfir vöruhús ListOfStockMovements=Listi yfir hreyfingar lager +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/is_IS/trips.lang b/htdocs/langs/is_IS/trips.lang index 19b3c603c4b..aa834266e35 100644 --- a/htdocs/langs/is_IS/trips.lang +++ b/htdocs/langs/is_IS/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=Listi yfir gjöld TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Magn eða kílómetrar DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/is_IS/website.lang b/htdocs/langs/is_IS/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/is_IS/website.lang +++ b/htdocs/langs/is_IS/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/it_IT/admin.lang b/htdocs/langs/it_IT/admin.lang index 6964dd649c6..61bcaccc5f2 100644 --- a/htdocs/langs/it_IT/admin.lang +++ b/htdocs/langs/it_IT/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignora errori per record duplicati (INSERT IGNORE) AutoDetectLang=Rileva automaticamente (lingua del browser) FeatureDisabledInDemo=Funzione disabilitata in modalità demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Autorizzazioni BoxesDesc=I Widgets sono componenti che personalizzano le pagine aggiungendo delle informazioni.\nPuoi scegliere se mostrare il widget o meno cliccando 'Attiva' sulla la pagina di destinazione, o cliccando sul cestino per disattivarlo. OnlyActiveElementsAreShown=Vengono mostrati solo gli elementi relativi ai moduli attivi . ModulesDesc=I moduli di Dolibarr definiscono quali funzionalità sono abilitate. Alcuni moduli, dopo la loro attivazione, richiedono dei permessi da abilitare agli utenti. Clicca su on/off per l'abilitazione del modulo. @@ -593,7 +592,7 @@ Module5000Desc=Permette la gestione di diverse aziende Module6000Name=Flusso di lavoro Module6000Desc=Gestione flussi di lavoro Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Gestione delle richieste di permesso Module20000Desc=Declare and follow employees leaves requests Module39000Name=Lotto di produzione @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Configurazione della traduzione TranslationKeySearch=Cerca una chiave o una stringa di testo TranslationOverwriteKey=Sovrascrivi una stringa di testo -TranslationDesc=La scelta della lingua visualizzata su schermo può essere modidificata:

                  - Globalmente dal menu Home > Impostazioni > Layout di visualizzazione
                  - Per utente dalla linguetta Impostazioni interfaccia grafica della Scheda utente (cliccare l'icona di login in alto sullo schermo). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=Puoi anche effettuare l'override delle stringhe di testo utilizzando la tabella seguente. Seleziona la tua lingua nel box "%s", inserisci la chiave della stringa da tradurre nel campo "%s" e la tua traduzione nel campo "%s". TranslationOverwriteDesc2=Puoi utilizzare il tab di ricerca per individuare la chiave della stringa di tuo interesse TranslationString=Stringa di testo @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Regola per generare le password automaticamente DisableForgetPasswordLinkOnLogonPage=Non mostrare il link Hai dimenticato la password? nella pagina di accesso UsersSetup=Impostazioni modulo utenti UserMailRequired=È obbligatorio inserire un indirzzo email per creare un nuovo utente -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=Impostazioni modulo risorse umane ##### Company setup ##### diff --git a/htdocs/langs/it_IT/commercial.lang b/htdocs/langs/it_IT/commercial.lang index 12a975b7f94..a8c218f4b0b 100644 --- a/htdocs/langs/it_IT/commercial.lang +++ b/htdocs/langs/it_IT/commercial.lang @@ -70,3 +70,9 @@ Stats=Statistiche vendite StatusProsp=Stato del cliente potenziale DraftPropals=Bozze di proposte commerciali NoLimit=Nessun limite +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/it_IT/holiday.lang b/htdocs/langs/it_IT/holiday.lang index 223f52d7b66..868563a0586 100644 --- a/htdocs/langs/it_IT/holiday.lang +++ b/htdocs/langs/it_IT/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Cancellazione ferie EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Ultimo aggiornamento automatico dell'assegnazione ferie diff --git a/htdocs/langs/it_IT/mails.lang b/htdocs/langs/it_IT/mails.lang index a65484c8ad9..89202ab109f 100644 --- a/htdocs/langs/it_IT/mails.lang +++ b/htdocs/langs/it_IT/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Numero contatti di società MailNoChangePossible=I destinatari convalidati non possono essere modificati SearchAMailing=Cerca invio SendMailing=Invia email massiva -SendMail=Invia una email SentBy=Inviato da MailingNeedCommand=L'invio di un mailing si può fare da linea di comando. Chiedi all'amministratore del server di eseguire il seguente comando per inviare il mailing a tutti i destinatari: MailingNeedCommand2=Puoi inviare comunque online aggiungendo il parametro MAILING_LIMIT_SENDBYWEB impostato al valore massimo corrispondente al numero di email che si desidera inviare durante una sessione. diff --git a/htdocs/langs/it_IT/main.lang b/htdocs/langs/it_IT/main.lang index 5f9dd9f9ba4..cb893c6407a 100644 --- a/htdocs/langs/it_IT/main.lang +++ b/htdocs/langs/it_IT/main.lang @@ -266,8 +266,10 @@ DateApprove2=Data di approvazione (seconda approvazione) RegistrationDate=Registration date UserCreation=Creazione utente UserModification=Modifica utente +UserValidation=Validation user UserCreationShort=Creaz. utente UserModificationShort=Modif. utente +UserValidationShort=Valid. user DurationYear=anno DurationMonth=mese DurationWeek=settimana @@ -608,6 +610,7 @@ SendByMail=Invia per email MailSentBy=Email inviate da TextUsedInTheMessageBody=Testo dell'email SendAcknowledgementByMail=Invia email di conferma +SendMail=Invia una email EMail=E-mail NoEMail=Nessuna email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Sito web +WebSites=Web sites +ExpenseReport=Nota spese +ExpenseReports=Nota spese HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Eventi EMailTemplates=Modelli email FileNotShared=File not shared to exernal public +Project=Progetto +Projects=Progetti +Rights=Autorizzazioni # Week day Monday=Lunedì Tuesday=Martedì diff --git a/htdocs/langs/it_IT/members.lang b/htdocs/langs/it_IT/members.lang index d3d065eb9f6..a6592070d28 100644 --- a/htdocs/langs/it_IT/members.lang +++ b/htdocs/langs/it_IT/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Giro d'affari (aziende) o Budget (fondazione) DefaultAmount=Quota di adesione predefinita CanEditAmount=I visitatori possono scegliere/modificare l'ammontare della propria quota MEMBER_NEWFORM_PAYONLINE=Saltate sulla integrato pagina di pagamento online -ByProperties=Per natura -MembersStatisticsByProperties=Statistiche dei membri per natura +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Questa schermata mostra le statistiche dei membri per natura MembersByRegion=Questa schermata mostra le statistiche dei membri per regione VATToUseForSubscriptions=Aliquota IVA in uso per le sottoscrizioni diff --git a/htdocs/langs/it_IT/modulebuilder.lang b/htdocs/langs/it_IT/modulebuilder.lang index 29832044bd0..1a960a4bdb0 100644 --- a/htdocs/langs/it_IT/modulebuilder.lang +++ b/htdocs/langs/it_IT/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/it_IT/projects.lang b/htdocs/langs/it_IT/projects.lang index a276b951293..a30432daf79 100644 --- a/htdocs/langs/it_IT/projects.lang +++ b/htdocs/langs/it_IT/projects.lang @@ -3,8 +3,6 @@ RefProject=Rif. progetto ProjectRef=Progetto rif. ProjectId=Id progetto ProjectLabel=Etichetta progetto -Project=Progetto -Projects=Progetti ProjectsArea=Sezione progetti ProjectStatus=Stato del progetto SharedProject=Progetto condiviso @@ -38,6 +36,7 @@ OpenedTasks=Attività aperte OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Importo delle vendite potenziali per stato nei progetti ShowProject=Visualizza progetto +ShowTask=Visualizza compito SetProject=Imposta progetto NoProject=Nessun progetto definito o assegnato NbOfProjects=Num. di progetti @@ -77,6 +76,7 @@ Time=Tempo ListOfTasks=Elenco dei compiti GoToListOfTimeConsumed=Vai all'elenco del tempo impiegato GoToListOfTasks=Vai all'elenco dei compiti +GanttView=Gantt View ListProposalsAssociatedProject=Elenco delle proposte commerciali associate al progetto ListOrdersAssociatedProject=Elenco degli ordini clienti associati al progetto ListInvoicesAssociatedProject=Elenco delle fatture attive associate al progetto @@ -108,6 +108,7 @@ AlsoCloseAProject=Chiudu anche il progetto (mantienilo aperto se hai ancora biso ReOpenAProject=Apri progetto ConfirmReOpenAProject=Vuoi davvero riaprire il progetto? ProjectContact=Contatti del progetto +TaskContact=Task contacts ActionsOnProject=Azioni sul progetto YouAreNotContactOfProject=Non sei tra i contatti di questo progetto privato UserIsNotContactOfProject=L'utente non è un contatto di questo progetto privato @@ -115,7 +116,7 @@ DeleteATimeSpent=Cancella il tempo lavorato ConfirmDeleteATimeSpent=Vuoi davvero cancellare il tempo lavorato? DoNotShowMyTasksOnly=Mostra anche le attività non assegnate a me ShowMyTasksOnly=Mostra soltanto le attività assegnate a me -TaskRessourceLinks=Risorse +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Progetti dedicati a questo soggetto terzo NoTasks=Nessun compito per questo progetto LinkedToAnotherCompany=Collegato ad un altro soggetto terzo diff --git a/htdocs/langs/it_IT/salaries.lang b/htdocs/langs/it_IT/salaries.lang index 97d80db7f10..efb1b25610b 100644 --- a/htdocs/langs/it_IT/salaries.lang +++ b/htdocs/langs/it_IT/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=Attualmente il valore è solo un dato informativo e non viene usato per alcun calcolo automatico +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/it_IT/stocks.lang b/htdocs/langs/it_IT/stocks.lang index b8369f2eef4..feb6446fe3e 100644 --- a/htdocs/langs/it_IT/stocks.lang +++ b/htdocs/langs/it_IT/stocks.lang @@ -22,6 +22,7 @@ Movements=Movimenti ErrorWarehouseRefRequired=Riferimento magazzino mancante ListOfWarehouses=Elenco magazzini ListOfStockMovements=Elenco movimenti delle scorte +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=Elenco dei movimenti delle scorte associati al progetto StocksArea=Area magazzino e scorte @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Il livello delle scorte deve essere sufficiente per StockMustBeEnoughForOrder=Il livello delle scorte deve essere sufficiente per aggiungere un prodotto/servizio all'ordine cliente (il controllo viene effettuato sulle scorte reali quando viene aggiunta una riga di ordine, qualsiasi sia la regola di gestione automatica) StockMustBeEnoughForShipment= Il livello delle scorte deve essere sufficiente per aggiungere un prodotto/servizio alla spedizione (il controllo viene effettuato sulle scorte reali quando viene aggiunta una riga di spedizione, qualsiasi sia la regola di gestione automatica) MovementLabel=Etichetta per lo spostamento di magazzino +DateMovement=Date of movement InventoryCode=Codice di inventario o di spostamento IsInPackage=Contenuto nel pacchetto WarehouseAllowNegativeTransfer=Scorte possono essere negative diff --git a/htdocs/langs/it_IT/trips.lang b/htdocs/langs/it_IT/trips.lang index a6ad18f24d0..71fe88fe0d3 100644 --- a/htdocs/langs/it_IT/trips.lang +++ b/htdocs/langs/it_IT/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Nota spese -ExpenseReports=Note spese ShowExpenseReport=Mostra note spese Trips=Note spese TripsAndExpenses=Note spese @@ -12,6 +10,8 @@ ListOfFees=Elenco delle tariffe TypeFees=Tipi di imposte ShowTrip=Mostra note spese NewTrip=Nuova nota spese +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Tariffa kilometrica o importo DeleteTrip=Elimina nota spese @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Hai già inviata una nota spese per il periodo selezionato AucuneLigne=Non ci sono ancora note spese diff --git a/htdocs/langs/it_IT/website.lang b/htdocs/langs/it_IT/website.lang index 8e8996d0475..2f00ad3dfd5 100644 --- a/htdocs/langs/it_IT/website.lang +++ b/htdocs/langs/it_IT/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Cancella sito web ConfirmDeleteWebsite=Sei sicuro di vole cancellare questo sito web? Anche tutte le pagine e contenuti saranno cancellati. WEBSITE_PAGENAME=Titolo/alias della pagina WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=Indirizzo URL del file CSS esterno WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Modifica menu EditMedias=Edit medias EditPageMeta=Modifica metadati -Website=Sito web AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/ja_JP/admin.lang b/htdocs/langs/ja_JP/admin.lang index f3e15445c3f..091a4649c1d 100644 --- a/htdocs/langs/ja_JP/admin.lang +++ b/htdocs/langs/ja_JP/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=自動検出(ブラウザの言語) FeatureDisabledInDemo=デモで機能を無効にする FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=パーミッション BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=から要素のみ対応のモジュールが表示されます。 ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=あなたが複数の企業を管理することができます Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=示唆されたパスワードを生成したり、パ DisableForgetPasswordLinkOnLogonPage=ログインページのリンク "パスワードを忘れた"を表示しない UsersSetup=ユーザーモジュールのセットアップ UserMailRequired=新しいユーザーを作成するために必要な電子メール -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/ja_JP/commercial.lang b/htdocs/langs/ja_JP/commercial.lang index 49355ddf7bb..c37f446d5e0 100644 --- a/htdocs/langs/ja_JP/commercial.lang +++ b/htdocs/langs/ja_JP/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=見通しの状態 DraftPropals=ドラフト商業の提案 NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/ja_JP/holiday.lang b/htdocs/langs/ja_JP/holiday.lang index 5d06071437d..05b19a78db4 100644 --- a/htdocs/langs/ja_JP/holiday.lang +++ b/htdocs/langs/ja_JP/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/ja_JP/mails.lang b/htdocs/langs/ja_JP/mails.lang index 9b9fa9cbbd0..692fc438db8 100644 --- a/htdocs/langs/ja_JP/mails.lang +++ b/htdocs/langs/ja_JP/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=企業のユニークなコンタクト MailNoChangePossible=検証メール送信の受信者を変更することはできません SearchAMailing=Searchメーリング SendMailing=メール送信送信 -SendMail=メールを送る SentBy=によって送信され、 MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=ただし、セッションで送信するメールの最大数の値を持つパラメータのMAILING_LIMIT_SENDBYWEBを追加することによってそれらをオンラインで送信することができます。このため、ホームに行く - セットアップ - その他を。 diff --git a/htdocs/langs/ja_JP/main.lang b/htdocs/langs/ja_JP/main.lang index 0719e7f90a6..e1090e99cd0 100644 --- a/htdocs/langs/ja_JP/main.lang +++ b/htdocs/langs/ja_JP/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=年 DurationMonth=月 DurationWeek=週 @@ -608,6 +610,7 @@ SendByMail=電子メールで送信 MailSentBy=によって送信される電子メール TextUsedInTheMessageBody=電子メールの本文 SendAcknowledgementByMail=Send confirmation email +SendMail=メールを送る EMail=E-mail NoEMail=まだメールしない Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=ウェブサイト +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=イベント EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=プロジェクト +Projects=プロジェクト +Rights=パーミッション # Week day Monday=月曜日 Tuesday=火曜日 diff --git a/htdocs/langs/ja_JP/members.lang b/htdocs/langs/ja_JP/members.lang index 739db17b33e..7f331fd6671 100644 --- a/htdocs/langs/ja_JP/members.lang +++ b/htdocs/langs/ja_JP/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=売上高(会社の場合)または予算(基礎用) DefaultAmount=サブスクリプションのデフォルトの量 CanEditAmount=訪問者は、そのサブスクリプションの量を選択/編集することができます MEMBER_NEWFORM_PAYONLINE=統合されたオンライン決済のページにジャンプ -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/ja_JP/modulebuilder.lang b/htdocs/langs/ja_JP/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/ja_JP/modulebuilder.lang +++ b/htdocs/langs/ja_JP/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/ja_JP/projects.lang b/htdocs/langs/ja_JP/projects.lang index 99c900f4ed3..5bcbd34f6a8 100644 --- a/htdocs/langs/ja_JP/projects.lang +++ b/htdocs/langs/ja_JP/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=プロジェクト -Projects=プロジェクト ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=皆 @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=プロジェクトを表示する +ShowTask=タスクを表示する SetProject=プロジェクトを設定します。 NoProject=はプロジェクトが定義されていませんまたは所有している NbOfProjects=プロジェクトのNb @@ -77,6 +76,7 @@ Time=時間 ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=プロジェクトに関連付けられている商用の提案のリスト ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=開いているプロジェクト ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=プロジェクトの連絡先 +TaskContact=Task contacts ActionsOnProject=プロジェクトのイベント YouAreNotContactOfProject=この民間プロジェクトの接触ではありません UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=費やした時間を削除します。 ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=資源 +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=この第三者に専用のプロジェクト NoTasks=このプロジェクトのための作業をしない LinkedToAnotherCompany=他の第三者へのリンク diff --git a/htdocs/langs/ja_JP/salaries.lang b/htdocs/langs/ja_JP/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/ja_JP/salaries.lang +++ b/htdocs/langs/ja_JP/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/ja_JP/stocks.lang b/htdocs/langs/ja_JP/stocks.lang index 9ecf21e1a0d..a9716c82b4a 100644 --- a/htdocs/langs/ja_JP/stocks.lang +++ b/htdocs/langs/ja_JP/stocks.lang @@ -22,6 +22,7 @@ Movements=動作 ErrorWarehouseRefRequired=ウェアハウスの参照名を指定する必要があります ListOfWarehouses=倉庫のリスト ListOfStockMovements=在庫変動のリスト +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/ja_JP/trips.lang b/htdocs/langs/ja_JP/trips.lang index 04fbeaf2efa..27eeaf77c7f 100644 --- a/htdocs/langs/ja_JP/trips.lang +++ b/htdocs/langs/ja_JP/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=手数料のリスト TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=量またはキロ DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/ja_JP/website.lang b/htdocs/langs/ja_JP/website.lang index e72e8b28e89..79ac3614e42 100644 --- a/htdocs/langs/ja_JP/website.lang +++ b/htdocs/langs/ja_JP/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=ウェブサイトを削除 ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=ウェブサイト AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/ka_GE/admin.lang b/htdocs/langs/ka_GE/admin.lang index 181274892a4..64b005c8278 100644 --- a/htdocs/langs/ka_GE/admin.lang +++ b/htdocs/langs/ka_GE/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/ka_GE/commercial.lang b/htdocs/langs/ka_GE/commercial.lang index deb66143b82..a832775b36c 100644 --- a/htdocs/langs/ka_GE/commercial.lang +++ b/htdocs/langs/ka_GE/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/ka_GE/holiday.lang b/htdocs/langs/ka_GE/holiday.lang index 462515ca9a2..1c19d69732a 100644 --- a/htdocs/langs/ka_GE/holiday.lang +++ b/htdocs/langs/ka_GE/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/ka_GE/mails.lang b/htdocs/langs/ka_GE/mails.lang index 9e5248aeced..27e041910bf 100644 --- a/htdocs/langs/ka_GE/mails.lang +++ b/htdocs/langs/ka_GE/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/ka_GE/main.lang b/htdocs/langs/ka_GE/main.lang index 6236f580bf1..88afa53fb70 100644 --- a/htdocs/langs/ka_GE/main.lang +++ b/htdocs/langs/ka_GE/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=Permissions # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/ka_GE/members.lang b/htdocs/langs/ka_GE/members.lang index fb7cc76c50e..fd0adc4c264 100644 --- a/htdocs/langs/ka_GE/members.lang +++ b/htdocs/langs/ka_GE/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/ka_GE/modulebuilder.lang b/htdocs/langs/ka_GE/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/ka_GE/modulebuilder.lang +++ b/htdocs/langs/ka_GE/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/ka_GE/projects.lang b/htdocs/langs/ka_GE/projects.lang index d46076309b7..f2e57a1ff8f 100644 --- a/htdocs/langs/ka_GE/projects.lang +++ b/htdocs/langs/ka_GE/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/ka_GE/salaries.lang b/htdocs/langs/ka_GE/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/ka_GE/salaries.lang +++ b/htdocs/langs/ka_GE/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/ka_GE/stocks.lang b/htdocs/langs/ka_GE/stocks.lang index 81708ae01c4..aec0029e6c5 100644 --- a/htdocs/langs/ka_GE/stocks.lang +++ b/htdocs/langs/ka_GE/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/ka_GE/trips.lang b/htdocs/langs/ka_GE/trips.lang index bf9fea30f68..a741a9f6e5f 100644 --- a/htdocs/langs/ka_GE/trips.lang +++ b/htdocs/langs/ka_GE/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/ka_GE/website.lang b/htdocs/langs/ka_GE/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/ka_GE/website.lang +++ b/htdocs/langs/ka_GE/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/km_KH/admin.lang b/htdocs/langs/km_KH/admin.lang index 181274892a4..64b005c8278 100644 --- a/htdocs/langs/km_KH/admin.lang +++ b/htdocs/langs/km_KH/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/km_KH/commercial.lang b/htdocs/langs/km_KH/commercial.lang index deb66143b82..a832775b36c 100644 --- a/htdocs/langs/km_KH/commercial.lang +++ b/htdocs/langs/km_KH/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/km_KH/holiday.lang b/htdocs/langs/km_KH/holiday.lang index 462515ca9a2..1c19d69732a 100644 --- a/htdocs/langs/km_KH/holiday.lang +++ b/htdocs/langs/km_KH/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/km_KH/mails.lang b/htdocs/langs/km_KH/mails.lang index 9e5248aeced..27e041910bf 100644 --- a/htdocs/langs/km_KH/mails.lang +++ b/htdocs/langs/km_KH/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/km_KH/main.lang b/htdocs/langs/km_KH/main.lang index 6ff65aab724..d1c0b8a6d70 100644 --- a/htdocs/langs/km_KH/main.lang +++ b/htdocs/langs/km_KH/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=Permissions # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/km_KH/members.lang b/htdocs/langs/km_KH/members.lang index fb7cc76c50e..fd0adc4c264 100644 --- a/htdocs/langs/km_KH/members.lang +++ b/htdocs/langs/km_KH/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/km_KH/modulebuilder.lang b/htdocs/langs/km_KH/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/km_KH/modulebuilder.lang +++ b/htdocs/langs/km_KH/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/km_KH/projects.lang b/htdocs/langs/km_KH/projects.lang index d46076309b7..f2e57a1ff8f 100644 --- a/htdocs/langs/km_KH/projects.lang +++ b/htdocs/langs/km_KH/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/km_KH/salaries.lang b/htdocs/langs/km_KH/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/km_KH/salaries.lang +++ b/htdocs/langs/km_KH/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/km_KH/stocks.lang b/htdocs/langs/km_KH/stocks.lang index 81708ae01c4..aec0029e6c5 100644 --- a/htdocs/langs/km_KH/stocks.lang +++ b/htdocs/langs/km_KH/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/km_KH/trips.lang b/htdocs/langs/km_KH/trips.lang index bf9fea30f68..a741a9f6e5f 100644 --- a/htdocs/langs/km_KH/trips.lang +++ b/htdocs/langs/km_KH/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/km_KH/website.lang b/htdocs/langs/km_KH/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/km_KH/website.lang +++ b/htdocs/langs/km_KH/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/kn_IN/admin.lang b/htdocs/langs/kn_IN/admin.lang index ab002f6255c..a363b964205 100644 --- a/htdocs/langs/kn_IN/admin.lang +++ b/htdocs/langs/kn_IN/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/kn_IN/commercial.lang b/htdocs/langs/kn_IN/commercial.lang index fd403c0b80b..371f3846d34 100644 --- a/htdocs/langs/kn_IN/commercial.lang +++ b/htdocs/langs/kn_IN/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=ನಿರೀಕ್ಷಿತರ ಸ್ಥಿತಿ DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/kn_IN/holiday.lang b/htdocs/langs/kn_IN/holiday.lang index 462515ca9a2..1c19d69732a 100644 --- a/htdocs/langs/kn_IN/holiday.lang +++ b/htdocs/langs/kn_IN/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/kn_IN/mails.lang b/htdocs/langs/kn_IN/mails.lang index 9e5248aeced..27e041910bf 100644 --- a/htdocs/langs/kn_IN/mails.lang +++ b/htdocs/langs/kn_IN/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/kn_IN/main.lang b/htdocs/langs/kn_IN/main.lang index 0d9c51c6548..588ffc813d2 100644 --- a/htdocs/langs/kn_IN/main.lang +++ b/htdocs/langs/kn_IN/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=Permissions # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/kn_IN/members.lang b/htdocs/langs/kn_IN/members.lang index fb7cc76c50e..fd0adc4c264 100644 --- a/htdocs/langs/kn_IN/members.lang +++ b/htdocs/langs/kn_IN/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/kn_IN/modulebuilder.lang b/htdocs/langs/kn_IN/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/kn_IN/modulebuilder.lang +++ b/htdocs/langs/kn_IN/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/kn_IN/projects.lang b/htdocs/langs/kn_IN/projects.lang index d46076309b7..f2e57a1ff8f 100644 --- a/htdocs/langs/kn_IN/projects.lang +++ b/htdocs/langs/kn_IN/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/kn_IN/salaries.lang b/htdocs/langs/kn_IN/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/kn_IN/salaries.lang +++ b/htdocs/langs/kn_IN/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/kn_IN/stocks.lang b/htdocs/langs/kn_IN/stocks.lang index 81708ae01c4..aec0029e6c5 100644 --- a/htdocs/langs/kn_IN/stocks.lang +++ b/htdocs/langs/kn_IN/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/kn_IN/trips.lang b/htdocs/langs/kn_IN/trips.lang index eea11bf1d1d..5c205a7d8fd 100644 --- a/htdocs/langs/kn_IN/trips.lang +++ b/htdocs/langs/kn_IN/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/kn_IN/website.lang b/htdocs/langs/kn_IN/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/kn_IN/website.lang +++ b/htdocs/langs/kn_IN/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/ko_KR/admin.lang b/htdocs/langs/ko_KR/admin.lang index 720d3e60c62..c5d28f7c002 100644 --- a/htdocs/langs/ko_KR/admin.lang +++ b/htdocs/langs/ko_KR/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/ko_KR/commercial.lang b/htdocs/langs/ko_KR/commercial.lang index 35804cd17a0..224644da53b 100644 --- a/htdocs/langs/ko_KR/commercial.lang +++ b/htdocs/langs/ko_KR/commercial.lang @@ -70,3 +70,9 @@ Stats=판매 통계 StatusProsp=잠재 고객 상태 DraftPropals=상업적 제안 초안 NoLimit=제한 없음 +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/ko_KR/holiday.lang b/htdocs/langs/ko_KR/holiday.lang index c85e643fa85..96ffa4a8ebf 100644 --- a/htdocs/langs/ko_KR/holiday.lang +++ b/htdocs/langs/ko_KR/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/ko_KR/mails.lang b/htdocs/langs/ko_KR/mails.lang index d2825433e41..04fdf94b7f9 100644 --- a/htdocs/langs/ko_KR/mails.lang +++ b/htdocs/langs/ko_KR/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/ko_KR/main.lang b/htdocs/langs/ko_KR/main.lang index aa9fb444d9e..953a2afb9ae 100644 --- a/htdocs/langs/ko_KR/main.lang +++ b/htdocs/langs/ko_KR/main.lang @@ -266,8 +266,10 @@ DateApprove2=승인 날짜 (두 번째 승인) RegistrationDate=Registration date UserCreation=생성 사용자 UserModification=수정 사용자 +UserValidation=Validation user UserCreationShort=생성 사용자 UserModificationShort=수정 사용자 +UserValidationShort=Valid. user DurationYear=년 DurationMonth=월 DurationWeek=주 @@ -608,6 +610,7 @@ SendByMail=이메일로 보내기 MailSentBy=보낸 이메일 TextUsedInTheMessageBody=이메일 본문 SendAcknowledgementByMail=확인 이메일 보내기 +SendMail=Send email EMail=이메일 NoEMail=이메일 없음 Email=이메일 @@ -808,6 +811,10 @@ ModuleBuilder=모듈 빌더 SetMultiCurrencyCode=통화 설정 BulkActions=벌크 작업 ClickToShowHelp=툴팁 도움말을 보려면 클릭하십시오. +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=경비 보고서 HR=HR HRAndBank=HR 및 은행 AutomaticallyCalculated=자동 계산 됨 @@ -818,6 +825,9 @@ Websites=Web sites Events=이벤트 EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=프로젝트 +Rights=Permissions # Week day Monday=월요일 Tuesday=화요일 diff --git a/htdocs/langs/ko_KR/members.lang b/htdocs/langs/ko_KR/members.lang index 5a73e1b4e82..1647ac79994 100644 --- a/htdocs/langs/ko_KR/members.lang +++ b/htdocs/langs/ko_KR/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/ko_KR/modulebuilder.lang b/htdocs/langs/ko_KR/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/ko_KR/modulebuilder.lang +++ b/htdocs/langs/ko_KR/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/ko_KR/projects.lang b/htdocs/langs/ko_KR/projects.lang index a076f16eb77..5638fa48496 100644 --- a/htdocs/langs/ko_KR/projects.lang +++ b/htdocs/langs/ko_KR/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=프로젝트 ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=자원 +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/ko_KR/salaries.lang b/htdocs/langs/ko_KR/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/ko_KR/salaries.lang +++ b/htdocs/langs/ko_KR/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/ko_KR/stocks.lang b/htdocs/langs/ko_KR/stocks.lang index c6c56936b20..3cad4d88383 100644 --- a/htdocs/langs/ko_KR/stocks.lang +++ b/htdocs/langs/ko_KR/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/ko_KR/trips.lang b/htdocs/langs/ko_KR/trips.lang index 829eb6af211..bcd3b56f62c 100644 --- a/htdocs/langs/ko_KR/trips.lang +++ b/htdocs/langs/ko_KR/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=경비 보고서 ShowExpenseReport=Show expense report Trips=경비 보고서 TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/ko_KR/website.lang b/htdocs/langs/ko_KR/website.lang index 5b18fda3be0..04d6210876c 100644 --- a/htdocs/langs/ko_KR/website.lang +++ b/htdocs/langs/ko_KR/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/lo_LA/admin.lang b/htdocs/langs/lo_LA/admin.lang index b760e2cb94f..d4ed4dcae90 100644 --- a/htdocs/langs/lo_LA/admin.lang +++ b/htdocs/langs/lo_LA/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=ການອະນຸຍາດ BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/lo_LA/commercial.lang b/htdocs/langs/lo_LA/commercial.lang index deb66143b82..a832775b36c 100644 --- a/htdocs/langs/lo_LA/commercial.lang +++ b/htdocs/langs/lo_LA/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/lo_LA/holiday.lang b/htdocs/langs/lo_LA/holiday.lang index c35d4c9ea62..01b9ed7d1e0 100644 --- a/htdocs/langs/lo_LA/holiday.lang +++ b/htdocs/langs/lo_LA/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/lo_LA/mails.lang b/htdocs/langs/lo_LA/mails.lang index 9e5248aeced..27e041910bf 100644 --- a/htdocs/langs/lo_LA/mails.lang +++ b/htdocs/langs/lo_LA/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/lo_LA/main.lang b/htdocs/langs/lo_LA/main.lang index 69a88a00b68..b4ba8095367 100644 --- a/htdocs/langs/lo_LA/main.lang +++ b/htdocs/langs/lo_LA/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=ການອະນຸຍາດ # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/lo_LA/members.lang b/htdocs/langs/lo_LA/members.lang index 1116049ebc9..46ecfd9f153 100644 --- a/htdocs/langs/lo_LA/members.lang +++ b/htdocs/langs/lo_LA/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/lo_LA/modulebuilder.lang b/htdocs/langs/lo_LA/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/lo_LA/modulebuilder.lang +++ b/htdocs/langs/lo_LA/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/lo_LA/projects.lang b/htdocs/langs/lo_LA/projects.lang index 7d9fbbbbbfa..07ed9848aa6 100644 --- a/htdocs/langs/lo_LA/projects.lang +++ b/htdocs/langs/lo_LA/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/lo_LA/salaries.lang b/htdocs/langs/lo_LA/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/lo_LA/salaries.lang +++ b/htdocs/langs/lo_LA/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/lo_LA/stocks.lang b/htdocs/langs/lo_LA/stocks.lang index 1feea8c712a..1bb076310cb 100644 --- a/htdocs/langs/lo_LA/stocks.lang +++ b/htdocs/langs/lo_LA/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/lo_LA/trips.lang b/htdocs/langs/lo_LA/trips.lang index bf9fea30f68..a741a9f6e5f 100644 --- a/htdocs/langs/lo_LA/trips.lang +++ b/htdocs/langs/lo_LA/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/lo_LA/website.lang b/htdocs/langs/lo_LA/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/lo_LA/website.lang +++ b/htdocs/langs/lo_LA/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/lt_LT/admin.lang b/htdocs/langs/lt_LT/admin.lang index a8445177ae8..3617751cf64 100644 --- a/htdocs/langs/lt_LT/admin.lang +++ b/htdocs/langs/lt_LT/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Automatinis aptikimas (naršyklės kalba) FeatureDisabledInDemo=Funkcija išjungta demo versijoje FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Leidimai BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Rodomi tik elementai iš leidžiami moduliai. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Jums leidžiama valdyti kelias įmones Module6000Name=Darbo eiga Module6000Desc=Darbo eigos valdymas Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leidimų valdymas Module20000Desc=Darbuotojų leidimai Module39000Name=Prekių partija @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Paprastai generuoti pasiūlytus slaptažodžius arba p DisableForgetPasswordLinkOnLogonPage=Nerodyti pranešimo "Pamiršote slaptažodį ?" prisijungimo puslapyje UsersSetup=Vartotojų modulio nuostatos UserMailRequired=Naujo vartotojo sukūrimui reikalingas el. paštas -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/lt_LT/commercial.lang b/htdocs/langs/lt_LT/commercial.lang index 99866670f0e..33763481bcf 100644 --- a/htdocs/langs/lt_LT/commercial.lang +++ b/htdocs/langs/lt_LT/commercial.lang @@ -70,3 +70,9 @@ Stats=Pardavimų statistika StatusProsp=Plano būklė DraftPropals=Komercinių pasiūlymų projektai NoLimit=Be apribojimų +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/lt_LT/holiday.lang b/htdocs/langs/lt_LT/holiday.lang index 6c50e9b3d59..10dabe99509 100644 --- a/htdocs/langs/lt_LT/holiday.lang +++ b/htdocs/langs/lt_LT/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/lt_LT/mails.lang b/htdocs/langs/lt_LT/mails.lang index 1f633005d7b..276661f8ae1 100644 --- a/htdocs/langs/lt_LT/mails.lang +++ b/htdocs/langs/lt_LT/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unikalūs kontaktai/ adresai MailNoChangePossible=Patvirtintų e-laiškų gavėjai negali būti pakeisti SearchAMailing=E-pašto paieška SendMailing=Siųsti e-paštą -SendMail=Siųsti e-laišką SentBy=Išsiųsta iš MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Galite siųsti jiems internetu pridedant parametrą MAILING_LIMIT_SENDBYWEB su maks. laiškų kiekio, norimų siųsti sesijos metu, reikšme. Tam eiti į Pagrindinis-Nustatymai-Kiti. diff --git a/htdocs/langs/lt_LT/main.lang b/htdocs/langs/lt_LT/main.lang index 37f88ef9bf4..925b3a773b6 100644 --- a/htdocs/langs/lt_LT/main.lang +++ b/htdocs/langs/lt_LT/main.lang @@ -266,8 +266,10 @@ DateApprove2=Patvirtinimo data (antrasis patvirtinimas) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=metai DurationMonth=mėnuo DurationWeek=savaitė @@ -608,6 +610,7 @@ SendByMail=Siųsti e-paštu MailSentBy=E-Laišką atsiuntė TextUsedInTheMessageBody=E-laiško pagrindinė dalis SendAcknowledgementByMail=Send confirmation email +SendMail=Siųsti e-laišką EMail=E-mail NoEMail=E-laiškų nėra Email=El. paštas @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Išlaidų ataskaita +ExpenseReports=Išlaidų ataskaitos HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Įvykiai EMailTemplates=El.pašto pranešimų šablonai FileNotShared=File not shared to exernal public +Project=Projektas +Projects=Projektai +Rights=Leidimai # Week day Monday=Pirmadienis Tuesday=Antradienis diff --git a/htdocs/langs/lt_LT/members.lang b/htdocs/langs/lt_LT/members.lang index 62b4061afdd..8540a9b23b9 100644 --- a/htdocs/langs/lt_LT/members.lang +++ b/htdocs/langs/lt_LT/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Apyvarta (įmonės) arba Biudžeto (organizacijos) DefaultAmount=Pasirašymo apimtis (pagal nutylėjimą) CanEditAmount=Lankytojas gali pasirinkti/redaguoti savo pasirašymo apimtį MEMBER_NEWFORM_PAYONLINE=Peršokti į integruotą interneto mokėjimo puslapį -ByProperties=Pagal savybes -MembersStatisticsByProperties=Narių statistiniai duomenys pagal savybes +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Šis ekranas rodo Jums statistinius duomenis apie narius pagal jų tipą. MembersByRegion=Šis ekranas rodo Jums statistinius duomenis apie narius pagal regionus. VATToUseForSubscriptions=Pasirašymams naudojamas PVM tarifas diff --git a/htdocs/langs/lt_LT/modulebuilder.lang b/htdocs/langs/lt_LT/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/lt_LT/modulebuilder.lang +++ b/htdocs/langs/lt_LT/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/lt_LT/projects.lang b/htdocs/langs/lt_LT/projects.lang index f075f8d9fd4..956c1e92341 100644 --- a/htdocs/langs/lt_LT/projects.lang +++ b/htdocs/langs/lt_LT/projects.lang @@ -3,8 +3,6 @@ RefProject=Projekto nuoroda ProjectRef=Project ref. ProjectId=Projekto ID ProjectLabel=Project label -Project=Projektas -Projects=Projektai ProjectsArea=Projects Area ProjectStatus=Projekto statusas SharedProject=Visi @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Rodyti projektą +ShowTask=Rodyti užduotį SetProject=Nustatykite projektą NoProject=Nėra apibrėžto ar turimo projekto NbOfProjects=Projektų skaičius @@ -77,6 +76,7 @@ Time=Laikas ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Komercinių pasiūlymų, susijusių su projektu, sąrašas ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Atidaryti projektą ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Projekto kontaktai +TaskContact=Task contacts ActionsOnProject=Projekto įvykiai YouAreNotContactOfProject=Jūs nesate šios privataus projekto kontaktinis adresatas UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Ištrinti praleistą laiką ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Taip pat žiūrėti užduotis pavestas ne man ShowMyTasksOnly=Rodyti tik man pavestas užduotis -TaskRessourceLinks=Ištekliai +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projektai, skirti šiai trečiąjai šaliai NoTasks=Nėra uždavinių šiam projektui LinkedToAnotherCompany=Susijęs su kita trečiąja šalimi diff --git a/htdocs/langs/lt_LT/salaries.lang b/htdocs/langs/lt_LT/salaries.lang index 4062dd49cea..5bf1a7c97ec 100644 --- a/htdocs/langs/lt_LT/salaries.lang +++ b/htdocs/langs/lt_LT/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/lt_LT/stocks.lang b/htdocs/langs/lt_LT/stocks.lang index 7599d566b0b..19865d0ed23 100644 --- a/htdocs/langs/lt_LT/stocks.lang +++ b/htdocs/langs/lt_LT/stocks.lang @@ -22,6 +22,7 @@ Movements=Judesiai ErrorWarehouseRefRequired=Sandėlio nuorodos pavadinimas yra būtinas ListOfWarehouses=Sandėlių sąrašas ListOfStockMovements=Atsargų judėjimų sąrašas +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Sandėlių plotas @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/lt_LT/trips.lang b/htdocs/langs/lt_LT/trips.lang index 211d49c7be1..1490ee5f5e7 100644 --- a/htdocs/langs/lt_LT/trips.lang +++ b/htdocs/langs/lt_LT/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Išlaidų ataskaita -ExpenseReports=Išlaidų ataskaitos ShowExpenseReport=Rodyti išlaidų ataskaitą Trips=Išlaidų ataskaitos TripsAndExpenses=Išlaidų ataskaitos @@ -12,6 +10,8 @@ ListOfFees=Įmokų sąrašas TypeFees=Types of fees ShowTrip=Rodyti išlaidų ataskaitą NewTrip=Nauja išlaidų ataskaita +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Suma arba Kilometrai DeleteTrip=Ištrinti išlaidų ataskaitą @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Jūs deklaravote kitą išlaidų ataskaitą panašiame laiko periode. AucuneLigne=Dar nėra deklaruotos išlaidų ataskaitos diff --git a/htdocs/langs/lt_LT/website.lang b/htdocs/langs/lt_LT/website.lang index 3beda46b0fe..5cc353802f4 100644 --- a/htdocs/langs/lt_LT/website.lang +++ b/htdocs/langs/lt_LT/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/lv_LV/admin.lang b/htdocs/langs/lv_LV/admin.lang index 602dfea3fd9..30ef9db4953 100644 --- a/htdocs/langs/lv_LV/admin.lang +++ b/htdocs/langs/lv_LV/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignorēt dubulto ierakstu kļūdas (INSERT IGNORE) AutoDetectLang=Automātiski noteikt (pārlūka valoda) FeatureDisabledInDemo=Iespēja bloķēta demo versijā FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Atļaujas BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Tikai elementus no iespējotu moduļi tiek parādīts. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -259,8 +258,8 @@ FontSize=Fonta izmērs Content=Saturs NoticePeriod=Notice period NewByMonth=New by month -Emails=Emails -EMailsSetup=Emails setup +Emails=E-pasti +EMailsSetup=E-pastu iestatīšana EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless. EmailSenderProfiles=Emails sender profiles MAIN_MAIL_SMTP_PORT=SMTP / SMTPS Ports (Pēc noklusējuma php.ini: %s) @@ -593,7 +592,7 @@ Module5000Desc=Ļauj jums pārvaldīt vairākus uzņēmumus Module6000Name=Darba plūsma Module6000Desc=Plūsmas vadība Module10000Name=Mājas lapas -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Tulkojumu konfigurēšana TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Noteikums, lai radītu piedāvātos paroles vai apstip DisableForgetPasswordLinkOnLogonPage=Nerādīt saiti "Aizmirsu paroli" pieteikšanās lapā UsersSetup=Lietotāju moduļa uzstādīšana UserMailRequired=E-pasts nepieciešams, lai izveidotu jaunu lietotāju -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/lv_LV/commercial.lang b/htdocs/langs/lv_LV/commercial.lang index df518020808..6e77cfa504a 100644 --- a/htdocs/langs/lv_LV/commercial.lang +++ b/htdocs/langs/lv_LV/commercial.lang @@ -70,3 +70,9 @@ Stats=Tirdzniecības statistika StatusProsp=Prospekta statuss DraftPropals=Izstrādā komerciālos priekšlikumus NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/lv_LV/holiday.lang b/htdocs/langs/lv_LV/holiday.lang index 70746810047..374b2d2107f 100644 --- a/htdocs/langs/lv_LV/holiday.lang +++ b/htdocs/langs/lv_LV/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Darbinieka uzvārds EmployeeFirstname=Darbinieka vārds TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/lv_LV/mails.lang b/htdocs/langs/lv_LV/mails.lang index 79bb10d9f20..3eb97867ec0 100644 --- a/htdocs/langs/lv_LV/mails.lang +++ b/htdocs/langs/lv_LV/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unikālie kontakti/adreses MailNoChangePossible=Saņēmējiem par apstiprinātus pasta vēstuļu sūtīšanas nevar mainīt SearchAMailing=Meklēt e-pastu SendMailing=Nosūtīt e-pastu -SendMail=Sūtīt e-pastu SentBy=Iesūtīja MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Taču jūs varat sūtīt tos tiešsaistē, pievienojot parametru MAILING_LIMIT_SENDBYWEB ar vērtību max skaitu e-pasta Jūs vēlaties nosūtīt pa sesiju. Lai to izdarītu, dodieties uz Home - Setup - pārējie. diff --git a/htdocs/langs/lv_LV/main.lang b/htdocs/langs/lv_LV/main.lang index 230678832c5..7fa80c7d211 100644 --- a/htdocs/langs/lv_LV/main.lang +++ b/htdocs/langs/lv_LV/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Izveidot lietotāju UserModificationShort=Labot lietotāju +UserValidationShort=Valid. user DurationYear=gads DurationMonth=mēnesis DurationWeek=nedēļa @@ -608,6 +610,7 @@ SendByMail=Sūtīt pa e-pastu MailSentBy=Nosūtīts e-pasts ar TextUsedInTheMessageBody=E-pasts ķermeņa SendAcknowledgementByMail=Sūtīt apstiprinājuma e-pastu +SendMail=Sūtīt e-pastu EMail=E-pasts NoEMail=Nav e-pasta Email=E-pasts @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Iestatīt valūtu BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Mājas lapa +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Izdevumu atskaites HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Pasākumi EMailTemplates=E-pastu paraugi FileNotShared=File not shared to exernal public +Project=Projekts +Projects=Projekti +Rights=Atļaujas # Week day Monday=Pirmdiena Tuesday=Otrdiena diff --git a/htdocs/langs/lv_LV/members.lang b/htdocs/langs/lv_LV/members.lang index ddfa9eb820d..93c3b6b9979 100644 --- a/htdocs/langs/lv_LV/members.lang +++ b/htdocs/langs/lv_LV/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Apgrozījums (uzņēmumam) vai budžets (par pamatu) DefaultAmount=Default summa parakstīšanās CanEditAmount=Apmeklētājs var izvēlēties / rediģēt summu no tās parakstītā MEMBER_NEWFORM_PAYONLINE=Pārlēkt uz integrētu tiešsaistes maksājumu lapā -ByProperties=Līdz raksturlielumu -MembersStatisticsByProperties=Dalībnieku statistika pēc parametriem +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=PVN likme izmantot abonementu diff --git a/htdocs/langs/lv_LV/modulebuilder.lang b/htdocs/langs/lv_LV/modulebuilder.lang index dc9958d7a75..80ac737cec7 100644 --- a/htdocs/langs/lv_LV/modulebuilder.lang +++ b/htdocs/langs/lv_LV/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/lv_LV/projects.lang b/htdocs/langs/lv_LV/projects.lang index 78d593e884b..55c13d99fe7 100644 --- a/htdocs/langs/lv_LV/projects.lang +++ b/htdocs/langs/lv_LV/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Projekta ID ProjectLabel=Projekta nosaukums -Project=Projekts -Projects=Projekti ProjectsArea=Projektu sadaļa ProjectStatus=Project status SharedProject=Visi @@ -38,6 +36,7 @@ OpenedTasks=Atvērtie uzdevumi OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Rādīt projektu +ShowTask=Rādīt uzdevumu SetProject=Izvēlēties projektu NoProject=Neviens projekts nosaka, vai īpašumā NbOfProjects=Nb projektu @@ -77,6 +76,7 @@ Time=Laiks ListOfTasks=Uzdevumu saraksts GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Saraksts tirdzniecības priekšlikumiem saistībā ar projektu ListOrdersAssociatedProject=Saraksts ar klienta pasūtījumiem saistīts ar projektu ListInvoicesAssociatedProject=Saraksts ar klienta rēķiniem, kas piesaistīti projektam @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Atvērt projektu ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Projekta kontakti +TaskContact=Task contacts ActionsOnProject=Pasākumi par projektu YouAreNotContactOfProject=Jūs neesat kontakts šīs privātam projektam UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Dzēst pavadīts laiks ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resursi +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projekti, kas veltīta šai trešajai personai NoTasks=Neviens uzdevumi šajā projektā LinkedToAnotherCompany=Saistīts ar citām trešajām personām diff --git a/htdocs/langs/lv_LV/salaries.lang b/htdocs/langs/lv_LV/salaries.lang index e8a29f994c2..a508d47aae2 100644 --- a/htdocs/langs/lv_LV/salaries.lang +++ b/htdocs/langs/lv_LV/salaries.lang @@ -13,3 +13,5 @@ TJM=Vidējā dienas likme CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/lv_LV/stocks.lang b/htdocs/langs/lv_LV/stocks.lang index 13bb4275302..bdb9603b4c4 100644 --- a/htdocs/langs/lv_LV/stocks.lang +++ b/htdocs/langs/lv_LV/stocks.lang @@ -22,6 +22,7 @@ Movements=Kustības ErrorWarehouseRefRequired=Noliktava nosaukums ir obligāts ListOfWarehouses=Saraksts noliktavās ListOfStockMovements=Krājumu pārvietošanas saraksts +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Noliktavas platība @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/lv_LV/trips.lang b/htdocs/langs/lv_LV/trips.lang index 60f3ecdb7ee..e48e082f2a4 100644 --- a/htdocs/langs/lv_LV/trips.lang +++ b/htdocs/langs/lv_LV/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=Saraksts maksu TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Summa vai kilometri DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/lv_LV/website.lang b/htdocs/langs/lv_LV/website.lang index 6cbfd313f11..7677c9a30d2 100644 --- a/htdocs/langs/lv_LV/website.lang +++ b/htdocs/langs/lv_LV/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Dzēst mājaslapu ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Lapas nosaukums / pseidonīms WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Labot izvēlni EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Mājas lapa AddWebsite=Add website Webpage=Web page/container AddPage=Pievienot lapu / konteineru @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/mk_MK/admin.lang b/htdocs/langs/mk_MK/admin.lang index bca39d6ee7b..c59f15e08f9 100644 --- a/htdocs/langs/mk_MK/admin.lang +++ b/htdocs/langs/mk_MK/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/mk_MK/commercial.lang b/htdocs/langs/mk_MK/commercial.lang index deb66143b82..a832775b36c 100644 --- a/htdocs/langs/mk_MK/commercial.lang +++ b/htdocs/langs/mk_MK/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/mk_MK/holiday.lang b/htdocs/langs/mk_MK/holiday.lang index 462515ca9a2..1c19d69732a 100644 --- a/htdocs/langs/mk_MK/holiday.lang +++ b/htdocs/langs/mk_MK/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/mk_MK/mails.lang b/htdocs/langs/mk_MK/mails.lang index 9e5248aeced..27e041910bf 100644 --- a/htdocs/langs/mk_MK/mails.lang +++ b/htdocs/langs/mk_MK/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/mk_MK/main.lang b/htdocs/langs/mk_MK/main.lang index 42119f380a4..6face15a874 100644 --- a/htdocs/langs/mk_MK/main.lang +++ b/htdocs/langs/mk_MK/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=Permissions # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/mk_MK/members.lang b/htdocs/langs/mk_MK/members.lang index fb7cc76c50e..fd0adc4c264 100644 --- a/htdocs/langs/mk_MK/members.lang +++ b/htdocs/langs/mk_MK/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/mk_MK/modulebuilder.lang b/htdocs/langs/mk_MK/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/mk_MK/modulebuilder.lang +++ b/htdocs/langs/mk_MK/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/mk_MK/projects.lang b/htdocs/langs/mk_MK/projects.lang index d46076309b7..f2e57a1ff8f 100644 --- a/htdocs/langs/mk_MK/projects.lang +++ b/htdocs/langs/mk_MK/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/mk_MK/salaries.lang b/htdocs/langs/mk_MK/salaries.lang index ed296e3905f..65bf2263d07 100644 --- a/htdocs/langs/mk_MK/salaries.lang +++ b/htdocs/langs/mk_MK/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/mk_MK/stocks.lang b/htdocs/langs/mk_MK/stocks.lang index 81708ae01c4..aec0029e6c5 100644 --- a/htdocs/langs/mk_MK/stocks.lang +++ b/htdocs/langs/mk_MK/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/mk_MK/trips.lang b/htdocs/langs/mk_MK/trips.lang index bf9fea30f68..a741a9f6e5f 100644 --- a/htdocs/langs/mk_MK/trips.lang +++ b/htdocs/langs/mk_MK/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/mk_MK/website.lang b/htdocs/langs/mk_MK/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/mk_MK/website.lang +++ b/htdocs/langs/mk_MK/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/mn_MN/admin.lang b/htdocs/langs/mn_MN/admin.lang index 181274892a4..64b005c8278 100644 --- a/htdocs/langs/mn_MN/admin.lang +++ b/htdocs/langs/mn_MN/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/mn_MN/commercial.lang b/htdocs/langs/mn_MN/commercial.lang index deb66143b82..a832775b36c 100644 --- a/htdocs/langs/mn_MN/commercial.lang +++ b/htdocs/langs/mn_MN/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/mn_MN/holiday.lang b/htdocs/langs/mn_MN/holiday.lang index 462515ca9a2..1c19d69732a 100644 --- a/htdocs/langs/mn_MN/holiday.lang +++ b/htdocs/langs/mn_MN/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/mn_MN/mails.lang b/htdocs/langs/mn_MN/mails.lang index 9e5248aeced..27e041910bf 100644 --- a/htdocs/langs/mn_MN/mails.lang +++ b/htdocs/langs/mn_MN/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/mn_MN/main.lang b/htdocs/langs/mn_MN/main.lang index 37ec81c9bf7..cac683bef06 100644 --- a/htdocs/langs/mn_MN/main.lang +++ b/htdocs/langs/mn_MN/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=Permissions # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/mn_MN/members.lang b/htdocs/langs/mn_MN/members.lang index fb7cc76c50e..fd0adc4c264 100644 --- a/htdocs/langs/mn_MN/members.lang +++ b/htdocs/langs/mn_MN/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/mn_MN/modulebuilder.lang b/htdocs/langs/mn_MN/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/mn_MN/modulebuilder.lang +++ b/htdocs/langs/mn_MN/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/mn_MN/projects.lang b/htdocs/langs/mn_MN/projects.lang index d46076309b7..f2e57a1ff8f 100644 --- a/htdocs/langs/mn_MN/projects.lang +++ b/htdocs/langs/mn_MN/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/mn_MN/salaries.lang b/htdocs/langs/mn_MN/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/mn_MN/salaries.lang +++ b/htdocs/langs/mn_MN/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/mn_MN/stocks.lang b/htdocs/langs/mn_MN/stocks.lang index 81708ae01c4..aec0029e6c5 100644 --- a/htdocs/langs/mn_MN/stocks.lang +++ b/htdocs/langs/mn_MN/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/mn_MN/trips.lang b/htdocs/langs/mn_MN/trips.lang index bf9fea30f68..a741a9f6e5f 100644 --- a/htdocs/langs/mn_MN/trips.lang +++ b/htdocs/langs/mn_MN/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/mn_MN/website.lang b/htdocs/langs/mn_MN/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/mn_MN/website.lang +++ b/htdocs/langs/mn_MN/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/nb_NO/accountancy.lang b/htdocs/langs/nb_NO/accountancy.lang index 40d6219b51e..f0b4f015954 100644 --- a/htdocs/langs/nb_NO/accountancy.lang +++ b/htdocs/langs/nb_NO/accountancy.lang @@ -149,7 +149,7 @@ Docdate=Dato Docref=Referanse Code_tiers=Tredjepart LabelAccount=Kontoetikett -LabelOperation=Label operation +LabelOperation=Etikettoperasjon Sens=som betyr Codejournal=Journal NumPiece=Del nummer diff --git a/htdocs/langs/nb_NO/admin.lang b/htdocs/langs/nb_NO/admin.lang index 1daaba9cf79..dcac7f74544 100644 --- a/htdocs/langs/nb_NO/admin.lang +++ b/htdocs/langs/nb_NO/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignorer feil ved postduplisering (INSERT IGNORE) AutoDetectLang=Auto-oppdag (nettleserspråk) FeatureDisabledInDemo=Funksjonen er slått av i demo FeatureAvailableOnlyOnStable=Egenskapen er kun tilgjengelig på offisielle, stabile versjoner -Rights=Tillatelser BoxesDesc=Widgeter er komponenter som viser litt informasjon som du kan legge til for å tilpasse enkelte sider. Du kan velge mellom å vise widgeten eller ikke ved å velge målside og klikke på 'Aktiver', eller ved å klikke på søppelkassen for å deaktivere den. OnlyActiveElementsAreShown=Bare elementer fra aktiverte moduler vises. ModulesDesc=Dolibarr-moduler definerer hvilken applikasjon/funksjon som er aktivert i programvaren. Enkelte applikasjoner/moduler krever tillatelser du må gi til brukere, etter at du har aktivert dem. Klikk på knappen på/av for å aktivere en modul/applikasjon. @@ -262,15 +261,15 @@ NewByMonth=Ny etter måned Emails=Epost EMailsSetup=Oppsett av e-post EMailsDesc=Denne siden lar deg overskrive PHP-parametrene for sending av e-post. I de fleste tilfeller på Unix/Linux OS er PHP-oppsettet ditt riktig og disse parameterne er ubrukelige. -EmailSenderProfiles=Emails sender profiles +EmailSenderProfiles=E-postsender-profiler MAIN_MAIL_SMTP_PORT=SMTP-port (Standard i php.ini: %s) MAIN_MAIL_SMTP_SERVER=SMTP-server (Standard i php.ini: %s) MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP-port (Settes ikke i PHP på Unix/Linux) MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP-server (Settes ikke i PHP på Unix/Linux) -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: %s) -MAIN_MAIL_ERRORS_TO=Sender email used for error returns emails sent +MAIN_MAIL_EMAIL_FROM=Avsender-e-post for automatiske e-poster (Som standard i php.ini: %s) +MAIN_MAIL_ERRORS_TO=Avsender e-post brukes til returnert e-post MAIN_MAIL_AUTOCOPY_TO= Send systematisk en skjult karbon-kopi av alle sendte e-post til -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos) +MAIN_DISABLE_ALL_MAILS=Deaktiver alle e-postmeldinger (for testformål eller demoer) MAIN_MAIL_SENDMODE=Metode for å sende e-post MAIN_MAIL_SMTPS_ID=SMTP-ID hvis godkjenning kreves MAIN_MAIL_SMTPS_PW=SMTP-passord hvis godkjenning kreves @@ -279,7 +278,7 @@ MAIN_MAIL_EMAIL_STARTTLS= Bruk TLS (STARTTL) kryptering MAIN_DISABLE_ALL_SMS=Deaktiver alle SMS sendings (for testformål eller demoer) MAIN_SMS_SENDMODE=Metode for å sende SMS MAIN_MAIL_SMS_FROM=Standard avsender telefonnummer for sending av SMS -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email) +MAIN_MAIL_DEFAULT_FROMTYPE=Standard sender e-post som for manuelle sendinger (bruker e-post eller firmanavn) UserEmail=Bruker-epost CompanyEmail=Firma-epost FeatureNotAvailableOnLinux=Funksjonen er ikke tilgjengelig på Unix/Linux. Test sendmail lokalt. @@ -373,7 +372,7 @@ PDFDesc=Du kan angi globale alternativer relatert til PDF-generering PDFAddressForging=Regler for å lage adressebokser HideAnyVATInformationOnPDF=Skjul alle opplysninger knyttet til MVA på genererte PDF-filer PDFLocaltax=Regler for %s -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale +HideLocalTaxOnPDF=Skjul %s rente i pdf kolonne HideDescOnPDF=Skjul varebeskrivelse på generert PDF HideRefOnPDF=Skjul varereferanse på generert PDF HideDetailsOnPDF=Skjul linjer med varedetaljer på genererte PDF @@ -409,11 +408,11 @@ ExtrafieldCheckBoxFromList=Avkrysningsbokser fra tabell ExtrafieldLink=Lenke til et objekt ComputedFormula=Beregnet felt ComputedFormulaDesc=Her kan du skrive inn en formel ved hjelp av andre objektegenskaper eller PHP-koding for å få en dynamisk beregningnet verdi. Du kan bruke PHP-kompatible formler, inkludert "?" operator og følgende globale objekt: $db, $conf, $langs, $mysoc, $user, $objekt .

                  ADVARSEL : Kanskje bare noen egenskaper på $objekt er tilgjengelig. Hvis du trenger egenskaper som ikke er lastet, kan du bare hente objektet i formelen din som i det andre eksempelet.
                  Ved å bruke et beregnet felt betyr det at du ikke selv kan angi noen verdi fra grensesnittet. Også, hvis det er en syntaksfeil, kan det hende formelen ikke returnerer noe.

                  Eksempel på formel:
                  $objekt->id<10? round ($object->id / 2, 2) : ($object-> id + 2 *$user->id) * (int) substr($mysoc->zip, 1, 2)

                  Eksempel på å ny innlasting av objekt
                  (($reloadedobj = new Societe ($db)) && ($reloadedobj->fetch($obj-> id? $ obj-> id: ($obj-> rowid? $obj-> rowid: $object-> id))> 0))? $reloadedobj-> array_options ['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'

                  Annet eksempel på formel for å tvinge lasting av objekt og dets overordnede objekt:
                  (($reloadedobj = Ny oppgave ($db)) && ($reloadedobj->fetch($objekt->id)> 0) && ($secondloadedobj = nytt prosjekt ($db)) && ($secondloadedobj->fetch($reloadedobj-> fk_project )> 0))? $secondloadedobj-> ref: 'Foreldreprosjekt ikke funnet' -ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')

                  for example :
                  1,value1
                  2,value2
                  code3,value3
                  ...

                  In order to have the list depending on another complementary attribute list :
                  1,value1|options_parent_list_code:parent_key
                  2,value2|options_parent_list_code:parent_key

                  In order to have the list depending on another list :
                  1,value1|parent_list_code:parent_key
                  2,value2|parent_list_code:parent_key -ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')

                  for example :
                  1,value1
                  2,value2
                  3,value3
                  ... -ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')

                  for example :
                  1,value1
                  2,value2
                  3,value3
                  ... -ExtrafieldParamHelpsellist=List of values comes from a table
                  Syntax : table_name:label_field:id_field::filter
                  Example : c_typent:libelle:id::filter

                  - idfilter is necessarly a primary int key
                  - filter can be a simple test (eg active=1) to display only active value
                  You can also use $ID$ in filter witch is the current id of current object
                  To do a SELECT in filter use $SEL$
                  if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)

                  In order to have the list depending on another complementary attribute list:
                  c_typent:libelle:id:options_parent_list_code|parent_column:filter

                  In order to have the list depending on another list:
                  c_typent:libelle:id:parent_list_code|parent_column:filter -ExtrafieldParamHelpchkbxlst=List of values comes from a table
                  Syntax : table_name:label_field:id_field::filter
                  Example : c_typent:libelle:id::filter

                  filter can be a simple test (eg active=1) to display only active value
                  You can also use $ID$ in filter witch is the current id of current object
                  To do a SELECT in filter use $SEL$
                  if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)

                  In order to have the list depending on another complementary attribute list :
                  c_typent:libelle:id:options_parent_list_code|parent_column:filter

                  In order to have the list depending on another list:
                  c_typent:libelle:id:parent_list_code|parent_column:filter +ExtrafieldParamHelpselect=Liste over verdier må være linjer med formatet nøkkel,verdi (hvor nøkkelen ikke kan være '0')

                  for eksempel:
                  1,verdi1
                  2,verdi2
                  kode3,verdi3
                  ...

                  For å få listen avhengig av en annen komplementær attributtliste:
                  1,verdi1|options_parent_list_code:parent_key
                  2,value2|options_parent_list_code: parent_key

                  For å få listen avhengig av en annen liste:
                  1,verdi1|parent_list_code:parent_key
                  2,value2|parent_list_code : parent_key +ExtrafieldParamHelpcheckbox=Liste over verdier må være linjer med formatet nøkkel,verdi (hvor nøkkelen ikke kan være '0')

                  for eksempel:
                  1,verdi1
                  2,verdi2
                  3,verdi3
                  ... +ExtrafieldParamHelpradio=Liste over verdier må være linjer med formatet nøkkel,verdi (hvor nøkkelen ikke kan være '0')

                  for eksempel:
                  1,verdi1
                  2,verdi2
                  3,verdi3
                  ... +ExtrafieldParamHelpsellist=Liste over verdier kommer fra en tabell
                  Syntaks: tabellnavn: label_field: id_field::filter
                  Eksempel: c_typent: libelle:id::filter

                  - idfilter er nødvendigvis en primær int nøkkel
                  - filteret kan være en enkel test (f.eks. aktiv = 1) for å vise bare aktiv verdi
                  Du kan også bruke $ID$ i filtre, som er gjeldende ID for nåværende objekt
                  For å utføre en SELECT i filtre, bruk $SEL$
                  Hvis du vil filtrere på ekstrafelt, bruk syntaks extra.fieldcode=... (der feltkoden er koden til ekstrafelt)

                  For å få listen avhengig av en annen komplementær attributtliste:
                  c_typent:libelle:id:options_parent_list_code | parent_column:filter

                  For å få listen avhengig av en annen liste:
                  c_typent:libelle:id:parent_list_code |parent_column:filter +ExtrafieldParamHelpchkbxlst=Liste over verdier kommer fra en tabell
                  Syntaks: table_name:label_field:id_field::filter
                  Eksempel: c_typent:libelle:id::filter

                  filter kan være en enkel test (f.eks. Aktiv=1 ) for å vise bare aktiv verdi
                  Du kan også bruke $ID$ i filter, som er gjeldende ID for nåværende objekt
                  For å utføre en SELECT i filter, bruk $SEL$
                  Hvis du vil filtrere på ekstrafeltbruk bruk syntaks extra.fieldcode=... (der feltkoden er koden til ekstrafelt)

                  For å få listen avhengig av en annen komplementær attributtliste:
                  c_typent:libelle:id:options_parent_list_code |parent_column:filter

                  For å få listen avhengig av en annen liste:
                  c_typent:libelle:id:parent_list_code |parent_column:filter ExtrafieldParamHelplink=Parametre må være ObjectName:Classpath
                  Syntax : ObjectName:Classpath
                  Eksempel : Societe:societe/class/societe.class.php LibraryToBuildPDF=Bibliotek brukt for PDF-generering WarningUsingFPDF=Advarsel! conf.php inneholder direktivet dolibarr_pdf_force_fpdf=1. Dette betyr at du bruker FPDF biblioteket for å generere PDF-filer. Dette biblioteket er gammelt og støtter ikke en rekke funksjoner (Unicode, bilde-transparens, kyrillisk, arabiske og asiatiske språk, ...), så du kan oppleve feil under PDF generering.
                  For å løse dette, og ha full støtte ved PDF generering, kan du laste ned TCPDF library, deretter kommentere eller fjerne linjen $dolibarr_pdf_force_fpdf=1, og i stedet legge inn $dolibarr_lib_TCPDF_PATH='path_to_TCPDF_dir' @@ -442,7 +441,7 @@ DisplayCompanyInfo=Vis firmaadresse DisplayCompanyManagers=Vis ledernavn DisplayCompanyInfoAndManagers=Vis firmaadresser og ledernavn EnableAndSetupModuleCron=Hvis du ønsker at gjentakende fakturaer skal genereres automatisk, må modulen *%s* være aktivert og riktig konfigurert. Ellers må generering av fakturaer gjøres manuelt fra denne malen med knapp *Lag*. Merk at selv om du har aktivert automatisk generering, kan du likevel trygt starte manuell generasjon. Generering av duplikater for samme periode er ikke mulig. -ModuleCompanyCodeAquarium=Return an accounting code built by:
                  %s followed by third party supplier code for a supplier accounting code,
                  %s followed by third party customer code for a customer accounting code. +ModuleCompanyCodeAquarium=Returner en regnskapskode som er bygd opp av:
                  %s etterfulgt av leverandørkode fra tredjepart for en leverandør-regnskapskode,
                  %s etterfulgt av tredjeparts kundekode for en kunde-regnskapskode. ModuleCompanyCodePanicum=Returner en tom regnskapskode. ModuleCompanyCodeDigitaria=Regnskapskode avhenger av tredjepartskode. Koden består av tegnet "C" i den første stillingen etterfulgt av de første 5 tegnene til tredjepartskoden. Use3StepsApproval=Som standard må innkjøpsordrer opprettes og godkjennes av 2 forskjellige brukere (ett trinn/bruker for å opprette og ett trinn/bruker for å godkjenne. Merk at hvis brukeren har både tillatelse til å opprette og godkjenne, vil ett trinn/ bruker vil være nok). Du kan bruke dette alternativet for å innføre et tredje trinn/bruker godkjenning, hvis beløpet er høyere enn en spesifisert verdi (så vil 3 trinn være nødvendig: 1=validering, 2=første godkjenning og 3=andre godkjenning dersom beløpet er høyt nok).
                  Sett denne tom en godkjenning (2 trinn) er nok, sett den til en svært lav verdi (0,1) hvis det alltid kreves en andre godkjenning (3 trinn). @@ -453,8 +452,8 @@ DependsOn=Denne modulen trenger modulen(ene) RequiredBy=Denne modulen er påkrevd av modul(ene) TheKeyIsTheNameOfHtmlField=Dette er navnet på HTML-feltet. Dette må ha tekniske egenskaper for å lese innholdet på HTML-siden for å få nøkkelnavnet til et felt. PageUrlForDefaultValues=Du må skrive inn den relative nettadressen til siden. Hvis du inkluderer parametere i URL, vil standardverdiene være effektive hvis alle parametere er satt til samme verdi. Eksempler: -PageUrlForDefaultValuesCreate=
                  For form to create a new thirdparty, it is %s,
                  If you want default value only if url has some parameter, you can use %s -PageUrlForDefaultValuesList=
                  For page that list thirdparties, it is %s,
                  If you want default value only if url has some parameter, you can use %s +PageUrlForDefaultValuesCreate=
                  For skjema for å lage en ny tredjepart, er det %s,
                  Hvis du bare vil ha standardverdi hvis url har noen parameter, kan du bruke %s +PageUrlForDefaultValuesList=
                  For side som viser tredjeparter, er det %s,
                  Hvis du bare vil ha standardverdi hvis url har noen parametre, kan du bruke%s EnableDefaultValues=Aktiver bruk av personlige standardverdier EnableOverwriteTranslation=Aktiver bruk av overskrivende oversettelse GoIntoTranslationMenuToChangeThis=En oversettelse har blitt funnet for nøkkelen med denne koden, så for å endre denne verdien må du redigere den fra Home-Setup-Oversettelse. @@ -463,8 +462,8 @@ Field=Felt ProductDocumentTemplates=Dokumentmaler for å generere produktdokument FreeLegalTextOnExpenseReports=Fri juridisk tekst på utgiftsrapporter WatermarkOnDraftExpenseReports=Vannmerke på utgiftsrapport-maler -AttachMainDocByDefault=Set this to 1 if you want to attach main document to email by default (if applicable) -FilesAttachedToEmail=Attach file +AttachMainDocByDefault=Sett dette til 1 hvis du vil legge ved hoveddokumentet til e-post som standard (hvis aktuelt) +FilesAttachedToEmail=Legg ved fil # Modules Module0Name=Brukere & grupper Module0Desc=Håndtering av Brukere/Ansatte og Grupper @@ -587,13 +586,13 @@ Module3100Desc=Legg til en Skype-knapp i brukere/tredjeparter/kontakter/medlemsk Module3200Name=Ikke reversible logger Module3200Desc=Aktiver logg av enkelte forretningshendelser i en ikke reversibel logg. Hendelser arkiveres i sanntid. Loggen er en tabell med kjedede hendelser som kan leses og eksporteres. Denne modulen kan være obligatorisk for enkelte land. Module4000Name=HRM -Module4000Desc=Human resources management (management of department, employee contracts and feelings) +Module4000Desc=HRM (håndtering av avdeling, arbeidskontrakter og personell) Module5000Name=Multi-selskap Module5000Desc=Lar deg administrere flere selskaper Module6000Name=Arbeidsflyt Module6000Desc=Behandling av arbeidsflyt Module10000Name=Websider -Module10000Desc=Opprett offentlige websider med en WYSIWYG-redigerer. Sett webserveren din til å peke mot mappen for å vise innholdet på internett +Module10000Desc=Opprett offentlige nettsteder med en WYSIWG-editor. Bare sett opp webserveren din (Apache, Nginx, ...) for å peke mot den dedikerte Dolibarr-katalogen for å få den online på Internett med ditt eget domenenavn. Module20000Name=Administrasjon av ferieforespørsler Module20000Desc=Oppfølging av ansattes ferieforespørsler Module39000Name=Vare LOT @@ -1092,11 +1091,11 @@ ShowProfIdInAddress=Vis Profesjonell ID med adresser på dokumenter ShowVATIntaInAddress=Skjul MVA Intra num med adresser på dokumenter TranslationUncomplete=Delvis oversettelse MAIN_DISABLE_METEO=Deaktiver Meteo visning -MeteoStdMod=Standard mode -MeteoStdModEnabled=Standard mode enabled -MeteoPercentageMod=Percentage mode -MeteoPercentageModEnabled=Percentage mode enabled -MeteoUseMod=Click to use %s +MeteoStdMod=Standardmodus +MeteoStdModEnabled=Standard modus aktivert +MeteoPercentageMod=Prosentmodus +MeteoPercentageModEnabled=Prosentmodus aktivert +MeteoUseMod=Klikk for å bruke %s TestLoginToAPI=Test-innlogging til API ProxyDesc=Enkelte funksjoner i Dolibarr må ha en Internett-tilgang for å fungere. Definer parametere for dette her. Hvis Dolibarr-serveren er bak en proxy-server, forteller disse parametrene Dolibarr hvordan få tilgang til Internett gjennom den. ExternalAccess=Ekstern tilgang @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Funksjonen for å sende e-post ved hjelp av metod TranslationSetup=Oppsett av oversettelse TranslationKeySearch=Søk etter oversettelsesnøkkel eller -streng TranslationOverwriteKey=Overskriv oversettelse -TranslationDesc=Hvordan sette visningsspråk:
                  *Hele systemet: meny Hjem - Oppsett - Visning
                  *Pr. bruker:Visning for brukerFane for brukerkort (Klikk på brukernavn i toppen av skjermen). +TranslationDesc=Slik angir du det viste applikasjonsspråket:
                  * Systemwide: Meny Hjem - Oppsett - Skjerm
                  * Per bruker: Bruk Brukeroppsettoppsett -fanen på brukerkortet ( klikk på brukernavnet øverst på skjermen). TranslationOverwriteDesc=Du kan også overstyre strenger ved å fylle ut tabellen nedenfor. Velg språk fra "%s" nedtrekkslisten, sett inn oversettelsesstrengen i "%s" og din nye oversettelse i "%s" TranslationOverwriteDesc2=Du kan bruke den andre fanen for å finne rett oversettelsesnøkkel TranslationString=Oversettelsesstreng @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Regel for å lage passord DisableForgetPasswordLinkOnLogonPage=Ikke vis lenken "Glemt passord" på innloggingssiden UsersSetup=Oppsett av brukermodulen UserMailRequired=E-postadresse kreves for å opprette en ny bruker -DefaultCategoryCar=Standard bilkategori -DefaultRangeNumber=Standard område nummer ##### HRM setup ##### HRMSetup=Oppsett av HRM-modul ##### Company setup ##### @@ -1271,7 +1268,7 @@ LDAPSynchronizeUsers=Synkroniser Dolibarr brukere med LDAP LDAPSynchronizeGroups=Synkroniser Dolibarr grupper med LDAP LDAPSynchronizeContacts=Synkroniser Dolibarr kontakter med LDAP LDAPSynchronizeMembers=Organiser medlemmer i LDAP -LDAPSynchronizeMembersTypes=Organization of foundation's members types in LDAP +LDAPSynchronizeMembersTypes=Organisering av bedriftens medlemstyper i LDAP LDAPPrimaryServer=Primærserver LDAPSecondaryServer=Secondary server LDAPServerPort=Server port @@ -1295,7 +1292,7 @@ LDAPDnContactActive=Synkronisering av kontakter LDAPDnContactActiveExample=Aktivert/Ikke aktivert synkronisering LDAPDnMemberActive=Synkronisering av medlemmer LDAPDnMemberActiveExample=Aktivert/Ikke aktivert synkronisering -LDAPDnMemberTypeActive=Members types' synchronization +LDAPDnMemberTypeActive=Medlemstyper synkronisering LDAPDnMemberTypeActiveExample=Aktivert/Ikke aktivert synkronisering LDAPContactDn=Dolibarr-kontakters DN LDAPContactDnExample=Komplett DN (eks: ou=kontakter,dc=eksempel,dc=com) @@ -1303,8 +1300,8 @@ LDAPMemberDn=Dolibarr-medlemmers DN LDAPMemberDnExample=Komplett DN (eks: ou=medlemmer,dc=eksempel,dc=com) LDAPMemberObjectClassList=Liste over objectClass LDAPMemberObjectClassListExample=Liste over objectClass som definerer postattributter (eks: topp, inetOrgPerson eller topp, bruker for ActiveDirectory) -LDAPMemberTypeDn=Dolibarr members types DN -LDAPMemberTypepDnExample=Complete DN (ex: ou=memberstypes,dc=example,dc=com) +LDAPMemberTypeDn=Dolibarr medlemmer DN-typer +LDAPMemberTypepDnExample=Komplett DN (eks: ou=medlemstyper, dc=eksempel, dc=com) LDAPMemberTypeObjectClassList=Liste over objectClass LDAPMemberTypeObjectClassListExample=Liste over objectClass som definerer postattributter (eks: topp, groupOfUniqueNames) LDAPUserObjectClassList=Liste over objectClass @@ -1318,7 +1315,7 @@ LDAPTestSynchroContact=Test kontaktsynkronisering LDAPTestSynchroUser=Test brukersynkronisering LDAPTestSynchroGroup=Test gruppesynkronisering LDAPTestSynchroMember=Test medlemsynkronisering -LDAPTestSynchroMemberType=Test member type synchronization +LDAPTestSynchroMemberType=Test synkronisering av medlemstype LDAPTestSearch= Test et LDAP søk LDAPSynchroOK=Vellykket synkroniseringstest LDAPSynchroKO=Sykroniseringstesten feilet @@ -1384,7 +1381,7 @@ LDAPDescContact=Denne siden lar deg definere LDAP-attributtnavn i LDAP-tre for a LDAPDescUsers=Denne siden lar deg definere LDAP-attributtnavn i LDAP-tre for alle data funnet på Dolibarr brukere. LDAPDescGroups=Denne siden lar deg definere LDAP-attributtnavn i LDAP-tre for alle data funnet på Dolibarr grupper. LDAPDescMembers=Denne siden lar deg definere LDAP-attributtnavn i LDAP-tre for alle data funnet på Dolibarr medlemmer. -LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP tree for each data found on Dolibarr members types. +LDAPDescMembersTypes=Denne siden lar deg definere LDAP attributtnavn i LDAP-tre for hver data som finnes på Dolibarr-medlemstyper. LDAPDescValues=Eksempelverdier er designet for OpenLDAP med følgende lastede skjemaer: core.schema, cosine.schema, inetorgperson.schema). Hvis du bruker disse verdiene og OpenLDAP, endre LDAP configfilen slapd.conf for å ha alle disse skjemaene lastet. ForANonAnonymousAccess=For autentisert tilgang (f.eks skrivetilgang) PerfDolibarr=Ytelse oppsett/optimaliseringsrapport @@ -1408,7 +1405,7 @@ CompressionOfResources=Undertrykkelse av HTTP-respons CompressionOfResourcesDesc=For eksempel ved bruk av Apache-direktivet "AddOutputFilterByType DEFLATE" TestNotPossibleWithCurrentBrowsers=En slik automatisk deteksjon er ikke mulig med nåværende nettlesere DefaultValuesDesc=Her kan du definere/tvinge standardverdien du vil ha når du oppretter en ny post, og/eller standardfiltre eller sorteringsrekkefølge når du lister poster. -DefaultCreateForm=Default values for creation form +DefaultCreateForm=Standardverdier for skjemaoppretting DefaultSearchFilters=Standard søkefiltre DefaultSortOrder=Standard sorteringsorden DefaultFocus=Standard fokusfelt @@ -1628,7 +1625,7 @@ ProjectsSetup=Oppsett av Prosjektmodulen ProjectsModelModule=Dokumentmodell for prosjektrapporter TasksNumberingModules=Modul for oppgavenummerering TaskModelModule=Dokumentmal for oppgaverapporter -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient) +UseSearchToSelectProject=Vent med å trykke på en tast når du laster inn innholdet i prosjekt-kombinasjonslisten (Dette kan øke ytelsen hvis du har et stort antall prosjekter, men det er mindre praktisk) ##### ECM (GED) ##### ##### Fiscal Year ##### AccountingPeriods=Regnskapsperioder @@ -1689,7 +1686,7 @@ UnicodeCurrency=Her legger du inn en liste med Ascii-verdier, som representerer ColorFormat=RGB-fargen er i HEX-format, for eksempel: FF0000 PositionIntoComboList=Plassering av linje i kombinasjonslister SellTaxRate=Salgs-skattesats -RecuperableOnly=Yes for VAT "Not Perceived but Recoverable" dedicated for some state in France. Keep value to "No" in all other cases. +RecuperableOnly=Ja for MVA"Ikke oppfattet, men gjenopprettelig" dedikert til noen steder i Frankrike. Hold verdien til "Nei" i alle andre tilfeller. UrlTrackingDesc=Hvis leverandøren eller transporttjenesten tilbyr en side eller et nettsted for å sjekke status på din forsendelse, kan du skrive det her. Du kan bruke tasten {TRACKID} for å sette inn sporingnummer på webstedet. OpportunityPercent=Når du oppretter en mulighet, vil du estimere et visst beløp for prosjekt. Ifølge status på muligheter, kan dette beløpet multipliseres med denne raten for å finne global verdi alle dine muligheter kan generere. Verdien er en prosentverdi (mellom 0 og 100). TemplateForElement=Mal dedikert til element @@ -1712,8 +1709,8 @@ MailToSendSupplierOrder=For å sende leverandørordre MailToSendSupplierInvoice=For å sende leverandørfaktura MailToSendContract=For å sende en kontrakt MailToThirdparty=For å sende epost fra tredjepart-side -MailToMember=To send email from member page -MailToUser=To send email from user page +MailToMember=For å sende e-post fra medlemsside +MailToUser=For å sende e-post fra brukerside ByDefaultInList=Vis som standard for liste YouUseLastStableVersion=Du bruker siste stabile versjon TitleExampleForMajorRelease=Eksempel på melding du kan bruke for å annonsere større oppdateringer (du kan bruke denne på dine websider) @@ -1724,7 +1721,7 @@ MultiPriceRuleDesc=Når alternativet "Flere prisnivået per vare/tjeneste" er p ModelModulesProduct=Maler for produkt-dokumenter ToGenerateCodeDefineAutomaticRuleFirst=For å være i stand til å generere automatiske koder, må du først definere program for å automatisk definere strekkodenummer. SeeSubstitutionVars=Relaterte gjentakende fakturaer -SeeChangeLog=See ChangeLog file (english only) +SeeChangeLog=Se Endringslogg-fil (kun på engelsk) AllPublishers=Alle utgivere UnknownPublishers=Ukjente utgivere AddRemoveTabs=Legg til eller fjerne faner @@ -1756,10 +1753,10 @@ BaseCurrency=Referansevaluta for selskapet (gå inn i oppsett av firma for å en WarningNoteModuleInvoiceForFrenchLaw=Denne modulen %s er i samsvar med franske lover (Loi Finance 2016). WarningNoteModulePOSForFrenchLaw=Denne modulen %s er i samsvar med franske lover (Loi Finance 2016) fordi modulen Ikke reversible logger er automatisk aktivert. WarningInstallationMayBecomeNotCompliantWithLaw=Du prøver å installere modulen %s som er en ekstern modul. Aktivering av en ekstern modul betyr at du stoler på utgiveren av modulen, og at du er sikker på at denne modulen ikke endrer oppførselen til applikasjonen din negativt, og er i overensstemmelse med lovene i ditt land (%s). Hvis modulen gir en ulovlig funksjon, blir du ansvarlig for bruken av en ulovlig programvare. -MAIN_PDF_MARGIN_LEFT=Left margin on PDF -MAIN_PDF_MARGIN_RIGHT=Right margin on PDF -MAIN_PDF_MARGIN_TOP=Top margin on PDF -MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF +MAIN_PDF_MARGIN_LEFT=Venstremarg på PDF +MAIN_PDF_MARGIN_RIGHT=Høyremarg på PDF +MAIN_PDF_MARGIN_TOP=Toppmarg på PDF +MAIN_PDF_MARGIN_BOTTOM=Bunnmarg på PDF ##### Resource #### ResourceSetup=Oppsett av Ressursmodulen UseSearchToSelectResource=Bruk et søkeskjema for å velge en ressurs (i stedet for en nedtrekksliste). diff --git a/htdocs/langs/nb_NO/agenda.lang b/htdocs/langs/nb_NO/agenda.lang index 7c58b1fa359..c5773cb4a7c 100644 --- a/htdocs/langs/nb_NO/agenda.lang +++ b/htdocs/langs/nb_NO/agenda.lang @@ -12,7 +12,7 @@ Event=Hendelse Events=Hendelser EventsNb=Antall hendelser ListOfActions=Oversikt over hendelser -EventReports=Event reports +EventReports=Hendelsesrapporter Location=Lokasjon ToUserOfGroup=Til tilfeldig bruker i gruppe EventOnFullDay=Hendelse over hele dagen(e) diff --git a/htdocs/langs/nb_NO/banks.lang b/htdocs/langs/nb_NO/banks.lang index d8324fd4d18..3a775219323 100644 --- a/htdocs/langs/nb_NO/banks.lang +++ b/htdocs/langs/nb_NO/banks.lang @@ -158,5 +158,5 @@ VariousPayment=Diverse utbetalinger VariousPayments=Diverse utbetalinger ShowVariousPayment=Vis diverse betalinger AddVariousPayment=Legg til Diverse betalinger -YourSEPAMandate=Your SEPA mandate -FindYourSEPAMandate=This is your SEPA mandate to authorize our company to make direct debit order to your bank. Thanks to return it signed (scan of the signed document) or sent it by mail to +YourSEPAMandate=Ditt SEPA-mandat +FindYourSEPAMandate=Dette er ditt SEPA-mandat for å autorisere vårt firma til å gjøre debitering til din bank. Send det i retur signert (skanning av det signerte dokumentet og send det via post) til diff --git a/htdocs/langs/nb_NO/bills.lang b/htdocs/langs/nb_NO/bills.lang index f0d2df09345..f97bf5e72c8 100644 --- a/htdocs/langs/nb_NO/bills.lang +++ b/htdocs/langs/nb_NO/bills.lang @@ -337,7 +337,7 @@ NextDateToExecution=Dato for neste fakturagenerering DateLastGeneration=Dato for siste generering MaxPeriodNumber=Maks ant for fakturagenerering NbOfGenerationDone=Ant. fakturaer som allerede er generert -NbOfGenerationDoneShort=Nb of generation done +NbOfGenerationDoneShort=Antall genereringer utført MaxGenerationReached=Maksimum antall genereringer nådd InvoiceAutoValidate=Valider fakturaer automatisk GeneratedFromRecurringInvoice=Generert fra gjentagende-fakturamal %s diff --git a/htdocs/langs/nb_NO/commercial.lang b/htdocs/langs/nb_NO/commercial.lang index f9adec632f4..3069e0ba830 100644 --- a/htdocs/langs/nb_NO/commercial.lang +++ b/htdocs/langs/nb_NO/commercial.lang @@ -70,3 +70,9 @@ Stats=Salgsstatistikk StatusProsp=Prospect status DraftPropals=Utkast kommersielle tilbud NoLimit=Ingen grense +ToOfferALinkForOnlineSignature=Link for online signatur +WelcomeOnOnlineSignaturePage=Velkommen til siden for å godta tilbud %s +ThisScreenAllowsYouToSignDocFrom=Denne siden lar deg godta og signere eller avvise et tilbud +ThisIsInformationOnDocumentToSign=Dette er informasjon på dokumentet for å godta eller avvise +SignatureProposalRef=Underskrift av tilbud %s +FeatureOnlineSignDisabled=Funksjon for online signering deaktivert eller dokument generert før funksjonen ble aktivert diff --git a/htdocs/langs/nb_NO/companies.lang b/htdocs/langs/nb_NO/companies.lang index d805600d46f..85532f96797 100644 --- a/htdocs/langs/nb_NO/companies.lang +++ b/htdocs/langs/nb_NO/companies.lang @@ -29,7 +29,7 @@ AliasNameShort=Alias Companies=Bedrifter CountryIsInEEC=Landet er en del av det europeiske økonomiske fellesskap ThirdPartyName=Tredjepart navn -ThirdPartyEmail=Third party email +ThirdPartyEmail=Tredjeparts e-post ThirdParty=Tredjepart ThirdParties=Tredjeparter ThirdPartyProspects=Prospekter @@ -267,7 +267,7 @@ CustomerAbsoluteDiscountShort=Absolutt rabatt CompanyHasRelativeDiscount=Denne kunden har en rabatt på %s%% CompanyHasNoRelativeDiscount=Denne kunden har ingen relative rabatter angitt CompanyHasAbsoluteDiscount=Denne kunden har tilgjengelige prisavslag (kreditnotaer eller tidligere innbetalinger) for %s%s -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for %s %s +CompanyHasDownPaymentOrCommercialDiscount=Denne kunden har rabatt tilgjengelig (tilbud, nedbetalinger) for %s%s CompanyHasCreditNote=Denne kunden har fortsatt kreditnotaer for %s %s CompanyHasNoAbsoluteDiscount=Denne kunden har ingen rabatt tilgjengelig CustomerAbsoluteDiscountAllUsers=Absolutte rabatter (innrømmet av alle brukere) diff --git a/htdocs/langs/nb_NO/contracts.lang b/htdocs/langs/nb_NO/contracts.lang index 7cd4388f324..f2bd37dea86 100644 --- a/htdocs/langs/nb_NO/contracts.lang +++ b/htdocs/langs/nb_NO/contracts.lang @@ -88,8 +88,8 @@ ContactNameAndSignature=For %s, navn og signatur: OnlyLinesWithTypeServiceAreUsed=Kun linjer med type "Service" vi bli klonet. CloneContract=Klon kontrakt ConfirmCloneContract=Er du sikker på at du vil klone kontrakten %s? -LowerDateEndPlannedShort=Lower planned end date of active services -SendContractRef=Contract information __REF__ +LowerDateEndPlannedShort=Nedre planlagt sluttdato for aktive tjenester +SendContractRef=Kontraktsinformasjon __REF__ ##### Types de contacts ##### TypeContact_contrat_internal_SALESREPSIGN=Salgsrepresentant som signerer kontrakten TypeContact_contrat_internal_SALESREPFOLL=Salgsrepresentant som følger opp kontrakten diff --git a/htdocs/langs/nb_NO/errors.lang b/htdocs/langs/nb_NO/errors.lang index 7b277094d8c..00765bf0366 100644 --- a/htdocs/langs/nb_NO/errors.lang +++ b/htdocs/langs/nb_NO/errors.lang @@ -104,7 +104,7 @@ ErrorForbidden2=Tillatelse for denne innloggingen kan settes av Dolibarr-adminis ErrorForbidden3=Det ser ut til at Dolibarr ikke brukes gjennom en autentisert sesjon. Du kan lese mer i dokumentasjonen om hvordan du håndterer autentisering (htaccess, mod_auth eller andre...). ErrorNoImagickReadimage=Funksjonen imagick_readimage finnes ikke på denne PHP-installasjonen. Forhåndsvisning er da ikke mulig. Administrator kan slå av denne fanen i Oppsett - Visning. ErrorRecordAlreadyExists=Posten eksistererer fra før. -ErrorLabelAlreadyExists=This label already exists +ErrorLabelAlreadyExists=Denne etiketten eksisterer allerede ErrorCantReadFile=Kunne ikke lese filen '%s' ErrorCantReadDir=Kunne ikke lese mappen '%s' ErrorBadLoginPassword=Feil verdi for brukernavn eller passord @@ -158,7 +158,7 @@ ErrorPriceExpression22=Negativt resultat '%s' ErrorPriceExpressionInternal=Intern feil '%s' ErrorPriceExpressionUnknown=Ukjent feil '%s' ErrorSrcAndTargetWarehouseMustDiffers=Kilde- og mållager må være ulik -ErrorTryToMakeMoveOnProductRequiringBatchData=Error, trying to make a stock movement without lot/serial information, on product '%s' requiring lot/serial information +ErrorTryToMakeMoveOnProductRequiringBatchData=Feil, du prøver å utføre lagerbevegelse uten LOT/serienummer-informasjon, på produkt '%s', som krever LOT/serienummer-informasjon ErrorCantSetReceptionToTotalDoneWithReceptionToApprove=Alle registrerte mottak må først verifiseres (godkjent eller nektet) før dette kan utføres ErrorCantSetReceptionToTotalDoneWithReceptionDenied=Alle registrerte mottak må først verifiseres (godkjent) før dette kan utføres ErrorGlobalVariableUpdater0=HTTP forespørsel feilet med meldingen '%s' diff --git a/htdocs/langs/nb_NO/holiday.lang b/htdocs/langs/nb_NO/holiday.lang index 4ad1a070227..bc667cdc7bc 100644 --- a/htdocs/langs/nb_NO/holiday.lang +++ b/htdocs/langs/nb_NO/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Kansellering av feriesøknader EmployeeLastname=Ansattes etternavn EmployeeFirstname=Ansattes fornavn TypeWasDisabledOrRemoved=Ferietype (id %s) ble deaktivert eller slettet +LastHolidays=Siste %s ferieforespørsler +AllHolidays=Alle ferieforespørsler ## Configuration du Module ## LastUpdateCP=Siste automatiske oppdatering av ferietildeling diff --git a/htdocs/langs/nb_NO/interventions.lang b/htdocs/langs/nb_NO/interventions.lang index f6a416a00a9..c151ab8ee95 100644 --- a/htdocs/langs/nb_NO/interventions.lang +++ b/htdocs/langs/nb_NO/interventions.lang @@ -53,7 +53,7 @@ UseDateWithoutHourOnFichinter=Skjuler timer- og minutt-feltene for intervensjons InterventionStatistics=Statistikk over intervensjoner NbOfinterventions=Antall intervensjonskort NumberOfInterventionsByMonth=Antall intervensjonskort etter måned (validasjonsdato) -AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them. +AmountOfInteventionNotIncludedByDefault=Beløp fra intervensjoner er ikke inkludert som standard i overskudd (i de fleste tilfeller er tidsplaner brukt til å regne tid brukt). Legg til alternativ PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT til 1 i hjem-oppsett-andre for å inkludere dem. ##### Exports ##### InterId=Intervensjons-ID InterRef=Intervensjonsref. diff --git a/htdocs/langs/nb_NO/ldap.lang b/htdocs/langs/nb_NO/ldap.lang index 7f5e6d860e4..92819747f8d 100644 --- a/htdocs/langs/nb_NO/ldap.lang +++ b/htdocs/langs/nb_NO/ldap.lang @@ -6,7 +6,7 @@ LDAPInformationsForThisContact=Informasjon i LDAP-databasen for denne kontakten LDAPInformationsForThisUser=Informasjon i LDAP-databasen for denne brukeren LDAPInformationsForThisGroup=Informasjon i LDAP-databasen for denne gruppen LDAPInformationsForThisMember=Informasjon i LDAP-databasen for dette medlemmet -LDAPInformationsForThisMemberType=Information in LDAP database for this member type +LDAPInformationsForThisMemberType=Informasjon i LDAP-database for denne medlemstypen LDAPAttributes=LDAP-attributter LDAPCard=LDAP-kort LDAPRecordNotFound=Fant ikke posten i LDAP-databasen @@ -21,7 +21,7 @@ LDAPFieldSkypeExample=Eksempel: skypeNavn UserSynchronized=Brukeren er synkronisert GroupSynchronized=Gruppe synkronisert MemberSynchronized=Medlem synkronisert -MemberTypeSynchronized=Member type synchronized +MemberTypeSynchronized=Medlemstype synkronisert ContactSynchronized=Kontakt synkronisert ForceSynchronize=Tving synkronisering Dolibarr -> LDAP ErrorFailedToReadLDAP=Kunne ikke lese LDAP-databasen. Sjekk LDAP-modulens innstillinger og databasetilgjengelighet. diff --git a/htdocs/langs/nb_NO/mails.lang b/htdocs/langs/nb_NO/mails.lang index fb2aaa63eba..b2f81897887 100644 --- a/htdocs/langs/nb_NO/mails.lang +++ b/htdocs/langs/nb_NO/mails.lang @@ -70,10 +70,10 @@ EMailSentToNRecipients=E-post sendt til %s mottakere. EMailSentForNElements=Epost sendt for %s elementer XTargetsAdded=%s mottakere lagt til i målliste OnlyPDFattachmentSupported=Hvis PDF-dokumentene allerede er generert for objektene som skal sendes, blir de vedlagt e-post. Hvis ikke, vil ingen e-post bli sendt (merk også at pdf-dokumenter bare støttes som vedlegg i masseutsendelse i denne versjonen). -AllRecipientSelected=The recipients of the %s record selected (if their email is known). -GroupEmails=Group emails -OneEmailPerRecipient=One email per recipient (by default, one email per record selected) -WarningIfYouCheckOneRecipientPerEmail=Warning, if you check this box, it means only one email will be sent for several different record selected, so, if your message contains substitution variables that refers to data of a record, it becomes not possible to replace them. +AllRecipientSelected=Mottakerne av %s-posten valgt (hvis e-posten er kjent). +GroupEmails=Gruppe e-postmeldinger +OneEmailPerRecipient=Én e-post per mottaker (som standard, en e-post per post valgt) +WarningIfYouCheckOneRecipientPerEmail=Advarsel, hvis du merker av denne boksen, betyr det at bare en e-post vil bli sendt for flere forskjellige valgte poster, så hvis meldingen inneholder erstatningsvariabler som refererer til data i en post, blir det ikke mulig å erstatte dem. ResultOfMailSending=Resultat av masseutsendelse av epost NbSelected=Ant. valgt NbIgnored=Ant. ignorert @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unike kontakter/adresser MailNoChangePossible=Du kan ikke endre mottagere når utsendelsen er godkjent SearchAMailing=Finn utsendelse SendMailing=Send utesendelse -SendMail=Send e-post SentBy=Sendt av MailingNeedCommand=Å sende en epost kan utføres fra kommandolinjen. Spør din server-administrator å kjøre følgende kommando for å sende e-post til alle mottakere: MailingNeedCommand2=Du kan imidlertid sende dem online ver å sette parameteret MAILING_LIMIT_SENDBYWEB til en verdi tilsvarende den maksimale antalle e-poster du ønsker å sende i en økt. @@ -115,7 +114,7 @@ DeliveryReceipt=Levering godkj. YouCanUseCommaSeparatorForSeveralRecipients=Du kan bruke komma som skilletegn for å angi flere mottakere. TagCheckMail=Spor post åpning TagUnsubscribe=Avmeldingslink -TagSignature=Signature of sending user +TagSignature=Signatur for sender EMailRecipient=E-postmottaker TagMailtoEmail=E-postmottaker (inkluderer html "mailto:" lenke) NoEmailSentBadSenderOrRecipientEmail=Ingen e-post sendt. Feil på avsender eller mottaker. Verifiser brukerprofil diff --git a/htdocs/langs/nb_NO/main.lang b/htdocs/langs/nb_NO/main.lang index d9a3d0458f1..d3e4ad45d00 100644 --- a/htdocs/langs/nb_NO/main.lang +++ b/htdocs/langs/nb_NO/main.lang @@ -263,11 +263,13 @@ DateBuild=Rapport byggedato DatePayment=Dato for betaling DateApprove=Godkjennelsesdato DateApprove2=Godkjennelsesdato (2. godkjennelse) -RegistrationDate=Registration date +RegistrationDate=Registreringsdato UserCreation=Opprettelse av bruker UserModification=Endre bruker +UserValidation=Valideringsbruker UserCreationShort=Oppr. bruker UserModificationShort=Endre bruker +UserValidationShort=Valid. bruker DurationYear=år DurationMonth=måned DurationWeek=uke @@ -378,15 +380,15 @@ VATIN=IGST VATs=Salgsavgifter VATINs=IGST skatt LT1=Salgsskatt 2 -LT1Type=Sales tax 2 type +LT1Type=Salgsskatt type 2  LT2=Salgsskatt 3 -LT2Type=Sales tax 3 type +LT2Type=Salgsskatt type 3  LT1ES=RE LT2ES=IRPF LT1IN=CGST LT2IN=SGST VATRate=MVA-sats -DefaultTaxRate=Default tax rate +DefaultTaxRate=Standard avgiftssats Average=Gjennomsnitt Sum=Sum Delta=Delta @@ -598,7 +600,7 @@ Undo=Angre Redo=Gjenta ExpandAll=Utvid alle UndoExpandAll=Angre utvid -SeeAll=See all +SeeAll=Se alt Reason=Begrunnelse FeatureNotYetSupported=Funksjon støttes ikke ennå CloseWindow=Lukk vindu @@ -608,6 +610,7 @@ SendByMail=Send som e-post MailSentBy=E-post sendt av TextUsedInTheMessageBody=E-mail meldingstekst SendAcknowledgementByMail=Send bekrftelse på epost +SendMail=Send e-post EMail=E-post NoEMail=Ingen e-post Email=E-post @@ -773,7 +776,7 @@ Genderwoman=Kvinne ViewList=Listevisning Mandatory=Obligatorisk Hello=Hei -GoodBye=GoodBye +GoodBye=Farvel Sincerely=Med vennlig hilsen DeleteLine=Slett linje ConfirmDeleteLine=Er du sikker på at du vil slette denne linjen? @@ -808,6 +811,10 @@ ModuleBuilder=Modulbygger SetMultiCurrencyCode=Angi valuta BulkActions=Massehandlinger ClickToShowHelp=Klikk for å vise verktøytipshjelp +Website=Webside +WebSites=Nettsteder +ExpenseReport=Reiseregning +ExpenseReports=Utgiftsrapporter HR=HR HRAndBank=HR og Bank AutomaticallyCalculated=Automatisk beregnet @@ -818,6 +825,9 @@ Websites=Nettsteder Events=Hendelser EMailTemplates=E-postmaler FileNotShared=Filen er ikke delt eksternt +Project=Prosjekt +Projects=Prosjekter +Rights=Rettigheter # Week day Monday=Mandag Tuesday=Tirsdag @@ -877,6 +887,6 @@ SearchIntoExpenseReports=Utgiftsrapporter SearchIntoLeaves=Ferier CommentLink=Kommentarer NbComments=Antall kommentarer -CommentPage=Comments space +CommentPage=Kommentarfelt CommentAdded=Kommentar lagt til CommentDeleted=Kommentar slettet diff --git a/htdocs/langs/nb_NO/members.lang b/htdocs/langs/nb_NO/members.lang index 91f685f4b3f..f08eb71eb6c 100644 --- a/htdocs/langs/nb_NO/members.lang +++ b/htdocs/langs/nb_NO/members.lang @@ -57,11 +57,11 @@ NewCotisation=Nytt bidrag PaymentSubscription=Ny bidragsinnbetaling SubscriptionEndDate=Abonnementets sluttdato MembersTypeSetup=Oppsett av medlemstyper -MemberTypeModified=Member type modified -DeleteAMemberType=Delete a member type -ConfirmDeleteMemberType=Are you sure you want to delete this member type? -MemberTypeDeleted=Member type deleted -MemberTypeCanNotBeDeleted=Member type can not be deleted +MemberTypeModified=Medlemstype endret +DeleteAMemberType=Slett en medlemstype +ConfirmDeleteMemberType=Er du sikker på at du vil slette denne medlemstypen? +MemberTypeDeleted=Medlemstype slettet +MemberTypeCanNotBeDeleted=Medlemstype kan ikke slettes NewSubscription=Nytt abonnement NewSubscriptionDesc=Med dette skjemaet kan du ta opp abonnement som nytt medlem av organisasjonen. Hvis du ønsker å fornye abonnementet (hvis du allerede er medlem), vennligst kontakt organisasjonsstyret i stedet ved e-post %s. Subscription=Abonnement @@ -168,8 +168,8 @@ TurnoverOrBudget=Omsetning (for et selskap) eller Budsjett (for en organisasjon) DefaultAmount=Standardbeløp for abonnement CanEditAmount=Besøkende kan velge/endre beløpet på abonnementet sitt MEMBER_NEWFORM_PAYONLINE=Gå til online betalingsside -ByProperties=Av egenskaper -MembersStatisticsByProperties=Medlemsstatistikk av egenskaper +ByProperties=Etter egenskap +MembersStatisticsByProperties=Medlemsstatistikk etter egenskap MembersByNature=Dette skjermbildet viser statistikk over medlemmer etter type. MembersByRegion=Dette skjermbildet viser statistikk over medlemmer etter region. VATToUseForSubscriptions=Mva-sats som skal brukes for abonnementer diff --git a/htdocs/langs/nb_NO/modulebuilder.lang b/htdocs/langs/nb_NO/modulebuilder.lang index 46dec11a61f..b2eaa8ae93a 100644 --- a/htdocs/langs/nb_NO/modulebuilder.lang +++ b/htdocs/langs/nb_NO/modulebuilder.lang @@ -3,8 +3,8 @@ ModuleBuilderDesc=Disse verktøyene må kun brukes av erfarne brukere eller utvi EnterNameOfModuleDesc=Skriv inn navnet på modulen/applikasjonen du vil opprette, uten mellomrom. Bruk stor bokstav til å skille ord (For eksempel: MyModule, EcommerceForShop, SyncWithMySystem ...) EnterNameOfObjectDesc=Skriv inn navnet på objektet som skal opprettes, uten mellomrom. Bruk stor bokstav til å skille ord (For eksempel: MyObject, Student, Lærer ...). CRUD-klassefilen, men også API-filen, sider for å liste/legge til/redigere/slette objekt og SQL-filer blir generert . ModuleBuilderDesc2=Sti hvor moduler genereres/redigeres (første alternative katalog definert i %s): %s -ModuleBuilderDesc3=Generated/editable modules found: %s -ModuleBuilderDesc4=A module is detected as 'editable' when the file %s exists in root of module directory +ModuleBuilderDesc3=Genererte/redigerbare moduler funnet: %s +ModuleBuilderDesc4=En modul detekteres som "redigerbar" når filen%s eksisterer i roten av modulkatalogen NewModule=Ny modul NewObject=Nytt objekt ModuleKey=Modulnøkkel @@ -12,7 +12,7 @@ ObjectKey=Objektnøkkel ModuleInitialized=Modul initialisert FilesForObjectInitialized=Filer for nytt objekt '%s' initialisert FilesForObjectUpdated=Filer for objektet '%s' oppdatert (.sql-filer og .class.php-fil) -ModuleBuilderDescdescription=Enter here all general information that describe your module. +ModuleBuilderDescdescription=Skriv inn all generell informasjon som beskriver modulen din her. ModuleBuilderDescspecifications=Du kan skrive inn en lang tekst for å beskrive spesifikasjonene til modulen din, som ikke allerede er strukturert i andre faner. Du har alle reglene som skal utvikles innen rekkevidde. Også dette tekstinnholdet vil bli inkludert i den genererte dokumentasjonen (se siste faneblad). Du kan bruke Markdown-format, men det anbefales at du bruker Asciidoc-formatet (Sammenligning mellom .md og .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown) ModuleBuilderDescobjects=Her defineres de objektene du vil administrere med modulen din. En CRUD DAO-klasse, SQL-filer, en side med en oversikt over objekter, å opprette/redigere/vise en post og en API vil bli generert. ModuleBuilderDescmenus=Denne fanen er dedikert for å definere menyoppføringer som tilbys av modulen din. @@ -47,13 +47,14 @@ SpecificationFile=Fil med forretningsregler LanguageFile=Språkfil ConfirmDeleteProperty=Er du sikker på at du vil slette egenskapen %s? Dette vil endre kode i PHP klassen, og fjerne kolonne fra tabelldefinisjon av objekt. NotNull=Ikke NULL +NotNullDesc=1=Angi database til IKKE NULL. -1=Tillat nullverdier og tving verdien til NULL hvis tom ('' eller 0). SearchAll=Brukt for 'søk alle' DatabaseIndex=Database indeks FileAlreadyExists=Filen %s eksisterer allerede TriggersFile=Fil for trigger-koder HooksFile=Fil for hooks-koder -ArrayOfKeyValues=Array of key-val -ArrayOfKeyValuesDesc=Array of keys and values if field is a combo list with fixed values +ArrayOfKeyValues=Matrise over nøkler-verdier +ArrayOfKeyValuesDesc=Matrise av nøkler og verdier der feltet er en kombinasjonsliste med faste verdier WidgetFile=Widget-fil ReadmeFile=Readme-fil ChangeLog=ChangeLog-fil @@ -67,18 +68,18 @@ IsAMeasure=Er en måling DirScanned=Mappe skannet NoTrigger=Ingen utløser NoWidget=Ingen widget -GoToApiExplorer=Go to API explorer -ListOfPermissionsDefined=List of defined permissions -EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) -IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) -SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) -SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. -LanguageDefDesc=Enter in this files, all the key and the translation for each language file. -MenusDefDesc=Define here the menus provided by your module (once defined, they are visible into the menu editor %s) -PermissionsDefDesc=Define here the new permissions provided by your module (once defined, they are visible into the default permissions setup %s) -HooksDefDesc=Define in the module_parts['hooks'] property, in the module descriptor, the context of hooks you want to manage (list of contexts can be found by a search on 'initHooks(' in core code).
                  Edit the hook file to add code of your hooked functions (hookable functions can be found by a search on 'executeHooks' in core code). -TriggerDefDesc=Define in the trigger file the code you want to execute for each business event executed. -SeeIDsInUse=See IDs in use in your installation -SeeReservedIDsRangeHere=See range of reserved IDs -ToolkitForDevelopers=Toolkit for Dolibarr developers +GoToApiExplorer=Gå til API-utforsker +ListOfPermissionsDefined=Liste over definerte tillatelser +EnabledDesc=Betingelse for å ha dette feltet aktivt (Eksempler: 1 eller $conf->global->MYMODULE_MYOPTION) +VisibleDesc=Er feltet synlig? (Eksempler: 0=Aldri synlig, 1=Synlig på liste og opprett/oppdater/vis skjemaer, 2=Bare synlig på listen, 3=Synlig på opprett/oppdater/vis kun skjema. Bruk av negativ verdi betyr at feltet ikke vises som standard på listen, men kan velges for visning) +IsAMeasureDesc=Kan verdien av feltet bli kumulert for å få en total i listen? (Eksempler: 1 eller 0) +SearchAllDesc=Er feltet brukt til å søke fra hurtigsøkingsverktøyet? (Eksempler: 1 eller 0) +SpecDefDesc=Skriv inn all dokumentasjon du vil gi med modulen din, som ikke allerede er definert av andre faner. Du kan bruke .md eller bedre, .asciidoc-syntaksen. +LanguageDefDesc=I disse filene skriver du inn alle nøklene og oversettelsene for hver språkfil. +MenusDefDesc=Her defineres menyene som tilbys av modulen din (når de er definert, er de synlige i menyeditoren %s) +PermissionsDefDesc=Definer her de nye tillatelsene som tilbys av modulen din (med en gang de er definert, er de synlige i standardrettighetsoppsettet %s) +HooksDefDesc=Definer egenskapen module_parts ['hooks'] i modulbeskrivelsen, konteksten av hooks du vil administrere (liste over sammenhenger kan bli funnet ved et søk på ' initHooks('i kjernekode).
                  Rediger hooks-filen for å legge til kode for dine tilkoblede funksjoner (hookable funksjoner kan bli funnet ved et søk på ' executeHooks ' i kjernekode). +TriggerDefDesc=Definer koden som skal utføres for hver forretningshendelse utført, i triggerfilen. +SeeIDsInUse=Se IDer som brukes i installasjonen din +SeeReservedIDsRangeHere=Se område av reserverte IDer +ToolkitForDevelopers=Verktøy for Dolibarr-utviklere diff --git a/htdocs/langs/nb_NO/multicurrency.lang b/htdocs/langs/nb_NO/multicurrency.lang index 9737d77f622..ede19920207 100644 --- a/htdocs/langs/nb_NO/multicurrency.lang +++ b/htdocs/langs/nb_NO/multicurrency.lang @@ -17,4 +17,4 @@ rate=rate MulticurrencyReceived=Mottatt, originalvaluta MulticurrencyRemainderToTake=Restbeløp, opprinnelig valuta MulticurrencyPaymentAmount=Beløp, original valuta -AmountToOthercurrency=Amount To (in currency of receiving account) +AmountToOthercurrency=Beløp til (i valuta for mottakskonto) diff --git a/htdocs/langs/nb_NO/opensurvey.lang b/htdocs/langs/nb_NO/opensurvey.lang index 09dd74d65ca..4e885b3dc34 100644 --- a/htdocs/langs/nb_NO/opensurvey.lang +++ b/htdocs/langs/nb_NO/opensurvey.lang @@ -19,7 +19,7 @@ SelectedDays=Valgte dager TheBestChoice=Det beste valget er for øyeblikket TheBestChoices=De beste valgene er for øyeblikket with=med -OpenSurveyHowTo=Hvis du samtykker i avgi stemme i denne undersøkelsen, må du legge inn navnet ditt, velge de dataene som passer best for deg og validere med + knappen på enden av linjen +OpenSurveyHowTo=Hvis du samtykker i å avgi stemme i denne undersøkelsen, må du skrive inn navnet ditt, velge de dataene som passer best for deg og validere med + knappen på enden av linjen CommentsOfVoters=Kommentarer fra stemmeavgivere ConfirmRemovalOfPoll=Er du sikker på at du vil fjerne denne undersøkelsen (og alle svar)? RemovePoll=Fjern undersøkelse diff --git a/htdocs/langs/nb_NO/other.lang b/htdocs/langs/nb_NO/other.lang index 1ecdb76d744..65d7345324b 100644 --- a/htdocs/langs/nb_NO/other.lang +++ b/htdocs/langs/nb_NO/other.lang @@ -76,19 +76,19 @@ MaxSize=Maksimal størrelse AttachANewFile=Legg ved ny fil/dokument LinkedObject=Lenkede objekter NbOfActiveNotifications=Antall notifikasjoner (antall e-postmottakere) -PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__ -PredefinedMailTestHtml=__(Hello)__\nThis is a test mail (the word test must be in bold).
                  The two lines are separated by a carriage return.

                  __USER_SIGNATURE__ -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __PREF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ -PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ -PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__ +PredefinedMailTest=__(Hei)__\nDette er en testmelding sendt til __EMAIL__.\nDe to linjene er skilt fra hverandre med et linjeskift.\n\n__USER_SIGNATURE__ +PredefinedMailTestHtml=__(Hei)__\nDette er en test e-post (ordtesten må være i fet skrift). De to linjene skilles med et linjeskift.

                  __USER_SIGNATURE__ +PredefinedMailContentSendInvoice=__(Hei)__\n\nVedlagt faktura __REF__\n\n__ONLINE_PAYMENT_URL__\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__ +PredefinedMailContentSendInvoiceReminder=__(Hallo)__\n\nVi vil minne deg på at fakturaen __REF__ ikke er betalt. \n\n__ONLINE_PAYMENT_URL__\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__ +PredefinedMailContentSendProposal=__(Hei)__\n\nVedlagt tilbud som avtalt __PREF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__ +PredefinedMailContentSendSupplierProposal=__(Hei)__\n\nVedlagt tilbud som avtalt __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__ +PredefinedMailContentSendOrder=__(Hei)__\n\nVedlagt ordre __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__ +PredefinedMailContentSendSupplierOrder=__(Hei)__\n\nVedlagt vår bestilling __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__ +PredefinedMailContentSendSupplierInvoice=__(Hei)__\n\nVedlagt faktura __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__ +PredefinedMailContentSendShipping=__(Hei)__\n\nVedlagt finner du forsendelsesinfo __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__ +PredefinedMailContentSendFichInter=__(Hei)__\n\nVedlagt intervensjon __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__ +PredefinedMailContentThirdparty=__(Hei)__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__ +PredefinedMailContentUser=__(Hei)__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__ DemoDesc=Dolibarr er en kompakt ERP/CRM med støtte for flere forretningsmoduler. En demo som viser alle moduler gir ingen mening da dette scenariet aldri skjer (flere hundre tilgjengelig). Derforer flere demoprofiler er tilgjengelig. ChooseYourDemoProfil=Velg en demoprofil som passer best til dine krav ChooseYourDemoProfilMore=... eller bygg din egen profil
                  (manuell utvelgelse av moduler) @@ -186,7 +186,7 @@ EMailTextInterventionAddedContact=En ny intervensjon %s er blitt tildelt deg. EMailTextInterventionValidated=Intervensjonen %s har blitt validert. EMailTextInvoiceValidated=Fakturaen %s har blitt validert. EMailTextProposalValidated=Tilbudet %s har blitt validert. -EMailTextProposalClosedSigned=The proposal %s has been closed signed. +EMailTextProposalClosedSigned=Forslaget %s er lukket signert. EMailTextOrderValidated=Ordren %s har blitt validert. EMailTextOrderApproved=Ordren %s er godkjent. EMailTextOrderValidatedBy=Ordren %s er blitt registrert av %s diff --git a/htdocs/langs/nb_NO/products.lang b/htdocs/langs/nb_NO/products.lang index 149ceb28be6..71c344c3f2b 100644 --- a/htdocs/langs/nb_NO/products.lang +++ b/htdocs/langs/nb_NO/products.lang @@ -151,7 +151,7 @@ BuyingPrices=Innkjøpspris CustomerPrices=Kundepriser SuppliersPrices=Leverandørpriser SuppliersPricesOfProductsOrServices=Leverandørpriser (varer og tjenester) -CustomCode=Customs/Commodity/HS code +CustomCode=Toll-/vare-/HS-kode CountryOrigin=Opprinnelsesland Nature=Natur ShortLabel=Kort etikett diff --git a/htdocs/langs/nb_NO/projects.lang b/htdocs/langs/nb_NO/projects.lang index 18f22bd605c..7c92486ce27 100644 --- a/htdocs/langs/nb_NO/projects.lang +++ b/htdocs/langs/nb_NO/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. prosjekt ProjectRef=Prosjektsref. ProjectId=Prosjekt-ID ProjectLabel=Prosjektetikett -Project=Prosjekt -Projects=Prosjekter ProjectsArea=Prosjektområde ProjectStatus=Prosjektstatus SharedProject=Alle @@ -38,6 +36,7 @@ OpenedTasks=Åpne oppgaver OpportunitiesStatusForOpenedProjects=Mulighet-beløp på åpne prosjekter etter status OpportunitiesStatusForProjects=Mulighet - beløp på prosjekter etter status ShowProject=Vis prosjekt +ShowTask=Vis oppgave SetProject=Sett prosjekt NoProject=Ingen prosjekter definert NbOfProjects=Antall prosjekter @@ -77,6 +76,7 @@ Time=Tid ListOfTasks=Oppgaveliste GoToListOfTimeConsumed=Gå til liste for tidsbruk GoToListOfTasks=Gå til oppgaveliste +GanttView=Gantt visning ListProposalsAssociatedProject=Oversikt over tilbud relatert til dette prosjektet ListOrdersAssociatedProject=Liste over kundeordre tilknyttet prosjektet ListInvoicesAssociatedProject=Liste over kundefakturaer tilknyttet prosjektet @@ -108,6 +108,7 @@ AlsoCloseAProject=Lukk prosjekt også (hold det åpent hvis du fortsatt trenger ReOpenAProject=Åpne prosjekt ConfirmReOpenAProject=Er du sikker på at du vil gjenåpne dette prosjektet? ProjectContact=Prosjekt kontakter +TaskContact=Oppgavekontakter ActionsOnProject=Handlinger i prosjektet YouAreNotContactOfProject=Du er ikke en kontakt tilhørende dette private prosjektet UserIsNotContactOfProject=Brukeren er ikke en kontakt i dette private prosjektet @@ -115,7 +116,7 @@ DeleteATimeSpent=Slett tidsbruk ConfirmDeleteATimeSpent=Er du sikker på at du vil slette dette tidsforbruket? DoNotShowMyTasksOnly=Se oppgaver som tilhører andre, også ShowMyTasksOnly=Vis kun oppgaver som tilhører meg -TaskRessourceLinks=Ressurser +TaskRessourceLinks=Oppgavekontakter ProjectsDedicatedToThisThirdParty=Prosjekter dedikert til denne tredjepart NoTasks=Ingen oppgaver for dette prosjektet LinkedToAnotherCompany=Knyttet opp til annen tredjepart @@ -210,4 +211,4 @@ OppStatusLOST=Tapt Budget=Budsjett # Comments trans AllowCommentOnTask=Tillat brukerkommentarer på oppgaver -AllowCommentOnProject=Allow user comments on projects +AllowCommentOnProject=Tillat brukerkommentarer på prosjekter diff --git a/htdocs/langs/nb_NO/salaries.lang b/htdocs/langs/nb_NO/salaries.lang index 5a017357ac4..60e61e3367a 100644 --- a/htdocs/langs/nb_NO/salaries.lang +++ b/htdocs/langs/nb_NO/salaries.lang @@ -13,3 +13,5 @@ TJM=Gjennomsnittlig dagspris CurrentSalary=Nåværende lønn THMDescription=Denne verdien kan brukes til å kalkulere tidsforbruket på et prosjekt hvis prosjekt-modulen er i bruk TJMDescription=Dene verdien er foreløpig brukt til informasjon, og er ikke brukt i noen kalkulasjoner +LastSalaries=Siste %s lønnsutbetalinger +AllSalaries=Alle lønnsutbetalinger diff --git a/htdocs/langs/nb_NO/stocks.lang b/htdocs/langs/nb_NO/stocks.lang index f6b2af9f43e..d46f55de5ee 100644 --- a/htdocs/langs/nb_NO/stocks.lang +++ b/htdocs/langs/nb_NO/stocks.lang @@ -22,6 +22,7 @@ Movements=Bevegelser ErrorWarehouseRefRequired=Du må angi et navn på lageret ListOfWarehouses=Oversikt over lagre ListOfStockMovements=Oversikt over bevegelser +MovementId=Bevegelses-ID StockMovementForId=Bevegelse ID %d ListMouvementStockProject=Liste over varebevegelser tilknyttet prosjekt StocksArea=Område for lager @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Lagernivå må være høyt nok til å legge varen/tj StockMustBeEnoughForOrder=Lagernivå må være høyt nok til å legge varen/tjenesten til ordre (sjekk er gjort mot dagens virkelige lagernivå når du legger til en linje i ordren i forhold til hva som er regelen for automatisk lagerendring) StockMustBeEnoughForShipment= Lagernivå må være høyt nok til å legge varen/tjenesten til levering (sjekk er gjort mot dagens virkelige lagernivå når du legger til en linje i leveringen i forhold til hva som er regelen for automatisk lagerendring) MovementLabel=Bevegelsesetikett +DateMovement=Dato for bevegelse InventoryCode=Bevegelse eller varelager IsInPackage=Innhold i pakken WarehouseAllowNegativeTransfer=Lagerbeholdning kan ikke være negativ diff --git a/htdocs/langs/nb_NO/trips.lang b/htdocs/langs/nb_NO/trips.lang index c37b2709af6..00f73a97a9e 100644 --- a/htdocs/langs/nb_NO/trips.lang +++ b/htdocs/langs/nb_NO/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Reiseregning -ExpenseReports=Reiseregninger ShowExpenseReport=Vis utgiftsrapport Trips=Reiseregninger TripsAndExpenses=Reiseregninger @@ -12,6 +10,8 @@ ListOfFees=Oversikt over avgifter TypeFees=Avgiftstyper ShowTrip=Vis utgiftsrapport NewTrip=Ny reiseregning +LastExpenseReports=Siste %s utgiftsrapporter +AllExpenseReports=Alle utgiftsrapporter CompanyVisited=Firma/organisasjon besøkt FeesKilometersOrAmout=Beløp eller kilometer DeleteTrip=Slett reiseregning @@ -71,6 +71,8 @@ EX_FUE_VP=Drivstoff PV EX_TOL_VP=Toll PV EX_PAR_VP=Parkering PV EX_CAM_VP=PV vedlikehold og reparasjon +DefaultCategoryCar=Standard transportmetode +DefaultRangeNumber=Standard område nummer ErrorDoubleDeclaration=Du har opprettet en annen reiseregning i overlappende tidsperiode AucuneLigne=Ingen reiseregning er opprettet enda diff --git a/htdocs/langs/nb_NO/users.lang b/htdocs/langs/nb_NO/users.lang index 80f1546dabd..b17d7e1baa9 100644 --- a/htdocs/langs/nb_NO/users.lang +++ b/htdocs/langs/nb_NO/users.lang @@ -96,8 +96,8 @@ HierarchicView=Hierarkisk visning UseTypeFieldToChange=Bruk feltet Type til endring OpenIDURL=OpenID URL LoginUsingOpenID=Bruk OpenID til å logge inn -WeeklyHours=Hours worked (per week) -ExpectedWorkedHours=Expected worked hours per week +WeeklyHours=Timer arbeidet (per uke) +ExpectedWorkedHours=Forventet arbeidstid pr. uke ColorUser=Farge på bruker DisabledInMonoUserMode=Deaktivert i vedlikeholds-modus UserAccountancyCode=Bruker regnskapskode diff --git a/htdocs/langs/nb_NO/website.lang b/htdocs/langs/nb_NO/website.lang index b03411b700c..093f468bcd2 100644 --- a/htdocs/langs/nb_NO/website.lang +++ b/htdocs/langs/nb_NO/website.lang @@ -4,10 +4,10 @@ WebsiteSetupDesc=Sett inn antall ulike websider du ønsker. Deretter kan du redi DeleteWebsite=Slett wedside ConfirmDeleteWebsite=Er du sikker på at du vil slette denne websiden? Alle sider og innhold vil bli slettet. WEBSITE_PAGENAME=Sidenavn/alias -WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +WEBSITE_HTML_HEADER=HTML-header(felles for alle sider) +HtmlHeaderPage=HTML-spesifikk header for side WEBSITE_CSS_URL=URL til ekstern CSS-fil -WEBSITE_CSS_INLINE=CSS file content (common to all pages) +WEBSITE_CSS_INLINE=CSS-filinnhold (vanlig for alle sider) WEBSITE_JS_INLINE=Javascript-filinnhold (felles for alle sider) WEBSITE_ROBOT=Robotfil (robots.txt) WEBSITE_HTACCESS=Webområde. Htaccess-fil @@ -17,7 +17,6 @@ EditCss=Rediger stil/CSS eller HTML-header EditMenu=Rediger meny EditMedias=Rediger media EditPageMeta=Rediger Metadata -Website=Webside AddWebsite=Legg til nettside Webpage=Nettsted/container AddPage=Legg til side/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL til ekstern webserver ikke definert NoPageYet=Ingen sider ennå SyntaxHelp=Hjelp med spesifikke syntakstips YouCanEditHtmlSourceckeditor=Du kan redigere HTML kildekode ved hjelp av "Kilde" -knappen i redigeringsprogrammet. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  Du kan inkludere PHP kode i denne kilden ved hjelp av tags <?php ?>. Følgende globale variabler er tilgjengelige: $conf, $langs, $db, $mysoc, $user, $website.

                  Du kan også inkludere innhold fra en annen side/container med følgende syntaks:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  For å inkludere en lenke for å laste ned en fil lagret i dokument mappen, bruk document.php wrapperen:
                  Eksempel, for en fil i documents/ecm (må være innlogged), er syntaks:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For samme fil i documents/ecm (åpen adgang ved hjelp av sharing hash key), er syntaks:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For en fil i documents/media (åpen mappe for offentlig adgang), er syntaks:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  For å inkludere et bilde lagret i dokumentmappen, bruk viewimage.php wrapperen:
                  Eksempel, for et bilde i documents/media (åpen adgang), er syntaks:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Klon side/container CloneSite=Klon side +SiteAdded=Nettsted lagt til ConfirmClonePage=Vennligst skriv inn kode/alias for ny side og hvis det er en oversettelse av den klonede siden. PageIsANewTranslation=Den nye siden er en oversettelse av gjeldende side? LanguageMustNotBeSameThanClonedPage=Du kloner en side som en oversettelse. Språket på den nye siden må være forskjellig fra språket til kildesiden. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Eller opprett en tom side fra grunnen av... FetchAndCreate=Hent og opprett ExportSite=Eksporter nettside IDOfPage=Side-ID +WebsiteAccount=Nettstedskonto +WebsiteAccounts=Nettstedskontoer +AddWebsiteAccount=Opprett nettsidekonto diff --git a/htdocs/langs/nb_NO/withdrawals.lang b/htdocs/langs/nb_NO/withdrawals.lang index 115cf2fba13..c0e48992bd8 100644 --- a/htdocs/langs/nb_NO/withdrawals.lang +++ b/htdocs/langs/nb_NO/withdrawals.lang @@ -57,7 +57,7 @@ StatusMotif7=Rettslig avgjørelse StatusMotif8=Annen grunn CreateForSepaFRST=Opprett direktedebetsfil (SEPA FRST) CreateForSepaRCUR=Opprett direktedebitfil (SEPA RCUR) -CreateAll=Create direct debit file (all) +CreateAll=Opprett direktedebetfil (alle) CreateGuichet=Bare kontor CreateBanque=Bare bank OrderWaiting=Venter på behandling diff --git a/htdocs/langs/nl_BE/main.lang b/htdocs/langs/nl_BE/main.lang index aeb9bbddbb6..c14d487c696 100644 --- a/htdocs/langs/nl_BE/main.lang +++ b/htdocs/langs/nl_BE/main.lang @@ -43,6 +43,8 @@ Sincerely=Met vriendelijke groeten DeleteLine=Verwijder lijn ClassifyBilled=Wijzig Status naar "gefactureerd" Exports=Exporten +Website=Website +ExpenseReports=Uitgaven rapporten Select2NotFound=Geen resultaten gevonden Select2LoadingMoreResults=Laden van meer resultaten... Select2SearchInProgress=Zoeken is aan de gang... diff --git a/htdocs/langs/nl_BE/website.lang b/htdocs/langs/nl_BE/website.lang index 778e3207529..fd730ac6392 100644 --- a/htdocs/langs/nl_BE/website.lang +++ b/htdocs/langs/nl_BE/website.lang @@ -6,7 +6,6 @@ WEBSITE_CSS_URL=URL van extern CSS bestand MediaFiles=Mediabibliotheek EditMenu=Bewerk menu EditPageMeta=Meta bewerken -Website=Website PreviewOfSiteNotYetAvailable=De voorvertoning van uw website %s is nog niet beschikbaar. U moet eerst een pagina toevoegen. ViewSiteInNewTab=Bekijk de site in een nieuwe tab ViewPageInNewTab=Bekijk de pagina in een nieuwe tab diff --git a/htdocs/langs/nl_NL/admin.lang b/htdocs/langs/nl_NL/admin.lang index 014a784c8a7..bd3825a894b 100644 --- a/htdocs/langs/nl_NL/admin.lang +++ b/htdocs/langs/nl_NL/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Automatisch detecteren (taal van de browser) FeatureDisabledInDemo=Functionaliteit uitgeschakeld in de demonstratie FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Rechten BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Alleen elementen van ingeschakelde modules worden getoond. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Hiermee kunt meerdere bedrijven beheren in Dolibarr Module6000Name=Workflow Module6000Desc=Workflow beheer Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Beheer van verlofverzoeken Module20000Desc=Bevestig en volg verlofverzoeken van medewerkers Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature om e-mails met behulp van methode "PHP ma TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Regel voor te genereren suggestie- en validatiewachtwo DisableForgetPasswordLinkOnLogonPage=Verberg de link "Wachtwoord vergeten?" op de inlogpagina UsersSetup=Gebruikersmoduleinstellingen UserMailRequired=E-mail verplicht om een nieuwe gebruiker creëren -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/nl_NL/commercial.lang b/htdocs/langs/nl_NL/commercial.lang index 96922045052..a8cf47e3db3 100644 --- a/htdocs/langs/nl_NL/commercial.lang +++ b/htdocs/langs/nl_NL/commercial.lang @@ -70,3 +70,9 @@ Stats=Verkoopstatistieken StatusProsp=Prospect-status DraftPropals=Ontwerp van commerciële voorstellen NoLimit=Geen limiet +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/nl_NL/holiday.lang b/htdocs/langs/nl_NL/holiday.lang index dd9942207fc..fd6b7ffd558 100644 --- a/htdocs/langs/nl_NL/holiday.lang +++ b/htdocs/langs/nl_NL/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/nl_NL/mails.lang b/htdocs/langs/nl_NL/mails.lang index 4bc7aa6e84d..224b8427df2 100644 --- a/htdocs/langs/nl_NL/mails.lang +++ b/htdocs/langs/nl_NL/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unieke contacten van bedrijven MailNoChangePossible=Ontvangers voor gevalideerde EMailings kunnen niet worden gewijzigd SearchAMailing=Zoek een EMailing SendMailing=Verzend EMailing -SendMail=Verzend e-mail SentBy=Verzonden door MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=U kunt ze echter online verzenden door toevoeging van de parameter MAILING_LIMIT_SENDBYWEB met een waarde van het maximaal aantal e-mails dat u wilt verzenden per sessie. diff --git a/htdocs/langs/nl_NL/main.lang b/htdocs/langs/nl_NL/main.lang index 65a140c45c7..011d1c10c3a 100644 --- a/htdocs/langs/nl_NL/main.lang +++ b/htdocs/langs/nl_NL/main.lang @@ -266,8 +266,10 @@ DateApprove2=Goedkeurings datum (tweede goedkeuring) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Gebruiker aanmaken UserModificationShort=Gebruiker wijzigen +UserValidationShort=Valid. user DurationYear=jaar DurationMonth=maand DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Verzend per mail MailSentBy=E-mail verzonden door TextUsedInTheMessageBody=E-mailinhoud SendAcknowledgementByMail=Send confirmation email +SendMail=Verzend e-mail EMail=E-mail NoEMail=Geen e-mail Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Onkostennota's HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatisch berekend @@ -818,6 +825,9 @@ Websites=Web sites Events=Gebeurtenissen EMailTemplates=Email documentensjablonen FileNotShared=File not shared to exernal public +Project=Project +Projects=Projecten +Rights=Rechten # Week day Monday=Maandag Tuesday=Dinsdag diff --git a/htdocs/langs/nl_NL/members.lang b/htdocs/langs/nl_NL/members.lang index eea17fbdbca..1cd17e1d894 100644 --- a/htdocs/langs/nl_NL/members.lang +++ b/htdocs/langs/nl_NL/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Omzet (voor een bedrijf) of Budget (voor een stichting) DefaultAmount=Standaard hoeveelheid van het abonnement CanEditAmount=Bezoeker kan kiezen / wijzigen bedrag van zijn inschrijving MEMBER_NEWFORM_PAYONLINE=Spring op geïntegreerde online betaalpagina -ByProperties=Volgens eigenschappen -MembersStatisticsByProperties=Leden statistiek volgens eigenschappen +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Dit scherm toont statistieken over de leden per aard. MembersByRegion=Dit scherm tonen statistieken over de leden per streek. VATToUseForSubscriptions=BTW tarief voor inschrijvingen diff --git a/htdocs/langs/nl_NL/modulebuilder.lang b/htdocs/langs/nl_NL/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/nl_NL/modulebuilder.lang +++ b/htdocs/langs/nl_NL/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/nl_NL/projects.lang b/htdocs/langs/nl_NL/projects.lang index 678ad117dc1..3b9ef4c1fac 100644 --- a/htdocs/langs/nl_NL/projects.lang +++ b/htdocs/langs/nl_NL/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projecten ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Iedereen @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Toon project +ShowTask=Toon taak SetProject=Stel project in NoProject=Geen enkel project gedefinieerd of in eigendom NbOfProjects=Aantal projecten @@ -77,6 +76,7 @@ Time=Tijd ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Lijst van aan het project verbonden offertes ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Project heropenen ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Projectcontacten +TaskContact=Task contacts ActionsOnProject=Acties in het project YouAreNotContactOfProject=U bent geen contactpersoon van dit privé project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Verwijder gespendeerde tijd ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Bekijk ook taken niet aan mij toegewezen ShowMyTasksOnly=Bekijk alleen taken die aan mij toegewezen -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projecten gewijd aan deze derde partij NoTasks=Geen taken voor dit project LinkedToAnotherCompany=Gekoppeld aan een andere derde partij diff --git a/htdocs/langs/nl_NL/salaries.lang b/htdocs/langs/nl_NL/salaries.lang index f5d73961361..31d15ddde38 100644 --- a/htdocs/langs/nl_NL/salaries.lang +++ b/htdocs/langs/nl_NL/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Huidige salaris THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/nl_NL/stocks.lang b/htdocs/langs/nl_NL/stocks.lang index a17b6be09e2..fc7bae6577b 100644 --- a/htdocs/langs/nl_NL/stocks.lang +++ b/htdocs/langs/nl_NL/stocks.lang @@ -22,6 +22,7 @@ Movements=Mutaties ErrorWarehouseRefRequired=Magazijnreferentienaam is verplicht ListOfWarehouses=Magazijnenlijst ListOfStockMovements=Voorraadmutatielijst +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Magazijnen @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label van de verplaatsing +DateMovement=Date of movement InventoryCode=Verplaatsing of inventaris code IsInPackage=Vervat in pakket WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/nl_NL/trips.lang b/htdocs/langs/nl_NL/trips.lang index 47fd3bef8a8..f3c1c947a15 100644 --- a/htdocs/langs/nl_NL/trips.lang +++ b/htdocs/langs/nl_NL/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Onkostennota's ShowExpenseReport=Show expense report Trips=Onkostennota's TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=Vergoedingenlijst TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Kilometerskosten DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/nl_NL/website.lang b/htdocs/langs/nl_NL/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/nl_NL/website.lang +++ b/htdocs/langs/nl_NL/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/pl_PL/admin.lang b/htdocs/langs/pl_PL/admin.lang index bdde8ca03e7..fac92a21577 100644 --- a/htdocs/langs/pl_PL/admin.lang +++ b/htdocs/langs/pl_PL/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignoruj błędy zduplikowanych rekordów (INSERT IGNORE) AutoDetectLang=Autodetekcja (język przeglądarki) FeatureDisabledInDemo=Funkcja niedostępna w wersji demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Uprawnienia BoxesDesc=Widgety są komponentami pokazującymi pewne informacje, które możesz dodać w celu spersonalizowania niektórych stron. Możesz wybrać pomiędzy pokazaniem wigetu lub nie poprzez wybranie docelowej strony i kliknięcie "Aktywacja", lub poprzez kliknięcie na kosz w celu wyłączenia go. OnlyActiveElementsAreShown=Tylko elementy z aktywnych modułów są widoczne. ModulesDesc=Moduły Dolibarr definiują, która aplikacja / funkcja jest włączona w oprogramowaniu. Niektóre aplikacje / moduły wymagają uprawnień, które musisz przyznać użytkownikom po ich aktywacji. Kliknij przycisk ON/OFF, aby włączyć moduł/aplikację. @@ -593,7 +592,7 @@ Module5000Desc=Pozwala na zarządzanie wieloma firmami Module6000Name=Workflow Module6000Desc=Zarządzania przepływem pracy Module10000Name=Strony internetowe -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Zarządzanie "Pozostaw Żądanie" Module20000Desc=Zadeklaruj oraz nadzoruj wnioski pracowników dotyczące wyjść z pracy Module39000Name=Partia produktów @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Funkcja wysłać maile za pomocą metody "PHP poc TranslationSetup=Ustawienia tłumaczenia TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Artykuł sugerował, aby wygenerować hasła DisableForgetPasswordLinkOnLogonPage=Nie pokazuj link "Zapomniałeś hasła" na stronie logowania UsersSetup=Użytkownicy modułu konfiguracji UserMailRequired=Email wymagane, aby utworzyć nowego użytkownika -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=Ustawianie modułu HR ##### Company setup ##### diff --git a/htdocs/langs/pl_PL/commercial.lang b/htdocs/langs/pl_PL/commercial.lang index 3d7f2e83a7e..ec04d04420e 100644 --- a/htdocs/langs/pl_PL/commercial.lang +++ b/htdocs/langs/pl_PL/commercial.lang @@ -70,3 +70,9 @@ Stats=Statystyka sprzedaży StatusProsp=Stan oferty DraftPropals=Szkic oferty handlowej NoLimit=Bez limitu +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/pl_PL/holiday.lang b/htdocs/langs/pl_PL/holiday.lang index edf691bb181..1e80d8c5f89 100644 --- a/htdocs/langs/pl_PL/holiday.lang +++ b/htdocs/langs/pl_PL/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Anulowanie wniosku urlopowego EmployeeLastname=Nazwisko pracownika EmployeeFirstname=Imię pracownika TypeWasDisabledOrRemoved=Typ urlopu (id %s) zostało wyłączone lub usunięte +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Ostatnia automatyczna aktualizacja alokacji urlopów diff --git a/htdocs/langs/pl_PL/mails.lang b/htdocs/langs/pl_PL/mails.lang index df0124e14e8..6dbeb4b3601 100644 --- a/htdocs/langs/pl_PL/mails.lang +++ b/htdocs/langs/pl_PL/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unikalne kontakty firm MailNoChangePossible=Odbiorcy dla potwierdzonych mailingów nie mogą być zmienieni SearchAMailing=Szukaj mailingu SendMailing=Wyślij mailing -SendMail=Wyślij mail SentBy=Wysłane przez MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Możesz jednak wysłać je w sieci poprzez dodanie parametru MAILING_LIMIT_SENDBYWEB o wartości max liczba wiadomości e-mail, który chcesz wysłać przez sesji. diff --git a/htdocs/langs/pl_PL/main.lang b/htdocs/langs/pl_PL/main.lang index 6226309ffca..8703c8c7ddc 100644 --- a/htdocs/langs/pl_PL/main.lang +++ b/htdocs/langs/pl_PL/main.lang @@ -266,8 +266,10 @@ DateApprove2=Termin zatwierdzania (drugie zatwierdzenie) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Utwórz użytkownika UserModificationShort=Zmień użytkownika +UserValidationShort=Valid. user DurationYear=rok DurationMonth=miesiąc DurationWeek=tydzień @@ -608,6 +610,7 @@ SendByMail=Wyślij przez email MailSentBy=E-mail został wysłany przez TextUsedInTheMessageBody=Zawartość emaila SendAcknowledgementByMail=Wyślij email potwierdzający +SendMail=Wyślij mail EMail=E-mail NoEMail=Brak e-mail Email=Adres e-mail @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Ustaw walutę BulkActions=Masowe działania ClickToShowHelp=Kliknij, aby wyświetlić pomoc etykiety +Website=Strona WWW +WebSites=Web sites +ExpenseReport=Raport kosztów +ExpenseReports=Raporty kosztów HR=Dział personalny HRAndBank=HR and Bank AutomaticallyCalculated=Automatycznie wykalkulowane @@ -818,6 +825,9 @@ Websites=Web sites Events=Wydarzenia EMailTemplates=Szablony wiadomości e-mail FileNotShared=File not shared to exernal public +Project=Projekt +Projects=Projekty +Rights=Uprawnienia # Week day Monday=Poniedziałek Tuesday=Wtorek diff --git a/htdocs/langs/pl_PL/members.lang b/htdocs/langs/pl_PL/members.lang index 613c9efb803..bdcdb2130c8 100644 --- a/htdocs/langs/pl_PL/members.lang +++ b/htdocs/langs/pl_PL/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Obrót (dla firmy) lub Budżet (na fundamencie) DefaultAmount=Domyślną kwotę abonamentu CanEditAmount=Użytkownik może wybrać / edytować kwotę swojej subskrypcji MEMBER_NEWFORM_PAYONLINE=Przejdź na zintegrowanej stronie płatności online -ByProperties=Według cech -MembersStatisticsByProperties=Użytkownicy statystyki cech +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Ten ekran wyświetli statystyki dotyczące członków przez naturę. MembersByRegion=Ten ekran wyświetli statystyki dotyczące członków w regionie. VATToUseForSubscriptions=Stawka VAT użyć do subskrypcji diff --git a/htdocs/langs/pl_PL/modulebuilder.lang b/htdocs/langs/pl_PL/modulebuilder.lang index f4ad7124760..2e16a9ae7f3 100644 --- a/htdocs/langs/pl_PL/modulebuilder.lang +++ b/htdocs/langs/pl_PL/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=Plik %s już istnieje @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/pl_PL/projects.lang b/htdocs/langs/pl_PL/projects.lang index 6d05c391336..294a7be0a5d 100644 --- a/htdocs/langs/pl_PL/projects.lang +++ b/htdocs/langs/pl_PL/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. projekt ProjectRef=Numer referencyjny projektu ProjectId=Projekt Id ProjectLabel=Etykieta projektu -Project=Project -Projects=Projekty ProjectsArea=Obszar projektów ProjectStatus=Status projektu SharedProject=Wszyscy @@ -38,6 +36,7 @@ OpenedTasks=Otwarte zadania OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Pokaż projekt +ShowTask=Pokaż zadanie SetProject=Ustaw projekt NoProject=Żadny projekt niezdefiniowany lub nie jest twoją własnością NbOfProjects=Liczba projektów @@ -77,6 +76,7 @@ Time=Czas ListOfTasks=Lista zadań GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Idź do listy zadań +GanttView=Gantt View ListProposalsAssociatedProject=Lista ofert handlowcych związanych z projektem ListOrdersAssociatedProject=Lista zamówień klientów powiązanych z projektem ListInvoicesAssociatedProject=Lista faktur klientów powiązanych z projektem @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Otwórz projekt ConfirmReOpenAProject=Czy otworzyć na nowo ten projekt? ProjectContact=Kontakty projektu +TaskContact=Task contacts ActionsOnProject=Działania w ramach projektu YouAreNotContactOfProject=Nie jestes kontaktem tego prywatnego projektu UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Usuń czas spędzony ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Zobacz również zadania nie przypisane do mnie ShowMyTasksOnly=Wyświetl tylko zadania przypisane do mnie -TaskRessourceLinks=Zasoby +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projekty poświęcone tej stronie trzeciej NoTasks=Brak zadań dla tego projektu LinkedToAnotherCompany=Powiązane z innymą częścią trzecią diff --git a/htdocs/langs/pl_PL/salaries.lang b/htdocs/langs/pl_PL/salaries.lang index 524b72b172d..bf440ac22ab 100644 --- a/htdocs/langs/pl_PL/salaries.lang +++ b/htdocs/langs/pl_PL/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Aktualne wynagrodzenie THMDescription=Ta wartość może być użyta do obliczenia kosztów poniesionych przy projekcie do którego przystąpili użytkownicy jeżeli moduł projektów jest używany TJMDescription=Ta wartość jest aktualnie jedynie informacją i nie jest wykorzystywana do jakichkolwiek obliczeń +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/pl_PL/stocks.lang b/htdocs/langs/pl_PL/stocks.lang index 3aa15b4e2a5..34ee2d4babc 100644 --- a/htdocs/langs/pl_PL/stocks.lang +++ b/htdocs/langs/pl_PL/stocks.lang @@ -22,6 +22,7 @@ Movements=Ruchy ErrorWarehouseRefRequired=Nazwa referencyjna magazynu wymagana ListOfWarehouses=Lista magazynów ListOfStockMovements=Wykaz stanu magazynowego +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Powierzchnia magazynów @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Etykieta ruchu +DateMovement=Date of movement InventoryCode=Ruch lub kod inwentaryzacji IsInPackage=Zawarte w pakiecie WarehouseAllowNegativeTransfer=Zapas może być ujemny diff --git a/htdocs/langs/pl_PL/trips.lang b/htdocs/langs/pl_PL/trips.lang index 8a0ba131b13..307f12a9850 100644 --- a/htdocs/langs/pl_PL/trips.lang +++ b/htdocs/langs/pl_PL/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Raport kosztów -ExpenseReports=Raporty kosztów ShowExpenseReport=Pokaż raport kosztowy Trips=Raporty kosztów TripsAndExpenses=Raporty kosztów @@ -12,6 +10,8 @@ ListOfFees=Wykaz opłat TypeFees=Rodzaje opłat ShowTrip=Pokaż raport kosztowy NewTrip=Nowy raport kosztów +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Kwota lub kilometry DeleteTrip=Usuń raport kosztów @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Masz oświadczył kolejny raport wydatków do podobnego zakresu dat. AucuneLigne=Nie ma jeszcze raportu wydatki deklarowane diff --git a/htdocs/langs/pl_PL/website.lang b/htdocs/langs/pl_PL/website.lang index a5100d99c4a..635c7d92bce 100644 --- a/htdocs/langs/pl_PL/website.lang +++ b/htdocs/langs/pl_PL/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Skasuj stronę ConfirmDeleteWebsite=Jesteś pewny że chcesz skasować stronę? Całą jej zawartość zostanie usunięta. WEBSITE_PAGENAME=Nazwa strony WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL zewnętrznego pliku CSS WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edytuj styl / CSS lub nagłówek HTML EditMenu=Edytuj Menu EditMedias=Edit medias EditPageMeta=Edytuj koniec -Website=Strona WWW AddWebsite=Add website Webpage=Web page/container AddPage=Dodaj stronę @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=Brak stron SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Duplikuj stronę +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/pt_BR/accountancy.lang b/htdocs/langs/pt_BR/accountancy.lang index 48d43fcbebc..5b41ecb5372 100644 --- a/htdocs/langs/pt_BR/accountancy.lang +++ b/htdocs/langs/pt_BR/accountancy.lang @@ -56,7 +56,6 @@ Code_tiers=Terceiro LabelAccount=Conta rótulo Sens=Significado TransactionNumShort=Nº da transação -AccountingCategory=Grupos personalizados GroupByAccountAccounting=Agrupar pela conta da Contabilidade NotMatch=Não Definido DelYear=Ano a ser deletado diff --git a/htdocs/langs/pt_BR/admin.lang b/htdocs/langs/pt_BR/admin.lang index 1063202a47d..22bbcbe7fec 100644 --- a/htdocs/langs/pt_BR/admin.lang +++ b/htdocs/langs/pt_BR/admin.lang @@ -1,5 +1,4 @@ # Dolibarr language file - Source file is en_US - admin -Publisher=Editor VersionProgram=Versão Programa VersionLastInstall=Versão de instalação inicial VersionLastUpgrade=Atualização versão mais recente @@ -174,13 +173,9 @@ ModulesDevelopYourModule=Desenvolver seus próprios app/módulos ModulesDevelopDesc=Você pode desenvolver ou encontrar um parceiro que faça isso, o seu módulo personalizado DOLISTOREdescriptionLong=Ao invés de trocar para o website em www.dolistore.com para encontrar um módulo externo, você pode usar esta ferramenta integrada que realizará a busca na loja virtual externa pra você (pode ser lento, precisa de um acesso à Internet)... FreeModule=Grátis -CompatibleUpTo=Compatível com a versão %s NotCompatible=Este módulo não parece ser compatível com o seu Dolibarr %s (Mín %s - Máx %s). CompatibleAfterUpdate=Este módulo exige uma atualização do seu Dolibarr %s (Mín %s - Máx %s). SeeInMarkerPlace=Ver na Loja Virtual -Updated=Atualizado -Nouveauté=Novidade -AchatTelechargement=Comprar / Download GoModuleSetupArea=Para lançar/instalar um novo módulo, vá para a área de configuração do Módulo em %s. DoliStoreDesc=DoliStore, o site oficial para baixar módulos externos. DoliPartnersDesc=Lista das empresas que realizam o serviço de desenvolvimento de módulos ou funcionalidades personalizadas (Nota: qualquer pessoa com experiência na programação em PHP pode realizar o desenvolvimento personalizado para um projeto com código fonte aberto) @@ -319,7 +314,6 @@ NoSmsEngine=Sem gestor de envido de SMS disponível. Por default o gestor de env PDFDesc=Você pode configurar cada opção global relacionada com geração de PDF PDFAddressForging=Regras para forjar caixas de endereços HideAnyVATInformationOnPDF=Esconder todas as informações relacionadas com ICMS na geração de PDF -PDFLocaltax=Regras para %s HideLocalTaxOnPDF=Ocultar %s taxa na coluna de taxa de venda no PDF HideDescOnPDF=Esconder todas as descrições de produto na geração de PDF HideRefOnPDF=Esconder ref. dos produtos na geração de PDF @@ -499,7 +493,6 @@ Module5000Name=Multi-Empresas Module5000Desc=Permite gerenciar várias empresas Module6000Name=Fluxo de Trabalho Module6000Desc=Gestor de Fluxo de Trabalho -Module10000Desc=Criar websites públicos com um editor WYSIWYG. Configure apenas o seu servidor web para direcionar para um diretório dedicado para tê-lo online na Internet. Module20000Name=Gerenciamento de folgas e férias Module20000Desc=Autorizar e acompanhar solicitações de licença de funcionários Module39000Desc=Lote ou número de serie, para compra e venda administrado produtos @@ -776,7 +769,6 @@ DictionarySendingMethods=Métodos do transporte DictionaryStaff=Pessoal DictionaryOrderMethods=Métodos de compra DictionarySource=Origem das propostas / ordens -DictionaryAccountancyCategory=Grupos personalizados DictionaryAccountancysystem=Modelos para o plano de contas DictionaryAccountancyJournal=Relatórios da contabilidade DictionaryEMailTemplates=Modelos de E-mails @@ -943,11 +935,9 @@ SimpleNumRefModelDesc=Retorna o número de referênciaReturns com o formato %syy ShowProfIdInAddress=Mostrar id proficional com endereço no documento ShowVATIntaInAddress=Esconder ICMS dentro num com endereços no documento MAIN_DISABLE_METEO=Desativar visualização meteo -MeteoStdMod=Modo padrão MeteoStdModEnabled=Modo padrão habilitado MeteoPercentageMod=Modo porcentagem MeteoPercentageModEnabled=Modo de porcentagem habilitado -MeteoUseMod=Clique para usar %s TestLoginToAPI=Teste de login para API ProxyDesc=Algumas funções do Dolibarr precisam ter acesso a internet para funcionar. Defina esses parâmetros aqui. se o servidor Dolibarr esta atrás de um servidor de proxy, esses parâmetros falam pro Dolibarr como acessar a internet através disso. MAIN_PROXY_USE=Use um servidor de proxy (caso contrário acesso direto a internet) @@ -970,7 +960,6 @@ PathToDocuments=Caminho para documentos SendmailOptionMayHurtBuggedMTA=Função para envios de correspondência usando o método "PHP mail direct" irá gerar uma mensagem na correspondência que pode não estar corretamente analisada por algum servidor de recepção de correspondência. Resultando que essa correspondência não pode ser lida pela pessoa hostiada por essa plataforma bugada. É caso de alguns provedores de internet (Ex: Orange na França). Isso não é um problema para o Dolibarr nem dentro PHP mas para servidor receptor de correspondência. Você pode contudo adicionar a opção MAIN_FIX_FOR_BUGGED_MTA para 1 dentro da configuração, outra modificação do Dolibarr para evitar isso. Contudo você pode sofrer problemas com outros servidores que respeitão estritamente os padrões SMTP. A outra solução (RECOMENDADA) é usar o método "SMTP socket library" que não tem desvantagens. TranslationKeySearch=Buscar uma chave ou variável de tradução TranslationOverwriteKey=Sobrescrever uma variável de tradução -TranslationDesc=Como definir o idioma exibido no aplicativo :
                  * Systemwide: menu Início - Configuração - Exibição
                  * Por usuário : Configuração da exibição por usuário aba do cartão do usuário (clique no nome do usuário na parte superior da tela). TranslationOverwriteDesc=Você também pode sobrescrever as variáveis preenchendo a tabela a seguir. Escolha o seu idioma a partir do "%s" dropdown, insira a variável com a chave da transação em "%s" e a sua nova tradução em "%s" TranslationOverwriteDesc2=Você pode usar a outra aba para lhe ajudar a conhecer a chave de tradução a ser empregada TranslationString=Variável de tradução @@ -1005,8 +994,6 @@ RuleForGeneratedPasswords=Regra para sugerir uma senha gerada ou validação de DisableForgetPasswordLinkOnLogonPage=Não mostrar o link "Esqueceu a senha" na página de login UsersSetup=Configurações de módulo de usuários UserMailRequired=EMail é necessário para criação de um novo usuário -DefaultCategoryCar=Categoria de carro padrão -DefaultRangeNumber=Número da faixa padrão HRMSetup=Configuração do módulo RH CompanySetup=Configurações de módulo das empresas CompanyCodeChecker=Módulo de geração e verificação de códigos de terceiros (cliente ou fornecedor) @@ -1069,7 +1056,6 @@ MembersSetup=Configurações de módulo de membros AdherentLoginRequired=Gestor de login para cada membro AdherentMailRequired=E-Mail é obrigatório para criar um novo membro MemberSendInformationByMailByDefault=Marque o checkbox para enviar confirmação de correspondência para membros (validação ou nova contribuição) é ativo por default -VisitorCanChooseItsPaymentMode=O visitante pode escolher entre os modos de pagamento disponíveis LDAPSetup=Configurações do LDAP LDAPUsersSynchro=Usuários LDAPContactsSynchro=Contatos diff --git a/htdocs/langs/pt_BR/commercial.lang b/htdocs/langs/pt_BR/commercial.lang index 1b565c3d549..7c4282502d2 100644 --- a/htdocs/langs/pt_BR/commercial.lang +++ b/htdocs/langs/pt_BR/commercial.lang @@ -8,7 +8,6 @@ AddActionRendezVous=Criar um evento de reunião ConfirmDeleteAction=Tem certeza que quer deleitaar este evento ? CardAction=Ficha de evento ActionOnContact=Contato relacionado -ShowTask=Mostrar tarefa ShowAction=Mostrar evento ActionsReport=Relatório de eventos SalesRepresentative=Representante comercial diff --git a/htdocs/langs/pt_BR/main.lang b/htdocs/langs/pt_BR/main.lang index 791b9fd72f2..70e052421b7 100644 --- a/htdocs/langs/pt_BR/main.lang +++ b/htdocs/langs/pt_BR/main.lang @@ -122,7 +122,6 @@ Limit=Límite Logout=Sair NoLogoutProcessWithAuthMode=No recurso de desconexão aplicativo com modo de autenticação Connection=Login -Now=Agora HourStart=Comece hora DateAndHour=Data e hora DateEnd=Data de término @@ -353,6 +352,7 @@ Calendar=Calendário GroupBy=Agrupar por ViewFlatList=Visão da lista resumida Fiscalyear=Ano fiscal +Website=Web Site EMailTemplates=Modelos de E-mails Saturday=Sabado SaturdayMin=Sab diff --git a/htdocs/langs/pt_BR/members.lang b/htdocs/langs/pt_BR/members.lang index 7784dedbe0c..772834e0394 100644 --- a/htdocs/langs/pt_BR/members.lang +++ b/htdocs/langs/pt_BR/members.lang @@ -92,8 +92,6 @@ NbOfSubscriptions=Número de inscrições TurnoverOrBudget=Volume de negócios (para uma empresa) ou de orçamento (para uma fundação) CanEditAmount=Visitante pode escolher/editar quantidade da sua subscrição MEMBER_NEWFORM_PAYONLINE=Ir na página de pagamento online integrado -ByProperties=Por características -MembersStatisticsByProperties=Membros estatísticas por características MembersByNature=Esta tela mostrará estatísticas por natureza de usuários. MembersByRegion=Esta tela mostrará estatísticas sobre usuários por região. VATToUseForSubscriptions=Taxa de VAT para utilizar as assinaturas diff --git a/htdocs/langs/pt_BR/products.lang b/htdocs/langs/pt_BR/products.lang index f4a043a2964..0bfbbc8745a 100644 --- a/htdocs/langs/pt_BR/products.lang +++ b/htdocs/langs/pt_BR/products.lang @@ -109,7 +109,6 @@ MultipriceRules=Regras de preços por segmento UseMultipriceRules=Usar regras de preços do segmento (definido na configuração do módulos produto) para calcular automaticamente o preço de todos os segmentos de acordo com o primeiro segmento PercentVariationOver=%% variação sobre %s PercentDiscountOver=%% disconto sobre %s -Build=Produzir ProductsMultiPrice=Produtos e preços de cada segmento ProductsOrServiceMultiPrice=Preços de Clientes (de produtos ou serviços, multi-preços) ProductSellByQuarterHT=Volume de negócios trimestral antes de impostos os produtos diff --git a/htdocs/langs/pt_BR/projects.lang b/htdocs/langs/pt_BR/projects.lang index b04ef17e381..7d0416f8029 100644 --- a/htdocs/langs/pt_BR/projects.lang +++ b/htdocs/langs/pt_BR/projects.lang @@ -25,6 +25,7 @@ OpenedTasks=Tarefas em andamento OpportunitiesStatusForOpenedProjects=Montante de oportunidades de projetos abertos de acordo com a situação OpportunitiesStatusForProjects=Montante de oportunidades dos projetos pela situação ShowProject=Mostrar projeto +ShowTask=Mostrar tarefa NoProject=Nenhum Projeto Definido NbOfProjects=Nº de projetos TimeSpent=Dispêndio de tempo diff --git a/htdocs/langs/pt_BR/trips.lang b/htdocs/langs/pt_BR/trips.lang index e7af8b3bb68..e237907482d 100644 --- a/htdocs/langs/pt_BR/trips.lang +++ b/htdocs/langs/pt_BR/trips.lang @@ -1,5 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReports=Os relatórios de despesas ShowExpenseReport=Mostrar relatório de despesas Trips=Os relatórios de despesas TripsAndExpenses=Relatórios de despesas @@ -24,6 +23,7 @@ TF_TRIP=Transporte TF_TRAIN=Trem TF_BUS=Ônibus TF_PEAGE=Pedágio +DefaultRangeNumber=Número da faixa padrão ErrorDoubleDeclaration=Você declarou outro relatório de despesas em um intervalo de datas semelhante. AucuneLigne=Não há relatório de despesas declaradas ainda ModePaiement=Forma de pagamento diff --git a/htdocs/langs/pt_BR/website.lang b/htdocs/langs/pt_BR/website.lang index 26071a93156..b9f69199817 100644 --- a/htdocs/langs/pt_BR/website.lang +++ b/htdocs/langs/pt_BR/website.lang @@ -6,7 +6,6 @@ WEBSITE_PAGENAME=Nome da Página/Apelido WEBSITE_CSS_URL=URL do arquivo CSS externo. MediaFiles=Biblioteca de mídias EditPageMeta=Editar Meta -Website=Web Site PreviewOfSiteNotYetAvailable=A Pré-visualização do seu website %s ainda não está disponível. Primeiro você deverá adicionar uma página. ViewSiteInNewTab=Visualizar site numa nova aba ViewPageInNewTab=Visualizar página numa nova aba diff --git a/htdocs/langs/pt_PT/accountancy.lang b/htdocs/langs/pt_PT/accountancy.lang index 384a68acf44..65722e81fd5 100644 --- a/htdocs/langs/pt_PT/accountancy.lang +++ b/htdocs/langs/pt_PT/accountancy.lang @@ -154,7 +154,7 @@ Sens=Sentido Codejournal=Diário NumPiece=Número da peça TransactionNumShort=Núm. de transação -AccountingCategory=Personalized groups +AccountingCategory=Grupos personalizados GroupByAccountAccounting=Agrupar por conta contabilística AccountingAccountGroupsDesc=You can define here some groups of accounting account. It will be used in the report %s to show your income/expense with data grouped according to these groups. ByAccounts=Por contas diff --git a/htdocs/langs/pt_PT/admin.lang b/htdocs/langs/pt_PT/admin.lang index a6683f2bb61..b4a1fd68149 100644 --- a/htdocs/langs/pt_PT/admin.lang +++ b/htdocs/langs/pt_PT/admin.lang @@ -1,7 +1,7 @@ # Dolibarr language file - Source file is en_US - admin Foundation=Fundação Version=Versão -Publisher=Publisher +Publisher=Editor VersionProgram=Versão do programa VersionLastInstall=Versão inicial instalada VersionLastUpgrade=Última atualização da versão @@ -132,7 +132,7 @@ MaxNbOfLinesForBoxes=Número máximo de linhas para os widgets PositionByDefault=Ordem predefinida Position=Posição MenusDesc=Os gestores de menu definem o conteúdo das duas barras de menu (horizontal e vertical) -MenusEditorDesc=The menu editor allows you to define custom menu entries. Use it carefully to avoid instability and permanently unreachable menu entries.
                  Some modules add menu entries (in menu All mostly). If you remove some of these entries by mistake, you can restore them disabling and reenabling the module. +MenusEditorDesc=O editor de menu permite-lhe definir as entradas de menu personalizadas. Utilize com cuidado para evitar instabilidade e entradas de menu inválidas.
                  Alguns módulos adicionam entradas de menu (principalmente no menu Todos). Se remover algumas destas entradas por engano, poderá restaurá-las, desativando e reativando o módulo. MenuForUsers=Menu para os utilizadores LangFile=Ficheiro .lang System=Sistema @@ -189,25 +189,24 @@ IgnoreDuplicateRecords=Ignorar erros de registos duplicados (INSERT IGNORE) AutoDetectLang=Autodeteção (navegador) FeatureDisabledInDemo=Opção desativada em demo FeatureAvailableOnlyOnStable=Funcionalidade apenas disponível em versões estáveis ​​oficiais -Rights=Permissões BoxesDesc=Widgets são componentes que mostram alguma informação, os quais pode adicionar a algumas páginas. Pode escolher entre mostrar a widget ou não selecionando a página alvo e clicar em 'Ativar', ou clicando no caixote do lixo para a desativar. OnlyActiveElementsAreShown=Só são mostrados os elementos de módulos ativos. ModulesDesc=Os módulos Dolibarr definem as funcionalidades que estão ativas no programa. Alguns módulos requerem permissões de utilizadores, depois de serem ativados. Clique no botão on/off para ativar o módulo/funcionalidade. ModulesMarketPlaceDesc=Pode encontrar mais módulos para descarregar noutros sites da internet... ModulesDeployDesc=Se as permissões no seu sistema de ficheiros o permitir, você pode usar esta ferramenta para implementar um módulo externo. O módulo será então visível no separador %s. -ModulesMarketPlaces=Find external app/modules -ModulesDevelopYourModule=Develop your own app/modules -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module +ModulesMarketPlaces=Procurar aplicações/módulos externos +ModulesDevelopYourModule=Desenvolva as suas próprias aplicações/módulos +ModulesDevelopDesc=Pode desenvolver ou encontrar um parceiro para desenvolver por você, o seu módulo personalizado DOLISTOREdescriptionLong=Instead of switching on www.dolistore.com web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)... NewModule=Novo -FreeModule=Free -CompatibleUpTo=Compatible with version %s +FreeModule=Livre +CompatibleUpTo=Compatível com a versão %s NotCompatible=This module does not seem compatible with your Dolibarr %s (Min %s - Max %s). CompatibleAfterUpdate=This module requires an update to your Dolibarr %s (Min %s - Max %s). SeeInMarkerPlace=See in Market place -Updated=Updated -Nouveauté=Novelty -AchatTelechargement=Buy / Download +Updated=Atualizado +Nouveauté=Novidade +AchatTelechargement=Comprar / Download GoModuleSetupArea=Para implementar/instalar um novo módulo, vá para a área de configuração do Módulo em %s. DoliStoreDesc=DoliStore, o mercado oficial para módulos externos Dolibarr ERP/CRM DoliPartnersDesc=Lista de empresas que desenvolvem módulos ou funcionalidades personalizadas (Nota: qualquer pessoa com experiência em programação PHP pode proporcionar o desenvolvimento personalizado para um projeto open source) @@ -260,17 +259,17 @@ Content=Conteúdo NoticePeriod=Período de aviso NewByMonth=Novo por mês Emails=Emails -EMailsSetup=Emails setup -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless. +EMailsSetup=Configuração de emails +EMailsDesc=Esta página permite substituir os parâmetros PHP relacionados com o envio de emails. Na maioria dos casos em sistemas operativos Unix/Linux, a configuração PHP está correta e estes parâmetros são inúteis. EmailSenderProfiles=Emails sender profiles MAIN_MAIL_SMTP_PORT=Porta de SMTP/SMTPS (Por predefinição no php.ini: %s) MAIN_MAIL_SMTP_SERVER=Servidor SMTP/SMTPS (Por predefinição no php.ini: %s) MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Porta do servidor SMTP (Não definido em PHP em sistemas de tipo Unix) MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=Servidor SMTP/SMTPS (Não definido em PHP em sistemas de tipo Unix) -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: %s) -MAIN_MAIL_ERRORS_TO=Sender email used for error returns emails sent +MAIN_MAIL_EMAIL_FROM=Email do emissor para envios email automáticos (Por defeito em php.ini: %s) +MAIN_MAIL_ERRORS_TO=Remetente de email usado para emails enviados que retornaram erro MAIN_MAIL_AUTOCOPY_TO= Enviar sistematicamente uma cópia carbono de todos os emails enviados para -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos) +MAIN_DISABLE_ALL_MAILS=Desativar globalmente todo o envio de emails (para fins de teste ou demonstrações) MAIN_MAIL_SENDMODE=Método de envio de emails MAIN_MAIL_SMTPS_ID=ID SMTP, se necessário a autenticação MAIN_MAIL_SMTPS_PW=Palavra-passe de SMTP, se necessário a autenticação @@ -279,7 +278,7 @@ MAIN_MAIL_EMAIL_STARTTLS= Utilizar encriptação TLS (STARTTLS) MAIN_DISABLE_ALL_SMS=Desative todos os envios de SMS (para fins de teste ou demonstrações) MAIN_SMS_SENDMODE=Método a usar para enviar SMS MAIN_MAIL_SMS_FROM=Número de telefone predefinido do remetente para envio de SMS -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email) +MAIN_MAIL_DEFAULT_FROMTYPE=Email do remetente por predefinição para os envios manuais (E-mail do Utilizador ou da Empresa) UserEmail=Email do utilizador CompanyEmail=E-mail da empresa FeatureNotAvailableOnLinux=Funcionalidade não disponivel em sistemas Unix. Teste parâmetros sendmail localmente. @@ -313,8 +312,8 @@ UnpackPackageInModulesRoot=To deploy/install an external module, unpack the pack SetupIsReadyForUse=A instalação do módulo terminou. No entanto você deve ativar e configurar o módulo na sua aplicação, indo à página de configuração de módulos: %s. NotExistsDirect=O diretório raiz alternativo não está definido para um diretório existente.
                  InfDirAlt=Desde a versão 3 do Dolibarr que é possível definir um diretório raiz alternativo. Isto permite que você consiga armazenar plug-ins e templates, num diretório dedicado.
                  Para tal basta criar um dirétorio na raiz do Dolibarr (ex: dedicado).
                  -InfDirExample=
                  Then declare it in the file conf.php
                  $dolibarr_main_url_root_alt='/custom'
                  $dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'
                  If these lines are commented with "#", to enable them, just uncomment by removing the "#" character. -YouCanSubmitFile=For this step, you can submit the .zip file of module package here : +InfDirExample=
                  Depois declare-o no ficheiro conf.php
                  $dolibarr_main_url_root_alt='/custom'
                  $dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'
                  Se estas linhas estiverem comentadas com um "#", descomente-as removendo o caracter "#". +YouCanSubmitFile=Para esta etapa, você pode submeter aqui o ficheiro .zip do pacote do módulo: CurrentVersion=Versão atual do Dolibarr CallUpdatePage=Vá à página que atualiza a estrutura e dados da base de dados: %s. LastStableVersion=Última versão estável @@ -348,7 +347,7 @@ AddCRIfTooLong=Não há envolvimento automático, por isso, se estiver fora de l ConfirmPurge=De certeza que quer executar esta limpeza?
                  Isto eliminará definitivamente todos os seus ficheiros de dados sem forma de os recuperar (ficheiros GCE, ficheiros anexados) MinLength=Comprimento mínimo LanguageFilesCachedIntoShmopSharedMemory=Ficheiros .lang carregados na memória partilhada -LanguageFile=Language file +LanguageFile=Ficheiro de idioma ExamplesWithCurrentSetup=Exemplos com a configuração atual ListOfDirectories=Lista de diretórios com modelos OpenDocument ListOfDirectoriesForModelGenODT=Lista de diretórios que contêm ficheiros template com formato OpenDocument.

                  Digite aqui o caminho completo dos diretórios.
                  Adicione um "Enter" entre cada diratório.
                  Para adicionar um diretório do módulo GCE, adicione aqui DOL_DATA_ROOT/ecm/seudiretorio.

                  Ficheiros nesses diretórios têm de acabar com .odt ou .ods. @@ -372,8 +371,8 @@ PDF=PDF PDFDesc=Você pode definir cada uma das opções globais relacionadas com a criação de PDF PDFAddressForging=Regras para criar caixas de endereço HideAnyVATInformationOnPDF=Ocultar todas as informações relativas ao IVA em PDF gerado -PDFLocaltax=Rules for %s -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale +PDFLocaltax=Regras para %s +HideLocalTaxOnPDF=Ocultar taxa %s na coluna de impostos do PDF HideDescOnPDF=Ocultar a descrição dos produtos no PDF gerado HideRefOnPDF=Ocultar a referência dos produtos no PDF gerado HideDetailsOnPDF=Esconder linhas de detalhes do produto no PDF gerado @@ -409,9 +408,9 @@ ExtrafieldCheckBoxFromList=Caixas de marcação da tabela ExtrafieldLink=Vincular a um objeto ComputedFormula=Campo calculado ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object.
                  WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.
                  Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.

                  Example of formula:
                  $object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)

                  Example to reload object
                  (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'

                  Other example of formula to force load of object and its parent object:
                  (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found' -ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')

                  for example :
                  1,value1
                  2,value2
                  code3,value3
                  ...

                  In order to have the list depending on another complementary attribute list :
                  1,value1|options_parent_list_code:parent_key
                  2,value2|options_parent_list_code:parent_key

                  In order to have the list depending on another list :
                  1,value1|parent_list_code:parent_key
                  2,value2|parent_list_code:parent_key -ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')

                  for example :
                  1,value1
                  2,value2
                  3,value3
                  ... -ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')

                  for example :
                  1,value1
                  2,value2
                  3,value3
                  ... +ExtrafieldParamHelpselect=A lista de parâmetros tem seguir o seguinte esquema chave,valor (no qual a chave não pode ser '0')

                  por exemplo:
                  1,value1
                  2,value2
                  3,value3
                  ...

                  Para que a lista dependa noutra lista de atributos complementares:
                  1,value1|options_parent_list_code:parent_key
                  2,value2|options_parent_list_code:parent_key

                  Para que a lista dependa doutra lista:
                  1,value1|parent_list_code:parent_key
                  2,value2|parent_list_code:parent_key +ExtrafieldParamHelpcheckbox=A lista de valores tem de seguir o seguinte esquema chave,valor (onde a chave não pode ser '0')

                  por exemplo:
                  1,value1
                  2,value2
                  3,value3
                  ... +ExtrafieldParamHelpradio=A lista de valores tem de seguir o seguinte esquema chave,valor (onde a chave não pode ser '0')

                  por exemplo:
                  1,value1
                  2,value2
                  3,value3
                  ... ExtrafieldParamHelpsellist=List of values comes from a table
                  Syntax : table_name:label_field:id_field::filter
                  Example : c_typent:libelle:id::filter

                  - idfilter is necessarly a primary int key
                  - filter can be a simple test (eg active=1) to display only active value
                  You can also use $ID$ in filter witch is the current id of current object
                  To do a SELECT in filter use $SEL$
                  if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)

                  In order to have the list depending on another complementary attribute list:
                  c_typent:libelle:id:options_parent_list_code|parent_column:filter

                  In order to have the list depending on another list:
                  c_typent:libelle:id:parent_list_code|parent_column:filter ExtrafieldParamHelpchkbxlst=List of values comes from a table
                  Syntax : table_name:label_field:id_field::filter
                  Example : c_typent:libelle:id::filter

                  filter can be a simple test (eg active=1) to display only active value
                  You can also use $ID$ in filter witch is the current id of current object
                  To do a SELECT in filter use $SEL$
                  if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)

                  In order to have the list depending on another complementary attribute list :
                  c_typent:libelle:id:options_parent_list_code|parent_column:filter

                  In order to have the list depending on another list:
                  c_typent:libelle:id:parent_list_code|parent_column:filter ExtrafieldParamHelplink=Os parâmetros devem ser ObjectName:Classpath
                  Syntax: ObjectName:Classpath
                  Exemplo: Societe:societe/class/societe.class.php @@ -443,7 +442,7 @@ DisplayCompanyManagers=Mostrar nomes dos gestores DisplayCompanyInfoAndManagers=Exibir a morada da empresa e menus de gestor EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible. ModuleCompanyCodeAquarium=Return an accounting code built by:
                  %s followed by third party supplier code for a supplier accounting code,
                  %s followed by third party customer code for a customer accounting code. -ModuleCompanyCodePanicum=Return an empty accounting code. +ModuleCompanyCodePanicum=Retornar um código de contabilidade vazio. ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code. Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).
                  Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required. UseDoubleApproval=Utilizar uma aprovação de 3 etapas quando o valor (sem impostos) for superior a... @@ -463,8 +462,8 @@ Field=Campo ProductDocumentTemplates=Modelos de documento para gerar documento do produto FreeLegalTextOnExpenseReports=Texto legal livre nos relatórios de despesas WatermarkOnDraftExpenseReports=Marca d'água nos rascunhos de relatórios de despesa -AttachMainDocByDefault=Set this to 1 if you want to attach main document to email by default (if applicable) -FilesAttachedToEmail=Attach file +AttachMainDocByDefault=Defina isto como 1 se desejar anexar o documento principal ao email por defeito (se aplicável) +FilesAttachedToEmail=Anexar ficheiro # Modules Module0Name=Utilizadores e grupos Module0Desc=Gestão de Utilizadores / Funcionários e Grupos @@ -546,7 +545,7 @@ Module510Name=Pagamento dos ordenados do funcionário Module510Desc=Registe o seguinte pagamento dos ordenados do seu funcionário Module520Name=Empréstimo Module520Desc=Gestão de empréstimos -Module600Name=Notifications on business events +Module600Name=Notificações sobre eventos comerciais Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda. Module700Name=Donativos @@ -566,7 +565,7 @@ Module2000Desc=Permitir a edição de texto utilizando um editor avançado (base Module2200Name=Preços dinamicos Module2200Desc=Permitir a utilização de expressões matemáticas para os preços Module2300Name=Tarefas agendadas -Module2300Desc=Scheduled jobs management (alias cron or chrono table) +Module2300Desc=Gestão de trabalhos agendados (alias cron ou tabela chrono) Module2400Name=Eventos/Agenda Module2400Desc=Seguir eventos terminados e que estão para ocorrer. Permitir que a aplicação registe eventos automáticos ou eventos manuais ou encontros. Module2500Name=Gestão electrónica de conteúdo @@ -587,13 +586,13 @@ Module3100Desc=Adicionar um botão Skype nas fichas dos usuários/terceiros/cont Module3200Name=Registos irreversíveis Module3200Desc=Activate log of some business events into a non reversible log. Events are archived in real-time. The log is a table of chained event that can be then read and exported. This module may be mandatory for some countries. Module4000Name=GRH -Module4000Desc=Human resources management (management of department, employee contracts and feelings) +Module4000Desc=Gestão de recursos humanos (gestão de departamento e contratos de funcionários) Module5000Name=Multiempresa Module5000Desc=Permite-lhe gerir várias empresas Module6000Name=Fluxo de trabalho Module6000Desc=Gestão do fluxo de trabalho Module10000Name=Sites da Web -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Gestão de pedidos de licença Module20000Desc=Declarar e seguir os pedidos de licença dos funcionários Module39000Name=Lote do produto @@ -888,7 +887,7 @@ DictionaryStaff=Empregados DictionaryAvailability=Atraso na entrega DictionaryOrderMethods=Métodos de encomenda DictionarySource=Origem de orçamentos/encomendas -DictionaryAccountancyCategory=Personalized groups +DictionaryAccountancyCategory=Grupos personalizados DictionaryAccountancysystem=Modelos para o gráfíco de contas DictionaryAccountancyJournal=Diários contabilisticos DictionaryEMailTemplates=Modelos de emails @@ -896,7 +895,7 @@ DictionaryUnits=Unidades DictionaryProspectStatus=Estado da prospeção DictionaryHolidayTypes=Tipos de licença DictionaryOpportunityStatus=Estado da oportunidade para o projeto/lead -DictionaryExpenseTaxCat=Expense report categories +DictionaryExpenseTaxCat=Categorias de relatório de despesas DictionaryExpenseTaxRange=Expense report range by category SetupSaved=Configuração guardada SetupNotSaved=A configuração não foi guardada @@ -947,7 +946,7 @@ Offset=Desvio AlwaysActive=Sempre ativo Upgrade=Atualização MenuUpgrade=Atualizar/Estender -AddExtensionThemeModuleOrOther=Deploy/install external app/module +AddExtensionThemeModuleOrOther=Implantar/instalar aplicativo/módulo externo WebServer=Servidor web DocumentRootServer=Directório raiz do servidor DataRootServer=Diretório raiz dos ficheiros de dados @@ -1044,7 +1043,7 @@ SystemInfoDesc=Esta informação do sistema é uma informação técnica acessí SystemAreaForAdminOnly=Esta área só é acessível aos utilizadores administradores. Nenhuma permissão do Dolibarr permite reduzir esta limitação. CompanyFundationDesc=Nesta página modifique toda a informação relacionada com a empresa ou fundação que você gere (para isso, clique em no botão "Modificar" ou "Guardar" no fim da página) DisplayDesc=Pode encontrar aqui todos os parâmetros relacionados com a aparência do Dolibarr -AvailableModules=Available app/modules +AvailableModules=Aplicações/módulos disponíveis ToActivateModule=Para ativar módulos, aceder à área de configuração (Configuração->Módulos). SessionTimeOut=Tempo limite para a sessão SessionExplanation=Este valor assegura que o período de sessões não expirará antes deste momento, se a limpeza de sessão for efetuada internamente pelo PHP (e nada mais). A limpeza de sessões interna do PHP não garante que a sessão expire logo a seguir ao atraso definido. A sessão irá expirar, após o atraso aqui definido, e quando a limpeza de sessão ocorrer, normalmente após cada %s/%s acessos feitos para além deste.
                  Nota: em alguns servidores que possuem mecanismos de limpeza de sessão (cron), as sessões expirarão após o perído predefinido session.gc_maxlifetime, independentemente do valor aqui introduzido. @@ -1092,11 +1091,11 @@ ShowProfIdInAddress=Mostrar ID professionnal com endereços em documentos ShowVATIntaInAddress=Ocultar o número IVA Intra-Comunitário com endereços em documentos TranslationUncomplete=Tradução parcial MAIN_DISABLE_METEO=Desativar vista de meteorologia -MeteoStdMod=Standard mode -MeteoStdModEnabled=Standard mode enabled -MeteoPercentageMod=Percentage mode -MeteoPercentageModEnabled=Percentage mode enabled -MeteoUseMod=Click to use %s +MeteoStdMod=Modo padrão +MeteoStdModEnabled=Modo padrão ativado +MeteoPercentageMod=Modo percentagem +MeteoPercentageModEnabled=Modo percentagem ativado +MeteoUseMod=Clique para usar %s TestLoginToAPI=Teste o login à API ProxyDesc=Algumas características do Dolibarr precisam de acesso à Internet para funcionar. Defina aqui os parâmetros necessários para tal. Se o servidor Dolibarr estiver atrás de um servidor Proxy, esses parâmetros informam o Dolibarr como aceder à internet através dele. ExternalAccess=Acesso externo @@ -1116,7 +1115,7 @@ ExtraFieldsContacts=Atributos complementares (contacto/morada) ExtraFieldsMember=Atributos complementares (membro) ExtraFieldsMemberType=Atributos complementares (tipo de membro) ExtraFieldsCustomerInvoices=Atributos complementares (faturas) -ExtraFieldsCustomerInvoicesRec=Complementary attributes (templates invoices) +ExtraFieldsCustomerInvoicesRec=Atributos complementares (modelos de faturas) ExtraFieldsSupplierOrders=Atributos complementares (encomendas) ExtraFieldsSupplierInvoices=Atributos complementares (faturas) ExtraFieldsProject=Atributos complementares (projetos) @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Funcionalidade para enviar e-mails usando o méto TranslationSetup=Configuração da tradução TranslationKeySearch=Procurar uma chave ou texto de tradução TranslationOverwriteKey=Modificar o texto de uma tradução -TranslationDesc=Como definir o idioma exibido:
                  * Systemwide: menu Início -> Configuração -> Aspeto
                  * Por utilizador: Configuração do aspeto por utilizador aba do cartão do utilizador (clique no nome de utlizador, localizado no topo do ecrã). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=Você pode substituir as traduções na seguinte tabela. Escolha o seu idioma na caixa de seleção "%s", insira a chave tradução rm "%s" e sua nova tradução em "%s" TranslationOverwriteDesc2=Você pode utilizar o outro separador para ajudá-lo a saber a chave de tradução que tem de usar TranslationString=Texto de tradução @@ -1171,14 +1170,12 @@ RuleForGeneratedPasswords=Regra para gerar as palavras-passe sugeridas ou valida DisableForgetPasswordLinkOnLogonPage=Não mostrar a hiperligação "Esqueceu-se da palavra-passe?" na página de inicio de sessão UsersSetup=Configuração do módulo "Utilizadores" UserMailRequired=O email é obrigatório para poder criar um novo utilizador -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=Configuração do módulo "GRH" ##### Company setup ##### CompanySetup=Configuração do módulo "Empresas" CompanyCodeChecker=Módulo para criação e verificação dos códigos de terceiros (clientes ou fornecedores) -AccountCodeManager=Module for accounting code generation (customer or supplier) +AccountCodeManager=Módulo para criação de código de contabilidade (cliente ou fornecedor) NotificationsDesc=O funcionalidade "Notificações por email" permite que você envie mensagens automáticas para alguns eventos Dolibarr. Os destinatários das notificações podem ser definidos: NotificationsDescUser=* por utilizador, um utilizador de cada vez NotificationsDescContact=* por contactos de terceiros (clientes ou fornecedores), um contacto de cada vez @@ -1253,7 +1250,7 @@ MemberMainOptions=Opções principais AdherentLoginRequired= Gerir um login para cada membro AdherentMailRequired=O email é obrigatório para criar um novo membro MemberSendInformationByMailByDefault=Selecione para enviar email de confirmação aos membros (validação ou nova subscrição), está ativada por defeito -VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes +VisitorCanChooseItsPaymentMode=O visitante pode escolher entre os modos de pagamento disponíveis ##### LDAP setup ##### LDAPSetup=Configuração do módulo "LDAP" LDAPGlobalParameters=Parâmetros globais @@ -1408,7 +1405,7 @@ CompressionOfResources=Compressão das respostas HTTP CompressionOfResourcesDesc=Por exemplo, usando a diretiva Apache "AddOutputFilterByType DEFLATE" TestNotPossibleWithCurrentBrowsers=A detecção automática não é possível com os navegadores atuais DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record. -DefaultCreateForm=Default values for creation form +DefaultCreateForm=Valores predefinidos para o formulário de criação DefaultSearchFilters=Filtros de pesquisa predefinidos DefaultSortOrder=Default sort orders DefaultFocus=Campos de foco predefinidos @@ -1547,14 +1544,14 @@ Buy=Comprar Sell=Vender InvoiceDateUsed=Data da fatura usada YourCompanyDoesNotUseVAT=Sua empresa não tem configuração definida para usar o IVA (Home - Configuração - Empresa/Organização), pelo que não há opções de configuração do IVA. -AccountancyCode=Accounting Code +AccountancyCode=Código de Contabilidade AccountancyCodeSell=Código de contabilidade de vendas AccountancyCodeBuy=Código de contabilidade de compras ##### Agenda ##### AgendaSetup=Configuração do módulo "Eventos e agenda" PasswordTogetVCalExport=Chave de autorização para exportação do link vcal. PastDelayVCalExport=Não exportar evento com mais de -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events) +AGENDA_USE_EVENT_TYPE=Usar tipos de eventos (gerido através do menu Configuração -> Dicionário -> Tipo de eventos da agenda) AGENDA_USE_EVENT_TYPE_DEFAULT=Definir este valor automaticamente como o valor predefinido para o campo tipo de evento, no formulário de criação de evento AGENDA_DEFAULT_FILTER_TYPE=Definir automaticamente este tipo de evento no filtro de pesquisa da vista agenda AGENDA_DEFAULT_FILTER_STATUS=Definido automaticamente este estado para eventos no filtro de pesquisa da vista agenda @@ -1655,7 +1652,7 @@ ExpenseReportsSetup=Configuração do módulo "Relatórios de Despesas" TemplatePDFExpenseReports=Modelos de documentos para a produção de relatórios de despesa ExpenseReportsIkSetup=Setup of module Expense Reports - Milles index ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules -ExpenseReportNumberingModules=Expense reports numbering module +ExpenseReportNumberingModules=Módulo de numeração de relatórios de despesas NoModueToManageStockIncrease=Não foi ativado nenhum módulo capaz de efetuar a gestão automática do acréscimo de stock. O acrescimo de stock será efetuado manualmente. YouMayFindNotificationsFeaturesIntoModuleNotification=Poderá encontrar as opções das notificações por email ao ativar e configurar o módulo "Notificação". ListOfNotificationsPerUser=Lista de notificações por utilizador* @@ -1695,8 +1692,8 @@ OpportunityPercent=Quando você cria uma oportunidade, você vai definir um valo TemplateForElement=Este registo modelo é dedicado a qual elemento TypeOfTemplate=Tipo de modelo TemplateIsVisibleByOwnerOnly=Modelo é visível apenas pelo dono -VisibleEverywhere=Visible everywhere -VisibleNowhere=Visible nowhere +VisibleEverywhere=Visível em todo lado +VisibleNowhere=Visível em nenhum lado FixTZ=Corrigir Fuso Horário FillFixTZOnlyIfRequired=Exemplo: +2 (preencha somente se experienciar problemas) ExpectedChecksum=Checksum esperado @@ -1712,8 +1709,8 @@ MailToSendSupplierOrder=Para enviar a encomenda ao fornecedor por e-mail MailToSendSupplierInvoice=Para enviar a fatura emitida pelo fornecedor por e-mail MailToSendContract=Para enviar um contrato MailToThirdparty=Para enviar e-mail a partir da página dos terceiros -MailToMember=To send email from member page -MailToUser=To send email from user page +MailToMember=Para enviar e-mails da página do membro +MailToUser=Para enviar emails da página de usuário ByDefaultInList=Mostrar por padrão na vista de lista YouUseLastStableVersion=Você possui a última versão estável TitleExampleForMajorRelease=Exemplo de mensagem que você pode usar para anunciar esta versão principal (sinta-se livre para usá-la nas suas páginas da Internet) @@ -1728,9 +1725,9 @@ SeeChangeLog=See ChangeLog file (english only) AllPublishers=Todos os editores UnknownPublishers=Editores desconhecidos AddRemoveTabs=Adicionar ou remover separadores -AddDataTables=Add object tables -AddDictionaries=Add dictionaries tables -AddData=Add objects or dictionaries data +AddDataTables=Adicionar tabelas de objetos +AddDictionaries=Adicionar tabelas de dicionários +AddData=Adicionar dados de objetos ou dicionários AddBoxes=Adicionar widgets AddSheduledJobs=Adicionar trabalhos agendados AddHooks=Adicionar hooks @@ -1756,10 +1753,10 @@ BaseCurrency=Moeda de referência da empresa (vá à configuração da empresa p WarningNoteModuleInvoiceForFrenchLaw=Este módulo %s está de acordo com as leis francesas (Loi Finance 2016). WarningNoteModulePOSForFrenchLaw=Este módulo %s está de acordo com as leis francesas (Loi Finance 2016) porque o módulo Registos Não Reversíveis é ativado automaticamente. WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software. -MAIN_PDF_MARGIN_LEFT=Left margin on PDF -MAIN_PDF_MARGIN_RIGHT=Right margin on PDF -MAIN_PDF_MARGIN_TOP=Top margin on PDF -MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF +MAIN_PDF_MARGIN_LEFT=Margem esquerda do PDF +MAIN_PDF_MARGIN_RIGHT=Margem direita do PDF +MAIN_PDF_MARGIN_TOP=Margem superior do PDF +MAIN_PDF_MARGIN_BOTTOM=Margem inferior do PDF ##### Resource #### ResourceSetup=Configuração do módulo Recursos UseSearchToSelectResource=Utilizar um formulário de pesquisa para escolher um recurso (em vez de uma lista) diff --git a/htdocs/langs/pt_PT/agenda.lang b/htdocs/langs/pt_PT/agenda.lang index 5133c1fbebb..26276850041 100644 --- a/htdocs/langs/pt_PT/agenda.lang +++ b/htdocs/langs/pt_PT/agenda.lang @@ -12,7 +12,7 @@ Event=Evento Events=Eventos EventsNb=Número de eventos ListOfActions=Lista de Eventos -EventReports=Event reports +EventReports=Relatórios de eventos Location=Localização ToUserOfGroup=Para qualquer utilizador no grupo EventOnFullDay=Evento para todo(s) o(s) dia(s) @@ -35,7 +35,7 @@ AgendaAutoActionDesc= Defina aqui os eventos para os quais deseja que o Dolibarr AgendaSetupOtherDesc= Esta página fornece opções para permitir a exportação dos seus eventos do Dolibarr para um calendário externo (Thunderbird, calendário Google, ...) AgendaExtSitesDesc=Esta página permite declarar as fontes externas de calendários para ver os seus eventos na agenda do Dolibarr. ActionsEvents=Eventos em que o Dolibarr criará uma acção em agenda automáticamente -EventRemindersByEmailNotEnabled=Event reminders by email was not enabled into Agenda module setup. +EventRemindersByEmailNotEnabled=Os lembretes de eventos por email não foram ativados na configuração do módulo Agenda ##### Agenda event labels ##### NewCompanyToDolibarr=Terceiro %s, criado ContractValidatedInDolibarr=Contrato %s, validado @@ -67,7 +67,7 @@ OrderApprovedInDolibarr=Encomenda %s, aprovada OrderRefusedInDolibarr=Encomenda %s, recusada OrderBackToDraftInDolibarr=Encomenda %s, voltou ao estado de rascunho ProposalSentByEMail=Orçamento para cliente, %s, enviado por email -ContractSentByEMail=Contract %s sent by EMail +ContractSentByEMail=Contrato %s, enviado por email OrderSentByEMail=Encomenda de cliente, %s, enviada por email InvoiceSentByEMail=Fatura de cliente, %s, enviada por email SupplierOrderSentByEMail=Encomenda a fornecedor, %s, enviada por email @@ -81,14 +81,14 @@ InvoiceDeleted=Fatura eliminada PRODUCT_CREATEInDolibarr=O produto %s foi criado PRODUCT_MODIFYInDolibarr=O produto %s foi modificado PRODUCT_DELETEInDolibarr=O produto %s foi eliminado -EXPENSE_REPORT_CREATEInDolibarr=Expense report %s created -EXPENSE_REPORT_VALIDATEInDolibarr=Expense report %s validated -EXPENSE_REPORT_APPROVEInDolibarr=Expense report %s approved -EXPENSE_REPORT_DELETEInDolibarr=Expense report %s deleted -EXPENSE_REPORT_REFUSEDInDolibarr=Expense report %s refused +EXPENSE_REPORT_CREATEInDolibarr=Relatório de despesas %s, criado +EXPENSE_REPORT_VALIDATEInDolibarr=Relatório de despesas %s, validade +EXPENSE_REPORT_APPROVEInDolibarr=Relatório de despesas %s, aprovado +EXPENSE_REPORT_DELETEInDolibarr=Relatório de despesas %s, eliminado +EXPENSE_REPORT_REFUSEDInDolibarr=Relatório de despesas %s, recusado PROJECT_CREATEInDolibarr=Projeto %s criado -PROJECT_MODIFYInDolibarr=Project %s modified -PROJECT_DELETEInDolibarr=Project %s deleted +PROJECT_MODIFYInDolibarr=Projeto %s, modificado +PROJECT_DELETEInDolibarr=Projeto %s, eliminado ##### End agenda events ##### AgendaModelModule=Modelos de documento para o evento DateActionStart=Data de início diff --git a/htdocs/langs/pt_PT/boxes.lang b/htdocs/langs/pt_PT/boxes.lang index 116f9f8d304..8a9f278f5c2 100644 --- a/htdocs/langs/pt_PT/boxes.lang +++ b/htdocs/langs/pt_PT/boxes.lang @@ -20,7 +20,7 @@ BoxLastMembers=Últimos membros BoxFicheInter=Últimas intervenções BoxCurrentAccounts=Saldo de abertura das contas BoxTitleLastRssInfos=Latest %s news from %s -BoxTitleLastProducts=Latest %s modified products/services +BoxTitleLastProducts=Os últimos %s produtos/serviços modificados BoxTitleProductsAlertStock=Produtos no alerta de stock BoxTitleLastSuppliers=Latest %s recorded suppliers BoxTitleLastModifiedSuppliers=Latest %s modified suppliers diff --git a/htdocs/langs/pt_PT/commercial.lang b/htdocs/langs/pt_PT/commercial.lang index 79530e65dc0..386e7836f45 100644 --- a/htdocs/langs/pt_PT/commercial.lang +++ b/htdocs/langs/pt_PT/commercial.lang @@ -70,3 +70,9 @@ Stats=Estatísticas de venda StatusProsp=Estado da prospeção DraftPropals=Orçamentos em rascunho NoLimit=Sem limite +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/pt_PT/companies.lang b/htdocs/langs/pt_PT/companies.lang index c576d3ba5bc..4875dc8e3de 100644 --- a/htdocs/langs/pt_PT/companies.lang +++ b/htdocs/langs/pt_PT/companies.lang @@ -29,7 +29,7 @@ AliasNameShort=Pseudónimo Companies=Empresas CountryIsInEEC=País da Comunidade Económica Europeia ThirdPartyName=Nome de terceiros -ThirdPartyEmail=Third party email +ThirdPartyEmail=Email do terceiro ThirdParty=Terceiro ThirdParties=Terceiros ThirdPartyProspects=Clientes Potenciais @@ -51,7 +51,7 @@ Lastname=Apelidos Firstname=Primeiro Nome PostOrFunction=Posto de trabalho UserTitle=Título -NatureOfThirdParty=Nature of Third party +NatureOfThirdParty=Natureza do terceiro Address=Direcção State=Distrito StateShort=Estado @@ -267,7 +267,7 @@ CustomerAbsoluteDiscountShort=Desconto Fixo CompanyHasRelativeDiscount=Este cliente tem um desconto por defeito de %s%% CompanyHasNoRelativeDiscount=Este cliente não tem descontos relativos por defeito CompanyHasAbsoluteDiscount=Este cliente ainda tem créditos de desconto ou depósitos para %s %s -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for %s %s +CompanyHasDownPaymentOrCommercialDiscount=Este cliente tem descontos disponíveis (comercial, pronto pagamento) para %s%s CompanyHasCreditNote=Este cliente ainda tem notas de crédito para %s %s CompanyHasNoAbsoluteDiscount=Este cliente não tem mas descontos fixos disponiveis CustomerAbsoluteDiscountAllUsers=Descontos fixos em curso (acordado por todos os Utilizadores) diff --git a/htdocs/langs/pt_PT/contracts.lang b/htdocs/langs/pt_PT/contracts.lang index 60b2b3cbd84..a492d1e707c 100644 --- a/htdocs/langs/pt_PT/contracts.lang +++ b/htdocs/langs/pt_PT/contracts.lang @@ -31,11 +31,11 @@ NewContract=Novo contrato NewContractSubscription=Novo contrato/subscrição AddContract=Criar contrato DeleteAContract=Eliminar um contrato -ActivateAllOnContract=Activate all services +ActivateAllOnContract=Ativar todos os serviços CloseAContract=Fechar um contrato ConfirmDeleteAContract=Tem certeza que deseja eliminar este contrato e todos os seus serviços? ConfirmValidateContract=Tem a certeza que pretende validar este contrato com o nome %s? -ConfirmActivateAllOnContract=This will open all services (not yet active). Are you sure you want to open all services? +ConfirmActivateAllOnContract=Isto irá abrir todos os serviços (ainda não ativos). Tem a certeza que pretende abrir todos os serviços? ConfirmCloseContract=Isto irá fechar todos os serviços (ativos ou não). Tem a certeza que pretende fechar este contrato? ConfirmCloseService=Tem a certeza que pretende fechar este serviço com a data %s? ValidateAContract=Validar um contrato @@ -69,7 +69,7 @@ BoardRunningServices=Serviços ativos expirados ServiceStatus=Estado do serviço DraftContracts=Contratos rascunho CloseRefusedBecauseOneServiceActive=O contrato não pode ser fechado porque contém pelo menos um serviço aberto. -ActivateAllContracts=Activate all contract lines +ActivateAllContracts=Ativar todas as linhas de contrato CloseAllContracts=Fechar todos os contratos DeleteContractLine=Eliminar uma linha do contrato ConfirmDeleteContractLine=Tem a certeza que deseja eliminar esta linha do contrato? @@ -88,8 +88,8 @@ ContactNameAndSignature=Nome e assinatura para %s: OnlyLinesWithTypeServiceAreUsed=Apenas linhas do tipo "Serviço" irão ser clonadas. CloneContract=Clonar contrato ConfirmCloneContract=Tem a certeza que pretende clonar o contrato %s? -LowerDateEndPlannedShort=Lower planned end date of active services -SendContractRef=Contract information __REF__ +LowerDateEndPlannedShort=Menor data de término planeada dos serviços ativos +SendContractRef=Informação contratual __REF__ ##### Types de contacts ##### TypeContact_contrat_internal_SALESREPSIGN=Representante de vendas assinante do contrato TypeContact_contrat_internal_SALESREPFOLL=Representante de vendas que dá seguimento ao contrato diff --git a/htdocs/langs/pt_PT/ecm.lang b/htdocs/langs/pt_PT/ecm.lang index 038a52f67b8..95472ef9dc4 100644 --- a/htdocs/langs/pt_PT/ecm.lang +++ b/htdocs/langs/pt_PT/ecm.lang @@ -41,8 +41,8 @@ ECMDirectoryForFiles=Pasta relativa para ficheiros CannotRemoveDirectoryContainsFiles=Não se pode eliminar porque contem ficheiros ECMFileManager=Explorador de Ficheiros ECMSelectASection=Seleccione uma pasta na árvore da esquerda -DirNotSynchronizedSyncFirst=This directory seems to be created or modified outside ECM module. You must click on "Resync" button first to synchronize disk and database to get content of this directory. -ReSyncListOfDir=Resync list of directories -HashOfFileContent=Hash of file content -FileNotYetIndexedInDatabase=File not yet indexed into database (try to re-upload it) -FileSharedViaALink=File shared via a link +DirNotSynchronizedSyncFirst=Este diretório parece ter sido ser criado ou modificado fora do módulo ECM. Você deve clicar no botão "Voltar a sincronizar" primeiro para sincronizar o disco e a base de dados para obter o conteúdo desse diretório. +ReSyncListOfDir=Voltar a sincronizar a lista de diretórios +HashOfFileContent=Hash do conteúdo do ficheiro +FileNotYetIndexedInDatabase=Ficheiro ainda não indexado na base de dados (tente voltar a carregá-lo) +FileSharedViaALink=Ficheiro partilhado via link diff --git a/htdocs/langs/pt_PT/holiday.lang b/htdocs/langs/pt_PT/holiday.lang index 8dd97e3e31a..8b73b70d359 100644 --- a/htdocs/langs/pt_PT/holiday.lang +++ b/htdocs/langs/pt_PT/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Cancelamento do pedido de licença EmployeeLastname=Último nome do funcionário EmployeeFirstname=Primeiro do nome do funcionário TypeWasDisabledOrRemoved=O tipo de licença (ID %s) foi desativado ou removido +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=As últimas atualizações automáticas de alocação de licenças diff --git a/htdocs/langs/pt_PT/install.lang b/htdocs/langs/pt_PT/install.lang index cf0823ff670..6067f25f224 100644 --- a/htdocs/langs/pt_PT/install.lang +++ b/htdocs/langs/pt_PT/install.lang @@ -53,10 +53,10 @@ AdminLogin=Início de sessão para o administrador da base de dados Dolibarr. De PasswordAgain=Contrassenha AdminPassword=A senha para o utilizador da base de dados Dolibarr. CreateDatabase=Criar base de dados -CreateUser=Create owner or grant him permission on database +CreateUser=Crie o proprietário ou conceda-lhe permissão na base de dados DatabaseSuperUserAccess=Servidor da Base de Dados - Acesso de Administrador CheckToCreateDatabase=Marque a caixa se a base de dados não existir e se deverá ser criada.
                  Neste caso, deve preencher o nome/senha para a conta de administrador, no fim desta página. -CheckToCreateUser=Check box if database owner does not exist and must be created, or if it exists but database does not exists and permissions must be granted.
                  In this case, you must choose its login and password and also fill the login/password for the superuser account at the bottom of this page. If this box is unchecked, owner database and its passwords must exists. +CheckToCreateUser=Selecione se o proprietário da base de dados não existir e deve ser criado, ou se ele existe mas a base de dados não existe e as permissões devem ser concedidas.
                  Neste caso, você deve escolher seu nome de utilizador e palavra-passe e também preencher o nome de utilizador/palavra-passe para a conta do super-utilizador na parte inferior desta página. Se esta caixa estiver desmarcada, a base de dados do proprietário deve existir e deve ser possível ter acesso a esta. DatabaseRootLoginDescription=Início de sessão do utilizador autorizado para criar as novas bases de dados ou novos utilizadores, obrigatório se a sua base de dados ou o administrador já existirem. KeepEmptyIfNoPassword=Deixar em branco se o utilizador não tiver uma senha (evitar isto) SaveConfigurationFile=Guardar valores diff --git a/htdocs/langs/pt_PT/ldap.lang b/htdocs/langs/pt_PT/ldap.lang index af613b71a2b..b8a9f96ffa8 100644 --- a/htdocs/langs/pt_PT/ldap.lang +++ b/htdocs/langs/pt_PT/ldap.lang @@ -6,7 +6,7 @@ LDAPInformationsForThisContact=Informação da base de dados LDAP deste contacto LDAPInformationsForThisUser=Informação da base de dados LDAP deste utilizador LDAPInformationsForThisGroup=Informação da base de dados LDAP deste grupo LDAPInformationsForThisMember=Informação da base de dados LDAP deste membro -LDAPInformationsForThisMemberType=Information in LDAP database for this member type +LDAPInformationsForThisMemberType=Informações na base de dados LDAP para este tipo de membro LDAPAttributes=Atributos LDAP LDAPCard=Ficha LDAP LDAPRecordNotFound=Registo não encontrado na base de dados LDAP @@ -21,7 +21,7 @@ LDAPFieldSkypeExample=Exemplo: skypeName UserSynchronized=Utilizador sincronizado GroupSynchronized=Grupo sincronizado MemberSynchronized=Membro sincronizado -MemberTypeSynchronized=Member type synchronized +MemberTypeSynchronized=Tipo de membro sincronizado ContactSynchronized=Contato sincronizado ForceSynchronize=forçar sincronização Dolibarr -> LDAP ErrorFailedToReadLDAP=Erro na leitura do anuario LDAP. Verificar a configuração do módulo LDAP e a acessibilidade do anuario. diff --git a/htdocs/langs/pt_PT/mails.lang b/htdocs/langs/pt_PT/mails.lang index 424740b76dd..246c275af6b 100644 --- a/htdocs/langs/pt_PT/mails.lang +++ b/htdocs/langs/pt_PT/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Contactos únicos de empresas MailNoChangePossible=Destinatarios de um mailing validado não modificaveis SearchAMailing=Procurar um mailing SendMailing=Enviar mailing -SendMail=Enviar e-mail SentBy=Enviado por MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Pode enviar em linha adicionando o parâmetro MAILING_LIMIT_SENDBYWEB com um valor número que indica o máximo nº de e-mails enviados por Sessão. diff --git a/htdocs/langs/pt_PT/main.lang b/htdocs/langs/pt_PT/main.lang index d181d34ac34..f0f271f136e 100644 --- a/htdocs/langs/pt_PT/main.lang +++ b/htdocs/langs/pt_PT/main.lang @@ -24,7 +24,7 @@ FormatDateHourSecShort=%m/%d/%Y %I:%M:%S %p FormatDateHourTextShort=%d %b %Y %H:%M FormatDateHourText=%d %B %Y %H:%M DatabaseConnection=Conexão à Base de Dados -NoTemplateDefined=No template available for this email type +NoTemplateDefined=Nenhum modelo disponível para este tipo de e-mail AvailableVariables=Variáveis de substituição disponíveis NoTranslation=Sem tradução Translation=Tradução @@ -74,10 +74,10 @@ Apply=Aplicar BackgroundColorByDefault=Cor de fundo por omissão FileRenamed=O ficheiro foi renomeado com sucesso FileGenerated=O ficheiro foi gerado com sucesso -FileSaved=The file was successfully saved +FileSaved=O ficheiro foi guardado com sucesso FileUploaded=O ficheiro foi enviado com sucesso -FileTransferComplete=File(s) was uploaded successfully -FilesDeleted=File(s) successfully deleted +FileTransferComplete=Ficheiros foram carregados com sucesso +FilesDeleted=Ficheiros eliminados com sucesso FileWasNotUploaded=Um ficheiro foi seleccionada para ser anexado, mas ainda não foi carregado. Clique em 'Adicionar este Ficheiro' para anexar. NbOfEntries=Nº de entradas GoToWikiHelpPage=Consultar ajuda online (necessita de acesso à Internet) @@ -104,8 +104,8 @@ RequestLastAccessInError=O último pedido incorreto de acesso à base de dados ReturnCodeLastAccessInError=Retornar o código para o último pedido incorreto de acesso à base de dados InformationLastAccessInError=Informação sobre o último pedido incorreto de acesso à base de dados DolibarrHasDetectedError=O Dolibarr detectou um erro técnico -YouCanSetOptionDolibarrMainProdToZero=You can read log file or set option $dolibarr_main_prod to '0' in your config file to get more information. -InformationToHelpDiagnose=This information can be useful for diagnostic purposes (you can set option $dolibarr_main_prod to '1' to remove such notices) +YouCanSetOptionDolibarrMainProdToZero=Você pode ler o ficheiro de log ou definir a opção $dolibarr_main_prod para '0' no seu ficheiro de configuração para obter mais informações. +InformationToHelpDiagnose=Esta informação pode ser útil para diagnosticar problemas (pode definir a opção $dolibarr_main_prod para '1' se pretender remover estas notificações) MoreInformation=Mais Informação TechnicalInformation=Informação técnica TechnicalID=ID Técnico @@ -131,8 +131,8 @@ Never=Nunca Under=Baixo Period=Periodo PeriodEndDate=Data de término do período -SelectedPeriod=Selected period -PreviousPeriod=Previous period +SelectedPeriod=Período selecionado +PreviousPeriod=Período anterior Activate=Activar Activated=Activado Closed=Fechado @@ -201,7 +201,7 @@ Parameter=Parâmetro Parameters=Parâmetros Value=Valor PersonalValue=Valor pessoal -NewObject=New %s +NewObject=Novo %s NewValue=Novo valor CurrentValue=Valor actual Code=Código @@ -236,7 +236,7 @@ Previous=Anterior Next=Seguinte Cards=Fichas Card=Ficha -Now=Ahora +Now=Agora HourStart=Hora de inicio Date=Data DateAndHour=Data e Hora @@ -263,11 +263,13 @@ DateBuild=Data da geração do Relatório DatePayment=Data de pagamento DateApprove=Data de aprovação DateApprove2=Data de aprovação (segunda aprovação) -RegistrationDate=Registration date +RegistrationDate=Data de registo UserCreation=Utilizador que criou UserModification=Utilizador que modificou +UserValidation=Validation user UserCreationShort=Utilizador que criou UserModificationShort=Utilizador que modif. +UserValidationShort=Valid. user DurationYear=Ano DurationMonth=Mês DurationWeek=Semana @@ -309,8 +311,8 @@ KiloBytes=Kilobytes MegaBytes=Megabytes GigaBytes=Gigabytes TeraBytes=Terabytes -UserAuthor=User of creation -UserModif=User of last update +UserAuthor=Utilizador que criou +UserModif=Utilizador que efetuou a última modificação b=b. Kb=Kb Mb=Mb @@ -363,30 +365,30 @@ Totalforthispage=Total para esta página TotalTTC=Total (IVA inc.) TotalTTCToYourCredit=Total a crédito TotalVAT=Total do IVA -TotalVATIN=Total IGST +TotalVATIN=Total IIBS TotalLT1=Total Imposto 2 TotalLT2=Total Imposto 3 TotalLT1ES=Total de RE TotalLT2ES=Total IRPF -TotalLT1IN=Total CGST -TotalLT2IN=Total SGST +TotalLT1IN=Total ICBS +TotalLT2IN=Total IBSE HT=Sem IVA TTC=IVA incluido -INCT=Inc. all taxes +INCT=Todos os impostos incluídos VAT=IVA -VATIN=IGST +VATIN=IIBS VATs=Impostos das vendas -VATINs=IGST taxes -LT1=Sales tax 2 -LT1Type=Sales tax 2 type -LT2=Sales tax 3 -LT2Type=Sales tax 3 type +VATINs=Impostos IIBS +LT1=Imposto sobre vendas 2 +LT1Type=Tipo do imposto de vendas 2 +LT2=Imposto sobre vendas 3 +LT2Type=Tipo do imposto de vendas 3 LT1ES=RE LT2ES=IRPF -LT1IN=CGST -LT2IN=SGST +LT1IN=ICBS +LT2IN=IBSE VATRate=Taxa IVA -DefaultTaxRate=Default tax rate +DefaultTaxRate=Taxa de imposto predefinida Average=Média Sum=Soma Delta=Divergencia @@ -415,7 +417,7 @@ ActionRunningNotStarted=Não Iniciado ActionRunningShort=Em progresso ActionDoneShort=Terminado ActionUncomplete=Incompleta -LatestLinkedEvents=Latest %s linked events +LatestLinkedEvents=Os últimos %s eventos relacionados CompanyFoundation=Empresa/Organização ContactsForCompany=Contactos para este terceiro ContactsAddressesForCompany=Contactos/moradas para este terceiro @@ -471,7 +473,7 @@ Discount=Desconto Unknown=Desconhecido General=General Size=Tamanho -OriginalSize=Original size +OriginalSize=Tamanho original Received=Recebido Paid=Pago Topic=Assunto @@ -598,7 +600,7 @@ Undo=Desfazer Redo=Refazer ExpandAll=Expandir tudo UndoExpandAll=Anular Expansão -SeeAll=See all +SeeAll=Ver todos Reason=Razão FeatureNotYetSupported=Funcionalidade ainda não suportada CloseWindow=Fechar Janela @@ -608,6 +610,7 @@ SendByMail=Enviar por e-mail MailSentBy=Mail enviado por TextUsedInTheMessageBody=Texto utilizado no corpo da mensagem SendAcknowledgementByMail=Enviar email de confirmação +SendMail=Enviar e-mail EMail=E-mail NoEMail=Sem e-mail Email=Email @@ -672,8 +675,8 @@ Page=Página Notes=Notas AddNewLine=Adicionar nova linha AddFile=Adicionar ficheiro -FreeZone=Not a predefined product/service -FreeLineOfType=Not a predefined entry of type +FreeZone=Não é um produto/serviço predefinido +FreeLineOfType=Não é uma entrada predefinida de tipo CloneMainAttributes=Copiar objeto com os seus atributos principais PDFMerge=PDF Merge Merge=Junção @@ -720,9 +723,9 @@ LinkToIntervention=Associar a intervenção CreateDraft=Criar Rascunho SetToDraft=Voltar para o rascunho ClickToEdit=Clique para editar -EditWithEditor=Edit with CKEditor -EditWithTextEditor=Edit with Text editor -EditHTMLSource=Edit HTML Source +EditWithEditor=Editar com CKEditor +EditWithTextEditor=Editar com editor de texto +EditHTMLSource=Editar código-fonte HTML ObjectDeleted=%s objeto removido ByCountry=Por país ByTown=Por cidade @@ -753,10 +756,10 @@ SaveUploadedFileWithMask=Guardar o ficheiro no servidor com o nome "%s< OriginFileName=Nome do ficheiro original SetDemandReason=Definir fonte SetBankAccount=Definir Conta Bancária -AccountCurrency=Account currency +AccountCurrency=Moeda da conta ViewPrivateNote=Ver notas XMoreLines=%s linhas(s) ocultas -ShowMoreLines=Show more lines +ShowMoreLines=Mostre mais linhas PublicUrl=URL público AddBox=Adicionar Caixa SelectElementAndClick=Selecione um elemento e clique em %s @@ -765,7 +768,7 @@ ShowTransaction=Mostrar transação GoIntoSetupToChangeLogo=Vá Início - Configurar - Empresa para alterar o logótipo ou vá a Início - Configurar - Exibir para ocultar. Deny=Negar Denied=Negada -ListOf=List of %s +ListOf=Lista de %s ListOfTemplates=Lista de modelos Gender=Género Genderman=Homem @@ -773,7 +776,7 @@ Genderwoman=Mulher ViewList=Ver Lista Mandatory=Obrigatório Hello=Olá -GoodBye=GoodBye +GoodBye=Adeus Sincerely=Atenciosamente DeleteLine=Apagar a linha ConfirmDeleteLine=Tem a certeza que deseja eliminar esta linha? @@ -799,25 +802,32 @@ GroupBy=Agrupar por... ViewFlatList=Vista de lista RemoveString=Remover texto '%s' SomeTranslationAreUncomplete=Algumas línguas podem estar apenas parcialmente traduzidas ou podem conter erros. Se detetar erros de tradução, pode ajudar na melhoria da tradução registando-se em https://transifex.com/projects/p/dolibarr/. -DirectDownloadLink=Direct download link (public/external) -DirectDownloadInternalLink=Direct download link (need to be logged and need permissions) -Download=Descarregar +DirectDownloadLink=Link de download direto (público/externo) +DirectDownloadInternalLink=Link de download direto (precisa de ter sessão iniciada e precisa de permissões) +Download=Download ActualizeCurrency=Atualizar taxa de conversão da moeda Fiscalyear=Ano Fiscal ModuleBuilder=Construtor de módulos SetMultiCurrencyCode=Definir moeda BulkActions=Ações em massa ClickToShowHelp=Clique para mostrar o balão de ajuda +Website=Site da Web +WebSites=Websites +ExpenseReport=Relatório de despesas +ExpenseReports=Relatórios de despesas HR=RH HRAndBank=RH e Banco AutomaticallyCalculated=Calculado automaticamente TitleSetToDraft=Repôr para rascunho ConfirmSetToDraft=Tem a certeza que pretende repôr para o estado de Rascunho? -ImportId=Import id -Websites=Web sites +ImportId=ID de importação +Websites=Websites Events=Eventos EMailTemplates=Modelos de emails -FileNotShared=File not shared to exernal public +FileNotShared=Ficheiro não partilhado +Project=Projeto +Projects=Projetos +Rights=Permissões # Week day Monday=Segunda-feira Tuesday=Terça-feira @@ -847,14 +857,14 @@ ShortThursday=Qui ShortFriday=Sex ShortSaturday=Sab ShortSunday=Dom -SelectMailModel=Select an email template +SelectMailModel=Selecione um modelo de e-mail SetRef=Definir referência Select2ResultFoundUseArrows=Foram encontrados alguns resultados. Utilize as setas para selecionar o desejado. Select2NotFound=Nenhum resultado encontrado Select2Enter=Introduza Select2MoreCharacter=ou mais caracteres Select2MoreCharacters=ou mais caracteres -Select2MoreCharactersMore=Search syntax:
                  | OR (a|b)
                  * Any character (a*b)
                  ^ Start with (^ab)
                  $ End with (ab$)
                  +Select2MoreCharactersMore=Sintaxe de pesquisa:
                  | OR(alb)
                  *Qualquer caracter(a*b)
                  ^Começar com (^ab)
                  $ Terminar com (ab$)
                  Select2LoadingMoreResults=A carregar mais resultados... Select2SearchInProgress=Pesquisa em progresso... SearchIntoThirdparties=Terceiros @@ -876,7 +886,7 @@ SearchIntoCustomerShipments=Expedições do cliente SearchIntoExpenseReports=Relatórios de despesas SearchIntoLeaves=Licenças CommentLink=Comentários -NbComments=Number of comments -CommentPage=Comments space -CommentAdded=Comment added -CommentDeleted=Comment deleted +NbComments=Número de comentários +CommentPage=Espaço de comentários +CommentAdded=Comentário adicionado +CommentDeleted=Comentário eliminado diff --git a/htdocs/langs/pt_PT/members.lang b/htdocs/langs/pt_PT/members.lang index 69baac7879e..3ed1991e80f 100644 --- a/htdocs/langs/pt_PT/members.lang +++ b/htdocs/langs/pt_PT/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Volume de negócios (para uma empresa) ou do Orçamento (para u DefaultAmount=Quantidade padrão de assinatura CanEditAmount=Visitante pode escolher / editar montante da sua subscrição MEMBER_NEWFORM_PAYONLINE=Ir a página de pagamento online integrado -ByProperties=por categorias -MembersStatisticsByProperties=Estatísticas do utilizador por categorias +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=Taxa de IVA a utilizar para assinaturas diff --git a/htdocs/langs/pt_PT/modulebuilder.lang b/htdocs/langs/pt_PT/modulebuilder.lang index 93bc6dc41ed..90405084427 100644 --- a/htdocs/langs/pt_PT/modulebuilder.lang +++ b/htdocs/langs/pt_PT/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/pt_PT/multicurrency.lang b/htdocs/langs/pt_PT/multicurrency.lang index 2d4cb44d1c7..98c0d823dda 100644 --- a/htdocs/langs/pt_PT/multicurrency.lang +++ b/htdocs/langs/pt_PT/multicurrency.lang @@ -4,17 +4,17 @@ ErrorAddRateFail=Erro na taxa adicionada ErrorAddCurrencyFail=Erro na moeda adicionada ErrorDeleteCurrencyFail=Erro na eliminação multicurrency_syncronize_error=Erro de sincronização: %s -MULTICURRENCY_USE_RATE_ON_DOCUMENT_DATE=Use date of document to find currency rate, instead of using latest known rate -multicurrency_useOriginTx=When an object is created from another, keep the original rate of source object (otherwise use the latest known rate) +MULTICURRENCY_USE_RATE_ON_DOCUMENT_DATE=Usar a data do documento para encontrar a taxa de câmbio, em vez de usar a última taxa conhecida +multicurrency_useOriginTx=Quando um objeto é criado a partir de outro, mantenha a taxa original do objeto de origem (caso contrário use a última taxa conhecida) CurrencyLayerAccount=CurrencyLayer API -CurrencyLayerAccount_help_to_synchronize=You sould create an account on their website to use this functionnality
                  Get your API key
                  If you use a free account you can't change the currency source (USD by default)
                  But if your main currency isn't USD you can use the alternate currency source to force you main currency

                  You are limited at 1000 synchronizations per month +CurrencyLayerAccount_help_to_synchronize=Você deve criar uma conta no site para usar esta funcionalidade
                  Obtenha sua chave da API
                  Se você usar uma conta gratuita, não pode alterar a fonte de moeda (USD por defeito)
                  Mas se a sua moeda principal não for o USD, você pode usar uma fonte de moeda alternativa para forçar sua moeda principal

                  Você está limitado a 1000 sincronizações por mês multicurrency_appId=Chave da API multicurrency_appCurrencySource=Fonte da moeda -multicurrency_alternateCurrencySource=Alternate currency source +multicurrency_alternateCurrencySource=Fonte de moeda alternativa CurrenciesUsed=Moedas usadas CurrenciesUsed_help_to_add=Adicione as diferentes moedas e taxas que você necessita de usar nos seus orçamentos, encomendas, etc. rate=taxa MulticurrencyReceived=Recebido, moeda original MulticurrencyRemainderToTake=Montante restante, moeda original MulticurrencyPaymentAmount=Montante do pagamento, moeda original -AmountToOthercurrency=Amount To (in currency of receiving account) +AmountToOthercurrency=Montante Para (na moeda da conta de recebimento) diff --git a/htdocs/langs/pt_PT/paybox.lang b/htdocs/langs/pt_PT/paybox.lang index aa1037b6839..5640da03730 100644 --- a/htdocs/langs/pt_PT/paybox.lang +++ b/htdocs/langs/pt_PT/paybox.lang @@ -10,7 +10,7 @@ ToComplete=A completar YourEMail=E-Mail de confirmação de pagamento Creditor=Beneficiario PaymentCode=Código de pagamento -PayBoxDoPayment=Pay with Credit or Debit Card (Paybox) +PayBoxDoPayment=Pagar com cartão de crédito ou débito (Paybox) ToPay=Emitir pagamento YouWillBeRedirectedOnPayBox=Você será redirecionado para a página Paybox não se esqueça de introduzir a informação do seu cartão de crédito Continue=Continuar diff --git a/htdocs/langs/pt_PT/paypal.lang b/htdocs/langs/pt_PT/paypal.lang index 7b8d27ee60e..e7332848ff2 100644 --- a/htdocs/langs/pt_PT/paypal.lang +++ b/htdocs/langs/pt_PT/paypal.lang @@ -1,7 +1,7 @@ # Dolibarr language file - Source file is en_US - paypal PaypalSetup=Configuração do módulo do PayPal PaypalDesc=Esta oferta módulo de páginas para permitir o pagamento em PayPal pelos clientes. Isto pode ser utilizado para um pagamento livre ou para um pagamento por um objecto Dolibarr particular (factura, ordem, ...) -PaypalOrCBDoPayment=Pay with Paypal (Credit Card or Paypal) +PaypalOrCBDoPayment=Pagar com Paypal (Cartão de Crédito ou Paypal) PaypalDoPayment=Pague com Paypal PAYPAL_API_SANDBOX=Modo de teste / sandbox PAYPAL_API_USER=Nome de utilizador API @@ -11,11 +11,11 @@ PAYPAL_SSLVERSION=Versão do Curl SSL PAYPAL_API_INTEGRAL_OR_PAYPALONLY=Oferta de pagamento "integral" (Cartão de Crédito + Paypal) ou apenas "Paypal" PaypalModeIntegral=Integral PaypalModeOnlyPaypal=Apenas Paypal -ONLINE_PAYMENT_CSS_URL=Optionnal URL of CSS style sheet on online payment page +ONLINE_PAYMENT_CSS_URL=URL opcional da folha de estilo CSS na página de pagamento online ThisIsTransactionId=Esta é id. da transação: %s PAYPAL_ADD_PAYMENT_URL=Adicionar o url de pagamento Paypal quando enviar um documento por correio eletrónico PredefinedMailContentLink=Pode clicar na hiperligação segura abaixo para efetuar o seu pagamento (Paypal), se este ainda não tiver sido efetuado.\n\n%s\n\n -YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode +YouAreCurrentlyInSandboxMode=Você está atualmente no modo %s "sandbox" NewOnlinePaymentReceived=Novo pagamento online recebido NewOnlinePaymentFailed=Novo pagamento em linha tentado, mas falhado ONLINE_PAYMENT_SENDEMAIL=Correio eletrónico para avisar depois de um pagamento (bem sucedido ou não) diff --git a/htdocs/langs/pt_PT/products.lang b/htdocs/langs/pt_PT/products.lang index edac29e8e41..1f2e78410de 100644 --- a/htdocs/langs/pt_PT/products.lang +++ b/htdocs/langs/pt_PT/products.lang @@ -20,22 +20,22 @@ ProductVatMassChange=Mass VAT change ProductVatMassChangeDesc=This page can be used to modify a VAT rate defined on products or services from a value to another. Warning, this change is done on all database. MassBarcodeInit=Mass barcode init MassBarcodeInitDesc=This page can be used to initialize a barcode on objects that does not have barcode defined. Check before that setup of module barcode is complete. -ProductAccountancyBuyCode=Accounting code (purchase) -ProductAccountancySellCode=Accounting code (sale) +ProductAccountancyBuyCode=Código de contabilidade (compra) +ProductAccountancySellCode=Código de contabilidade (venda) ProductOrService=Produto ou Serviço ProductsAndServices=Produtos e Serviços ProductsOrServices=Produtos ou Serviços ProductsOnSaleOnly=Products for sale only ProductsOnPurchaseOnly=Products for purchase only -ProductsNotOnSell=Products not for sale and not for purchase +ProductsNotOnSell=Produtos não vendidos e não disponíveis para compra ProductsOnSellAndOnBuy=Produtos para compra e venda ServicesOnSaleOnly=Services for sale only ServicesOnPurchaseOnly=Services for purchase only -ServicesNotOnSell=Services not for sale and not for purchase +ServicesNotOnSell=Serviços não à venda e não disponíveis para compra ServicesOnSellAndOnBuy=Serviços para compra e venda -LastModifiedProductsAndServices=Latest %s modified products/services -LastRecordedProducts=Latest %s recorded products -LastRecordedServices=Latest %s recorded services +LastModifiedProductsAndServices=Os últimos %s produtos/serviços modificados +LastRecordedProducts=Os últimos %s produtos registados +LastRecordedServices=Os últimos %s serviços registados CardProduct0=Ficha de Produto CardProduct1=Ficha de Serviço Stock=Stock @@ -66,12 +66,12 @@ CostPriceUsage=This value could be used for margin calculation. SoldAmount=Sold amount PurchasedAmount=Purchased amount NewPrice=Novo preço -MinPrice=Min. selling price +MinPrice=Preço de venda mínimo CantBeLessThanMinPrice=O preço de venda não pode ser inferior ao mínimo permitido para este produto ( %s sem impostos) ContractStatusClosed=Fechado ErrorProductAlreadyExists=Um produto com a referencia %s já existe. ErrorProductBadRefOrLabel=O valor da referencia ou etiqueta é incorrecto -ErrorProductClone=There was a problem while trying to clone the product or service. +ErrorProductClone=Ocorreu um problema ao tentar clonar o produto ou serviço. ErrorPriceCantBeLowerThanMinPrice=Error, price can't be lower than minimum price. Suppliers=Fornecedores SupplierRef=Ref. fornecedor @@ -91,21 +91,21 @@ SetDefaultBarcodeType=Defina o tipo de código de barras BarcodeValue=Valor do código de barras NoteNotVisibleOnBill=Nota (Não é visivel as facturas, orçamentos, etc.) ServiceLimitedDuration=Sim o serviço é de Duração limitada : -MultiPricesAbility=Several segment of prices per product/service (each customer is in one segment) +MultiPricesAbility=Vários segmentos de preços por produto/serviço (cada cliente enquadra-se num segmento) MultiPricesNumPrices=Nº de preços -AssociatedProductsAbility=Activate the feature to manage virtual products +AssociatedProductsAbility=Ative o recurso para gerir produtos virtuais AssociatedProducts=Produtos associados AssociatedProductsNumber=Nº de produtos associados -ParentProductsNumber=Number of parent packaging product +ParentProductsNumber=Número de produtos de embalagem fonte ParentProducts=Parent products -IfZeroItIsNotAVirtualProduct=If 0, this product is not a virtual product -IfZeroItIsNotUsedByVirtualProduct=If 0, this product is not used by any virtual product +IfZeroItIsNotAVirtualProduct=Se 0, este produto não é um produto virtual +IfZeroItIsNotUsedByVirtualProduct=Se 0, este produto não é usado por nenhum produto virtual KeywordFilter=Filtro por Chave CategoryFilter=Filtro por categoría ProductToAddSearch=Procurar produtos a Adicionar NoMatchFound=Não foram encontrados resultados ListOfProductsServices=List of products/services -ProductAssociationList=List of products/services that are component of this virtual product/package +ProductAssociationList=Lista de produtos/serviços que são componentes deste produto/pacote virtual ProductParentList=Lista de produtos e serviços com este produto como um componente ErrorAssociationIsFatherOfThis=Um dos produtos seleccionados é pai do produto em curso DeleteProduct=Eliminar um produto/serviço @@ -120,7 +120,7 @@ ConfirmDeleteProductLine=Está seguro de querer eliminar esta linha de produto? ProductSpecial=Especial QtyMin=Qtd mínima PriceQtyMin=Preço para esta qt. mín. (s/ o desconto) -VATRateForSupplierProduct=VAT Rate (for this supplier/product) +VATRateForSupplierProduct=Taxa de IVA (para este fornecedor/produto) DiscountQtyMin=Desconto predefinido para a qt. NoPriceDefinedForThisSupplier=Nenhum Preço/Quant. definido para este fornecedor/produto NoSupplierPriceDefinedForThisProduct=Nenhum Preço/Quant. Fornecedor definida para este produto @@ -139,19 +139,19 @@ ListServiceByPopularity=Lista de serviços de popularidade Finished=Produto Manofacturado RowMaterial=Matéria Prima CloneProduct=Copie produto ou serviço -ConfirmCloneProduct=Are you sure you want to clone product or service %s? +ConfirmCloneProduct=Tem certeza de que deseja clonar este produto ou serviço %s? CloneContentProduct=Copie todas as principais informações do produto / serviço ClonePricesProduct=Copie principais informações e preços -CloneCompositionProduct=Clone packaged product/service +CloneCompositionProduct=Clonar produto/serviço embalado CloneCombinationsProduct=Clone product variants ProductIsUsed=Este produto é utilizado NewRefForClone=Ref. do novo produto / serviço SellingPrices=Selling prices BuyingPrices=Buying prices -CustomerPrices=Customer prices -SuppliersPrices=Supplier prices +CustomerPrices=Preços aos clientes +SuppliersPrices=Preços dos fornecedores SuppliersPricesOfProductsOrServices=Supplier prices (of products or services) -CustomCode=Customs/Commodity/HS code +CustomCode=Código de alfândega/mercadoria/SH CountryOrigin=País de origem Nature=Natureza ShortLabel=Short label @@ -188,21 +188,21 @@ unitLM=Linear meter unitM2=Square meter unitM3=Cubic meter unitL=Liter -ProductCodeModel=Product ref template -ServiceCodeModel=Service ref template +ProductCodeModel=Modelo de referência do produto +ServiceCodeModel=Modelo de referência de serviço CurrentProductPrice=Preço atual -AlwaysUseNewPrice=Always use current price of product/service +AlwaysUseNewPrice=Usar sempre o preço atual do produto/serviço AlwaysUseFixedPrice=Utilizar o preço fixo -PriceByQuantity=Different prices by quantity -PriceByQuantityRange=Quantity range +PriceByQuantity=Preços diferentes por quantidade +PriceByQuantityRange=Gama de quantidades MultipriceRules=Price segment rules UseMultipriceRules=Use price segment rules (defined into product module setup) to autocalculate prices of all other segment according to first segment PercentVariationOver=%% variation over %s PercentDiscountOver=%% discount over %s KeepEmptyForAutoCalculation=Keep empty to have this calculated automatically from weight or volume of products ### composition fabrication -Build=Produce -ProductsMultiPrice=Products and prices for each price segment +Build=Produzir +ProductsMultiPrice=Produtos e preços para cada segmento de preço ProductsOrServiceMultiPrice=Customer prices (of products or services, multi-prices) ProductSellByQuarterHT=Products turnover quarterly before tax ServiceSellByQuarterHT=Services turnover quarterly before tax diff --git a/htdocs/langs/pt_PT/projects.lang b/htdocs/langs/pt_PT/projects.lang index 71eccc35de3..5de28c68a71 100644 --- a/htdocs/langs/pt_PT/projects.lang +++ b/htdocs/langs/pt_PT/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. do projeto ProjectRef=Ref. do Projeto ProjectId=Id. do Projeto ProjectLabel=Nome do Projeto -Project=Projeto -Projects=Projetos ProjectsArea=Área de Projetos ProjectStatus=Estado do projeto SharedProject=Toda a Gente @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Mostrar Projeto +ShowTask=Ver tarefa SetProject=Definir Projeto NoProject=Nenhum projeto definido ou possuído NbOfProjects=Nr. de Projetos @@ -77,6 +76,7 @@ Time=Tempo ListOfTasks=Lista de tarefas GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Ir para a lista de tarefas +GanttView=Gantt View ListProposalsAssociatedProject=Lista de Orçamentos Associados ao Projeto ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Abrir Projeto ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=contatos do Projeto +TaskContact=Task contacts ActionsOnProject=Ações sobre o projeto YouAreNotContactOfProject=Não é um contato deste projeto privado UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Excluir o tempo gasto ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Ver também as tarefas não me atribuidas ShowMyTasksOnly=Ver só as tarefas que me foram atribuídas -TaskRessourceLinks=Recursos +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projetos dedicados a este terceiro NoTasks=Não existem tarefas para este projeto LinkedToAnotherCompany=Vinculado a Terceiros @@ -135,7 +136,7 @@ ProjectReportDate=Change task dates according to new project start date ErrorShiftTaskDate=Impossible to shift task date according to new project start date ProjectsAndTasksLines=Projetos e tarefas ProjectCreatedInDolibarr=Projeto %s criado -ProjectModifiedInDolibarr=Project %s modified +ProjectModifiedInDolibarr=Projeto %s, modificado TaskCreatedInDolibarr=%s tarefas criadas TaskModifiedInDolibarr=%s tarefas modificadas TaskDeletedInDolibarr=%s tarefas apagadas diff --git a/htdocs/langs/pt_PT/salaries.lang b/htdocs/langs/pt_PT/salaries.lang index 8ab275e1ce7..7b6b61bb19b 100644 --- a/htdocs/langs/pt_PT/salaries.lang +++ b/htdocs/langs/pt_PT/salaries.lang @@ -1,6 +1,6 @@ # Dolibarr language file - Source file is en_US - salaries SALARIES_ACCOUNTING_ACCOUNT_PAYMENT=Conta contabilística usada para terceiros -SALARIES_ACCOUNTING_ACCOUNT_PAYMENT_Desc=The dedicated accounting account defined on user card will be used for Subledger accouting only. This one will be used for General Ledger and as default value of Subledger accounting if dedicated user accouting account on user is not defined. +SALARIES_ACCOUNTING_ACCOUNT_PAYMENT_Desc=A conta contabilidade definida na ficha do utilizador será usada apenas para o Livro Auxiliar de contabilidade. Este será usado para o Livro Razão e como valor padrão da contabilidade do Livro Auxiliar se a conta de contabilidade do utilizador não estiver definida. SALARIES_ACCOUNTING_ACCOUNT_CHARGE=Conta contabilística usada por defeito para despesas de pessoal Salary=Salário Salaries=Salários @@ -13,3 +13,5 @@ TJM=Taxa diária média CurrentSalary=Salário atual THMDescription=Esse valor pode ser usado para calcular o custo do tempo consumido num projeto inserido pelos utilizadores, isto no caso de o módulo Projetos estiver a ser utilizado TJMDescription=Esse valor é atualmente serve apenas como informação e não é utilizado em qualquer cálculo +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/pt_PT/sms.lang b/htdocs/langs/pt_PT/sms.lang index 368471b7a5a..07094489179 100644 --- a/htdocs/langs/pt_PT/sms.lang +++ b/htdocs/langs/pt_PT/sms.lang @@ -48,4 +48,4 @@ SmsInfoNumero= (Formato internacional exemplo: +33899701761) DelayBeforeSending=Atraso antes de enviar (minutos) SmsNoPossibleSenderFound=Nenhum operador disponível. Verifique a configuração do seu serviço SMS. SmsNoPossibleRecipientFound=Nenhum alvo disponível. Verifique a configuração do seu provedor de SMS. -DisableStopIfSupported=Disable STOP message (if supported) +DisableStopIfSupported=Desativar mensagem STOP (se suportado) diff --git a/htdocs/langs/pt_PT/stocks.lang b/htdocs/langs/pt_PT/stocks.lang index 1d75c450737..1bf83f76431 100644 --- a/htdocs/langs/pt_PT/stocks.lang +++ b/htdocs/langs/pt_PT/stocks.lang @@ -22,6 +22,7 @@ Movements=Movimentos ErrorWarehouseRefRequired=O nome de referencia do armazem é obrigatório ListOfWarehouses=Lista de Armazens ListOfStockMovements=Lista de movimentos de stock +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movimento ou código do inventário IsInPackage=Contained into package WarehouseAllowNegativeTransfer=O stock pode ser negativo diff --git a/htdocs/langs/pt_PT/stripe.lang b/htdocs/langs/pt_PT/stripe.lang index 82efb8b3a61..03bc1fece09 100644 --- a/htdocs/langs/pt_PT/stripe.lang +++ b/htdocs/langs/pt_PT/stripe.lang @@ -1,6 +1,6 @@ # Dolibarr language file - Source file is en_US - stripe StripeSetup=Configuração do módulo Stripe -StripeDesc=This module offer pages to allow payment on Stripe by customers. This can be used for a free payment or for a payment on a particular Dolibarr object (invoice, order, ...) +StripeDesc=Este módulo disponibiliza páginas para permitir o pagamento por Stripe pelos clientes. Isto pode ser usado para um pagamento gratuito ou para um pagamento em um determinado objeto Dolibarr (fatura, encomenda, ...) StripeOrCBDoPayment=Pagar com cartão de crédito ou Stripe FollowingUrlAreAvailableToMakePayments=As seguintes URL estão disponiveis para permitir a um cliente efectuar um pagamento PaymentForm=Forma de pagamento @@ -12,7 +12,7 @@ YourEMail=E-Mail de confirmação de pagamento STRIPE_PAYONLINE_SENDEMAIL=Correio eletrónico para avisar depois de um pagamento (bem sucedido ou não) Creditor=Beneficiario PaymentCode=Código de pagamento -StripeDoPayment=Pay with Credit or Debit Card (Stripe) +StripeDoPayment=Pagar com cartão de crédito ou débito (Stripe) YouWillBeRedirectedOnStripe=Você será redirecionado para uma página segura do Stripe de forma a inserir as informações do seu cartão de crédito Continue=Continuar ToOfferALinkForOnlinePayment=URL para o pagamento %s diff --git a/htdocs/langs/pt_PT/suppliers.lang b/htdocs/langs/pt_PT/suppliers.lang index 26f46cc7961..a454523db1b 100644 --- a/htdocs/langs/pt_PT/suppliers.lang +++ b/htdocs/langs/pt_PT/suppliers.lang @@ -14,7 +14,7 @@ TotalSellingPriceMinShort=Total of subproducts selling prices SomeSubProductHaveNoPrices=Alguns sub-produtos não têm preço definido AddSupplierPrice=Add buying price ChangeSupplierPrice=Change buying price -SupplierPrices=Supplier prices +SupplierPrices=Preços dos fornecedores ReferenceSupplierIsAlreadyAssociatedWithAProduct=Este fornecedor de referência já está associado com uma referência: %s NoRecordedSuppliers=Sem Fornecedores Registados SupplierPayment=Pagamento a Fornecedor @@ -43,4 +43,4 @@ NotTheGoodQualitySupplier=Wrong quality ReputationForThisProduct=Reputation BuyerName=Buyer name AllProductServicePrices=All product / service prices -BuyingPriceNumShort=Supplier prices +BuyingPriceNumShort=Preços dos fornecedores diff --git a/htdocs/langs/pt_PT/trips.lang b/htdocs/langs/pt_PT/trips.lang index d7816ea0bdf..9a48dc7f02b 100644 --- a/htdocs/langs/pt_PT/trips.lang +++ b/htdocs/langs/pt_PT/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Relatório de despesas -ExpenseReports=Relatórios de despesas ShowExpenseReport=Show expense report Trips=Relatórios de Despesas TripsAndExpenses=Relatório de Despesas @@ -12,6 +10,8 @@ ListOfFees=Lista de Taxas TypeFees=Tipos de taxas ShowTrip=Show expense report NewTrip=Novo relatório de despesas +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Quantidade de Quilómetros DeleteTrip=Apagar relatório de despesas @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Número do intervalo predefinido ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/pt_PT/users.lang b/htdocs/langs/pt_PT/users.lang index 98c235be1ae..cc53ff06f3f 100644 --- a/htdocs/langs/pt_PT/users.lang +++ b/htdocs/langs/pt_PT/users.lang @@ -96,11 +96,11 @@ HierarchicView=Visualização Hierárquica UseTypeFieldToChange=Utilize o Tipo de Campo para alterar OpenIDURL=URL de OpenID LoginUsingOpenID=Utilizar OpenID para iniciar a sessão -WeeklyHours=Hours worked (per week) -ExpectedWorkedHours=Expected worked hours per week +WeeklyHours=Horas de trabalho (por semana) +ExpectedWorkedHours=Horas de trabalho esperadas por semana ColorUser=Cor do utilizador DisabledInMonoUserMode=Desativado no modo de manutenção -UserAccountancyCode=User accounting code +UserAccountancyCode=Código de contabilidade do utilizador UserLogoff=Terminar sessão do utilizador UserLogged=Utilizador conectado DateEmployment=Data de contratação diff --git a/htdocs/langs/pt_PT/website.lang b/htdocs/langs/pt_PT/website.lang index 93976eceacc..91e78328ff7 100644 --- a/htdocs/langs/pt_PT/website.lang +++ b/htdocs/langs/pt_PT/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Eliminar site da Web ConfirmDeleteWebsite=Tem a certeza que deseja eliminar este site da Web. Também irão ser removidos todas as suas páginas e conteúdo. WEBSITE_PAGENAME=Nome/pseudonimo da página WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL do ficheiro CSS externo WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Editar Menu EditMedias=Edit medias EditPageMeta=Editar Metadados -Website=Site da Web AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/ro_RO/admin.lang b/htdocs/langs/ro_RO/admin.lang index 0bbb6f5e487..1a62921c38a 100644 --- a/htdocs/langs/ro_RO/admin.lang +++ b/htdocs/langs/ro_RO/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignorați erorile de înregistrare duplicat (INSERT IGNOR AutoDetectLang=Autodetect (browser limbă) FeatureDisabledInDemo=Funcţonalitate dezactivată în demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permisiuni BoxesDesc=Widgeturile sunt componente care prezintă unele informații pe care le puteți adăuga pentru a personaliza unele pagini. Aveți posibilitatea să alegeți între afișarea widget-ului sau nu, selectând pagina țintă și făcând clic pe "Activare" sau făcând clic pe coșul de gunoi pentru a-l dezactiva. OnlyActiveElementsAreShown=Numai elementele din module activate sunt afişate. ModulesDesc=Modulele Dolibarr definesc ce aplicație / caracteristică este activată în software. Unele aplicații / module necesită permisiuni pe care trebuie să le acordați utilizatorilor, după activarea acestora. Faceți clic pe butonul On / Off pentru a activa un modul / aplicație. @@ -593,7 +592,7 @@ Module5000Desc=Vă permite să administraţi mai multe companii Module6000Name=Flux de lucru Module6000Desc=Managementul fluxului de lucru Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Managementul cererilor de concedii Module20000Desc=Declară şi urmăreşte cererile de concedii ale angajaţilor Module39000Name=Lot Produs @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Functionalitate pentru a trimite mesaje utilizân TranslationSetup=Configurarea traducerii TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=Cum se configureaza limbajul de aplicație afișat:
                  * Sistem: meniu Acasă - Configurare - Afișare
                  Per utilizator: Configurare afișare utilizator Tab-ul cardului utilizatorului (apasati pe numele de utilizator din partea de sus a ecranului). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Regulă pentru a genera parole sugerate sau validareal DisableForgetPasswordLinkOnLogonPage=Nu afişa link-ul "Uită parola" de pe pagina de login UsersSetup=Utilizatorii modul de configurare UserMailRequired=EMail necesare pentru a crea un utilizator nou -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=Configurare Modul HRM ##### Company setup ##### diff --git a/htdocs/langs/ro_RO/commercial.lang b/htdocs/langs/ro_RO/commercial.lang index 8c5ef7332bb..1f250411105 100644 --- a/htdocs/langs/ro_RO/commercial.lang +++ b/htdocs/langs/ro_RO/commercial.lang @@ -70,3 +70,9 @@ Stats=Statistici vânzări StatusProsp=Statut Prospect DraftPropals=Oferte Comerciale Schiţă NoLimit=Nelimitat +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/ro_RO/holiday.lang b/htdocs/langs/ro_RO/holiday.lang index 12138405a2b..ce65ca53ebe 100644 --- a/htdocs/langs/ro_RO/holiday.lang +++ b/htdocs/langs/ro_RO/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Anulare cerere concediu EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/ro_RO/mails.lang b/htdocs/langs/ro_RO/mails.lang index 77c0f313ec7..989fb17296e 100644 --- a/htdocs/langs/ro_RO/mails.lang +++ b/htdocs/langs/ro_RO/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unic de contact din companii MailNoChangePossible=Destinatari validate de email-uri nu poate fi schimbat SearchAMailing=Căutare de e-mail SendMailing=Trimite email-uri -SendMail=Trimite un email SentBy=Trimis de MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Puteţi, totuşi, trimite-le on-line, prin adăugarea parametrului MAILING_LIMIT_SENDBYWEB cu valoare de numărul maxim de mesaje de poştă electronică pe care doriţi să o trimiteţi prin sesiuni. diff --git a/htdocs/langs/ro_RO/main.lang b/htdocs/langs/ro_RO/main.lang index 8feb24b9587..50b4ff96224 100644 --- a/htdocs/langs/ro_RO/main.lang +++ b/htdocs/langs/ro_RO/main.lang @@ -266,8 +266,10 @@ DateApprove2=Data aprobare (a doua aprobare) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=an DurationMonth=lună DurationWeek=săptămână @@ -608,6 +610,7 @@ SendByMail=Trimite prin e-mail MailSentBy=E-mail trimis de TextUsedInTheMessageBody=Continut Email SendAcknowledgementByMail=Trimite confirmare email +SendMail=Trimite un email EMail=E-mail NoEMail=Niciun email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Raport Cheltuieli +ExpenseReports=Rapoarte Cheltuieli HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Evenimente EMailTemplates=Șabloane e-mailuri FileNotShared=File not shared to exernal public +Project=Proiect +Projects=Proiecte +Rights=Permisiuni # Week day Monday=Luni Tuesday=Marţi diff --git a/htdocs/langs/ro_RO/members.lang b/htdocs/langs/ro_RO/members.lang index 46dd311ce95..effde2c0d4f 100644 --- a/htdocs/langs/ro_RO/members.lang +++ b/htdocs/langs/ro_RO/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Cifra de afaceri (pentru o companie), sau Bugetul (pentru o fun DefaultAmount=Valoarea implicită a cotizaţiei CanEditAmount=Vizitatorul poate alege / modifica valoarea cotizaţiei sale MEMBER_NEWFORM_PAYONLINE=Mergi la pagina integrată de plata online -ByProperties=După caracteristici -MembersStatisticsByProperties=Statistici Membri după caracteristici +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Acest ecran va afiseaza statisticile pe membrii dupa forma juridica MembersByRegion=Acest ecran va afiseaza statisticile pe membrii dupa regiune. VATToUseForSubscriptions=Rata TVA utilizată pentru înscrieri diff --git a/htdocs/langs/ro_RO/modulebuilder.lang b/htdocs/langs/ro_RO/modulebuilder.lang index 60aa8b87f94..48a9f5a2502 100644 --- a/htdocs/langs/ro_RO/modulebuilder.lang +++ b/htdocs/langs/ro_RO/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/ro_RO/projects.lang b/htdocs/langs/ro_RO/projects.lang index c2af6806a25..1e5305bb581 100644 --- a/htdocs/langs/ro_RO/projects.lang +++ b/htdocs/langs/ro_RO/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. proiect ProjectRef=Project ref. ProjectId=ID proiect ProjectLabel=Project label -Project=Proiect -Projects=Proiecte ProjectsArea=Projects Area ProjectStatus=Statut Proiect SharedProject=Toată lumea @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Afişează proiect +ShowTask=Arată sarcină SetProject=Setare proiect NoProject=Niciun proiect definit sau responsabil NbOfProjects=Nr proiecte @@ -77,6 +76,7 @@ Time=Timp ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Lista oferte comerciale asociate la proiect ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Redeschide Proiect ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Contacte Proiect +TaskContact=Task contacts ActionsOnProject=Evenimente pe proiect YouAreNotContactOfProject=Nu sunteţi un contact al acestui proiect privat UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Ştergeţi timpul consumat ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Afişează, de asemenea, şi taskurile ce nu sunt atribuite mie ShowMyTasksOnly=Vezi numai taskurile atribuite mie -TaskRessourceLinks=Resurse +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Proiecte dedicate acestui terţ NoTasks=Nr sarcini pentru acest proiect LinkedToAnotherCompany=Legat de terţe părţi, alta diff --git a/htdocs/langs/ro_RO/salaries.lang b/htdocs/langs/ro_RO/salaries.lang index 9fdfff09105..e4cc3ef6dcb 100644 --- a/htdocs/langs/ro_RO/salaries.lang +++ b/htdocs/langs/ro_RO/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Salariu curent THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/ro_RO/stocks.lang b/htdocs/langs/ro_RO/stocks.lang index 634d2cc40b8..3dcaecfbaea 100644 --- a/htdocs/langs/ro_RO/stocks.lang +++ b/htdocs/langs/ro_RO/stocks.lang @@ -22,6 +22,7 @@ Movements=Mişcări ErrorWarehouseRefRequired=Referința Depozit este obligatorie ListOfWarehouses=Lista depozite ListOfStockMovements=Lista mişcări de stoc +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Depozite @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Eticheta transferului +DateMovement=Date of movement InventoryCode=Codul de inventar sau transfer IsInPackage=Continute in pachet WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/ro_RO/trips.lang b/htdocs/langs/ro_RO/trips.lang index 7f343c437be..66b6c73f760 100644 --- a/htdocs/langs/ro_RO/trips.lang +++ b/htdocs/langs/ro_RO/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Raport Cheltuieli -ExpenseReports=Rapoarte Cheltuieli ShowExpenseReport=Show expense report Trips=Rapoarte Cheltuieli TripsAndExpenses=Rapoarte Cheltuieli @@ -12,6 +10,8 @@ ListOfFees=Lista note cheltuieli TypeFees=Tipuri taxe ShowTrip=Show expense report NewTrip= Raport de cheltuieli nou +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Valoarea sau km DeleteTrip=Șterge raport de cheltuieli @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Ați declarat un alt raport de cheltuieli într-un interval de timp similar. AucuneLigne=Nu există încă nici un raport de cheltuieli declarate diff --git a/htdocs/langs/ro_RO/website.lang b/htdocs/langs/ro_RO/website.lang index 01ff65b3ba4..a0e5db8d16e 100644 --- a/htdocs/langs/ro_RO/website.lang +++ b/htdocs/langs/ro_RO/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Şterge website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Pagina nume/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit meniu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/ru_RU/admin.lang b/htdocs/langs/ru_RU/admin.lang index 98e86ceb626..6515e1c3c98 100644 --- a/htdocs/langs/ru_RU/admin.lang +++ b/htdocs/langs/ru_RU/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords= Игнорировать ошибки дублирующ AutoDetectLang=Автоопределение (язык браузера) FeatureDisabledInDemo=Функция отключена в демо - FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Права BoxesDesc=Виджеты компонентов отображают такую же информацию которую вы можете добавить к персонализированным страницам. Вы можете выбрать между показом виджета или не выбирая целевую страницу нажать "Активировать", или выбрать корзину для отключения. OnlyActiveElementsAreShown=Показаны только элементы из включенных модулей ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Управление группами компаний Module6000Name=Бизнес-Процесс Module6000Desc=Управление рабочим процессом Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Заявления на отпуск Module20000Desc=Управление заявлениями на отпуск и соблюдение графика отпусков работниками Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Правило предложили генериров DisableForgetPasswordLinkOnLogonPage=Не показывать ссылку "Забыли пароль" на странице входа UsersSetup=Пользователь модуля установки UserMailRequired=EMail, необходимые для создания нового пользователя -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/ru_RU/commercial.lang b/htdocs/langs/ru_RU/commercial.lang index 9a7a8dd4769..b495758d3cc 100644 --- a/htdocs/langs/ru_RU/commercial.lang +++ b/htdocs/langs/ru_RU/commercial.lang @@ -70,3 +70,9 @@ Stats=Статистика продаж StatusProsp=Проспект статус DraftPropals=Проект коммерческих предложений NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/ru_RU/holiday.lang b/htdocs/langs/ru_RU/holiday.lang index 79a5d0c720d..3a68f473b56 100644 --- a/htdocs/langs/ru_RU/holiday.lang +++ b/htdocs/langs/ru_RU/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Отмена заявления на отпуск EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/ru_RU/mails.lang b/htdocs/langs/ru_RU/mails.lang index 51fddb30559..d91b8389519 100644 --- a/htdocs/langs/ru_RU/mails.lang +++ b/htdocs/langs/ru_RU/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Уникальный контактов компаний MailNoChangePossible=Получатели для подтверждена электронной почте не может быть изменен SearchAMailing=Поиск рассылку SendMailing=Отправить по электронной почте -SendMail=Отправить письмо SentBy=Прислал MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Однако вы можете отправить их в Интернете, добавив параметр MAILING_LIMIT_SENDBYWEB с величиной максимальное количество писем вы хотите отправить на сессии. diff --git a/htdocs/langs/ru_RU/main.lang b/htdocs/langs/ru_RU/main.lang index be811b3db3f..a8468b9e958 100644 --- a/htdocs/langs/ru_RU/main.lang +++ b/htdocs/langs/ru_RU/main.lang @@ -266,8 +266,10 @@ DateApprove2=Дата утверждения (повторного) RegistrationDate=Registration date UserCreation=Создание пользователя UserModification=Изменение пользователя +UserValidation=Validation user UserCreationShort=Создан. пользователь UserModificationShort=Измен. пользователь +UserValidationShort=Valid. user DurationYear=год DurationMonth=месяц DurationWeek=неделя @@ -608,6 +610,7 @@ SendByMail=Отправить по электронной почте MailSentBy=Отправлено по Email TextUsedInTheMessageBody=Текст Email SendAcknowledgementByMail=Отправить подтверждение на электронную почту +SendMail=Отправить письмо EMail=Электронная почта NoEMail=Нет Email Email=Адрес электронной почты @@ -808,6 +811,10 @@ ModuleBuilder=Создатель Модуля SetMultiCurrencyCode=Настройка валюты BulkActions=Массовые действия ClickToShowHelp=Нажмите для отображения подсказок +Website=Web site +WebSites=Web sites +ExpenseReport=Отчёт о затратах +ExpenseReports=Отчёты о затратах HR=Кадры HRAndBank=Кадры и Банк AutomaticallyCalculated=Автоматический подсчет @@ -818,6 +825,9 @@ Websites=Web sites Events=События EMailTemplates=Шаблоны электронных писем FileNotShared=File not shared to exernal public +Project=Проект +Projects=Проекты +Rights=Права доступа # Week day Monday=Понедельник Tuesday=Вторник diff --git a/htdocs/langs/ru_RU/members.lang b/htdocs/langs/ru_RU/members.lang index 22808d15707..9a09a2bcfcf 100644 --- a/htdocs/langs/ru_RU/members.lang +++ b/htdocs/langs/ru_RU/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Оборот (за компанию) или бюджета (з DefaultAmount=По умолчанию количество подписки CanEditAmount=Посетитель может выбрать / изменить размер его подписке MEMBER_NEWFORM_PAYONLINE=Перейти по комплексному интернет страницу оплаты -ByProperties=По характеристикам -MembersStatisticsByProperties=Стастистика участников по характеристикам +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=Значение НДС, для ипользования в подписках diff --git a/htdocs/langs/ru_RU/modulebuilder.lang b/htdocs/langs/ru_RU/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/ru_RU/modulebuilder.lang +++ b/htdocs/langs/ru_RU/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/ru_RU/projects.lang b/htdocs/langs/ru_RU/projects.lang index cec37a458cc..acd983b84a9 100644 --- a/htdocs/langs/ru_RU/projects.lang +++ b/htdocs/langs/ru_RU/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. проект ProjectRef=Project ref. ProjectId=ID Проекта ProjectLabel=Project label -Project=Проект -Projects=Проекты ProjectsArea=Projects Area ProjectStatus=Статус проекта SharedProject=Общий проект @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Показать проекта +ShowTask=Показать задачу SetProject=Комплекс проектов NoProject=Нет проекта определена NbOfProjects=Nb проектов @@ -77,6 +76,7 @@ Time=Время ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Списки коммерческих предложений, связанных с проектом ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Открытый проект ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Проект контакты +TaskContact=Task contacts ActionsOnProject=Действия по проекту YouAreNotContactOfProject=Вы не контакт этого частного проекта UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Удалить времени ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Также видеть задачи, не назначенные мне ShowMyTasksOnly=Видеть только задачи, назначенные мне -TaskRessourceLinks=Ресурсы +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Проектов, посвященных этой третьей стороне NoTasks=Нет задач, для этого проекта LinkedToAnotherCompany=Связь с другими третий участник diff --git a/htdocs/langs/ru_RU/salaries.lang b/htdocs/langs/ru_RU/salaries.lang index 2bf334f2ae4..ebc439a3e65 100644 --- a/htdocs/langs/ru_RU/salaries.lang +++ b/htdocs/langs/ru_RU/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Текущая зарплата THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/ru_RU/stocks.lang b/htdocs/langs/ru_RU/stocks.lang index 76e36c38570..03bc9531bb7 100644 --- a/htdocs/langs/ru_RU/stocks.lang +++ b/htdocs/langs/ru_RU/stocks.lang @@ -22,6 +22,7 @@ Movements=Перевозкой ErrorWarehouseRefRequired=Склад ссылкой зовут требуется ListOfWarehouses=Список складов ListOfStockMovements=Список акций движения +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Раздел "Склад" @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/ru_RU/trips.lang b/htdocs/langs/ru_RU/trips.lang index cd71eeb2844..d9c5113cebd 100644 --- a/htdocs/langs/ru_RU/trips.lang +++ b/htdocs/langs/ru_RU/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Отчёт о затратах -ExpenseReports=Отчёты о затратах ShowExpenseReport=Show expense report Trips=Отчёты о затратах TripsAndExpenses=Отчёты о затратах @@ -12,6 +10,8 @@ ListOfFees=Список сборов TypeFees=Types of fees ShowTrip=Show expense report NewTrip=Новый отчёт о затртатах +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Сумма или километры DeleteTrip=Удалить отчёт о затратах @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Вы должны задекларировать другой отчёт о затратах в этом временном диапазоне. AucuneLigne=Нет задекларированных отчётов о затратах diff --git a/htdocs/langs/ru_RU/website.lang b/htdocs/langs/ru_RU/website.lang index 82318510ead..7e4688eeb24 100644 --- a/htdocs/langs/ru_RU/website.lang +++ b/htdocs/langs/ru_RU/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/sk_SK/admin.lang b/htdocs/langs/sk_SK/admin.lang index 81594a6ce3c..2d2bfd11168 100644 --- a/htdocs/langs/sk_SK/admin.lang +++ b/htdocs/langs/sk_SK/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignorovať chyby duplicitného záznamu AutoDetectLang=Autodetekcia (jazyk prehliadača) FeatureDisabledInDemo=Funkcia zakázaný v demo FeatureAvailableOnlyOnStable=Táto možnosť je dostupná iba v oficiálnej stabilnej verzií -Rights=Oprávnenie BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Iba prvky z povolených modulov sú uvedené. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Umožňuje spravovať viac spoločností Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Web stránky -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Opustiť správcu požiadaviek Module20000Desc=Deklarovať a sledovať zamestnanci opustí požiadavky Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Nastavenie prekladu TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Preprísať prekladový reľazec -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Prekladový reťazec @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Pravidlo pre generovanie hesiel navrhovaná alebo over DisableForgetPasswordLinkOnLogonPage=Nezobrazovať na odkaz "Zabudli ste heslo" na prihlasovacej stránke UsersSetup=Užívatelia modul nastavenia UserMailRequired=EMail nutné vytvoriť nového užívateľa -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/sk_SK/commercial.lang b/htdocs/langs/sk_SK/commercial.lang index 4f3f652660e..a43f4dbdc4b 100644 --- a/htdocs/langs/sk_SK/commercial.lang +++ b/htdocs/langs/sk_SK/commercial.lang @@ -70,3 +70,9 @@ Stats=Predajné štatistiky StatusProsp=Prospect stav DraftPropals=Navrhnúť obchodné návrhy NoLimit=Bez limitu +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/sk_SK/holiday.lang b/htdocs/langs/sk_SK/holiday.lang index d981c5a1b2e..90da146dda5 100644 --- a/htdocs/langs/sk_SK/holiday.lang +++ b/htdocs/langs/sk_SK/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/sk_SK/mails.lang b/htdocs/langs/sk_SK/mails.lang index 755148a2910..7421b38d596 100644 --- a/htdocs/langs/sk_SK/mails.lang +++ b/htdocs/langs/sk_SK/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unikátny kontakty / adresy MailNoChangePossible=Príjemcovia pre validované rozosielanie nemožno zmeniť SearchAMailing=Hľadať mailing SendMailing=Poslať e-mailom -SendMail=Odoslať e-mail SentBy=Odosielateľ: MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Však môžete zaslať on-line pridaním parametra MAILING_LIMIT_SENDBYWEB s hodnotou max počet e-mailov, ktoré chcete poslať zasadnutí. K tomu, prejdite na doma - Nastavenie - Ostatné. diff --git a/htdocs/langs/sk_SK/main.lang b/htdocs/langs/sk_SK/main.lang index 7d516479621..e84d1765fd1 100644 --- a/htdocs/langs/sk_SK/main.lang +++ b/htdocs/langs/sk_SK/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=rok DurationMonth=mesiac DurationWeek=týždeň @@ -608,6 +610,7 @@ SendByMail=Poslať e-mailom MailSentBy=E-mail zaslaná TextUsedInTheMessageBody=E-mail telo SendAcknowledgementByMail=Send confirmation email +SendMail=Odoslať e-mail EMail=E-mail NoEMail=Žiadny e-mail Email=E-mail @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web stránka +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Udalosti EMailTemplates=Šablóny emailov FileNotShared=File not shared to exernal public +Project=Projekt +Projects=Projekty +Rights=Oprávnenia # Week day Monday=Pondelok Tuesday=Utorok diff --git a/htdocs/langs/sk_SK/members.lang b/htdocs/langs/sk_SK/members.lang index 7ba5be496b9..ecd2b64a1e9 100644 --- a/htdocs/langs/sk_SK/members.lang +++ b/htdocs/langs/sk_SK/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Obrat (pre firmu), alebo rozpočet (pre nadáciu) DefaultAmount=Východisková suma predplatného CanEditAmount=Návštevník si môže vybrať / upraviť výšku svojho upísaného MEMBER_NEWFORM_PAYONLINE=Prejsť na integrované on-line platobné stránky -ByProperties=Charakteristikami -MembersStatisticsByProperties=Členovia štatistiky podľa charakteristík +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Tento pohľad zobrazuje štatistiky používateľov podľa krajiny MembersByRegion=Tento pohľad zobrazuje štatistiky používateľov podľa regiónu VATToUseForSubscriptions=Sadzba DPH sa má použiť pre predplatné diff --git a/htdocs/langs/sk_SK/modulebuilder.lang b/htdocs/langs/sk_SK/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/sk_SK/modulebuilder.lang +++ b/htdocs/langs/sk_SK/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/sk_SK/projects.lang b/htdocs/langs/sk_SK/projects.lang index 41d78f6f336..eca6eb0915a 100644 --- a/htdocs/langs/sk_SK/projects.lang +++ b/htdocs/langs/sk_SK/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Projekt -Projects=Projekty ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Všetci @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Zobraziť projektu +ShowTask=Zobraziť úloha SetProject=Nastavenie projektu NoProject=Žiadny projekt definovaný alebo vlastné NbOfProjects=Nb projektov @@ -77,6 +76,7 @@ Time=Čas ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Zoznam obchodných návrhov spojených s projektom ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Otvoriť projekt ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Projekt kontakty +TaskContact=Task contacts ActionsOnProject=Udalosti na projekte YouAreNotContactOfProject=Nie ste kontakt tomto súkromnom projekte UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Odstrániť čas strávený ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Zdroje +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projekty venovaný tejto tretej osobe NoTasks=Žiadne úlohy tohto projektu LinkedToAnotherCompany=Súvisí s tretej strane diff --git a/htdocs/langs/sk_SK/salaries.lang b/htdocs/langs/sk_SK/salaries.lang index 698984051b4..d7579b24bef 100644 --- a/htdocs/langs/sk_SK/salaries.lang +++ b/htdocs/langs/sk_SK/salaries.lang @@ -13,3 +13,5 @@ TJM=priemerná denná mzda CurrentSalary=Súčasná mzda THMDescription=Táto hodnota môže byť použitá pre výpočet ceny času stráveného na projekte užívateľom ak modul Projekt je použitý TJMDescription=Táto hoidnota je iba informačná a nie je použitá pre kalkulácie +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/sk_SK/stocks.lang b/htdocs/langs/sk_SK/stocks.lang index 68b887da38a..f2866824b90 100644 --- a/htdocs/langs/sk_SK/stocks.lang +++ b/htdocs/langs/sk_SK/stocks.lang @@ -22,6 +22,7 @@ Movements=Pohyby ErrorWarehouseRefRequired=Referenčné meno skladu je povinné ListOfWarehouses=Zoznam skladov ListOfStockMovements=Zoznam skladových pohybov +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Oblasť skladov @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Výška zásov musí byť dostatočná pre pridanie StockMustBeEnoughForOrder=Výška zásov musí byť dostatočná pre pridanie produktu/služby do objednávky ( kontrolujú sa aktuálne skutočné zásoby pri pridávaní riadku na faktúru ak keď je nastavené pravidlo pre automatickú zmenu zásob ) StockMustBeEnoughForShipment= Výška zásov musí byť dostatočná pre pridanie produktu/služby do zásielky ( kontrolujú sa aktuálne skutočné zásoby pri pridávaní riadku na faktúru ak keď je nastavené pravidlo pre automatickú zmenu zásob ) MovementLabel=Štítok pohybu +DateMovement=Date of movement InventoryCode=Presun alebo skladový kód IsInPackage=Vložené do balíka WarehouseAllowNegativeTransfer=Zásoby môžu byť mínusové diff --git a/htdocs/langs/sk_SK/trips.lang b/htdocs/langs/sk_SK/trips.lang index 6f350c03670..c3aee29c971 100644 --- a/htdocs/langs/sk_SK/trips.lang +++ b/htdocs/langs/sk_SK/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=Sadzobník poplatkov TypeFees=Poplatky ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Množstvo alebo kilometrov DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/sk_SK/website.lang b/htdocs/langs/sk_SK/website.lang index 9d22f4cd8a2..393861ec5da 100644 --- a/htdocs/langs/sk_SK/website.lang +++ b/htdocs/langs/sk_SK/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Zmazať webstránku ConfirmDeleteWebsite=Určite chcete zmazať túto web stránku. Všetky podstránka a obsah budú zmazané tiež. WEBSITE_PAGENAME=Meno stránky WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL alebo externý CSS dokument WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Upraviť menu EditMedias=Edit medias EditPageMeta=Upraviť Meta -Website=Web stránka AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/sl_SI/admin.lang b/htdocs/langs/sl_SI/admin.lang index 520f2c22d74..26cc871fbdc 100644 --- a/htdocs/langs/sl_SI/admin.lang +++ b/htdocs/langs/sl_SI/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Samozaznava (jezik iskalnika) FeatureDisabledInDemo=Funkcija onemogočena v demo različici FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Dovoljenja BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Prikazani so samo elementi omogočenih modulov . ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Omogoča upravljaje skupine podjetij Module6000Name=Potek dela Module6000Desc=Upravljanje poteka dela Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Upravljanje zahtevkov za dopust Module20000Desc=Določitev in sledenje zahtevkov za dopustov zaposlenih Module39000Name=Lot proizvoda @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Funkcija za pošiljanje pošte z uporabo metode " TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Pravilo za generiranje predlaganih gesel ali potrjevan DisableForgetPasswordLinkOnLogonPage=Ne prikazuj povezave "Ste pozabili geslo?" na strani za prijavo UsersSetup=Nastavitve modula uporabnikov UserMailRequired=Za kreiranje novega uporabnika je zahtevan EMail naslov -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/sl_SI/commercial.lang b/htdocs/langs/sl_SI/commercial.lang index dbb4506be1f..596205ed0b1 100644 --- a/htdocs/langs/sl_SI/commercial.lang +++ b/htdocs/langs/sl_SI/commercial.lang @@ -70,3 +70,9 @@ Stats=Statistika prodaje StatusProsp=Status možne stranke DraftPropals=Osnutek komercialne ponudbe NoLimit=Brez omejitev +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/sl_SI/holiday.lang b/htdocs/langs/sl_SI/holiday.lang index 831e30f9248..ad7f4d8208d 100644 --- a/htdocs/langs/sl_SI/holiday.lang +++ b/htdocs/langs/sl_SI/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Preklic zahtevka za dopust EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/sl_SI/mails.lang b/htdocs/langs/sl_SI/mails.lang index cc806d5f445..b13a4064e02 100644 --- a/htdocs/langs/sl_SI/mails.lang +++ b/htdocs/langs/sl_SI/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Enolični kontakti podjetij MailNoChangePossible=Prejemnikov za potrjeno e-sporočilo ne morete spremeniti SearchAMailing=Iskanje e-pošte SendMailing=Pošiljanje e-pošte -SendMail=Pošlji e-pošto SentBy=Poslal MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Lahko jih seveda pošljete tudi »online«, če dodate parameter MAILING_LIMIT_SENDBYWEB z največjim številom e-sporočil, ki jih želite poslati v eni seji. diff --git a/htdocs/langs/sl_SI/main.lang b/htdocs/langs/sl_SI/main.lang index f0d0677e9b2..3c9d0c5fc53 100644 --- a/htdocs/langs/sl_SI/main.lang +++ b/htdocs/langs/sl_SI/main.lang @@ -266,8 +266,10 @@ DateApprove2=Datum odobritve (drugi nivo) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=leto DurationMonth=mesec DurationWeek=teden @@ -608,6 +610,7 @@ SendByMail=Pošlji EMail MailSentBy=Email poslal TextUsedInTheMessageBody=Vsebina Email-a SendAcknowledgementByMail=Send confirmation email +SendMail=Pošlji e-pošto EMail=E-pošta NoEMail=Ni email-a Email=E-pošta @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Stroškovna poročila HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Dogodki EMailTemplates=Predloge za elektronsko pošto FileNotShared=File not shared to exernal public +Project=Projekt +Projects=Projekti +Rights=Dovoljenja # Week day Monday=Ponedeljek Tuesday=Torek diff --git a/htdocs/langs/sl_SI/members.lang b/htdocs/langs/sl_SI/members.lang index 37672eb1d16..610eb155d3d 100644 --- a/htdocs/langs/sl_SI/members.lang +++ b/htdocs/langs/sl_SI/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Obseg prodaje (za podjetje) ali proračun (za fundacijo) DefaultAmount=Privzeti znesek za članarine CanEditAmount=Obiskovalec lahko izbere/ureja znesek svoje članarine MEMBER_NEWFORM_PAYONLINE=Skoči na integrirano stran za online plačila -ByProperties=Po lastnostih -MembersStatisticsByProperties=Statistika članov po lastnostih +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Na tem zaslonu je prikazana statistika članov po lastnostih. MembersByRegion=Na tem zaslonu je prikazana statistika članov po regijah. VATToUseForSubscriptions=Stopnja DDV za naročnine diff --git a/htdocs/langs/sl_SI/modulebuilder.lang b/htdocs/langs/sl_SI/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/sl_SI/modulebuilder.lang +++ b/htdocs/langs/sl_SI/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/sl_SI/projects.lang b/htdocs/langs/sl_SI/projects.lang index 5892137ece9..0a7eb58b74a 100644 --- a/htdocs/langs/sl_SI/projects.lang +++ b/htdocs/langs/sl_SI/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Id projekta ProjectLabel=Project label -Project=Projekt -Projects=Projekti ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Projekti v skupni rabi @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Prikaži projekt +ShowTask=Prikaži naloge SetProject=Nastavi projekt NoProject=Nimate definiranega ali lastnega projekta NbOfProjects=Število projektov @@ -77,6 +76,7 @@ Time=Čas ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Seznam komercialnih ponudb, povezanih s projektom ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Odprite projekt ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Kontakti za projekt +TaskContact=Task contacts ActionsOnProject=Aktivnosti o projektu YouAreNotContactOfProject=Niste kontakt tega privatnega projekta UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Izbrišite porabljen čas ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Viri +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projekti, ki so povezani s tem partnerjem NoTasks=Ni nalog za ta projekt LinkedToAnotherCompany=Povezane z drugimi partnerji diff --git a/htdocs/langs/sl_SI/salaries.lang b/htdocs/langs/sl_SI/salaries.lang index b376b9e755f..cc234ebbdb1 100644 --- a/htdocs/langs/sl_SI/salaries.lang +++ b/htdocs/langs/sl_SI/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Trenutna plača THMDescription=Ta kalkulacija se lahko uporabi za izračun stroškov porabljenega časa na projektu, ki ga vnese uporabnik, če je uporabljen projektni modul TJMDescription=Ta vrednost je trenutno samo informativna in se ne uporablja v nobeni kalkulaciji +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/sl_SI/stocks.lang b/htdocs/langs/sl_SI/stocks.lang index ed63cad763b..9c297207030 100644 --- a/htdocs/langs/sl_SI/stocks.lang +++ b/htdocs/langs/sl_SI/stocks.lang @@ -22,6 +22,7 @@ Movements=Gibanja ErrorWarehouseRefRequired=Obvezno je referenčno ime skladišča ListOfWarehouses=Spisek skladišč ListOfStockMovements=Seznam gibanja zaloge +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Področje skladišč @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Nalepka gibanja +DateMovement=Date of movement InventoryCode=Koda gibanja ali zaloge IsInPackage=Vsebina paketa WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/sl_SI/trips.lang b/htdocs/langs/sl_SI/trips.lang index 25a1956d538..149b13e872b 100644 --- a/htdocs/langs/sl_SI/trips.lang +++ b/htdocs/langs/sl_SI/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Stroškovna poročila ShowExpenseReport=Show expense report Trips=Stroškovna poročila TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=Seznam stroškov TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Količina kilometrov DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/sl_SI/website.lang b/htdocs/langs/sl_SI/website.lang index f18b00cbfb3..18d8fa78513 100644 --- a/htdocs/langs/sl_SI/website.lang +++ b/htdocs/langs/sl_SI/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Izbriši spletno stran ConfirmDeleteWebsite=Ali ste prepričani, da želite izbrisati to spletno starn. Vse strani in vsebina bodo pobrisani. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/sq_AL/admin.lang b/htdocs/langs/sq_AL/admin.lang index 3f49ad36ccc..5efe3f690ad 100644 --- a/htdocs/langs/sq_AL/admin.lang +++ b/htdocs/langs/sq_AL/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/sq_AL/commercial.lang b/htdocs/langs/sq_AL/commercial.lang index eaa4b69e60b..5c8e31d5061 100644 --- a/htdocs/langs/sq_AL/commercial.lang +++ b/htdocs/langs/sq_AL/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/sq_AL/holiday.lang b/htdocs/langs/sq_AL/holiday.lang index b373d4d7852..be527631e06 100644 --- a/htdocs/langs/sq_AL/holiday.lang +++ b/htdocs/langs/sq_AL/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/sq_AL/mails.lang b/htdocs/langs/sq_AL/mails.lang index 091639da0b6..bee9ca1f74a 100644 --- a/htdocs/langs/sq_AL/mails.lang +++ b/htdocs/langs/sq_AL/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/sq_AL/main.lang b/htdocs/langs/sq_AL/main.lang index 94a4b322d15..8985387e77e 100644 --- a/htdocs/langs/sq_AL/main.lang +++ b/htdocs/langs/sq_AL/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=Permissions # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/sq_AL/members.lang b/htdocs/langs/sq_AL/members.lang index c084e65027e..e8babaa966c 100644 --- a/htdocs/langs/sq_AL/members.lang +++ b/htdocs/langs/sq_AL/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/sq_AL/modulebuilder.lang b/htdocs/langs/sq_AL/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/sq_AL/modulebuilder.lang +++ b/htdocs/langs/sq_AL/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/sq_AL/projects.lang b/htdocs/langs/sq_AL/projects.lang index edf8f36f69a..a057fae4e18 100644 --- a/htdocs/langs/sq_AL/projects.lang +++ b/htdocs/langs/sq_AL/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/sq_AL/salaries.lang b/htdocs/langs/sq_AL/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/sq_AL/salaries.lang +++ b/htdocs/langs/sq_AL/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/sq_AL/stocks.lang b/htdocs/langs/sq_AL/stocks.lang index 6316f34b1ce..62d8979b43a 100644 --- a/htdocs/langs/sq_AL/stocks.lang +++ b/htdocs/langs/sq_AL/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/sq_AL/trips.lang b/htdocs/langs/sq_AL/trips.lang index 17ed0365c5c..2a22428fb35 100644 --- a/htdocs/langs/sq_AL/trips.lang +++ b/htdocs/langs/sq_AL/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/sq_AL/website.lang b/htdocs/langs/sq_AL/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/sq_AL/website.lang +++ b/htdocs/langs/sq_AL/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/sr_RS/admin.lang b/htdocs/langs/sr_RS/admin.lang index 3655619705f..008664f11f2 100644 --- a/htdocs/langs/sr_RS/admin.lang +++ b/htdocs/langs/sr_RS/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=Podešavanja HRM modula ##### Company setup ##### diff --git a/htdocs/langs/sr_RS/commercial.lang b/htdocs/langs/sr_RS/commercial.lang index 5142c8d1edf..a42ce49afc4 100644 --- a/htdocs/langs/sr_RS/commercial.lang +++ b/htdocs/langs/sr_RS/commercial.lang @@ -70,3 +70,9 @@ Stats=Statistika prodaje StatusProsp=Status prospekta DraftPropals=Nacrt komercijalne ponude NoLimit=Bez limita +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/sr_RS/holiday.lang b/htdocs/langs/sr_RS/holiday.lang index 46995d3ac00..5f1a64c53d9 100644 --- a/htdocs/langs/sr_RS/holiday.lang +++ b/htdocs/langs/sr_RS/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Napusti otkazivanje zahteva EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/sr_RS/mails.lang b/htdocs/langs/sr_RS/mails.lang index 3aba0bbec76..1cd866cee56 100644 --- a/htdocs/langs/sr_RS/mails.lang +++ b/htdocs/langs/sr_RS/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Jedinstveni kontakti/adrese MailNoChangePossible=Primaoci za odobrene emailinge ne mogu biti izmenjeni SearchAMailing=Pretraži emailing SendMailing=Pošalji emailing -SendMail=Pošalji email SentBy=Poslao MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Možete ih poslati i online, dodavanjem parametra MAILING_LIMIT_SENDBYWEB sa vrednošću maksimalnog broja mailova koje želite da pošaljete u jednoj sesiji. Pogledajte Home - Podešavanja - Ostalo. diff --git a/htdocs/langs/sr_RS/main.lang b/htdocs/langs/sr_RS/main.lang index f84de54e948..67438d67c76 100644 --- a/htdocs/langs/sr_RS/main.lang +++ b/htdocs/langs/sr_RS/main.lang @@ -266,8 +266,10 @@ DateApprove2=Vreme odobravanja (drugo odobrenje) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=godina DurationMonth=mesec DurationWeek=nedelja @@ -608,6 +610,7 @@ SendByMail=Poslato mailom MailSentBy=Mail poslao TextUsedInTheMessageBody=Sadržaj maila SendAcknowledgementByMail=Send confirmation email +SendMail=Pošalji email EMail=E-mail NoEMail=Nema maila Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Trošak +ExpenseReports=Troškovi HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Događaj EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Projekat +Projects=Projekti +Rights=Prava # Week day Monday=Ponedeljak Tuesday=Utorak diff --git a/htdocs/langs/sr_RS/members.lang b/htdocs/langs/sr_RS/members.lang index 59464c879c8..b00f0d588d7 100644 --- a/htdocs/langs/sr_RS/members.lang +++ b/htdocs/langs/sr_RS/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Obrt (za kompaniju) ili budžet (za fondaciju) DefaultAmount=Default iznos pretplate CanEditAmount=Posetilac može da izabere/izmeni iznos svoje pretplate MEMBER_NEWFORM_PAYONLINE=Pređi na integrisanu online stranicu uplate -ByProperties=Po karakteristikama -MembersStatisticsByProperties=Statistike članova po karakteristikama +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Ovaj ekran prikazuje statistike članova po prirodi. MembersByRegion=Ovaj ekran prikazuje statistike članova po regionu. VATToUseForSubscriptions=PDV stopa za pretplate diff --git a/htdocs/langs/sr_RS/projects.lang b/htdocs/langs/sr_RS/projects.lang index 33888620489..76e662ef03e 100644 --- a/htdocs/langs/sr_RS/projects.lang +++ b/htdocs/langs/sr_RS/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. projekta ProjectRef=Ref. projekta ProjectId=ID projekta ProjectLabel=Naziv projekta -Project=Projekat -Projects=Projekti ProjectsArea=Zona projekata ProjectStatus=Status projekta SharedProject=Svi @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Količina prilika projekata na osnovu statusa ShowProject=Prikaži projekat +ShowTask=Prikaži zadatak SetProject=Postavi projekat NoProject=Nema definisanih ni pripadajućih projekata NbOfProjects=Br projekata @@ -77,6 +76,7 @@ Time=Vreme ListOfTasks=Lista zadataka GoToListOfTimeConsumed=Idi na listu utrošenog vremena GoToListOfTasks=Idi na listu zadataka +GanttView=Gantt View ListProposalsAssociatedProject=Lista komercijalnih ponuda vezanih za projekat ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Otvori projekat ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Kontakti projekta +TaskContact=Task contacts ActionsOnProject=Događaji projekta YouAreNotContactOfProject=Vi niste kontakt u ovom privatnom projektu UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Obriši provedeno vreme ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Prikaži zadatke koji mi nisu dodeljeni ShowMyTasksOnly=Prikaži samo moje zadatke -TaskRessourceLinks=Resursi +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projekti posvećeni ovom subjektu NoTasks=Nema zadataka za ovaj projekat LinkedToAnotherCompany=Subjekti vezani za ovaj projekat diff --git a/htdocs/langs/sr_RS/salaries.lang b/htdocs/langs/sr_RS/salaries.lang index 141655b70ad..b380d517d6f 100644 --- a/htdocs/langs/sr_RS/salaries.lang +++ b/htdocs/langs/sr_RS/salaries.lang @@ -13,3 +13,5 @@ TJM=Prosečna cena dana CurrentSalary=Trenutna plata THMDescription=Ova vrednost može biti korišćena za procenu cene vremena provedenog na projektu koje su korisnici uneli (ukoliko se koristi modul projekti) TJMDescription=Ova vrednost se trenutno koristi samo informativno i ne uzima se u obzir ni za koji obračun. +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/sr_RS/stocks.lang b/htdocs/langs/sr_RS/stocks.lang index bc5d61cdef8..13cf64e8e7a 100644 --- a/htdocs/langs/sr_RS/stocks.lang +++ b/htdocs/langs/sr_RS/stocks.lang @@ -22,6 +22,7 @@ Movements=Prometi ErrorWarehouseRefRequired=Referenca magacina je obavezna ListOfWarehouses=Lista magacina ListOfStockMovements=Lista prometa zaliha +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Oblast magacina @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Naziv prometa +DateMovement=Date of movement InventoryCode=Promet ili inventarski kod IsInPackage=Sadržan u paketu WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/sr_RS/trips.lang b/htdocs/langs/sr_RS/trips.lang index 8900faf121c..2d6f030f4b2 100644 --- a/htdocs/langs/sr_RS/trips.lang +++ b/htdocs/langs/sr_RS/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Trošak -ExpenseReports=Troškovi ShowExpenseReport=Prikaži trošak Trips=Troškovi TripsAndExpenses=Troškovi @@ -12,6 +10,8 @@ ListOfFees=Lista honorara TypeFees=Types of fees ShowTrip=Prikaži trošak NewTrip=Novi trošak +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Broj kilometara DeleteTrip=Obriši trošak @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=Prijavili ste još jedan trošak u sličnom vremenskom periodu. AucuneLigne=Nema prijavljenih troškova. diff --git a/htdocs/langs/sv_SE/admin.lang b/htdocs/langs/sv_SE/admin.lang index 91f63884b09..8d7afb5a942 100644 --- a/htdocs/langs/sv_SE/admin.lang +++ b/htdocs/langs/sv_SE/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetektera (webbläsare språk) FeatureDisabledInDemo=Funktion avstängd i demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Behörigheter BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Endast delar av aktiverade moduler visas. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Gör att du kan hantera flera företag Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Lämna Framställningar förvaltning Module20000Desc=Deklarera och följ de anställda lämnar förfrågningar Module39000Name=Produkt mycket @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Funktion för att skicka e-post med hjälp av met TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Regel för att generera förslag på lösenord eller b DisableForgetPasswordLinkOnLogonPage=Visa inte länken "Glömt lösenord" på inloggningssidan UsersSetup=Användare modul setup UserMailRequired=E krävs för att skapa en ny användare -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/sv_SE/commercial.lang b/htdocs/langs/sv_SE/commercial.lang index 5bbe987392d..9aedb5cb471 100644 --- a/htdocs/langs/sv_SE/commercial.lang +++ b/htdocs/langs/sv_SE/commercial.lang @@ -70,3 +70,9 @@ Stats=Försäljningsstatistik StatusProsp=Prospect status DraftPropals=Utforma kommersiella förslag NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/sv_SE/holiday.lang b/htdocs/langs/sv_SE/holiday.lang index 4721c67e045..6644a2fb337 100644 --- a/htdocs/langs/sv_SE/holiday.lang +++ b/htdocs/langs/sv_SE/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Lämna begäran Spärr EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/sv_SE/mails.lang b/htdocs/langs/sv_SE/mails.lang index 513c676f494..40140419403 100644 --- a/htdocs/langs/sv_SE/mails.lang +++ b/htdocs/langs/sv_SE/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unika kontakter av företag MailNoChangePossible=Mottagare för validerade e-post kan inte ändras SearchAMailing=Sök utskick SendMailing=Skicka e-post -SendMail=Skicka e-post SentBy=Skickat av MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Du kan dock skicka dem online genom att lägga till parametern MAILING_LIMIT_SENDBYWEB med värde av maximalt antal e-postmeddelanden du vill skicka genom sessionen. För detta, gå hem - Setup - Annat. diff --git a/htdocs/langs/sv_SE/main.lang b/htdocs/langs/sv_SE/main.lang index 54856b99c27..1190cc124f7 100644 --- a/htdocs/langs/sv_SE/main.lang +++ b/htdocs/langs/sv_SE/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=år DurationMonth=månad DurationWeek=vecka @@ -608,6 +610,7 @@ SendByMail=Skicka med Email MailSentBy=E-post skickas med TextUsedInTheMessageBody=E-organ SendAcknowledgementByMail=Send confirmation email +SendMail=Skicka e-post EMail=E-mail NoEMail=Ingen e-post Email=epost @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Räkningar HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Evenemang EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Projekt +Projects=Projekt +Rights=Behörigheter # Week day Monday=Måndag Tuesday=Tisdag diff --git a/htdocs/langs/sv_SE/members.lang b/htdocs/langs/sv_SE/members.lang index 2d1c1031910..224b94dcb24 100644 --- a/htdocs/langs/sv_SE/members.lang +++ b/htdocs/langs/sv_SE/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Omsättning (för ett företag) eller Budget (för en stiftelse DefaultAmount=Standard mängd av abonnemang CanEditAmount=Besökare kan välja / redigera del av sin teckning MEMBER_NEWFORM_PAYONLINE=Hoppa på integrerad online-betalning sidan -ByProperties=På egenskaper -MembersStatisticsByProperties=Medlemsstatistik på egenskaper +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=Moms-sats för prenumeration diff --git a/htdocs/langs/sv_SE/modulebuilder.lang b/htdocs/langs/sv_SE/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/sv_SE/modulebuilder.lang +++ b/htdocs/langs/sv_SE/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/sv_SE/projects.lang b/htdocs/langs/sv_SE/projects.lang index ff692033a82..c7da4226597 100644 --- a/htdocs/langs/sv_SE/projects.lang +++ b/htdocs/langs/sv_SE/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. projekt ProjectRef=Project ref. ProjectId=Projekt Id ProjectLabel=Project label -Project=Projekt -Projects=Projekt ProjectsArea=Projects Area ProjectStatus=Projektstatus SharedProject=Alla @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Visa projekt +ShowTask=Visa uppgift SetProject=Ställ projekt NoProject=Inget projekt definieras eller ägs NbOfProjects=Nb av projekt @@ -77,6 +76,7 @@ Time=Tid ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Förteckning över de kommersiella förslag i samband med projektet ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Öppna projekt ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Projekt kontakter +TaskContact=Task contacts ActionsOnProject=Åtgärder för projektet YouAreNotContactOfProject=Du är inte en kontakt på denna privata projekt UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Ta bort tid ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Se även uppgifter som inte tilldelats mig ShowMyTasksOnly=Visa bara aktiviteter för mig -TaskRessourceLinks=Resurser +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projekt som arbetat med denna tredje part NoTasks=Inga uppgifter för detta projekt LinkedToAnotherCompany=Kopplat till annan tredje part diff --git a/htdocs/langs/sv_SE/salaries.lang b/htdocs/langs/sv_SE/salaries.lang index b5bce54de49..0978e189311 100644 --- a/htdocs/langs/sv_SE/salaries.lang +++ b/htdocs/langs/sv_SE/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/sv_SE/stocks.lang b/htdocs/langs/sv_SE/stocks.lang index 9fb9eb0327e..fe86ee5bd8c 100644 --- a/htdocs/langs/sv_SE/stocks.lang +++ b/htdocs/langs/sv_SE/stocks.lang @@ -22,6 +22,7 @@ Movements=Förändringar ErrorWarehouseRefRequired=Lagrets referensnamn krävs ListOfWarehouses=Lista över lager ListOfStockMovements=Lista över lagerförändringar +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Lager område @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Etikett för lagerrörelse +DateMovement=Date of movement InventoryCode=Lagerrörelse- eller inventeringskod IsInPackage=Ingår i förpackning WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/sv_SE/trips.lang b/htdocs/langs/sv_SE/trips.lang index 8dd4eb27936..30c704826f8 100644 --- a/htdocs/langs/sv_SE/trips.lang +++ b/htdocs/langs/sv_SE/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Räkningar ShowExpenseReport=Show expense report Trips=Räkningar TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=Prislista för TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Belopp eller kilometer DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/sv_SE/website.lang b/htdocs/langs/sv_SE/website.lang index a47857e3e59..6c73899342a 100644 --- a/htdocs/langs/sv_SE/website.lang +++ b/htdocs/langs/sv_SE/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/sw_SW/admin.lang b/htdocs/langs/sw_SW/admin.lang index 181274892a4..64b005c8278 100644 --- a/htdocs/langs/sw_SW/admin.lang +++ b/htdocs/langs/sw_SW/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/sw_SW/commercial.lang b/htdocs/langs/sw_SW/commercial.lang index deb66143b82..a832775b36c 100644 --- a/htdocs/langs/sw_SW/commercial.lang +++ b/htdocs/langs/sw_SW/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/sw_SW/holiday.lang b/htdocs/langs/sw_SW/holiday.lang index 462515ca9a2..1c19d69732a 100644 --- a/htdocs/langs/sw_SW/holiday.lang +++ b/htdocs/langs/sw_SW/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/sw_SW/mails.lang b/htdocs/langs/sw_SW/mails.lang index 9e5248aeced..27e041910bf 100644 --- a/htdocs/langs/sw_SW/mails.lang +++ b/htdocs/langs/sw_SW/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/sw_SW/main.lang b/htdocs/langs/sw_SW/main.lang index 6236f580bf1..88afa53fb70 100644 --- a/htdocs/langs/sw_SW/main.lang +++ b/htdocs/langs/sw_SW/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=Permissions # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/sw_SW/members.lang b/htdocs/langs/sw_SW/members.lang index fb7cc76c50e..fd0adc4c264 100644 --- a/htdocs/langs/sw_SW/members.lang +++ b/htdocs/langs/sw_SW/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/sw_SW/projects.lang b/htdocs/langs/sw_SW/projects.lang index d46076309b7..f2e57a1ff8f 100644 --- a/htdocs/langs/sw_SW/projects.lang +++ b/htdocs/langs/sw_SW/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/sw_SW/salaries.lang b/htdocs/langs/sw_SW/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/sw_SW/salaries.lang +++ b/htdocs/langs/sw_SW/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/sw_SW/stocks.lang b/htdocs/langs/sw_SW/stocks.lang index 81708ae01c4..aec0029e6c5 100644 --- a/htdocs/langs/sw_SW/stocks.lang +++ b/htdocs/langs/sw_SW/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/sw_SW/trips.lang b/htdocs/langs/sw_SW/trips.lang index bf9fea30f68..a741a9f6e5f 100644 --- a/htdocs/langs/sw_SW/trips.lang +++ b/htdocs/langs/sw_SW/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/th_TH/admin.lang b/htdocs/langs/th_TH/admin.lang index 2ee143eaf8d..684ee5008f5 100644 --- a/htdocs/langs/th_TH/admin.lang +++ b/htdocs/langs/th_TH/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (ภาษาเบราว์เซอร์) FeatureDisabledInDemo=ปิดใช้งานคุณลักษณะในการสาธิต FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=สิทธิ์ BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=องค์ประกอบเฉพาะจาก โมดูลที่เปิดใช้งาน จะแสดง ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=ช่วยให้คุณสามารถจัดกา Module6000Name=ขั้นตอนการทำงาน Module6000Desc=การจัดการเวิร์กโฟลว์ Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=ขอออกจากการบริหารจัดการ Module20000Desc=ประกาศและติดตามพนักงานใบร้องขอ Module39000Name=สินค้าจำนวนมาก @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=คุณสมบัติที่จะส่ TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=กฎข้อแนะนำในการสร้ DisableForgetPasswordLinkOnLogonPage=ไม่ต้องแสดงการเชื่อมโยง "ลืมรหัสผ่าน" ที่หน้าเข้าสู่ระบบ UsersSetup=ผู้ใช้ติดตั้งโมดูล UserMailRequired=อีเมลที่จำเป็นในการสร้างผู้ใช้ใหม่ -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/th_TH/commercial.lang b/htdocs/langs/th_TH/commercial.lang index 35a09019ef7..e68c9e9b841 100644 --- a/htdocs/langs/th_TH/commercial.lang +++ b/htdocs/langs/th_TH/commercial.lang @@ -70,3 +70,9 @@ Stats=สถิติการขาย StatusProsp=สถานะ Prospect DraftPropals=ข้อเสนอในเชิงพาณิชย์ร่าง NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/th_TH/holiday.lang b/htdocs/langs/th_TH/holiday.lang index c3571c93fa2..c4e68de470b 100644 --- a/htdocs/langs/th_TH/holiday.lang +++ b/htdocs/langs/th_TH/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=ออกจากคำขอยกเลิก EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/th_TH/mails.lang b/htdocs/langs/th_TH/mails.lang index abc39ad6096..4779a8c7522 100644 --- a/htdocs/langs/th_TH/mails.lang +++ b/htdocs/langs/th_TH/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=รายชื่อที่ไม่ซ้ำกัน MailNoChangePossible=ผู้รับการตรวจสอบสำหรับการส่งอีเมลที่ไม่สามารถเปลี่ยนแปลงได้ SearchAMailing=ค้นหาทางไปรษณีย์ SendMailing=ส่งการส่งอีเมล -SendMail=ส่งอีเมล SentBy=ที่ส่งมาจาก MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=แต่คุณสามารถส่งพวกเขาออนไลน์ด้วยการเพิ่ม MAILING_LIMIT_SENDBYWEB พารามิเตอร์ที่มีค่าจำนวนสูงสุดของอีเมลที่คุณต้องการส่งโดยเซสชั่น สำหรับเรื่องนี้ไปในหน้าแรก - การติดตั้ง - อื่น ๆ diff --git a/htdocs/langs/th_TH/main.lang b/htdocs/langs/th_TH/main.lang index aa3da5a2187..4743b001bb3 100644 --- a/htdocs/langs/th_TH/main.lang +++ b/htdocs/langs/th_TH/main.lang @@ -266,8 +266,10 @@ DateApprove2=วันที่อนุมัติ (ที่สองได RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=ปี DurationMonth=เดือน DurationWeek=สัปดาห์ @@ -608,6 +610,7 @@ SendByMail=ส่งทางอีเมล MailSentBy=อีเมล์ที่ส่งมาจาก TextUsedInTheMessageBody=ร่างกายอีเมล์ SendAcknowledgementByMail=Send confirmation email +SendMail=ส่งอีเมล EMail=E-mail NoEMail=ไม่มีอีเมล Email=อีเมล์ @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=รายงานค่าใช้จ่าย +ExpenseReports=รายงานค่าใช้จ่าย HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=เหตุการณ์ที่เกิดขึ้น EMailTemplates=แม่แบบอีเมล FileNotShared=File not shared to exernal public +Project=โครงการ +Projects=โครงการ +Rights=สิทธิ์ # Week day Monday=วันจันทร์ Tuesday=วันอังคาร diff --git a/htdocs/langs/th_TH/members.lang b/htdocs/langs/th_TH/members.lang index 377c20cb735..7a06f2e530e 100644 --- a/htdocs/langs/th_TH/members.lang +++ b/htdocs/langs/th_TH/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=มูลค่าการซื้อขาย (สำหร DefaultAmount=จำนวนเงินที่เริ่มต้นของการสมัครสมาชิก CanEditAmount=ผู้เข้าชมสามารถเลือก / แก้ไขจำนวนเงินของการสมัครสมาชิก MEMBER_NEWFORM_PAYONLINE=กระโดดขึ้นไปบนหน้าการชำระเงินออนไลน์แบบบูรณาการ -ByProperties=โดยลักษณะ -MembersStatisticsByProperties=สถิติสมาชิกตามลักษณะ +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=แสดงหน้าจอนี้คุณสถิติเกี่ยวกับสมาชิกโดยธรรมชาติ MembersByRegion=แสดงหน้าจอนี้คุณสถิติเกี่ยวกับสมาชิกตามภูมิภาค VATToUseForSubscriptions=อัตราภาษีมูลค่าเพิ่มที่จะใช้สำหรับการสมัครสมาชิก diff --git a/htdocs/langs/th_TH/modulebuilder.lang b/htdocs/langs/th_TH/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/th_TH/modulebuilder.lang +++ b/htdocs/langs/th_TH/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/th_TH/projects.lang b/htdocs/langs/th_TH/projects.lang index b5fe97ef3ba..7ce9ea035d3 100644 --- a/htdocs/langs/th_TH/projects.lang +++ b/htdocs/langs/th_TH/projects.lang @@ -3,8 +3,6 @@ RefProject=อ้าง โครงการ ProjectRef=Project ref. ProjectId=Id โครงการ ProjectLabel=Project label -Project=โครงการ -Projects=โครงการ ProjectsArea=Projects Area ProjectStatus=สถานะของโครงการ SharedProject=ทุกคน @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=แสดงโครงการ +ShowTask=แสดงงาน SetProject=โครงการตั้ง NoProject=ไม่มีโครงการที่กำหนดไว้หรือเป็นเจ้าของ NbOfProjects=nb ของโครงการ @@ -77,6 +76,7 @@ Time=เวลา ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=รายชื่อของข้อเสนอในเชิงพาณิชย์ที่เกี่ยวข้องกับโครงการ ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=เปิดโครงการ ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=รายชื่อโครงการ +TaskContact=Task contacts ActionsOnProject=เหตุการณ์ที่เกิดขึ้นในโครงการ YouAreNotContactOfProject=คุณยังไม่ได้ติดต่อส่วนตัวของโครงการนี​​้ UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=ลบเวลาที่ใช้ ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=ดูยังไม่ได้รับมอบหมายงานมาให้ฉัน ShowMyTasksOnly=ดูเฉพาะงานที่ได้รับมอบหมายมาให้ฉัน -TaskRessourceLinks=ทรัพยากร +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=โครงการที่ทุ่มเทให้กับบุคคลที่สามนี้ NoTasks=ไม่มีงานสำหรับโครงการนี​​้ LinkedToAnotherCompany=เชื่อมโยงไปยังบุคคลที่สาม diff --git a/htdocs/langs/th_TH/salaries.lang b/htdocs/langs/th_TH/salaries.lang index 59f4f029c49..228b84f8471 100644 --- a/htdocs/langs/th_TH/salaries.lang +++ b/htdocs/langs/th_TH/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=เงินเดือนปัจจุบัน THMDescription=ค่านี้อาจจะใช้ในการคำนวณค่าใช้จ่ายของเวลาที่ใช้ในโครงการที่ป้อนโดยผู้ใช้หากโครงการโมดูลถูกนำมาใช้ TJMDescription=ค่านี้เป็นในปัจจุบันเป็นข้อมูลเท่านั้นและไม่ได้ใช้ในการคำนวณใด ๆ +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/th_TH/stocks.lang b/htdocs/langs/th_TH/stocks.lang index 09c9fd6c40a..b3b81b2c4c6 100644 --- a/htdocs/langs/th_TH/stocks.lang +++ b/htdocs/langs/th_TH/stocks.lang @@ -22,6 +22,7 @@ Movements=การเคลื่อนไหว ErrorWarehouseRefRequired=ชื่ออ้างอิงคลังสินค้าจะต้อง ListOfWarehouses=รายชื่อของคลังสินค้า ListOfStockMovements=รายการเคลื่อนไหวของหุ้น +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=พื้นที่โกดัง @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=ป้ายของการเคลื่อนไหว +DateMovement=Date of movement InventoryCode=การเคลื่อนไหวหรือรหัสสินค้าคงคลัง IsInPackage=เป็นแพคเกจที่มีอยู่ WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/th_TH/trips.lang b/htdocs/langs/th_TH/trips.lang index b38570431df..16ef973d7a2 100644 --- a/htdocs/langs/th_TH/trips.lang +++ b/htdocs/langs/th_TH/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=รายงานค่าใช้จ่าย -ExpenseReports=รายงานค่าใช้จ่าย ShowExpenseReport=แสดงรายงานค่าใช้จ่าย Trips=รายงานค่าใช้จ่าย TripsAndExpenses=รายงานค่าใช้จ่าย @@ -12,6 +10,8 @@ ListOfFees=รายการค่าใช้จ่าย TypeFees=Types of fees ShowTrip=แสดงรายงานค่าใช้จ่าย NewTrip=รายงานค่าใช้จ่ายใหม่ +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=จำนวนเงินหรือกิโลเมตร DeleteTrip=ลบรายงานค่าใช้จ่าย @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=คุณได้ประกาศรายงานค่าใช้จ่ายอื่นเข้ามาในช่วงวันที่ที่คล้ายกัน AucuneLigne=มีรายงานค่าใช้จ่ายไม่มีการประกาศความเป็นส่วนตัว diff --git a/htdocs/langs/th_TH/website.lang b/htdocs/langs/th_TH/website.lang index adabd0f9864..fb23481271d 100644 --- a/htdocs/langs/th_TH/website.lang +++ b/htdocs/langs/th_TH/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/tr_TR/admin.lang b/htdocs/langs/tr_TR/admin.lang index c558eff8ced..6e8d16ed432 100644 --- a/htdocs/langs/tr_TR/admin.lang +++ b/htdocs/langs/tr_TR/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Çifte kayıt hatalarını gözardı et (GÖZARDI ET EKLE AutoDetectLang=Otoalgıla (tarayıcı dili) FeatureDisabledInDemo=Özellik demoda devre dışıdır FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=İzinler BoxesDesc=Ekran etiketleri, sayfaları kişiselleştirmek için ekleyeceğiniz bazı bilgiler gösteren ekran araçlarıdır. Bu ekran etiketlerini gösterip göstermemeyi seçebilirsiniz ya da hedef sayfayı seçip 'Etkinleştir'e tıklayabilir ya da engellemek için çöp kutusuna tıklayabilirsiniz. OnlyActiveElementsAreShown=Yalnızca etkinleştirilmiş modüllerin öğeleri gösterilmiştir. ModulesDesc=Dolibarr modülleri, yazılımda hangi uygulamanın/özelliğin etkinleştirildiğini tanımlar. Bazı uygulamalar/modüller onları etkinleştirdikten sonra kullanıcılara vermeniz gereken izinleri gerektirir. Bir modülü/uygulamayı etkinleştirmek için aç/kapat butonuna tıklayın. @@ -593,7 +592,7 @@ Module5000Desc=Birden çok firmayı yönetmenizi sağlar Module6000Name=İş akışı Module6000Desc=İş akışı yönetimi Module10000Name=Websiteleri -Module10000Desc=Bir WYSIWG düzenleyici ile genel websiteleri oluturun. Internet üzerinde çevrimiçi görünmesi için Web sunucunuzu size ayrılmış dizini gösterecek şekilde ayarlayın. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=İzin İstekleri yönetimi Module20000Desc=Çalışanların izin isteklerini bildirin ve izleyin Module39000Name=Ürün partisi @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA="PHP doğrudan posta" yöntemini kullanarak posta TranslationSetup=Çeviri ayarları TranslationKeySearch=Çeviri anahtarı veya dizesi ara TranslationOverwriteKey=Çeviri dizesinin üzerine yaz -TranslationDesc=Ekran görüntü dilinin nasıl değiştirileceği :
                  * Tüm sistemde: Giriş - Ayarlar - Ekran
                  * Her kullanıcı için: Kullanıcı ekranı ayarları kullanıcı kartı sekmesindeki (ekranın tepesindeki kullanıcı adına tıklayın). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=Ayrıca aşağıdaki tabloyu doldurarak dizeleri geçersiz kılabilirsiniz. Dilinizi "%s" açılır tablosundan seçin, anahtar dizeyi "%s" içine ekleyin ve yeni çevirinizi de "%s" içine ekleyin. TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Çeviri dizesi @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Önerilen parola oluşturmak ya da parola doğrulamak DisableForgetPasswordLinkOnLogonPage=Oturum açma sayfasında “Parola unutuldu” bağlantısını gösterme UsersSetup=Kullanıcılar modülü kurulumu UserMailRequired=Yeni bir kullanıcı oluşturmak için gerekli EPosta -DefaultCategoryCar=Default car category -DefaultRangeNumber=Varsayılan aralık numarası ##### HRM setup ##### HRMSetup=İK modülü ayarları ##### Company setup ##### diff --git a/htdocs/langs/tr_TR/commercial.lang b/htdocs/langs/tr_TR/commercial.lang index b946c2ae310..45fbaf4e86f 100644 --- a/htdocs/langs/tr_TR/commercial.lang +++ b/htdocs/langs/tr_TR/commercial.lang @@ -70,3 +70,9 @@ Stats=Satış istatistikleri StatusProsp=Aday durumu DraftPropals=Taslak teklifler NoLimit=Sınır yok +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/tr_TR/holiday.lang b/htdocs/langs/tr_TR/holiday.lang index 9724e468d4a..3f8a59efe74 100644 --- a/htdocs/langs/tr_TR/holiday.lang +++ b/htdocs/langs/tr_TR/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=İzin isteği iptali EmployeeLastname=Çalışanın soyadı EmployeeFirstname=Çalışanın ilk adı TypeWasDisabledOrRemoved=Ayrılma türü (id %s) devre dışı bırakıldı veya kaldırıldı +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=İzin tahsislerinin son otomatik güncellenmesi diff --git a/htdocs/langs/tr_TR/mails.lang b/htdocs/langs/tr_TR/mails.lang index e65813abe8f..678ff9141e8 100644 --- a/htdocs/langs/tr_TR/mails.lang +++ b/htdocs/langs/tr_TR/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Benzersiz kişiler/adresler MailNoChangePossible=Doğrulanmış epostaların alıcıları değiştirilemez SearchAMailing=Eposta ara SendMailing=E-posta gönder -SendMail=E-posta gönder SentBy=Gönderen MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Bunula birlikte, oturum tarafından gönderilecek ençok Eposta sayılı MAILING_LIMIT_SENDBYWEB parametresini ekleyerek çevrim içi olarak gönderebilirsiniz. Bunu için Giriş-Kurulum-Diğer menüsüne gidin. diff --git a/htdocs/langs/tr_TR/main.lang b/htdocs/langs/tr_TR/main.lang index 83419302d44..7e0c9a2ef68 100644 --- a/htdocs/langs/tr_TR/main.lang +++ b/htdocs/langs/tr_TR/main.lang @@ -266,8 +266,10 @@ DateApprove2=Onaylama tarihi (ikinci onaylama) RegistrationDate=Registration date UserCreation=Oluşturan kullanıcı UserModification=Değiştiren kullanıcı +UserValidation=Validation user UserCreationShort=Oluş kullanıcı UserModificationShort=Değiş. kullanıcı +UserValidationShort=Valid. user DurationYear=yıl DurationMonth=ay DurationWeek=hafta @@ -608,6 +610,7 @@ SendByMail=E-posta ile gönder MailSentBy=E-posta ile gönderildi TextUsedInTheMessageBody=Mesaj gövdesinde yazı kullanıldı. SendAcknowledgementByMail=Onay epostası gönder +SendMail=E-posta gönder EMail=E-posta NoEMail=E-posta yok Email=Eposta @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Para birimini ayarla BulkActions=Toplu eylemler ClickToShowHelp=Araç ipucu yardımını göstermek için tıklayın +Website=Web sitesi +WebSites=Web sites +ExpenseReport=Gider raporu +ExpenseReports=Gider raporları HR=İK HRAndBank=İK ve Banka AutomaticallyCalculated=Otomatik olarak hesaplandı @@ -818,6 +825,9 @@ Websites=Web sites Events=Etkinlikler EMailTemplates=Eposta şablonları FileNotShared=File not shared to exernal public +Project=Proje +Projects=Projeler +Rights=İzinler # Week day Monday=Pazartesi Tuesday=Salı diff --git a/htdocs/langs/tr_TR/members.lang b/htdocs/langs/tr_TR/members.lang index e1679bf31d4..b590cf0be76 100644 --- a/htdocs/langs/tr_TR/members.lang +++ b/htdocs/langs/tr_TR/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Ciro (bir firma için) veya Bütçe (bir dernek için) DefaultAmount=Varsayılan abonelik tutarı CanEditAmount=Ziyaretçi kendi abonelik tutarını seçebeilir/düzenleyebilir MEMBER_NEWFORM_PAYONLINE=Entegre çevrimiçi ödeme sayfasına atla -ByProperties=Özelliklere göre -MembersStatisticsByProperties=Özelliklere göre üye istatistikleri +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=Bu ekran doğaya göre üye istatistiklerini gösterir. MembersByRegion=Bu ekran bölgeye göre üye istatistiklerini gösterir. VATToUseForSubscriptions=Abonelikler için kullanılacak KDV oranı diff --git a/htdocs/langs/tr_TR/modulebuilder.lang b/htdocs/langs/tr_TR/modulebuilder.lang index 76049bbff79..b7c81b85993 100644 --- a/htdocs/langs/tr_TR/modulebuilder.lang +++ b/htdocs/langs/tr_TR/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=Dil için dosya ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll='Tümünü ara' için kullanılır DatabaseIndex=Veritabanı dizini FileAlreadyExists=%s dosyası zaten mevcut @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/tr_TR/projects.lang b/htdocs/langs/tr_TR/projects.lang index eca5d4b3fdc..562570f8087 100644 --- a/htdocs/langs/tr_TR/projects.lang +++ b/htdocs/langs/tr_TR/projects.lang @@ -3,8 +3,6 @@ RefProject=Referans Proje ProjectRef=Proje ref. ProjectId=Proje Kimliği ProjectLabel=Proje etiketi -Project=Proje -Projects=Projeler ProjectsArea=Projeler Alanı ProjectStatus=Proje durumu SharedProject=Herkes @@ -38,6 +36,7 @@ OpenedTasks=Açık görevler OpportunitiesStatusForOpenedProjects=Projelerin durumuna göre fırsat tutarı OpportunitiesStatusForProjects=Projelerin durumuna göre fırsat tutarı ShowProject=Proje göster +ShowTask=Görev göster SetProject=Proje ayarla NoProject=Tanımlı ya da sahip olunan hiçbir proje yok NbOfProjects=Proje sayısı @@ -77,6 +76,7 @@ Time=Süre ListOfTasks=Görevler listesi GoToListOfTimeConsumed=Tüketilen süre listesine git GoToListOfTasks=Görevler listesine git +GanttView=Gantt View ListProposalsAssociatedProject=Proje ile ilgili tekliflerin listesi ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Proje aç ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Proje ilgilileri +TaskContact=Task contacts ActionsOnProject=Proje etkinlikleri YouAreNotContactOfProject=Bu özel projenin bir ilgilisi değilsiniz UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Harcana süre sil ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Bana atanmamış görevleri de göster ShowMyTasksOnly=Yalnızca bana atanmış görevleri göster -TaskRessourceLinks=Kaynaklar +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Bu üçüncü parti atanmış projeler NoTasks=Bu proje için hiçbir görev yok LinkedToAnotherCompany=Diğer üçüncü partiye bağlantılı diff --git a/htdocs/langs/tr_TR/salaries.lang b/htdocs/langs/tr_TR/salaries.lang index 3faa2aa1898..f4cfaec1054 100644 --- a/htdocs/langs/tr_TR/salaries.lang +++ b/htdocs/langs/tr_TR/salaries.lang @@ -13,3 +13,5 @@ TJM=Ortalama günlük ücret CurrentSalary=Güncel maaş THMDescription=Bu değer, eğer proje modülü kullanılıyorsa kullanıcılar tarafından girilen bir projede tüketilen sürenin maliyetinin hesaplanması için kullanılır TJMDescription=Bu değer yalnızca bilgi amaçlı olup hiçbir hesaplamada kulanılmaz +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/tr_TR/stocks.lang b/htdocs/langs/tr_TR/stocks.lang index c922f275339..158e867831d 100644 --- a/htdocs/langs/tr_TR/stocks.lang +++ b/htdocs/langs/tr_TR/stocks.lang @@ -22,6 +22,7 @@ Movements=Hareketler ErrorWarehouseRefRequired=Depo referans adı gereklidir ListOfWarehouses=Depo listesi ListOfStockMovements=Stok hareketleri listesi +MovementId=Movement ID StockMovementForId=Eylem ID'si %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Depo alanı @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stok düzeyi faturaya ürün/hizmet eklemeye yeterli StockMustBeEnoughForOrder=Stok düzeyi siparişe ürün/hizmet eklemeye yeterli olmalıdır (geçerli gerçek stoğa satır eklerken, otomatik stok değiştirme kuralı ne olursa olsun, kontrol yapılır) StockMustBeEnoughForShipment= Stok düzeyi sevkiyata ürün/hizmet eklemeye yeterli olmalıdır (geçerli gerçek stoğa satır eklerken, otomatik stok değiştirme kuralı ne olursa olsun, kontrol yapılır) MovementLabel=Hareket etiketi +DateMovement=Date of movement InventoryCode=Hareket veya stok kodu IsInPackage=Pakette içerilir WarehouseAllowNegativeTransfer=Stok eksi olabilir diff --git a/htdocs/langs/tr_TR/trips.lang b/htdocs/langs/tr_TR/trips.lang index 1f794ae72e5..b275cac1900 100644 --- a/htdocs/langs/tr_TR/trips.lang +++ b/htdocs/langs/tr_TR/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Gider raporu -ExpenseReports=Gider raporları ShowExpenseReport=Gider raporu göster Trips=Gider raporları TripsAndExpenses=Giderler raporları @@ -12,6 +10,8 @@ ListOfFees=Ücretler listesi TypeFees=Ücret türleri ShowTrip=Gider raporu göster NewTrip=Yeni gider raporu +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Tutar ya da kilometre DeleteTrip=Gider raporu sil @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Varsayılan aralık numarası ErrorDoubleDeclaration=Benzer bir tarih aralığı için başka bir gider raporu bildirdiniz. AucuneLigne=Bildirilen hiç gider raporu yok diff --git a/htdocs/langs/tr_TR/website.lang b/htdocs/langs/tr_TR/website.lang index 3d9838265dd..dd2e3e541f6 100644 --- a/htdocs/langs/tr_TR/website.lang +++ b/htdocs/langs/tr_TR/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Websitesi sil ConfirmDeleteWebsite=Bu websitesini silmek istediğinizden emin misiniz? Bütün sayfaları ve içeriği silinecektir. WEBSITE_PAGENAME=Sayfa adı/rumuz WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=Dış CSS dosyası URL si WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Stil/CSS veya HTML başlığı düzenle EditMenu=Menü düzenle EditMedias=Edit medias EditPageMeta=Meta Düzenle -Website=Web sitesi AddWebsite=Add website Webpage=Web sayfası/kapsayıcı AddPage=Sayfa/kapsayıcı ekle @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=Harici web sunucusu tarafından sunulan sanal host URL' NoPageYet=Henüz hiç sayfa yok SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Sayfa/kapsayıcı kopyala CloneSite=Siteyi kopyala +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/uk_UA/admin.lang b/htdocs/langs/uk_UA/admin.lang index c111ba19ec6..1b96f34b1bb 100644 --- a/htdocs/langs/uk_UA/admin.lang +++ b/htdocs/langs/uk_UA/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/uk_UA/commercial.lang b/htdocs/langs/uk_UA/commercial.lang index 10a67feb124..f077780c3ea 100644 --- a/htdocs/langs/uk_UA/commercial.lang +++ b/htdocs/langs/uk_UA/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/uk_UA/holiday.lang b/htdocs/langs/uk_UA/holiday.lang index 8e0131d16d3..7add4c4483f 100644 --- a/htdocs/langs/uk_UA/holiday.lang +++ b/htdocs/langs/uk_UA/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/uk_UA/mails.lang b/htdocs/langs/uk_UA/mails.lang index 46152fcac44..d0b343f123d 100644 --- a/htdocs/langs/uk_UA/mails.lang +++ b/htdocs/langs/uk_UA/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/uk_UA/main.lang b/htdocs/langs/uk_UA/main.lang index 7b93cd1bab4..add712b3b10 100644 --- a/htdocs/langs/uk_UA/main.lang +++ b/htdocs/langs/uk_UA/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Події EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=Permissions # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/uk_UA/members.lang b/htdocs/langs/uk_UA/members.lang index 7f3f41cc480..57b45f276e7 100644 --- a/htdocs/langs/uk_UA/members.lang +++ b/htdocs/langs/uk_UA/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/uk_UA/modulebuilder.lang b/htdocs/langs/uk_UA/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/uk_UA/modulebuilder.lang +++ b/htdocs/langs/uk_UA/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/uk_UA/projects.lang b/htdocs/langs/uk_UA/projects.lang index 8e449107ff4..f20552f687d 100644 --- a/htdocs/langs/uk_UA/projects.lang +++ b/htdocs/langs/uk_UA/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/uk_UA/salaries.lang b/htdocs/langs/uk_UA/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/uk_UA/salaries.lang +++ b/htdocs/langs/uk_UA/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/uk_UA/stocks.lang b/htdocs/langs/uk_UA/stocks.lang index 1ac4ac68967..be2a5537ac6 100644 --- a/htdocs/langs/uk_UA/stocks.lang +++ b/htdocs/langs/uk_UA/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/uk_UA/trips.lang b/htdocs/langs/uk_UA/trips.lang index c4fd5073639..1bbc8ef5f80 100644 --- a/htdocs/langs/uk_UA/trips.lang +++ b/htdocs/langs/uk_UA/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/uk_UA/website.lang b/htdocs/langs/uk_UA/website.lang index d91e35fbaee..b58cc1a870f 100644 --- a/htdocs/langs/uk_UA/website.lang +++ b/htdocs/langs/uk_UA/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/uz_UZ/admin.lang b/htdocs/langs/uz_UZ/admin.lang index 181274892a4..64b005c8278 100644 --- a/htdocs/langs/uz_UZ/admin.lang +++ b/htdocs/langs/uz_UZ/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Autodetect (browser language) FeatureDisabledInDemo=Feature disabled in demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Permissions BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Only elements from enabled modules are shown. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Allows you to manage multiple companies Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passw DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page UsersSetup=Users module setup UserMailRequired=EMail required to create a new user -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/uz_UZ/commercial.lang b/htdocs/langs/uz_UZ/commercial.lang index deb66143b82..a832775b36c 100644 --- a/htdocs/langs/uz_UZ/commercial.lang +++ b/htdocs/langs/uz_UZ/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=Prospect status DraftPropals=Draft commercial proposals NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/uz_UZ/holiday.lang b/htdocs/langs/uz_UZ/holiday.lang index 462515ca9a2..1c19d69732a 100644 --- a/htdocs/langs/uz_UZ/holiday.lang +++ b/htdocs/langs/uz_UZ/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/uz_UZ/mails.lang b/htdocs/langs/uz_UZ/mails.lang index 9e5248aeced..27e041910bf 100644 --- a/htdocs/langs/uz_UZ/mails.lang +++ b/htdocs/langs/uz_UZ/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Unique contacts/addresses MailNoChangePossible=Recipients for validated emailing can't be changed SearchAMailing=Search mailing SendMailing=Send emailing -SendMail=Send email SentBy=Sent by MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. diff --git a/htdocs/langs/uz_UZ/main.lang b/htdocs/langs/uz_UZ/main.lang index 9011fb8c8a7..fcc80cb78d3 100644 --- a/htdocs/langs/uz_UZ/main.lang +++ b/htdocs/langs/uz_UZ/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=year DurationMonth=month DurationWeek=week @@ -608,6 +610,7 @@ SendByMail=Send by EMail MailSentBy=Email sent by TextUsedInTheMessageBody=Email body SendAcknowledgementByMail=Send confirmation email +SendMail=Send email EMail=E-mail NoEMail=No email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Events EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=Project +Projects=Projects +Rights=Permissions # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/langs/uz_UZ/members.lang b/htdocs/langs/uz_UZ/members.lang index fb7cc76c50e..fd0adc4c264 100644 --- a/htdocs/langs/uz_UZ/members.lang +++ b/htdocs/langs/uz_UZ/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/uz_UZ/projects.lang b/htdocs/langs/uz_UZ/projects.lang index d46076309b7..f2e57a1ff8f 100644 --- a/htdocs/langs/uz_UZ/projects.lang +++ b/htdocs/langs/uz_UZ/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=Project -Projects=Projects ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=Everybody @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Show project +ShowTask=Show task SetProject=Set project NoProject=No project defined or owned NbOfProjects=Nb of projects @@ -77,6 +76,7 @@ Time=Time ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=List of the commercial proposals associated with the project ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Open project ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Project contacts +TaskContact=Task contacts ActionsOnProject=Events on project YouAreNotContactOfProject=You are not a contact of this private project UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Delete time spent ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=Resources +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party NoTasks=No tasks for this project LinkedToAnotherCompany=Linked to other third party diff --git a/htdocs/langs/uz_UZ/salaries.lang b/htdocs/langs/uz_UZ/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/uz_UZ/salaries.lang +++ b/htdocs/langs/uz_UZ/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/uz_UZ/stocks.lang b/htdocs/langs/uz_UZ/stocks.lang index 81708ae01c4..aec0029e6c5 100644 --- a/htdocs/langs/uz_UZ/stocks.lang +++ b/htdocs/langs/uz_UZ/stocks.lang @@ -22,6 +22,7 @@ Movements=Movements ErrorWarehouseRefRequired=Warehouse reference name is required ListOfWarehouses=List of warehouses ListOfStockMovements=List of stock movements +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/uz_UZ/trips.lang b/htdocs/langs/uz_UZ/trips.lang index bf9fea30f68..a741a9f6e5f 100644 --- a/htdocs/langs/uz_UZ/trips.lang +++ b/htdocs/langs/uz_UZ/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=List of fees TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Amount or kilometers DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/vi_VN/admin.lang b/htdocs/langs/vi_VN/admin.lang index fb6969e1c59..bb0c2e174d2 100644 --- a/htdocs/langs/vi_VN/admin.lang +++ b/htdocs/langs/vi_VN/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=Tự động phát hiện (ngôn ngữ trình duyệt) FeatureDisabledInDemo=Tính năng đã vô hiệu hóa trong bản demo FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=Phân quyền BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=Chỉ có các yếu tố từ module kích hoạt được hiển thị. ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=Cho phép bạn quản lý đa công ty Module6000Name=Quy trình làm việc Module6000Desc=Quản lý quy trình làm việc Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Quản lý phiếu nghỉ phép Module20000Desc=Khai báo và theo dõi phiếu nghỉ phép của nhân viên Module39000Name=Lô Sản phẩm @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=Quy tắc để tạo mật khẩu đề nghị hoặc DisableForgetPasswordLinkOnLogonPage=Không hiển thị liên kết "Quên mật khẩu" trên trang đăng nhập UsersSetup=Thiết lập module người dùng UserMailRequired=Email được yêu cầu để tạo một người dùng mới -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/vi_VN/commercial.lang b/htdocs/langs/vi_VN/commercial.lang index 4695262cf53..0657d3b8dda 100644 --- a/htdocs/langs/vi_VN/commercial.lang +++ b/htdocs/langs/vi_VN/commercial.lang @@ -70,3 +70,9 @@ Stats=Thống kê bán hàng StatusProsp=Trạng thái KH tiềm năng DraftPropals=Dự thảo đơn hàng đề xuất NoLimit=No limit +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/vi_VN/holiday.lang b/htdocs/langs/vi_VN/holiday.lang index 976aa4a0925..42239163d7b 100644 --- a/htdocs/langs/vi_VN/holiday.lang +++ b/htdocs/langs/vi_VN/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Để lại yêu cầu hủy bỏ EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/vi_VN/mails.lang b/htdocs/langs/vi_VN/mails.lang index 0e2a41ea8bc..e8ef83ae497 100644 --- a/htdocs/langs/vi_VN/mails.lang +++ b/htdocs/langs/vi_VN/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=Địa chỉ liên lạc duy nhất / địa chỉ MailNoChangePossible=Người nhận các thư điện tử xác nhận không thể thay đổi SearchAMailing=Tìm kiếm chỉ gửi thư SendMailing=Gửi email -SendMail=Gửi email SentBy=Gửi MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=Tuy nhiên bạn có thể gửi trực tuyến bằng cách thêm tham số MAILING_LIMIT_SENDBYWEB với giá trị của số lượng tối đa của các email mà bạn muốn gửi bởi phiên. Đối với điều này, hãy vào Trang chủ - Cài đặt - Loại khác. diff --git a/htdocs/langs/vi_VN/main.lang b/htdocs/langs/vi_VN/main.lang index 09335dabb54..e46a9f487da 100644 --- a/htdocs/langs/vi_VN/main.lang +++ b/htdocs/langs/vi_VN/main.lang @@ -266,8 +266,10 @@ DateApprove2=Approving date (second approval) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=năm DurationMonth=tháng DurationWeek=tuần @@ -608,6 +610,7 @@ SendByMail=Gửi bởi Email MailSentBy=Email gửi bởi TextUsedInTheMessageBody=Thân email SendAcknowledgementByMail=Send confirmation email +SendMail=Gửi email EMail=E-mail NoEMail=Không có email Email=Email @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=Expense report +ExpenseReports=Expense reports HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=Sự kiện EMailTemplates=Mẫu email FileNotShared=File not shared to exernal public +Project=Dự án +Projects=Các dự án +Rights=Phân quyền # Week day Monday=Thứ Hai Tuesday=Thứ Ba diff --git a/htdocs/langs/vi_VN/members.lang b/htdocs/langs/vi_VN/members.lang index 6ea068bd14b..27742e8610b 100644 --- a/htdocs/langs/vi_VN/members.lang +++ b/htdocs/langs/vi_VN/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Doanh thu (cho một công ty) hay Ngân sách nhà nước (đ DefaultAmount=Số lượng mặc định của mô tả CanEditAmount=Khách có thể chọn / chỉnh sửa số lượng mô tả của mình MEMBER_NEWFORM_PAYONLINE=Nhảy vào trang tích hợp thanh toán trực tuyến -ByProperties=Bởi đặc điểm -MembersStatisticsByProperties=Thành viên thống kê theo các đặc điểm +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=Thuế suất thuế GTGT để sử dụng cho mô tả diff --git a/htdocs/langs/vi_VN/modulebuilder.lang b/htdocs/langs/vi_VN/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/vi_VN/modulebuilder.lang +++ b/htdocs/langs/vi_VN/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/vi_VN/projects.lang b/htdocs/langs/vi_VN/projects.lang index d5944e553fc..ab82850ffc1 100644 --- a/htdocs/langs/vi_VN/projects.lang +++ b/htdocs/langs/vi_VN/projects.lang @@ -3,8 +3,6 @@ RefProject=Tham chiếu dự án ProjectRef=Project ref. ProjectId=ID dự án ProjectLabel=Project label -Project=Dự án -Projects=Các dự án ProjectsArea=Projects Area ProjectStatus=Trạng thái dự án SharedProject=Mọi người @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=Hiển thị dự án +ShowTask=Hiện tác vụ SetProject=Lập dự án NoProject=Không có dự án được xác định hoặc tự tạo NbOfProjects=Nb của dự án @@ -77,6 +76,7 @@ Time=Thời gian ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=Danh sách các đơn hàng đề xuất được gắn với dự án ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=Mở dự án ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=Liên lạc dự án +TaskContact=Task contacts ActionsOnProject=Các sự kiện trên dự án YouAreNotContactOfProject=Bạn không là một liên hệ của dự án riêng tư này UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=Xóa thời gian đã qua ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=Xem thêm tác vụ không được gán cho tôi ShowMyTasksOnly=Xem chỉ tác vụ được gán cho tôi -TaskRessourceLinks=Tài nguyên +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=Các dự án được dành riêng cho bên thứ ba này NoTasks=Không có tác vụ nào cho dự án này LinkedToAnotherCompany=Được liên kết đến các bên thứ ba diff --git a/htdocs/langs/vi_VN/salaries.lang b/htdocs/langs/vi_VN/salaries.lang index 23904b7ced0..80fac533e8b 100644 --- a/htdocs/langs/vi_VN/salaries.lang +++ b/htdocs/langs/vi_VN/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/vi_VN/stocks.lang b/htdocs/langs/vi_VN/stocks.lang index dd623e9d37b..994ea9b6da8 100644 --- a/htdocs/langs/vi_VN/stocks.lang +++ b/htdocs/langs/vi_VN/stocks.lang @@ -22,6 +22,7 @@ Movements=Danh sách chuyển kho ErrorWarehouseRefRequired=Tên tài liệu tham khảo kho là cần thiết ListOfWarehouses=Danh sách kho ListOfStockMovements=Danh sách chuyển động kho +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=Warehouses area @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/vi_VN/trips.lang b/htdocs/langs/vi_VN/trips.lang index e7e24fe7ac5..74d10d5006b 100644 --- a/htdocs/langs/vi_VN/trips.lang +++ b/htdocs/langs/vi_VN/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=Expense report -ExpenseReports=Expense reports ShowExpenseReport=Show expense report Trips=Expense reports TripsAndExpenses=Expenses reports @@ -12,6 +10,8 @@ ListOfFees=Danh sách phí TypeFees=Types of fees ShowTrip=Show expense report NewTrip=New expense report +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=Số tiền hoặc km DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/vi_VN/website.lang b/htdocs/langs/vi_VN/website.lang index aa1829243bc..d5c4477a042 100644 --- a/htdocs/langs/vi_VN/website.lang +++ b/htdocs/langs/vi_VN/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/zh_CN/admin.lang b/htdocs/langs/zh_CN/admin.lang index a612871a427..3b4f0b36668 100644 --- a/htdocs/langs/zh_CN/admin.lang +++ b/htdocs/langs/zh_CN/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE) AutoDetectLang=自动检测(浏览器的语言) FeatureDisabledInDemo=功能在演示版中已禁用 FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=权限 BoxesDesc=小组件展示一些可以添加到您个人页面的信息。您可以通过选择目标页面点击“激活”或关闭按钮来选择显示或关闭这些小组件。 OnlyActiveElementsAreShown=仅显示 已启用模块 的元素。 ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=允许你管理多个公司 Module6000Name=工作流程 Module6000Desc=工作流管理 Module10000Name=网站 -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=请假申请管理 Module20000Desc=请假申请提交和跟进管理模块 Module39000Name=产品库 @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=翻译设置 TranslationKeySearch=搜索翻译键值或字符串 TranslationOverwriteKey=覆盖翻译字符串 -TranslationDesc=如何设置显示的应用程序的语言 :
                  * 系统侧边栏: 菜单 主页 - 设置 - 主题
                  * 用户个性主题: 用户看板设置 菜单在用户个人资料信息卡中 (点击屏幕右上角的用户名). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=翻译字符串 @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=生成推荐密码和验证密码的规则 DisableForgetPasswordLinkOnLogonPage=禁用登陆页面的“找回密码”功能超链接 UsersSetup=用户模块设置 UserMailRequired=新创建用户时需要输入电子邮箱地址 -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=人力资源管理模块设置 ##### Company setup ##### diff --git a/htdocs/langs/zh_CN/commercial.lang b/htdocs/langs/zh_CN/commercial.lang index 02a82c94c8b..eda214f123f 100644 --- a/htdocs/langs/zh_CN/commercial.lang +++ b/htdocs/langs/zh_CN/commercial.lang @@ -70,3 +70,9 @@ Stats=销售统计 StatusProsp=准客户状态 DraftPropals=起草商业报价 NoLimit=没有限制 +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/zh_CN/holiday.lang b/htdocs/langs/zh_CN/holiday.lang index 4fe8c7032b6..571fad17dbe 100644 --- a/htdocs/langs/zh_CN/holiday.lang +++ b/htdocs/langs/zh_CN/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=请假申请取消 EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=最后自动更新请假分配 diff --git a/htdocs/langs/zh_CN/mails.lang b/htdocs/langs/zh_CN/mails.lang index 9493f842755..479e7f56a84 100644 --- a/htdocs/langs/zh_CN/mails.lang +++ b/htdocs/langs/zh_CN/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=唯一联系人/地址 MailNoChangePossible=为验证电子邮件收件人无法改变 SearchAMailing=搜索邮件 SendMailing=发送电子邮件 -SendMail=发送电子邮件 SentBy=发送 MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=但是您可以发送到网上,加入与最大的电子邮件数量值参数MAILING_LIMIT_SENDBYWEB你要发送的会议。 diff --git a/htdocs/langs/zh_CN/main.lang b/htdocs/langs/zh_CN/main.lang index 5aefcf27a78..e26da7875b3 100644 --- a/htdocs/langs/zh_CN/main.lang +++ b/htdocs/langs/zh_CN/main.lang @@ -266,8 +266,10 @@ DateApprove2=批准日期(二次批准) RegistrationDate=Registration date UserCreation=创建用户 UserModification=修改用户 +UserValidation=Validation user UserCreationShort=创建用户 UserModificationShort=修改用户 +UserValidationShort=Valid. user DurationYear=年 DurationMonth=月 DurationWeek=周 @@ -608,6 +610,7 @@ SendByMail=通过电子邮件发送 MailSentBy=通过电子邮件发送 TextUsedInTheMessageBody=电子邮件正文 SendAcknowledgementByMail=发送确认邮件 +SendMail=发送电子邮件 EMail=E-mail NoEMail=没有电子邮件 Email=电子邮件 @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=网站 +WebSites=Web sites +ExpenseReport=费用报表 +ExpenseReports=费用报表 HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=事件 EMailTemplates=电子邮件模板 FileNotShared=File not shared to exernal public +Project=项目 +Projects=项目 +Rights=权限 # Week day Monday=星期一 Tuesday=星期二 diff --git a/htdocs/langs/zh_CN/members.lang b/htdocs/langs/zh_CN/members.lang index 06ab506707b..6e527e863fa 100644 --- a/htdocs/langs/zh_CN/members.lang +++ b/htdocs/langs/zh_CN/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=营业额(公司)或财政预算案(基础) DefaultAmount=默认订阅数 CanEditAmount=访客是否允许编辑/选择订阅数 MEMBER_NEWFORM_PAYONLINE=集成在线支付页面跳转 -ByProperties=按特征 -MembersStatisticsByProperties=按特性统计会员 +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=增值税率,用于订阅 diff --git a/htdocs/langs/zh_CN/modulebuilder.lang b/htdocs/langs/zh_CN/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/zh_CN/modulebuilder.lang +++ b/htdocs/langs/zh_CN/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/zh_CN/projects.lang b/htdocs/langs/zh_CN/projects.lang index bd9dfe32bf4..4d87e39569b 100644 --- a/htdocs/langs/zh_CN/projects.lang +++ b/htdocs/langs/zh_CN/projects.lang @@ -3,8 +3,6 @@ RefProject=项目编号 ProjectRef=项目编号 ProjectId=项目ID号 ProjectLabel=项目标签 -Project=项目 -Projects=项目 ProjectsArea=项目区 ProjectStatus=项目状态 SharedProject=全体同仁 @@ -38,6 +36,7 @@ OpenedTasks=打开任务 OpportunitiesStatusForOpenedProjects=按有效项目状态机会值 OpportunitiesStatusForProjects=按项目状态机会值 ShowProject=显示项目 +ShowTask=显示任务 SetProject=设置项目 NoProject=没有项目或拥有的定义 NbOfProjects=项目数量 @@ -77,6 +76,7 @@ Time=时间 ListOfTasks=任务列表 GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=任务列表 +GanttView=Gantt View ListProposalsAssociatedProject=项目相关的商业报价列表 ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=打开的项目 ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=项目联系人 +TaskContact=Task contacts ActionsOnProject=项目活动 YouAreNotContactOfProject=你是不是这个私人项目联系 UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=删除的时间 ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=查看未分配给我的任务 ShowMyTasksOnly=查看仅分配给我的任务 -TaskRessourceLinks=资源 +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=这个项目致力于合伙人 NoTasks=该项目没有任务 LinkedToAnotherCompany=链接到其他合伙人 diff --git a/htdocs/langs/zh_CN/salaries.lang b/htdocs/langs/zh_CN/salaries.lang index 2806dc9e6c6..813828710b3 100644 --- a/htdocs/langs/zh_CN/salaries.lang +++ b/htdocs/langs/zh_CN/salaries.lang @@ -13,3 +13,5 @@ TJM=平均日薪 CurrentSalary=当前薪资 THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/zh_CN/stocks.lang b/htdocs/langs/zh_CN/stocks.lang index cb25463412a..f3264164877 100644 --- a/htdocs/langs/zh_CN/stocks.lang +++ b/htdocs/langs/zh_CN/stocks.lang @@ -22,6 +22,7 @@ Movements=运动 ErrorWarehouseRefRequired=仓库引用的名称是必需的 ListOfWarehouses=仓库列表 ListOfStockMovements=库存调拨列表 +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=仓库区 @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=调拨标签 +DateMovement=Date of movement InventoryCode=调拨或盘点编码 IsInPackage=包含在模块包 WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/zh_CN/trips.lang b/htdocs/langs/zh_CN/trips.lang index dcf3cd2ae4e..2824ff23324 100644 --- a/htdocs/langs/zh_CN/trips.lang +++ b/htdocs/langs/zh_CN/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=费用报表 -ExpenseReports=费用报表 ShowExpenseReport=显示费用报表 Trips=费用报表 TripsAndExpenses=费用报表 @@ -12,6 +10,8 @@ ListOfFees=费用清单 TypeFees=费用类型 ShowTrip=显示费用报表 NewTrip=新建费用报表 +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=金额或公里 DeleteTrip=删除费用报表 @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/zh_CN/website.lang b/htdocs/langs/zh_CN/website.lang index 59db14c6b87..8f9018cbf26 100644 --- a/htdocs/langs/zh_CN/website.lang +++ b/htdocs/langs/zh_CN/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=删除网址 ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=页面名字/别名 WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=外部CSS文件的URL地址 WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=编辑菜单 EditMedias=Edit medias EditPageMeta=编辑 Meta -Website=网站 AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/langs/zh_TW/admin.lang b/htdocs/langs/zh_TW/admin.lang index 041b7f0c2d9..bf5afb2b06c 100644 --- a/htdocs/langs/zh_TW/admin.lang +++ b/htdocs/langs/zh_TW/admin.lang @@ -189,7 +189,6 @@ IgnoreDuplicateRecords=忽略複製資料的錯誤訊息 (INSERT IGNORE) AutoDetectLang=自動檢測(瀏覽器的語言) FeatureDisabledInDemo=在演示功能禁用 FeatureAvailableOnlyOnStable=Feature only available on official stable versions -Rights=權限 BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it. OnlyActiveElementsAreShown=只有被 modules.php 所啟用的模組才會顯示。 ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application. @@ -593,7 +592,7 @@ Module5000Desc=允許你管理多個公司 Module6000Name=Workflow Module6000Desc=Workflow management Module10000Name=Websites -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet. +Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name. Module20000Name=Leave Requests management Module20000Desc=Declare and follow employees leaves requests Module39000Name=Product lot @@ -1130,7 +1129,7 @@ SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail dire TranslationSetup=Setup of translation TranslationKeySearch=Search a translation key or string TranslationOverwriteKey=Overwrite a translation string -TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: User display setup tab of user card (click on username at the top of the screen). +TranslationDesc=How to set displayed application language :
                  * Systemwide: menu Home - Setup - Display
                  * Per user: Use the User display setup tab on user card (click on username at the top of the screen). TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s" TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use TranslationString=Translation string @@ -1171,8 +1170,6 @@ RuleForGeneratedPasswords=建議的規則來生成密碼或驗證密碼 DisableForgetPasswordLinkOnLogonPage=不顯示連結“登錄時忘記密碼”頁面 UsersSetup=用戶模組設置 UserMailRequired=創建用戶時需要輸入電子郵件資訊 -DefaultCategoryCar=Default car category -DefaultRangeNumber=Default range number ##### HRM setup ##### HRMSetup=HRM module setup ##### Company setup ##### diff --git a/htdocs/langs/zh_TW/commercial.lang b/htdocs/langs/zh_TW/commercial.lang index 9117d19069f..50cdf7d8feb 100644 --- a/htdocs/langs/zh_TW/commercial.lang +++ b/htdocs/langs/zh_TW/commercial.lang @@ -70,3 +70,9 @@ Stats=Sales statistics StatusProsp=潛在狀態 DraftPropals=起草商業建議 NoLimit=無限制 +ToOfferALinkForOnlineSignature=Link for online signature +WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s +ThisScreenAllowsYouToSignDocFrom=This screen allow you to accept and sign, or refuse, a quote/commercial proposal +ThisIsInformationOnDocumentToSign=This is information on document to accept or refuse +SignatureProposalRef=Signature of quote/commerical proposal %s +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled diff --git a/htdocs/langs/zh_TW/holiday.lang b/htdocs/langs/zh_TW/holiday.lang index b56aa50c007..86d92dab855 100644 --- a/htdocs/langs/zh_TW/holiday.lang +++ b/htdocs/langs/zh_TW/holiday.lang @@ -79,6 +79,8 @@ HolidaysCancelation=Leave request cancelation EmployeeLastname=Employee last name EmployeeFirstname=Employee first name TypeWasDisabledOrRemoved=Leave type (id %s) was disabled or removed +LastHolidays=Latest %s leave requests +AllHolidays=All leave requests ## Configuration du Module ## LastUpdateCP=Latest automatic update of leaves allocation diff --git a/htdocs/langs/zh_TW/mails.lang b/htdocs/langs/zh_TW/mails.lang index a16f673cd96..b859518d228 100644 --- a/htdocs/langs/zh_TW/mails.lang +++ b/htdocs/langs/zh_TW/mails.lang @@ -99,7 +99,6 @@ NbOfCompaniesContacts=公司獨特的接觸 MailNoChangePossible=為驗證電子郵件收件人無法改變 SearchAMailing=搜尋郵件 SendMailing=發送電子郵件 -SendMail=發送電子郵件 SentBy=發送 MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients: MailingNeedCommand2=但是您可以發送到網上,加入與最大的電子郵件數量值參數MAILING_LIMIT_SENDBYWEB你要發送的會議。 diff --git a/htdocs/langs/zh_TW/main.lang b/htdocs/langs/zh_TW/main.lang index b5fa3f59432..422a512ea13 100644 --- a/htdocs/langs/zh_TW/main.lang +++ b/htdocs/langs/zh_TW/main.lang @@ -266,8 +266,10 @@ DateApprove2=核准日期(主管) RegistrationDate=Registration date UserCreation=Creation user UserModification=Modification user +UserValidation=Validation user UserCreationShort=Creat. user UserModificationShort=Modif. user +UserValidationShort=Valid. user DurationYear=年 DurationMonth=月 DurationWeek=周 @@ -608,6 +610,7 @@ SendByMail=通過電子郵件發送 MailSentBy=通過電子郵件發送 TextUsedInTheMessageBody=電子郵件正文 SendAcknowledgementByMail=Send confirmation email +SendMail=發送電子郵件 EMail=E-mail NoEMail=沒有電子郵件 Email=電子郵件 @@ -808,6 +811,10 @@ ModuleBuilder=Module Builder SetMultiCurrencyCode=Set currency BulkActions=Bulk actions ClickToShowHelp=Click to show tooltip help +Website=Web site +WebSites=Web sites +ExpenseReport=差旅報表 +ExpenseReports=差旅報表 HR=HR HRAndBank=HR and Bank AutomaticallyCalculated=Automatically calculated @@ -818,6 +825,9 @@ Websites=Web sites Events=活動 EMailTemplates=Emails templates FileNotShared=File not shared to exernal public +Project=項目 +Projects=Projects +Rights=權限 # Week day Monday=星期一 Tuesday=星期二 diff --git a/htdocs/langs/zh_TW/members.lang b/htdocs/langs/zh_TW/members.lang index c0f1d8c66a7..a07fe7ea922 100644 --- a/htdocs/langs/zh_TW/members.lang +++ b/htdocs/langs/zh_TW/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=營業額(公司)或財政預算案(基礎) DefaultAmount=拖欠金額認購 CanEditAmount=遊客可以選擇/編輯其認購金額 MEMBER_NEWFORM_PAYONLINE=集成在線支付頁面跳轉 -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions diff --git a/htdocs/langs/zh_TW/modulebuilder.lang b/htdocs/langs/zh_TW/modulebuilder.lang index e84805acbeb..77610e4a7af 100644 --- a/htdocs/langs/zh_TW/modulebuilder.lang +++ b/htdocs/langs/zh_TW/modulebuilder.lang @@ -47,6 +47,7 @@ SpecificationFile=File with business rules LanguageFile=File for language ConfirmDeleteProperty=Are you sure you want to delete the property %s ? This will change code in PHP class but also remove column from table definition of object. NotNull=Not NULL +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). SearchAll=Used for 'search all' DatabaseIndex=Database index FileAlreadyExists=File %s already exists @@ -70,7 +71,7 @@ NoWidget=No widget GoToApiExplorer=Go to API explorer ListOfPermissionsDefined=List of defined permissions EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION) -VisibleDesc=Is the field visible into list ? (Examples: 0=not visible, 1=visible by default on list, -1=not shown by default on list but can be added into list to be viewed) +VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only. Using a negative value means field is not shown by default on list but can be selected for viewing) IsAMeasureDesc=Can the value of field be cumulated to get a total into list ? (Examples: 1 or 0) SearchAllDesc=Is the field used to make a search from the quick search tool ? (Examples: 1 or 0) SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax. diff --git a/htdocs/langs/zh_TW/projects.lang b/htdocs/langs/zh_TW/projects.lang index 043a9032277..8799b3534b4 100644 --- a/htdocs/langs/zh_TW/projects.lang +++ b/htdocs/langs/zh_TW/projects.lang @@ -3,8 +3,6 @@ RefProject=Ref. project ProjectRef=Project ref. ProjectId=Project Id ProjectLabel=Project label -Project=項目 -Projects=項目 ProjectsArea=Projects Area ProjectStatus=Project status SharedProject=每個人 @@ -38,6 +36,7 @@ OpenedTasks=Open tasks OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status OpportunitiesStatusForProjects=Opportunities amount of projects by status ShowProject=顯示項目 +ShowTask=顯示任務 SetProject=設置項目 NoProject=沒有項目或擁有的定義 NbOfProjects=鈮項目 @@ -77,6 +76,7 @@ Time=時間 ListOfTasks=List of tasks GoToListOfTimeConsumed=Go to list of time consumed GoToListOfTasks=Go to list of tasks +GanttView=Gantt View ListProposalsAssociatedProject=名單與項目有關的商業建議 ListOrdersAssociatedProject=List of customer orders associated with the project ListInvoicesAssociatedProject=List of customer invoices associated with the project @@ -108,6 +108,7 @@ AlsoCloseAProject=Also close project (keep it open if you still need to follow p ReOpenAProject=打開的項目 ConfirmReOpenAProject=Are you sure you want to re-open this project? ProjectContact=項目聯系人 +TaskContact=Task contacts ActionsOnProject=行動項目 YouAreNotContactOfProject=你是不是這個私人項目聯系 UserIsNotContactOfProject=User is not a contact of this private project @@ -115,7 +116,7 @@ DeleteATimeSpent=刪除的時間 ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent? DoNotShowMyTasksOnly=See also tasks not assigned to me ShowMyTasksOnly=View only tasks assigned to me -TaskRessourceLinks=資源 +TaskRessourceLinks=Contacts task ProjectsDedicatedToThisThirdParty=這個項目致力於第三方 NoTasks=該項目沒有任務 LinkedToAnotherCompany=鏈接到其他第三方 diff --git a/htdocs/langs/zh_TW/salaries.lang b/htdocs/langs/zh_TW/salaries.lang index 7e0c80d3380..d09814c62b2 100644 --- a/htdocs/langs/zh_TW/salaries.lang +++ b/htdocs/langs/zh_TW/salaries.lang @@ -13,3 +13,5 @@ TJM=Average daily rate CurrentSalary=Current salary THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used TJMDescription=This value is currently as information only and is not used for any calculation +LastSalaries=Latest %s salary payments +AllSalaries=All salary payments diff --git a/htdocs/langs/zh_TW/stocks.lang b/htdocs/langs/zh_TW/stocks.lang index 02e63565d9b..411c1879fe8 100644 --- a/htdocs/langs/zh_TW/stocks.lang +++ b/htdocs/langs/zh_TW/stocks.lang @@ -22,6 +22,7 @@ Movements=轉讓 ErrorWarehouseRefRequired=倉庫引用的名稱為必填 ListOfWarehouses=倉庫名單 ListOfStockMovements=庫存轉讓清單 +MovementId=Movement ID StockMovementForId=Movement ID %d ListMouvementStockProject=List of stock movements associated to project StocksArea=庫存區 @@ -130,6 +131,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change) StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change) MovementLabel=Label of movement +DateMovement=Date of movement InventoryCode=Movement or inventory code IsInPackage=Contained into package WarehouseAllowNegativeTransfer=Stock can be negative diff --git a/htdocs/langs/zh_TW/trips.lang b/htdocs/langs/zh_TW/trips.lang index bbb6a4d757e..178676d60f9 100644 --- a/htdocs/langs/zh_TW/trips.lang +++ b/htdocs/langs/zh_TW/trips.lang @@ -1,6 +1,4 @@ # Dolibarr language file - Source file is en_US - trips -ExpenseReport=費用支出報表 -ExpenseReports=費用支出報表 ShowExpenseReport=費用列表 Trips=差旅報表 TripsAndExpenses=費用支出 @@ -12,6 +10,8 @@ ListOfFees=費用清單 TypeFees=Types of fees ShowTrip=費用列表 NewTrip=新增費用 +LastExpenseReports=Latest %s expense reports +AllExpenseReports=All expense reports CompanyVisited=Company/organisation visited FeesKilometersOrAmout=金額或公里 DeleteTrip=Delete expense report @@ -71,6 +71,8 @@ EX_FUE_VP=Fuel PV EX_TOL_VP=Toll PV EX_PAR_VP=Parking PV EX_CAM_VP=PV maintenance and repair +DefaultCategoryCar=Default transportation mode +DefaultRangeNumber=Default range number ErrorDoubleDeclaration=You have declared another expense report into a similar date range. AucuneLigne=There is no expense report declared yet diff --git a/htdocs/langs/zh_TW/website.lang b/htdocs/langs/zh_TW/website.lang index d4895192d6e..ac8d543e862 100644 --- a/htdocs/langs/zh_TW/website.lang +++ b/htdocs/langs/zh_TW/website.lang @@ -5,7 +5,7 @@ DeleteWebsite=Delete website ConfirmDeleteWebsite=Are you sure you want to delete this web site. All its pages and content will also be removed. WEBSITE_PAGENAME=Page name/alias WEBSITE_HTML_HEADER=HTML Header (common to all pages) -HtmlHeaderPage=HTML specific header for ppage +HtmlHeaderPage=HTML specific header for page WEBSITE_CSS_URL=URL of external CSS file WEBSITE_CSS_INLINE=CSS file content (common to all pages) WEBSITE_JS_INLINE=Javascript file content (common to all pages) @@ -17,7 +17,6 @@ EditCss=Edit Style/CSS or HTML header EditMenu=Edit menu EditMedias=Edit medias EditPageMeta=Edit Meta -Website=Web site AddWebsite=Add website Webpage=Web page/container AddPage=Add page/container @@ -39,9 +38,10 @@ VirtualHostUrlNotDefined=URL of the virtual host served by external web server n NoPageYet=No pages yet SyntaxHelp=Help on specific syntax tips YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. -YouCanEditHtmlSource=You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_content_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext"> +YouCanEditHtmlSource=
                  You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

                  You can also include content of another Page/Container with the following syntax:
                  <?php dolIncludeHtmlContent($websitekey.'/alias_of_container_to_include.php'); ?>

                  To include a link to download a file stored into the documents directory, use the document.php wrapper:
                  Example, for a file into documents/ecm (need to be logged), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext">
                  For same file into documents/ecm (open access using the sharing hash key), syntax is:
                  <a href="/document.php?modulepart=ecm&file=relative_dir/filename.ext&hashp=publicsharekeyoffile">
                  For a file into documents/media (open directory for public access), syntax is:
                  <a href="/document.php?modulepart=medias&file=relative_dir/filename.ext">

                  To include an image stored into the documents directory, use the viewimage.php wrapper:
                  Example, for an image into documents/media (open access), syntax is:
                  <a href="/viewimage.php?modulepart=medias&file=relative_dir/filename.ext">
                  ClonePage=Clone page/container CloneSite=Clone site +SiteAdded=Web site added ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page. PageIsANewTranslation=The new page is a translation of the current page ? LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page. @@ -52,3 +52,6 @@ OrEnterPageInfoManually=Or create empty page from scratch... FetchAndCreate=Fetch and Create ExportSite=Export site IDOfPage=Id of page +WebsiteAccount=Web site account +WebsiteAccounts=Web site accounts +AddWebsiteAccount=Create web site account diff --git a/htdocs/livraison/card.php b/htdocs/livraison/card.php index 8cff2b885b0..b0de98ae2eb 100644 --- a/htdocs/livraison/card.php +++ b/htdocs/livraison/card.php @@ -207,7 +207,9 @@ if ($action == 'update_extras') $reshook = $hookmanager->executeHooks('insertExtraFields', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks if (empty($reshook)) { $result = $object->insertExtraFields(); - if ($result < 0) { + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); $error++; } } else if ($reshook < 0) diff --git a/htdocs/loan/class/loan.class.php b/htdocs/loan/class/loan.class.php index 734c2356b3a..d598a6ece97 100644 --- a/htdocs/loan/class/loan.class.php +++ b/htdocs/loan/class/loan.class.php @@ -421,7 +421,7 @@ class Loan extends CommonObject if ($withpicto) $result.=($link.$linkclose.img_object($langs->trans("ShowLoan").': '.$this->label,'bill', 'class="classfortooltip"').$linkend.' '); if ($withpicto && $withpicto != 2) $result.=' '; - if ($withpicto != 2) $result.=$link.$linkclose.($maxlen?dol_trunc($this->label,$maxlen):$this->label).$linkend; + if ($withpicto != 2) $result.=$link.$linkclose.($maxlen?dol_trunc($this->ref,$maxlen):$this->ref).$linkend; return $result; } diff --git a/htdocs/loan/index.php b/htdocs/loan/index.php index 7b96c13358f..d1436287db3 100644 --- a/htdocs/loan/index.php +++ b/htdocs/loan/index.php @@ -76,9 +76,9 @@ $sql.= " SUM(pl.amount_capital) as alreadypayed"; $sql.= " FROM ".MAIN_DB_PREFIX."loan as l LEFT JOIN ".MAIN_DB_PREFIX."payment_loan AS pl"; $sql.= " ON l.rowid = pl.fk_loan"; $sql.= " WHERE l.entity = ".$conf->entity; -if ($search_amount) $sql.=" AND l.capital='".$db->escape(price2num(trim($search_amount)))."'"; -if ($search_ref) $sql.=" AND l.rowid = ".$db->escape($search_ref); -if ($search_label) $sql.=" AND l.label LIKE '%".$db->escape($search_label)."%'"; +if ($search_amount) $sql.= natural_search("l.capital", $search_amount, 1); +if ($search_ref) $sql.= " AND l.rowid = ".$db->escape($search_ref); +if ($search_label) $sql.= natural_search("l.label", $search_label); if ($filtre) { $filtre=str_replace(":","=",$filtre); $sql .= " AND ".$filtre; @@ -104,12 +104,12 @@ if ($resql) $var=true; $param=''; - if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.$contextpage; - if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.$limit; - if ($search_ref) $param.="&search_ref=".$search_ref; - if ($search_label) $param.="&search_label=".$search_user; - if ($search_amount) $param.="&search_amount=".$search_amount_ht; - if ($optioncss != '') $param.='&optioncss='.$optioncss; + if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.urlencode($contextpage); + if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.urlencode($limit); + if ($search_ref) $param.="&search_ref=".urlencode($search_ref); + if ($search_label) $param.="&search_label=".urlencode($search_user); + if ($search_amount) $param.="&search_amount=".urlencode($search_amount_ht); + if ($optioncss != '') $param.='&optioncss='.urlencode($optioncss); print '
                  '."\n"; if ($optioncss != '') print ''; diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 93b4327620b..c884aa678c6 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1090,8 +1090,8 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs print "\n"; if (GETPOST('dol_basehref','alpha')) print ''."\n"; // Displays meta - print ''."\n"; // Do not index - print ''; // Scale for mobile device + print ''."\n"; // Do not index + print ''."\n"; // Scale for mobile device print ''."\n"; // Favicon $favicon=dol_buildpath('/theme/'.$conf->theme.'/img/favicon.ico',1); @@ -1288,7 +1288,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs if (! defined('DISABLE_SELECT2') && (! empty($conf->global->MAIN_USE_JQUERY_MULTISELECT) || defined('REQUIRE_JQUERY_MULTISELECT'))) // jQuery plugin "mutiselect", "multiple-select", "select2", ... { $tmpplugin=empty($conf->global->MAIN_USE_JQUERY_MULTISELECT)?constant('REQUIRE_JQUERY_MULTISELECT'):$conf->global->MAIN_USE_JQUERY_MULTISELECT; - print ''."\n"; + print ''."\n"; // We include full because we need the support of containerCssClass } } @@ -1618,7 +1618,6 @@ function left_menu($menu_array_before, $helppagename='', $notused='', $menu_arra $selected=-1; $usedbyinclude=1; include_once DOL_DOCUMENT_ROOT.'/core/ajax/selectsearchbox.php'; - $conf->global->MAIN_HTML5_PLACEHOLDER=1; foreach($arrayresult as $key => $val) { @@ -1818,7 +1817,8 @@ function getHelpParamFor($helppagename,$langs) /** - * Show a search area + * Show a search area. + * Used when the javascript quick search is not used. * * @param string $urlaction Url post * @param string $urlobject Url of the link under the search box @@ -1832,7 +1832,7 @@ function getHelpParamFor($helppagename,$langs) */ function printSearchForm($urlaction, $urlobject, $title, $htmlmorecss, $htmlinputname, $accesskey='', $prefhtmlinputname='',$img='') { - global $conf,$langs; + global $conf,$langs,$user; if (empty($htmlinputid)) { $htmlinputid = $htmlinputname; @@ -1840,26 +1840,13 @@ function printSearchForm($urlaction, $urlobject, $title, $htmlmorecss, $htmlinpu $ret=''; $ret.=''; - if (empty($conf->global->MAIN_HTML5_PLACEHOLDER)) - { - $ret.=''; - } $ret.=''; $ret.=''; + $ret.=''; $ret.='global->MAIN_HTML5_PLACEHOLDER)) $ret.=' style="text-indent: 22px; background-image: url(\''.$img.'\'); background-repeat: no-repeat; background-position: 3px;"'; + $ret.=' style="text-indent: 22px; background-image: url(\''.$img.'\'); background-repeat: no-repeat; background-position: 3px;"'; $ret.=($accesskey?' accesskey="'.$accesskey.'"':''); - if (! empty($conf->global->MAIN_HTML5_PLACEHOLDER)) $ret.=' placeholder="'.strip_tags($title).'"'; // Will work only if MAIN_HTML5_PLACEHOLDER is set to 1 - else $ret.=' title="'.$langs->trans("SearchOf").''.strip_tags($title).'"'; + $ret.=' placeholder="'.strip_tags($title).'"'; $ret.=' name="'.$htmlinputname.'" id="'.$prefhtmlinputname.$htmlinputname.'" />'; $ret.=''; $ret.="
                  \n"; @@ -1874,17 +1861,18 @@ if (! function_exists("llxFooter")) * Close div /DIV class=fiche + /DIV id-right + /DIV id-container + /BODY + /HTML. * If global var $delayedhtmlcontent was filled, we output it just before closing the body. * - * @param string $comment A text to add as HTML comment into HTML generated page - * @param string $zone 'private' (for private pages) or 'public' (for public pages) + * @param string $comment A text to add as HTML comment into HTML generated page + * @param string $zone 'private' (for private pages) or 'public' (for public pages) + * @param int $disabledoutputofmessages Clear all messages stored into session without diplaying them * @return void */ - function llxFooter($comment='',$zone='private') + function llxFooter($comment='',$zone='private', $disabledoutputofmessages=0) { global $conf, $langs, $user, $object; global $delayedhtmlcontent; // Global html output events ($mesgs, $errors, $warnings) - dol_htmloutput_events(); + dol_htmloutput_events($disabledoutputofmessages); // Code for search criteria persistence. // Save $user->lastsearch_values if defined (define on list pages when a form field search_xxx exists) diff --git a/htdocs/margin/tabs/thirdpartyMargins.php b/htdocs/margin/tabs/thirdpartyMargins.php index 5753760df66..ab2346b679a 100644 --- a/htdocs/margin/tabs/thirdpartyMargins.php +++ b/htdocs/margin/tabs/thirdpartyMargins.php @@ -109,7 +109,7 @@ if ($socid > 0) print ''; } - if ($object->fournisseur) + if (! empty($conf->fournisseur->enabled) && $object->fournisseur && ! empty($user->rights->fournisseur->lire)) { print ''; print $langs->trans('SupplierCode').''; diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php index d128b9df5b9..b655fddbbde 100644 --- a/htdocs/modulebuilder/index.php +++ b/htdocs/modulebuilder/index.php @@ -126,13 +126,13 @@ if ($dirins && $action == 'initmodule' && $modulename) dol_delete_file($destdir.'/myobject_list.php'); dol_delete_file($destdir.'/lib/myobject.lib.php'); dol_delete_file($destdir.'/test/phpunit/MyObjectTest.php'); - dol_delete_file($destdir.'/sql/llx_myobject.sql'); - dol_delete_file($destdir.'/sql/llx_myobject_extrafields.sql'); - dol_delete_file($destdir.'/sql/llx_myobject.key.sql'); + dol_delete_file($destdir.'/sql/llx_mymodule_myobject.sql'); + dol_delete_file($destdir.'/sql/llx_mymodule_myobject_extrafields.sql'); + dol_delete_file($destdir.'/sql/llx_mymodule_myobject.key.sql'); dol_delete_file($destdir.'/scripts/myobject.php'); dol_delete_file($destdir.'/img/object_myobject.png'); dol_delete_file($destdir.'/class/myobject.class.php'); - dol_delete_file($destdir.'/class/api_myobject.class.php'); + dol_delete_file($destdir.'/class/api_mymodule.class.php'); } // Edit PHP files @@ -220,13 +220,13 @@ if ($dirins && $action == 'initobject' && $module && $objectname) 'myobject_list.php'=>strtolower($objectname).'_list.php', 'lib/myobject.lib.php'=>'lib/'.strtolower($objectname).'.lib.php', 'test/phpunit/MyObjectTest.php'=>'test/phpunit/'.$objectname.'Test.php', - 'sql/llx_myobject.sql'=>'sql/llx_'.strtolower($objectname).'.sql', - 'sql/llx_myobject_extrafields.sql'=>'sql/llx_'.strtolower($objectname).'_extrafields.sql', - 'sql/llx_myobject.key.sql'=>'sql/llx_'.strtolower($objectname).'.key.sql', + 'sql/llx_mymodule_myobject.sql'=>'sql/llx_'.strtolower($module).'_'.strtolower($objectname).'.sql', + 'sql/llx_mymodule_myobject_extrafields.sql'=>'sql/llx_'.strtolower($module).'_'.strtolower($objectname).'_extrafields.sql', + 'sql/llx_mymodule_myobject.key.sql'=>'sql/llx_'.strtolower($module).'_'.strtolower($objectname).'.key.sql', 'scripts/myobject.php'=>'scripts/'.strtolower($objectname).'.php', 'img/object_myobject.png'=>'img/object_'.strtolower($objectname).'.png', 'class/myobject.class.php'=>'class/'.strtolower($objectname).'.class.php', - 'class/api_myobject.class.php'=>'class/api_'.strtolower($objectname).'.class.php' + 'class/api_mymodule.class.php'=>'class/api_'.strtolower($module).'.class.php' ); foreach($filetogenerate as $srcfile => $destfile) @@ -375,7 +375,7 @@ if ($dirins && $action == 'addproperty' && !empty($module) && ! empty($tabobj)) 'arrayofkeyval'=>GETPOST('proparrayofkeyval','none'), // Example json string '{"0":"Draft","1":"Active","-1":"Cancel"}' 'visible'=>GETPOST('propvisible','int'),'enabled'=>GETPOST('propenabled','int'), 'position'=>GETPOST('propposition','int'),'notnull'=>GETPOST('propnotnull','int'),'index'=>GETPOST('propindex','int'),'searchall'=>GETPOST('propsearchall','int'), - 'isameasure'=>GETPOST('propisameasure','int'), 'comment'=>GETPOST('propcomment','alpha'),'help'=>GETPOST('prophelp')); + 'isameasure'=>GETPOST('propisameasure','int'), 'comment'=>GETPOST('propcomment','alpha'),'help'=>GETPOST('prophelp','alpha')); if (! empty($addfieldentry['arrayofkeyval']) && ! is_array($addfieldentry['arrayofkeyval'])) { @@ -401,14 +401,14 @@ if ($dirins && $action == 'addproperty' && !empty($module) && ! empty($tabobj)) if (! $error) { - clearstatcache(); - setEventMessages($langs->trans('FilesForObjectUpdated', $objectname), null); - // Make a redirect to reload all data - header("Location: ".DOL_URL_ROOT.'/modulebuilder/index.php?tab=objects&module='.$module.'&tabobj='.$objectname); + clearstatcache(true); + sleep(4); // With sleep 2, after the header("Location...", the new page output does not see the change. TODO Why do we need this sleep ? + + // Make a redirect to reload all data + header("Location: ".DOL_URL_ROOT.'/modulebuilder/index.php?tab=objects&module='.$module.'&tabobj='.$objectname.'&nocache='.time()); - clearstatcache(); exit; } } @@ -437,14 +437,14 @@ if ($dirins && $action == 'confirm_deleteproperty' && $propertykey) if (! $error) { - clearstatcache(); - setEventMessages($langs->trans('FilesForObjectUpdated', $objectname), null); + clearstatcache(true); + sleep(4); // With sleep 2, after the header("Location...", the new page output does not see the change. TODO Why do we need this sleep ? + // Make a redirect to reload all data header("Location: ".DOL_URL_ROOT.'/modulebuilder/index.php?tab=objects&module='.$module.'&tabobj='.$objectname); - clearstatcache(); exit; } } @@ -507,13 +507,13 @@ if ($dirins && $action == 'confirm_deleteobject' && $objectname) 'myobject_list.php'=>strtolower($objectname).'_list.php', 'lib/myobject.lib.php'=>'lib/'.strtolower($objectname).'.lib.php', 'test/phpunit/MyObjectTest.php'=>'test/phpunit/'.$objectname.'Test.php', - 'sql/llx_myobject.sql'=>'sql/llx_'.strtolower($objectname).'.sql', - 'sql/llx_myobject_extrafields.sql'=>'sql/llx_'.strtolower($objectname).'_extrafields.sql', - 'sql/llx_myobject.key.sql'=>'sql/llx_'.strtolower($objectname).'.key.sql', + 'sql/llx_mymodule_myobject.sql'=>'sql/llx_'.strtolower($module).'_'.strtolower($objectname).'.sql', + 'sql/llx_mymodule_myobject_extrafields.sql'=>'sql/llx_'.strtolower($module).'_'.strtolower($objectname).'_extrafields.sql', + 'sql/llx_mymodule_myobject.key.sql'=>'sql/llx_'.strtolower($module).'_'.strtolower($objectname).'.key.sql', 'scripts/myobject.php'=>'scripts/'.strtolower($objectname).'.php', 'img/object_myobject.png'=>'img/object_'.strtolower($objectname).'.png', 'class/myobject.class.php'=>'class/'.strtolower($objectname).'.class.php', - 'class/api_myobject.class.php'=>'class/api_'.strtolower($objectname).'.class.php' + 'class/api_myobject.class.php'=>'class/api_'.strtolower($module).'.class.php' ); $resultko = 0; @@ -768,6 +768,7 @@ if ($action == 'reset' && $user->admin) } + /* * View */ @@ -1414,16 +1415,16 @@ elseif (! empty($module)) { try { $pathtoclass = strtolower($module).'/class/'.strtolower($tabobj).'.class.php'; - $pathtoapi = strtolower($module).'/class/api_'.strtolower($tabobj).'.class.php'; + $pathtoapi = strtolower($module).'/class/api_'.strtolower($module).'.class.php'; $pathtoagenda = strtolower($module).'/'.strtolower($tabobj).'_agenda.php'; $pathtocard = strtolower($module).'/'.strtolower($tabobj).'_card.php'; $pathtodocument = strtolower($module).'/'.strtolower($tabobj).'_document.php'; $pathtolist = strtolower($module).'/'.strtolower($tabobj).'_list.php'; $pathtonote = strtolower($module).'/'.strtolower($tabobj).'_note.php'; $pathtophpunit = strtolower($module).'/test/phpunit/'.$tabobj.'Test.php'; - $pathtosql = strtolower($module).'/sql/llx_'.strtolower($tabobj).'.sql'; - $pathtosqlextra = strtolower($module).'/sql/llx_'.strtolower($tabobj).'_extrafields.sql'; - $pathtosqlkey = strtolower($module).'/sql/llx_'.strtolower($tabobj).'.key.sql'; + $pathtosql = strtolower($module).'/sql/llx_'.strtolower($module).'_'.strtolower($tabobj).'.sql'; + $pathtosqlextra = strtolower($module).'/sql/llx_'.strtolower($module).'_'.strtolower($tabobj).'_extrafields.sql'; + $pathtosqlkey = strtolower($module).'/sql/llx_'.strtolower($module).'_'.strtolower($tabobj).'.key.sql'; $pathtolib = strtolower($module).'/lib/'.strtolower($tabobj).'.lib.php'; $pathtopicto = strtolower($module).'/img/object_'.strtolower($tabobj).'.png'; @@ -1528,9 +1529,10 @@ elseif (! empty($module)) if (! empty($tmpobjet)) { $reflector = new ReflectionClass($tabobj); - $properties = $reflector->getProperties(); // Can also use get_object_vars - //$propdefault = $reflector->getDefaultProperties(); // Can also use get_object_vars + $reflectorproperties = $reflector->getProperties(); // Can also use get_object_vars + $reflectorpropdefault = $reflector->getDefaultProperties(); // Can also use get_object_vars //$propstat = $reflector->getStaticProperties(); + //var_dump($reflectorpropdefault); print load_fiche_titre($langs->trans("Properties"), '', ''); @@ -1565,7 +1567,10 @@ elseif (! empty($module)) print ''; print ''; - $properties = dol_sort_array($tmpobjet->fields, 'position'); + // We must use $reflectorpropdefault['fields'] to get list of fields because $tmpobjet->fields may have been + // modified during the constructor and we want value into head of class before constructor is called. + //$properties = dol_sort_array($tmpobjet->fields, 'position'); + $properties = dol_sort_array($reflectorpropdefault['fields'], 'position'); if (! empty($properties)) { diff --git a/htdocs/modulebuilder/template/.gitattributes b/htdocs/modulebuilder/template/.gitattributes index 58065c729fc..0d2c67e38e6 100644 --- a/htdocs/modulebuilder/template/.gitattributes +++ b/htdocs/modulebuilder/template/.gitattributes @@ -13,7 +13,7 @@ *.lang text eol=lf *.txt text eol=lf *.md text eol=lf -*.bat text eol=crlf +*.bat text eol=lf # Denote all files that are truly binary and should not be modified. *.ico binary diff --git a/htdocs/modulebuilder/template/ChangeLog.md b/htdocs/modulebuilder/template/ChangeLog.md index 28f0d04e47d..99f4f673c0c 100644 --- a/htdocs/modulebuilder/template/ChangeLog.md +++ b/htdocs/modulebuilder/template/ChangeLog.md @@ -1,4 +1,4 @@ -# CHANGELOG MYMODULE FOR DOLIBARR ERP CRM +# CHANGELOG MYMODULE FOR DOLIBARR ERP CRM ## 1.0 Initial version diff --git a/htdocs/modulebuilder/template/admin/about.php b/htdocs/modulebuilder/template/admin/about.php index d492f72da79..c2adc8040d1 100644 --- a/htdocs/modulebuilder/template/admin/about.php +++ b/htdocs/modulebuilder/template/admin/about.php @@ -72,19 +72,13 @@ $page_name = "MyModuleAbout"; llxHeader('', $langs->trans($page_name)); // Subheader -$linkback = '' - . $langs->trans("BackToModuleList") . ''; -print load_fiche_titre($langs->trans($page_name), $linkback); +$linkback = '' . $langs->trans("BackToModuleList") . ''; + +print load_fiche_titre($langs->trans($page_name), $linkback, 'object_mymodule@mymodule'); // Configuration header $head = mymoduleAdminPrepareHead(); -dol_fiche_head( - $head, - 'about', - $langs->trans("ModuleMyModuleName"), - 0, - 'mymodule@mymodule' -); +dol_fiche_head($head, 'about', '', 0, 'mymodule@mymodule'); dol_include_once('/mymodule/core/modules/modMyModule.class.php'); $tmpmodule = new modMyModule($db); diff --git a/htdocs/modulebuilder/template/admin/setup.php b/htdocs/modulebuilder/template/admin/setup.php index 46b608efa8e..c031e67a346 100644 --- a/htdocs/modulebuilder/template/admin/setup.php +++ b/htdocs/modulebuilder/template/admin/setup.php @@ -52,7 +52,7 @@ if (! $user->admin) accessforbidden(); // Parameters $action = GETPOST('action', 'alpha'); -$arrayofparameters=array('MYMODULE_MYPARAM1'=>'1', 'MYMODULE_MYPARAM2'=>'2'); +$arrayofparameters=array('MYMODULE_MYPARAM1'=>array('css'=>'minwidth200'), 'MYMODULE_MYPARAM2'=>array('css'=>'minwidth500')); /* @@ -72,17 +72,11 @@ llxHeader('', $langs->trans($page_name)); // Subheader $linkback = '' . $langs->trans("BackToModuleList") . ''; -print load_fiche_titre($langs->trans($page_name), $linkback); +print load_fiche_titre($langs->trans($page_name), $linkback, 'object_mymodule@mymodule'); // Configuration header $head = mymoduleAdminPrepareHead(); -dol_fiche_head( - $head, - 'settings', - $langs->trans("ModuleMyModuleName"), - -1, - "mymodule@mymodule" -); +dol_fiche_head($head, 'settings', '', -1, "mymodule@mymodule"); // Setup page goes here echo $langs->trans("MyModuleSetupPage"); @@ -101,7 +95,7 @@ if ($action == 'edit') { print ''; print $form->textwithpicto($langs->trans($key),$langs->trans($key.'Tooltip')); - print ''; + print ''; } print ''; diff --git a/htdocs/modulebuilder/template/class/api_myobject.class.php b/htdocs/modulebuilder/template/class/api_mymodule.class.php similarity index 90% rename from htdocs/modulebuilder/template/class/api_myobject.class.php rename to htdocs/modulebuilder/template/class/api_mymodule.class.php index 29596df2d96..a068715b521 100644 --- a/htdocs/modulebuilder/template/class/api_myobject.class.php +++ b/htdocs/modulebuilder/template/class/api_mymodule.class.php @@ -18,8 +18,12 @@ use Luracast\Restler\RestException; +dol_include_once('/mymodule/class/myobject.class.php'); + + + /** - * \file htdocs/modulebuilder/template/class/api_myobject.class.php + * \file htdocs/modulebuilder/template/class/api_mymodule.class.php * \ingroup mymodule * \brief File for API management of myobject. */ @@ -31,7 +35,7 @@ use Luracast\Restler\RestException; * @access protected * @class DolibarrApiAccess {@requires user,external} */ -class MyObjectApi extends DolibarrApi +class MyModuleApi extends DolibarrApi { /** * @var array $FIELDS Mandatory fields, checked when create and update object @@ -40,6 +44,7 @@ class MyObjectApi extends DolibarrApi 'name' ); + /** * @var MyObject $myobject {@type MyObject} */ @@ -48,7 +53,7 @@ class MyObjectApi extends DolibarrApi /** * Constructor * - * @url GET myobject/ + * @url GET / * */ function __construct() @@ -66,7 +71,7 @@ class MyObjectApi extends DolibarrApi * @param int $id ID of myobject * @return array|mixed data without useless information * - * @url GET myobject/{id} + * @url GET myobjects/{id} * @throws RestException */ function get($id) @@ -87,22 +92,24 @@ class MyObjectApi extends DolibarrApi return $this->_cleanObjectDatas($this->myobject); } + /** * List myobjects * * Get a list of myobjects * - * @param int $mode Use this param to filter list - * @param string $sortfield Sort field - * @param string $sortorder Sort order - * @param int $limit Limit for list - * @param int $page Page number - * @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.ref:like:'SO-%') and (t.date_creation:<:'20160101') or (t.import_key:=:'20160101')" - * @return array Array of myobject objects + * @param string $sortfield Sort field + * @param string $sortorder Sort order + * @param int $limit Limit for list + * @param int $page Page number + * @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.ref:like:'SO-%') and (t.date_creation:<:'20160101')" + * @return array Array of order objects + * + * @throws RestException * * @url GET /myobjects/ */ - function index($mode, $sortfield = "t.rowid", $sortorder = 'ASC', $limit = 100, $page = 0, $sqlfilters = '') { + function index($sortfield = "t.rowid", $sortorder = 'ASC', $limit = 100, $page = 0, $sqlfilters = '') { global $db, $conf; $obj_ret = array(); @@ -183,7 +190,7 @@ class MyObjectApi extends DolibarrApi * @param array $request_data Request datas * @return int ID of myobject * - * @url POST myobject/ + * @url POST myobjects/ */ function post($request_data = NULL) { @@ -209,7 +216,7 @@ class MyObjectApi extends DolibarrApi * @param array $request_data Datas * @return int * - * @url PUT myobject/{id} + * @url PUT myobjects/{id} */ function put($id, $request_data = NULL) { diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php index 030ecd0b1c2..90026e7389c 100644 --- a/htdocs/modulebuilder/template/class/myobject.class.php +++ b/htdocs/modulebuilder/template/class/myobject.class.php @@ -1,8 +1,5 @@ - * Copyright (C) 2014-2016 Juanjo Menent - * Copyright (C) 2015 Florian Henry - * Copyright (C) 2015 Raphaël Doursenaud +/* Copyright (C) 2017 Laurent Destailleur * Copyright (C) ---Put here your own copyright and developer email--- * * This program is free software; you can redistribute it and/or modify @@ -43,30 +40,31 @@ class MyObject extends CommonObject * @var string Name of table without prefix where object is stored */ public $table_element = 'myobject'; - /** * @var array Does myobject support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe */ - protected $ismultientitymanaged = 0; + public $ismultientitymanaged = 0; /** - * @var string String with name of icon for myobject + * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png */ public $picto = 'myobject@mymodule'; /** - * 'type' if the field format. - * 'label' the translation key. - * 'enabled' is a condition when the filed must be managed. - * 'visible' says if field is visible in list (-1 means not shown by default but can be added into list to be viewed). - * 'notnull' is set to 1 if not null in database. Set to -1 if we must set data to null if empty ('' or 0). - * 'index' if we want an index in database. - * 'foreignkey'=>'tablename.field' if the field is a foreign key (it is recommanded to name the field fk_...). - * 'position' is the sort order of field. - * 'searchall' is 1 if we want to search in this field when making a search from the quick search button. - * 'isameasure' must be set to 1 if you want to have a total on list for this field. Field type must be summable like integer or double(24,8). - * 'help' is a string visible as a tooltip on field - * 'comment' is not used. You can store here any text of your choice. + * 'type' if the field format. + * 'label' the translation key. + * 'enabled' is a condition when the field must be managed. + * 'visible' says if field is visible in list (Examples: 0=Not visible, 1=Visible on list and create/update/view forms, 2=Visible on list only. Using a negative value means field is not shown by default on list but can be selected for viewing) + * 'notnull' is set to 1 if not null in database. Set to -1 if we must set data to null if empty ('' or 0). + * 'index' if we want an index in database. + * 'foreignkey'=>'tablename.field' if the field is a foreign key (it is recommanded to name the field fk_...). + * 'position' is the sort order of field. + * 'searchall' is 1 if we want to search in this field when making a search from the quick search button. + * 'isameasure' must be set to 1 if you want to have a total on list for this field. Field type must be summable like integer or double(24,8). + * 'help' is a string visible as a tooltip on field + * 'comment' is not used. You can store here any text of your choice. It is not used by application. + * 'default' is a default value for creation (can still be replaced by the global setup of default values) + * 'showoncombobox' if field must be shown into the label of combobox */ // BEGIN MODULEBUILDER PROPERTIES @@ -74,21 +72,22 @@ class MyObject extends CommonObject * @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor. */ public $fields=array( - 'rowid' =>array('type'=>'integer', 'label'=>'TechnicalID', 'enabled'=>1, 'visible'=>-1, 'notnull'=>1, 'index'=>1, 'position'=>1, 'comment'=>'Id'), - 'ref' =>array('type'=>'varchar(64)', 'label'=>'Ref', 'enabled'=>1, 'visible'=>1, 'notnull'=>1, 'index'=>1, 'position'=>10, 'searchall'=>1, 'comment'=>'Reference of object'), + 'rowid' =>array('type'=>'integer', 'label'=>'TechnicalID', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1, 'index'=>1, 'position'=>1, 'comment'=>'Id'), + 'ref' =>array('type'=>'varchar(128)', 'label'=>'Ref', 'enabled'=>1, 'visible'=>1, 'notnull'=>1, 'showoncombobox'=>1, 'index'=>1, 'position'=>10, 'searchall'=>1, 'comment'=>'Reference of object'), 'entity' =>array('type'=>'integer', 'label'=>'Entity', 'enabled'=>1, 'visible'=>0, 'default'=>1, 'notnull'=>1, 'index'=>1, 'position'=>20), - 'label' =>array('type'=>'varchar(255)', 'label'=>'Label', 'enabled'=>1, 'visible'=>1, 'position'=>30, 'searchall'=>1, 'css'=>'minwidth200'), - 'amount' =>array('type'=>'double(24,8)', 'label'=>'Amount', 'enabled'=>1, 'visible'=>1, 'default'=>'null', 'position'=>40, 'searchall'=>0, 'isameasure'=>1, 'help'=>'Amount'), - 'note_public' =>array('type'=>'text', 'label'=>'NotePublic', 'enabled'=>1, 'visible'=>0, 'position'=>45), - 'note_private' =>array('type'=>'text', 'label'=>'NotePrivate', 'enabled'=>1, 'visible'=>0, 'position'=>46), - 'date_creation' =>array('type'=>'datetime', 'label'=>'DateCreation', 'enabled'=>1, 'visible'=>-1, 'notnull'=>1, 'position'=>500), - 'tms' =>array('type'=>'timestamp', 'label'=>'DateModification', 'enabled'=>1, 'visible'=>-1, 'notnull'=>1, 'position'=>501), - //'date_valid' =>array('type'=>'datetime', 'label'=>'DateCreation', 'enabled'=>1, 'visible'=>-1, 'position'=>502), - 'fk_user_creat' =>array('type'=>'integer', 'label'=>'UserAuthor', 'enabled'=>1, 'visible'=>-1, 'notnull'=>1, 'position'=>510), - 'fk_user_modif' =>array('type'=>'integer', 'label'=>'UserModif', 'enabled'=>1, 'visible'=>-1, 'notnull'=>-1, 'position'=>511), + 'label' =>array('type'=>'varchar(255)', 'label'=>'Label', 'enabled'=>1, 'visible'=>1, 'position'=>30, 'searchall'=>1, 'css'=>'minwidth200', 'help'=>'Help text'), + 'amount' =>array('type'=>'double(24,8)', 'label'=>'Amount', 'enabled'=>1, 'visible'=>1, 'default'=>'null', 'position'=>40, 'searchall'=>0, 'isameasure'=>1, 'help'=>'Help text'), + 'fk_soc' =>array('type'=>'integer:Societe:societe/class/societe.class.php', 'label'=>'ThirdParty', 'visible'=>1, 'enabled'=>1, 'position'=>50, 'notnull'=>-1, 'index'=>1, 'searchall'=>1, 'help'=>'LinkToThirparty'), + 'note_public' =>array('type'=>'text', 'label'=>'NotePublic', 'enabled'=>1, 'visible'=>0, 'position'=>60), + 'note_private' =>array('type'=>'text', 'label'=>'NotePrivate', 'enabled'=>1, 'visible'=>0, 'position'=>61), + 'date_creation' =>array('type'=>'datetime', 'label'=>'DateCreation', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1, 'position'=>500), + 'tms' =>array('type'=>'timestamp', 'label'=>'DateModification', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1, 'position'=>501), + //'date_valid' =>array('type'=>'datetime', 'label'=>'DateCreation', 'enabled'=>1, 'visible'=>-2, 'position'=>502), + 'fk_user_creat' =>array('type'=>'integer', 'label'=>'UserAuthor', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1, 'position'=>510), + 'fk_user_modif' =>array('type'=>'integer', 'label'=>'UserModif', 'enabled'=>1, 'visible'=>-2, 'notnull'=>-1, 'position'=>511), //'fk_user_valid' =>array('type'=>'integer', 'label'=>'UserValidation', 'enabled'=>1, 'visible'=>-1, 'position'=>512), - 'import_key' =>array('type'=>'varchar(14)', 'label'=>'ImportId', 'enabled'=>1, 'visible'=>-1, 'notnull'=>-1, 'index'=>1, 'position'=>1000), - 'status' =>array('type'=>'integer', 'label'=>'Status', 'enabled'=>1, 'visible'=>1, 'index'=>1, 'position'=>1000, 'arrayofkeyval'=>array(0=>'Draft', 1=>'Active', -1=>'Cancel')), + 'import_key' =>array('type'=>'varchar(14)', 'label'=>'ImportId', 'enabled'=>1, 'visible'=>-2, 'notnull'=>-1, 'index'=>0, 'position'=>1000), + 'status' =>array('type'=>'integer', 'label'=>'Status', 'enabled'=>1, 'visible'=>1, 'notnull'=>-1, 'index'=>1, 'position'=>1000, 'arrayofkeyval'=>array(0=>'Draft', 1=>'Active', -1=>'Cancel')), ); public $rowid; @@ -226,14 +225,14 @@ class MyObject extends CommonObject * * @return int <0 if KO, 0 if not found, >0 if OK */ - public function fetchLines() + /*public function fetchLines() { $this->lines=array(); // Load lines with object MyObjectLine return count($this->lines)?1:0; - } + }*/ /** * Update object into database @@ -311,24 +310,13 @@ class MyObject extends CommonObject $linkstart.=$linkclose.'>'; $linkend=''; - if ($withpicto) - { - $result.=($linkstart.img_object(($notooltip?'':$label), 'label', ($notooltip?'':'class="classfortooltip"')).$linkend); - if ($withpicto != 2) $result.=' '; - } - $result.= $linkstart . $this->ref . $linkend; - return $result; - } + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), ($this->picto?$this->picto:'generic'), ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; + //if ($withpicto != 2) $result.=(($addlabel && $this->label) ? $sep . dol_trunc($this->label, ($addlabel > 1 ? $addlabel : 0)) : ''); - /** - * Return link to download file from a direct external access - * - * @param int $withpicto Add download picto into link - * @return string HTML link to file - */ - function getDirectExternalLink($withpicto=0) - { - return 'todo'; + return $result; } /** diff --git a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php index 6892bcab104..63a132699b7 100644 --- a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php +++ b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php @@ -56,10 +56,10 @@ class modMyModule extends DolibarrModules // Family can be 'crm','financial','hr','projects','products','ecm','technic','interface','other' // It is used to group modules by family in module setup page $this->family = "other"; - // Module position in the family - $this->module_position = 500; + // Module position in the family on 2 digits ('01', '10', '20', ...) + $this->module_position = '90'; // Gives the possibility to the module, to provide his own family info and position of this family (Overwrite $this->family and $this->module_position. Avoid this) - //$this->familyinfo = array('myownfamily' => array('position' => '001', 'label' => $langs->trans("MyOwnFamily"))); + //$this->familyinfo = array('myownfamily' => array('position' => '01', 'label' => $langs->trans("MyOwnFamily"))); // Module label (no space allowed), used if translation string 'ModuleMyModuleName' not found (MyModue is name of module). $this->name = preg_replace('/^mod/i','',get_class($this)); @@ -95,7 +95,7 @@ class modMyModule extends DolibarrModules 'models' => 0, // Set this to 1 if module has its own models directory (core/modules/xxx) 'css' => array('/mymodule/css/mymodule.css.php'), // Set this to relative path of css file if module has its own css file 'js' => array('/mymodule/js/mymodule.js.php'), // Set this to relative path of js file if module must load a js on all pages - 'hooks' => array('hookcontext1','hookcontext2') // Set here all hooks context managed by module. To find available hook context, make a "grep -r '>initHooks(' *" on source code. You can also set hook context 'all' + 'hooks' => array('data'=>array('hookcontext1','hookcontext2'), 'entity'=>'0') // Set here all hooks context managed by module. To find available hook context, make a "grep -r '>initHooks(' *" on source code. You can also set hook context 'all' ); // Data directories to create when module is enabled. @@ -204,21 +204,21 @@ class modMyModule extends DolibarrModules $r=0; $this->rights[$r][0] = $this->numero + $r; // Permission id (must not be already used) - $this->rights[$r][1] = 'Read objects of My Module'; // Permission label + $this->rights[$r][1] = 'Read myobject of MyModule'; // Permission label $this->rights[$r][3] = 1; // Permission by default for new user (0/1) $this->rights[$r][4] = 'read'; // In php code, permission will be checked by test if ($user->rights->mymodule->level1->level2) $this->rights[$r][5] = ''; // In php code, permission will be checked by test if ($user->rights->mymodule->level1->level2) $r++; $this->rights[$r][0] = $this->numero + $r; // Permission id (must not be already used) - $this->rights[$r][1] = 'Create/Update objects of My Module'; // Permission label + $this->rights[$r][1] = 'Create/Update myobject of MyModule'; // Permission label $this->rights[$r][3] = 1; // Permission by default for new user (0/1) $this->rights[$r][4] = 'create'; // In php code, permission will be checked by test if ($user->rights->mymodule->level1->level2) $this->rights[$r][5] = ''; // In php code, permission will be checked by test if ($user->rights->mymodule->level1->level2) $r++; $this->rights[$r][0] = $this->numero + $r; // Permission id (must not be already used) - $this->rights[$r][1] = 'Delete objects of My Module'; // Permission label + $this->rights[$r][1] = 'Delete myobject of MyModule'; // Permission label $this->rights[$r][3] = 1; // Permission by default for new user (0/1) $this->rights[$r][4] = 'delete'; // In php code, permission will be checked by test if ($user->rights->mymodule->level1->level2) $this->rights[$r][5] = ''; // In php code, permission will be checked by test if ($user->rights->mymodule->level1->level2) @@ -253,7 +253,7 @@ class modMyModule extends DolibarrModules 'type'=>'left', // This is a Left menu entry 'titre'=>'List MyObject', 'mainmenu'=>'mymodule', - 'leftmenu'=>'mymodule', + 'leftmenu'=>'mymodule_myobject_list', 'url'=>'/mymodule/myobject_list.php', 'langs'=>'mymodule@mymodule', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory. 'position'=>1000+$r, @@ -265,7 +265,7 @@ class modMyModule extends DolibarrModules 'type'=>'left', // This is a Left menu entry 'titre'=>'New MyObject', 'mainmenu'=>'mymodule', - 'leftmenu'=>'mymodule', + 'leftmenu'=>'mymodule_myobject_new', 'url'=>'/mymodule/myobject_page.php?action=create', 'langs'=>'mymodule@mymodule', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory. 'position'=>1000+$r, diff --git a/htdocs/modulebuilder/template/dev/dolistore/README.md b/htdocs/modulebuilder/template/dev/dolistore/README.md deleted file mode 100644 index d322d2c98fe..00000000000 --- a/htdocs/modulebuilder/template/dev/dolistore/README.md +++ /dev/null @@ -1,87 +0,0 @@ -Dolistore -========= - -[Dolistore](https://dolistore.com) is the marketplace for Dolibarr modules. - -This directory contains templates assets that may be useful for publication. - -Images ------- - -### Logo - -See [img folder README](../img/README.md). - -### Screenshots - -Texts ------ - -All texts needs 5 languages versions for: -- en (English) -- fr (Français) -- es (Español) -- it (Italiano) -- de (Deutsch) - -### Name - -The module's marketed name. - -### Price - -Expressed in Euro (€). -Keep in mind that Dolistore will keep a 20% markup. - -### Categories - -- [x] Modules/Plugins -- [ ] Skins and Templates -- [ ] Tools and documentation -- [ ] Skins -- [ ] Document templates -- [ ] System tools -- [ ] CRM -- [ ] ECM -- [ ] Human Relationship -- [ ] Products, Services or Stock -- [ ] Project or collaborative -- [ ] Interfaces -- [ ] Other -- [ ] Reporting or search -- [ ] User's interface -- [ ] 2Report sub-modules -- [ ] Accountancy - -*The list may change. Check [Dolistore](https://dolistore.com) for up-to-date information.* - -### Short description - -A short description of the modules main features. -400 characters max. - -### Keywords - -Comma separated lists. -eg: ```template,dev,module``` - -### Long description - -The long description of your module. - -Suggested technical data: - -Version: 1.0.0 -Publisher: MyCompany -Licence: GPLv3+ -User interface language(s): English -Help/Support: None / Forum www.dolibarr.org / Mail at contact@example.com -Prerequisites: -- Dolibarr min version: 3.8 -- Dolibarr max version: 3.9.* -- PHP: ≥5.3 -Install: -- Download the module's archive file (.zip file) from DoliStore.com. -- Put the file into the custom directory of Dolibarr. -- Uncompress the zip file, for example with ```unzip modulefile_version.zip``` command. -- Module is then available and can be activated. diff --git a/htdocs/modulebuilder/template/dev/dolistore/keywords-de.txt b/htdocs/modulebuilder/template/dev/dolistore/keywords-de.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/keywords-en.txt b/htdocs/modulebuilder/template/dev/dolistore/keywords-en.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/keywords-es.txt b/htdocs/modulebuilder/template/dev/dolistore/keywords-es.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/keywords-fr.txt b/htdocs/modulebuilder/template/dev/dolistore/keywords-fr.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/keywords-it.txt b/htdocs/modulebuilder/template/dev/dolistore/keywords-it.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/long_desc-de.html b/htdocs/modulebuilder/template/dev/dolistore/long_desc-de.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/long_desc-en.html b/htdocs/modulebuilder/template/dev/dolistore/long_desc-en.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/long_desc-es.html b/htdocs/modulebuilder/template/dev/dolistore/long_desc-es.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/long_desc-fr.html b/htdocs/modulebuilder/template/dev/dolistore/long_desc-fr.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/long_desc-it.html b/htdocs/modulebuilder/template/dev/dolistore/long_desc-it.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/name-de.txt b/htdocs/modulebuilder/template/dev/dolistore/name-de.txt deleted file mode 100644 index d177fbf2ba9..00000000000 --- a/htdocs/modulebuilder/template/dev/dolistore/name-de.txt +++ /dev/null @@ -1 +0,0 @@ -Mein modul diff --git a/htdocs/modulebuilder/template/dev/dolistore/name-en.txt b/htdocs/modulebuilder/template/dev/dolistore/name-en.txt deleted file mode 100644 index bf608d557d4..00000000000 --- a/htdocs/modulebuilder/template/dev/dolistore/name-en.txt +++ /dev/null @@ -1 +0,0 @@ -My module diff --git a/htdocs/modulebuilder/template/dev/dolistore/name-es.txt b/htdocs/modulebuilder/template/dev/dolistore/name-es.txt deleted file mode 100644 index a0ec54ad842..00000000000 --- a/htdocs/modulebuilder/template/dev/dolistore/name-es.txt +++ /dev/null @@ -1 +0,0 @@ -My módulo diff --git a/htdocs/modulebuilder/template/dev/dolistore/name-fr.txt b/htdocs/modulebuilder/template/dev/dolistore/name-fr.txt deleted file mode 100644 index 310ebcf10a5..00000000000 --- a/htdocs/modulebuilder/template/dev/dolistore/name-fr.txt +++ /dev/null @@ -1 +0,0 @@ -Mon module diff --git a/htdocs/modulebuilder/template/dev/dolistore/name-it.txt b/htdocs/modulebuilder/template/dev/dolistore/name-it.txt deleted file mode 100644 index a196c1511a1..00000000000 --- a/htdocs/modulebuilder/template/dev/dolistore/name-it.txt +++ /dev/null @@ -1 +0,0 @@ -Il mio modulo diff --git a/htdocs/modulebuilder/template/dev/dolistore/short_desc-de.html b/htdocs/modulebuilder/template/dev/dolistore/short_desc-de.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/short_desc-en.html b/htdocs/modulebuilder/template/dev/dolistore/short_desc-en.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/short_desc-es.html b/htdocs/modulebuilder/template/dev/dolistore/short_desc-es.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/short_desc-fr.html b/htdocs/modulebuilder/template/dev/dolistore/short_desc-fr.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/dolistore/short_desc-it.html b/htdocs/modulebuilder/template/dev/dolistore/short_desc-it.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/modulebuilder/template/dev/git-hooks/post-commit b/htdocs/modulebuilder/template/dev/git-hooks/post-commit old mode 100644 new mode 100755 diff --git a/htdocs/modulebuilder/template/dev/git-hooks/pre-commit b/htdocs/modulebuilder/template/dev/git-hooks/pre-commit old mode 100644 new mode 100755 diff --git a/htdocs/modulebuilder/template/dev/git-hooks/pre-push b/htdocs/modulebuilder/template/dev/git-hooks/pre-push old mode 100644 new mode 100755 diff --git a/htdocs/modulebuilder/template/dev/newmodule.sh b/htdocs/modulebuilder/template/dev/newmodule.sh deleted file mode 100644 index 92f4875cbf6..00000000000 --- a/htdocs/modulebuilder/template/dev/newmodule.sh +++ /dev/null @@ -1,68 +0,0 @@ -#!/bin/sh -# Copyright (C) 2014 Raphaël Doursenaud -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -VERSION=0.0.1 -USAGE="Usage: newmodule.sh NewName" - -# TODO: check depedencies presence (find, sed and rename) -# TODO: allow execution from build directory -# TODO: validate parameter -# TODO: use multiple word parameter, for example "My module is awesome" which should lead to "MyModuleIsAwesome" and "mymoduleisawesome" so we can also fix language strings -# TODO: add module ID management (language files…) -# TODO: add oneliner description management -# TODO: add copyright management - -if [ $# == 0 ] ; then - echo ${USAGE} - exit 1; -fi - -ToLower () { - echo $(echo $1 | tr '[:upper:]' '[:lower:]') -} -ToUpper () { - echo $(echo $1 | tr '[:lower:]' '[:upper:]') -} - -CAMELORIG="MyModule" -LOWERORIG=$(ToLower ${CAMELORIG}) -UPPERORIG=$(ToUpper ${CAMELORIG}) -cameltarget=$(echo $1) -lowertarget=$(ToLower $1) -uppertarget=$(ToUpper $1) -thisscript=`basename $0` - -# Rewrite occurences -find . -not -iwholename '*.git*' -not -name "${thisscript}" -type f -print0 | xargs -0 sed -i'' -e"s/${CAMELORIG}/${cameltarget}/g" -find . -not -iwholename '*.git*' -not -name "${thisscript}" -type f -print0 | xargs -0 sed -i'' -e"s/${LOWERORIG}/${lowertarget}/g" -find . -not -iwholename '*.git*' -not -name "${thisscript}" -type f -print0 | xargs -0 sed -i'' -e"s/${UPPERORIG}/${uppertarget}/g" - -# Rename files -for file in $(find . -not -iwholename '*.git*' -name "*${CAMELORIG}*" -type f) -do - rename ${CAMELORIG} ${cameltarget} ${file} -done -for file in $(find . -not -iwholename '*.git*' -name "*${LOWERORIG}*" -type f) -do - rename ${LOWERORIG} ${lowertarget} ${file} -done -for file in $(find . -not -iwholename '*.git*' -name "*${UPPERORIG}*" -type f) -do - rename ${UPPERORIG} ${uppertarget} ${file} -done - -# TODO: add instructions about renaming vars (ack --php -i my) -# TODO: add instructions about renaming files (ls -R|grep -i my) diff --git a/htdocs/modulebuilder/template/lib/myobject.lib.php b/htdocs/modulebuilder/template/lib/myobject.lib.php index 5ce7c4f7c97..d3665dff236 100644 --- a/htdocs/modulebuilder/template/lib/myobject.lib.php +++ b/htdocs/modulebuilder/template/lib/myobject.lib.php @@ -44,8 +44,8 @@ function myobjectPrepareHead($object) if (isset($object->fields['note_public']) || isset($object->fields['note_private'])) { $nbNote = 0; - if(!empty($object->fields['note_private'])) $nbNote++; - if(!empty($object->fields['note_public'])) $nbNote++; + if (!empty($object->note_private)) $nbNote++; + if (!empty($object->note_public)) $nbNote++; $head[$h][0] = dol_buildpath('/mymodule/myobject_note.php', 1).'?id='.$object->id; $head[$h][1] = $langs->trans('Notes'); if ($nbNote > 0) $head[$h][1].= ' '.$nbNote.''; diff --git a/htdocs/modulebuilder/template/myobject_card.php b/htdocs/modulebuilder/template/myobject_card.php index cc4e3a605cd..79e11d03cb9 100644 --- a/htdocs/modulebuilder/template/myobject_card.php +++ b/htdocs/modulebuilder/template/myobject_card.php @@ -99,7 +99,7 @@ include DOL_DOCUMENT_ROOT.'/core/actions_fetchobject.inc.php'; // Must be inclu /* - * ACTIONS + * Actions * * Put here all code to do according to value of "action" parameter */ @@ -112,108 +112,12 @@ if (empty($reshook)) { $error=0; - if ($cancel) - { - if (! empty($backtopage)) - { - header("Location: ".$backtopage); - exit; - } - $action=''; - } + $permissiontoadd = $user->rights->mymodule->create; + $permissiontodelete = $user->rights->mymodule->delete; + $backurlforlist = dol_buildpath('/mymodule/myobject_list.php',1); - // Action to add record - if ($action == 'add' && ! empty($user->rights->mymodule->create)) - { - foreach ($object->fields as $key => $val) - { - if (in_array($key, array('rowid', 'entity', 'date_creation', 'tms', 'fk_user_creat', 'fk_user_modif', 'import_key'))) continue; // Ignore special fields - - $object->$key=GETPOST($key,'alpha'); - if ($val['notnull'] > 0 && $object->$key == '') - { - $error++; - setEventMessages($langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv($val['label'])), null, 'errors'); - } - } - - if (! $error) - { - $result=$object->createCommon($user); - if ($result > 0) - { - // Creation OK - $urltogo=$backtopage?$backtopage:dol_buildpath('/mymodule/myobject_list.php',1); - header("Location: ".$urltogo); - exit; - } - else - { - // Creation KO - if (! empty($object->errors)) setEventMessages(null, $object->errors, 'errors'); - else setEventMessages($object->error, null, 'errors'); - $action='create'; - } - } - else - { - $action='create'; - } - } - - // Action to update record - if ($action == 'update' && ! empty($user->rights->mymodule->create)) - { - foreach ($object->fields as $key => $val) - { - if (in_array($key, array('rowid', 'entity', 'date_creation', 'tms', 'fk_user_creat', 'fk_user_modif', 'import_key'))) continue; // Ignore special fields - - $object->$key=GETPOST($key,'alpha'); - if ($val['notnull'] > 0 && $object->$key == '') - { - $error++; - setEventMessages($langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv($val['label'])), null, 'errors'); - } - } - - if (! $error) - { - $result=$object->updateCommon($user); - if ($result > 0) - { - $action='view'; - } - else - { - // Creation KO - if (! empty($object->errors)) setEventMessages(null, $object->errors, 'errors'); - else setEventMessages($object->error, null, 'errors'); - $action='edit'; - } - } - else - { - $action='edit'; - } - } - - // Action to delete - if ($action == 'confirm_delete' && ! empty($user->rights->mymodule->delete)) - { - $result=$object->deleteCommon($user); - if ($result > 0) - { - // Delete OK - setEventMessages("RecordDeleted", null, 'mesgs'); - header("Location: ".dol_buildpath('/mymodule/myobject_list.php',1)); - exit; - } - else - { - if (! empty($object->errors)) setEventMessages(null, $object->errors, 'errors'); - else setEventMessages($object->error, null, 'errors'); - } - } + // Actions cancel, add, update or delete + include DOL_DOCUMENT_ROOT.'/core/actions_addupdatedelete.inc.php'; // Actions when printing a doc from card include DOL_DOCUMENT_ROOT.'/core/actions_printing.inc.php'; @@ -229,7 +133,7 @@ if (empty($reshook)) /* - * VIEW + * View * * Put here all code to build page */ @@ -268,38 +172,9 @@ if ($action == 'create') dol_fiche_head(array(), ''); print ''."\n"; - foreach($object->fields as $key => $val) - { - if (in_array($key, array('rowid', 'entity', 'date_creation', 'date_validation', 'tms', 'fk_user_creat', 'fk_user_modif', 'fk_user_valid', 'import_key'))) continue; - print ''; - print ''; - print $langs->trans($val['label']); - print ''; - print ''; - print ''; - } + + // Common attributes + include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_add.tpl.php'; // Other attributes include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_add.tpl.php'; @@ -311,7 +186,7 @@ if ($action == 'create') print '
                  '; print ''; print '  '; - print ''; // Cancel for create doe not post form + print ''; // Cancel for create does not post form if we don't know the backtopage print '
                  '; print ''; @@ -323,6 +198,7 @@ if (($id || $ref) && $action == 'edit') print load_fiche_titre($langs->trans("MyObject")); print ''; + print ''; print ''; print ''; print ''; @@ -330,36 +206,9 @@ if (($id || $ref) && $action == 'edit') dol_fiche_head(); print '
                  '; - $defaultcss='minwidth100'; - if ($val['type'] == 'text') - { - print ''; - } - elseif (is_array($val['arrayofkeyval'])) - { - print $form->selectarray($key, $val['arrayofkeyval'], GETPOST($key, 'int')); - } - else - { - $cssforinput = empty($val['css'])?$defaultcss:$val['css']; - print ''; - } - print '
                  '."\n"; - foreach($object->fields as $key => $val) - { - if (in_array($key, array('rowid', 'entity', 'date_creation', 'tms', 'fk_user_creat', 'fk_user_modif', 'import_key'))) continue; - print ''.$langs->trans($val['label']).''; - print ''; - print ''; - } + // Common attributes + include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_edit.tpl.php'; // Other attributes include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_edit.tpl.php'; @@ -472,51 +321,8 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea print '
                  '; print '
                  '; - $defaultcss='minwidth100'; - if ($val['type'] == 'text') - { - print ''; - } - elseif (is_array($val['arrayofkeyval'])) - { - print $form->selectarray($key, $val['arrayofkeyval'], GETPOST($key, 'int')!=''?GETPOST($key, 'int'):$object->$key); - } - else - { - $cssforinput = empty($val['css'])?$defaultcss:$val['css']; - print ''; - } - print '
                  '."\n"; - foreach($object->fields as $key => $val) - { - if (in_array($key, array('rowid', 'ref', 'entity', 'note_public', 'note_private', 'date_creation', 'tms', 'fk_user_creat', 'fk_user_modif', 'import_key', 'status'))) continue; - - print ''.$langs->trans($val['label']).''; - print ''; - print ''; - - //if ($key == 'targetsrcfile3') break; // key used for break on second column - } - - print '
                  '; - print dol_escape_htmltag($object->$key, 1, 1); - print '
                  '; - print '
                  '; - print '
                  '; - print '
                  '; - print '
                  '; - print ''; - - $alreadyoutput = 1; - foreach($object->fields as $key => $val) - { - if ($alreadyoutput) - { - //if ($key == 'targetsrcfile3') $alreadyoutput = 0; // key used for break on second column - continue; - } - - if (in_array($key, array('rowid', 'ref', 'entity', 'note_public', 'note_private', 'date_creation', 'tms', 'fk_user_creat', 'fk_user_modif', 'import_key', 'status'))) continue; - - print ''.$langs->trans($val['label']).''; - print ''; - print ''; - } + // Common attributes + include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_view.tpl.php'; // Other attributes include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_view.tpl.php'; @@ -541,12 +347,16 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea if (empty($reshook)) { // Send - print ''."\n"; + print ''."\n"; if ($user->rights->mymodule->write) { print ''."\n"; } + else + { + print ''."\n"; + } /* if ($user->rights->sellyoursaas->create) @@ -566,6 +376,10 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea { print ''."\n"; } + else + { + print ''."\n"; + } } print ''."\n"; } @@ -580,15 +394,16 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea { print '
                  '; print ''; // ancre + // Documents - $comref = dol_sanitizeFileName($object->ref); + /*$comref = dol_sanitizeFileName($object->ref); $relativepath = $comref . '/' . $comref . '.pdf'; $filedir = $conf->mymodule->dir_output . '/' . $comref; $urlsource = $_SERVER["PHP_SELF"] . "?id=" . $object->id; $genallowed = $user->rights->mymodule->read; // If you can read, you can build the PDF to read content $delallowed = $user->rights->mymodule->create; // If you can create/edit, you can remove a file on card print $formfile->showdocuments('mymodule', $comref, $filedir, $urlsource, $genallowed, $delallowed, $object->modelpdf, 1, 0, 0, 28, 0, '', '', '', $soc->default_lang); - + */ // Show links to link elements $linktoelem = $form->showLinkToObjectBlock($object, null, array('myobject')); diff --git a/htdocs/modulebuilder/template/myobject_list.php b/htdocs/modulebuilder/template/myobject_list.php index 27295472b61..5716f88b4b1 100644 --- a/htdocs/modulebuilder/template/myobject_list.php +++ b/htdocs/modulebuilder/template/myobject_list.php @@ -130,7 +130,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } @@ -213,7 +213,7 @@ $sql.=$hookmanager->resPrint; $sql=preg_replace('/, $/','', $sql); $sql.= " FROM ".MAIN_DB_PREFIX."myobject as t"; if (is_array($extrafields->attribute_label) && count($extrafields->attribute_label)) $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."myobject_extrafields as ef on (t.rowid = ef.fk_object)"; -if ($object->getIsmultientitymanaged() == 1) $sql.= " WHERE t.entity IN (".getEntity('myobject').")"; +if ($object->ismultientitymanaged == 1) $sql.= " WHERE t.entity IN (".getEntity('myobject').")"; else $sql.=" WHERE 1 = 1"; foreach($search as $key => $val) { @@ -488,12 +488,10 @@ while ($i < min($num, $limit)) if ($key == 'status') $align.=($align?' ':'').'center'; if (! empty($arrayfields['t.'.$key]['checked'])) { - print ''; - if (in_array($val['type'], array('date'))) print dol_print_date($db->jdate($obj->$key), 'day', 'tzuser'); - elseif (in_array($val['type'], array('datetime','timestamp'))) print dol_print_date($db->jdate($obj->$key), 'dayhour', 'tzuser'); - elseif ($key == 'ref') print $object->getNomUrl(1, '', 0, '', 1); - elseif ($key == 'status') print $object->getLibStatut(3); - else print $obj->$key; + print ''; + print $object->showOutputField($val, $key, $obj->$key, ''); print ''; if (! $i) $totalarray['nbfield']++; if (! empty($val['isameasure'])) @@ -510,12 +508,12 @@ while ($i < min($num, $limit)) { if (! empty($arrayfields["ef.".$key]['checked'])) { - print 'getAlignFlag($key); + print ''; $tmpkey='options_'.$key; - print $extrafields->showOutputField($key, $obj->$tmpkey, '', 1); + print $extrafields->showOutputField($key, $obj->$tmpkey, ''); print ''; if (! $i) $totalarray['nbfield']++; if (! empty($val['isameasure'])) diff --git a/htdocs/modulebuilder/template/scripts/myobject.php b/htdocs/modulebuilder/template/scripts/myobject.php old mode 100644 new mode 100755 diff --git a/htdocs/modulebuilder/template/sql/data.sql b/htdocs/modulebuilder/template/sql/data.sql index 1bcc30cb1fd..e3980b63c2e 100644 --- a/htdocs/modulebuilder/template/sql/data.sql +++ b/htdocs/modulebuilder/template/sql/data.sql @@ -13,6 +13,6 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see . -INSERT INTO llx_myobject VALUES ( +INSERT INTO llx_mymodule_myobject VALUES ( 1, 1, 'mydata' ); diff --git a/htdocs/modulebuilder/template/sql/llx_myobject.key.sql b/htdocs/modulebuilder/template/sql/llx_mymodule_myobject.key.sql similarity index 71% rename from htdocs/modulebuilder/template/sql/llx_myobject.key.sql rename to htdocs/modulebuilder/template/sql/llx_mymodule_myobject.key.sql index 2b728128605..6e301744fa6 100644 --- a/htdocs/modulebuilder/template/sql/llx_myobject.key.sql +++ b/htdocs/modulebuilder/template/sql/llx_mymodule_myobject.key.sql @@ -15,8 +15,10 @@ -- BEGIN MODULEBUILDER INDEXES -ALTER TABLE llx_myobject ADD UNIQUE INDEX idx_fieldobject (fieldobject); +ALTER TABLE llx_mymodule_myobject ADD INDEX idx_fieldobject (fieldobject); -- END MODULEBUILDER INDEXES ---ALTER TABLE llx_myobject ADD CONSTRAINT llx_myobject_field_id FOREIGN KEY (fk_field) REFERENCES llx_myotherobject(rowid); +--ALTER TABLE llx_mymodule_myobject ADD UNIQUE INDEX uk_mymodule_myobject_fieldxyz(fieldx, fieldy); + +--ALTER TABLE llx_mymodule_myobject ADD CONSTRAINT llx_mymodule_myobject_field_id FOREIGN KEY (fk_field) REFERENCES llx_myotherobject(rowid); diff --git a/htdocs/modulebuilder/template/sql/llx_myobject.sql b/htdocs/modulebuilder/template/sql/llx_mymodule_myobject.sql similarity index 96% rename from htdocs/modulebuilder/template/sql/llx_myobject.sql rename to htdocs/modulebuilder/template/sql/llx_mymodule_myobject.sql index fe38ca63653..0470739573a 100644 --- a/htdocs/modulebuilder/template/sql/llx_myobject.sql +++ b/htdocs/modulebuilder/template/sql/llx_mymodule_myobject.sql @@ -14,7 +14,7 @@ -- along with this program. If not, see http://www.gnu.org/licenses/. -CREATE TABLE llx_myobject( +CREATE TABLE llx_mymodule_myobject( -- BEGIN MODULEBUILDER FIELDS rowid INTEGER AUTO_INCREMENT PRIMARY KEY, entity INTEGER DEFAULT 1 NOT NULL, diff --git a/htdocs/modulebuilder/template/sql/llx_myobject_extrafields.sql b/htdocs/modulebuilder/template/sql/llx_mymodule_myobject_extrafields.sql similarity index 95% rename from htdocs/modulebuilder/template/sql/llx_myobject_extrafields.sql rename to htdocs/modulebuilder/template/sql/llx_mymodule_myobject_extrafields.sql index 2e505a9b99e..70b6afe9824 100644 --- a/htdocs/modulebuilder/template/sql/llx_myobject_extrafields.sql +++ b/htdocs/modulebuilder/template/sql/llx_mymodule_myobject_extrafields.sql @@ -13,7 +13,7 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see http://www.gnu.org/licenses/. -create table llx_myobject_extrafields +create table llx_mymodule_myobject_extrafields ( rowid integer AUTO_INCREMENT PRIMARY KEY, tms timestamp, diff --git a/htdocs/paypal/lib/paypal.lib.php b/htdocs/paypal/lib/paypal.lib.php index e3838d92415..ecdd2f4fc3e 100644 --- a/htdocs/paypal/lib/paypal.lib.php +++ b/htdocs/paypal/lib/paypal.lib.php @@ -93,7 +93,7 @@ function getPaypalPaymentUrl($mode,$type,$ref='',$amount='9.99',$freetag='your_f global $conf; $ref=str_replace(' ','',$ref); - + if ($type == 'free') { $out=DOL_MAIN_URL_ROOT.'/public/paypal/newpayment.php?amount='.($mode?'':'').$amount.($mode?'':'').'&tag='.($mode?'':'').$freetag.($mode?'':''); @@ -535,7 +535,7 @@ function hash_call($methodName,$nvpStr) // TODO problem with triggers $API_version="56"; - if (! empty($conf->global->PAYPAL_API_SANDBOX)) + if (! empty($conf->global->PAYPAL_API_SANDBOX) || GETPOST('forcesandbox','alpha')) // We can force sand box with param 'forcesandbox' { $API_Endpoint = "https://api-3t.sandbox.paypal.com/nvp"; $API_Url = "https://www.sandbox.paypal.com/webscr?cmd=_express-checkout&token="; diff --git a/htdocs/paypal/lib/paypalfunctions.lib.php b/htdocs/paypal/lib/paypalfunctions.lib.php index 64f0b638c7c..92b24ec60fb 100644 --- a/htdocs/paypal/lib/paypalfunctions.lib.php +++ b/htdocs/paypal/lib/paypalfunctions.lib.php @@ -48,7 +48,7 @@ $API_version="56"; ' For the sandbox, the URL is https://www.sandbox.paypal.com/webscr&cmd=_express-checkout&token= ' For the live site, the URL is https://www.paypal.com/webscr&cmd=_express-checkout&token= */ -if (! empty($conf->global->PAYPAL_API_SANDBOX)) +if (! empty($conf->global->PAYPAL_API_SANDBOX) || GETPOST('forcesandbox','alpha')) // We can force sand box with param 'forcesandbox' { $API_Endpoint = "https://api-3t.sandbox.paypal.com/nvp"; $API_Url = "https://www.sandbox.paypal.com/webscr?cmd=_express-checkout&token="; diff --git a/htdocs/product/admin/product_extrafields.php b/htdocs/product/admin/product_extrafields.php index 304b0d68333..e7b6a0bd33c 100644 --- a/htdocs/product/admin/product_extrafields.php +++ b/htdocs/product/admin/product_extrafields.php @@ -39,7 +39,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/product/admin/product_lot_extrafields.php b/htdocs/product/admin/product_lot_extrafields.php index fb1cdfcb704..225b1fff45c 100644 --- a/htdocs/product/admin/product_lot_extrafields.php +++ b/htdocs/product/admin/product_lot_extrafields.php @@ -40,7 +40,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/product/card.php b/htdocs/product/card.php index 4d4cc401022..54b4ae33de8 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -8,7 +8,7 @@ * Copyright (C) 2010-2015 Juanjo Menent * Copyright (C) 2013-2016 Marcos García * Copyright (C) 2012-2013 Cédric Salvador - * Copyright (C) 2011-2017 Alexandre Spangaro + * Copyright (C) 2011-2017 Alexandre Spangaro * Copyright (C) 2014 Cédric Gross * Copyright (C) 2014-2015 Ferran Marcet * Copyright (C) 2015 Jean-François Ferry @@ -306,9 +306,13 @@ if (empty($reshook)) $object->fk_unit = GETPOST('units'); $accountancy_code_sell = GETPOST('accountancy_code_sell'); + $accountancy_code_sell_intra = GETPOST('accountancy_code_sell_intra'); + $accountancy_code_sell_export = GETPOST('accountancy_code_sell_export'); $accountancy_code_buy = GETPOST('accountancy_code_buy'); if ($accountancy_code_sell <= 0) { $object->accountancy_code_sell = ''; } else { $object->accountancy_code_sell = $accountancy_code_sell; } + if ($accountancy_code_sell_intra <= 0) { $object->accountancy_code_sell_intra = ''; } else { $object->accountancy_code_sell_intra = $accountancy_code_sell_intra; } + if ($accountancy_code_sell_export <= 0) { $object->accountancy_code_sell_export = ''; } else { $object->accountancy_code_sell_export = $accountancy_code_sell_export; } if ($accountancy_code_buy <= 0) { $object->accountancy_code_buy = ''; } else { $object->accountancy_code_buy = $accountancy_code_buy; } // MultiPrix @@ -430,9 +434,13 @@ if (empty($reshook)) $object->barcode_type_label = $stdobject->barcode_type_label; $accountancy_code_sell = GETPOST('accountancy_code_sell'); + $accountancy_code_sell_intra = GETPOST('accountancy_code_sell_intra'); + $accountancy_code_sell_export = GETPOST('accountancy_code_sell_export'); $accountancy_code_buy = GETPOST('accountancy_code_buy'); if ($accountancy_code_sell <= 0) { $object->accountancy_code_sell = ''; } else { $object->accountancy_code_sell = $accountancy_code_sell; } + if ($accountancy_code_sell_intra <= 0) { $object->accountancy_code_sell_intra = ''; } else { $object->accountancy_code_sell_intra = $accountancy_code_sell_intra; } + if ($accountancy_code_sell_export <= 0) { $object->accountancy_code_sell_export = ''; } else { $object->accountancy_code_sell_export = $accountancy_code_sell_export; } if ($accountancy_code_buy <= 0) { $object->accountancy_code_buy = ''; } else { $object->accountancy_code_buy = $accountancy_code_buy; } // Fill array 'array_options' with data from add form @@ -1154,42 +1162,76 @@ else if (! empty($conf->accounting->enabled)) { - // Accountancy_code_sell - print '
                  '; - print ''; + // Accountancy_code_sell + print ''; + print ''; - // Accountancy_code_buy - print ''; - print ''; + print ''; + } + + // Accountancy_code_sell_export + print ''; + print ''; + } + + // Accountancy_code_buy + print ''; + print ''; + print ''; } else // For external software { - // Accountancy_code_sell - print ''; - print ''; + // Accountancy_code_sell + print ''; + print ''; - // Accountancy_code_buy - print ''; - print ''; - } + if ($conf->global->MAIN_FEATURES_LEVEL) + { + // Accountancy_code_sell_intra + if ($mysoc->isInEEC()) + { + print ''; + print ''; + } + + // Accountancy_code_sell_export + print ''; + print ''; + } + + // Accountancy_code_buy + print ''; + print ''; + } print '
                  '; - print dol_escape_htmltag($object->$key, 1, 1); - print '
                  '.$langs->trans("ProductAccountancySellCode").''; - print $formaccounting->select_account(GETPOST('accountancy_code_sell'), 'accountancy_code_sell', 1, null, 1, 1, ''); - print '
                  '.$langs->trans("ProductAccountancySellCode").''; + print $formaccounting->select_account(GETPOST('accountancy_code_sell'), 'accountancy_code_sell', 1, null, 1, 1, ''); + print '
                  '.$langs->trans("ProductAccountancyBuyCode").''; + if ($conf->global->MAIN_FEATURES_LEVEL) + { + // Accountancy_code_sell_intra + if ($mysoc->isInEEC()) + { + print '
                  '.$langs->trans("ProductAccountancySellIntraCode").''; + print $formaccounting->select_account(GETPOST('accountancy_code_sell_intra'), 'accountancy_code_sell_intra', 1, null, 1, 1, ''); + print '
                  '.$langs->trans("ProductAccountancySellExportCode").''; + print $formaccounting->select_account(GETPOST('accountancy_code_sell_export'), 'accountancy_code_sell_export', 1, null, 1, 1, ''); + print '
                  '.$langs->trans("ProductAccountancyBuyCode").''; print $formaccounting->select_account(GETPOST('accountancy_code_buy'), 'accountancy_code_buy', 1, null, 1, 1, ''); - print '
                  '.$langs->trans("ProductAccountancySellCode").''; - print '
                  '.$langs->trans("ProductAccountancySellCode").''; + print '
                  '.$langs->trans("ProductAccountancyBuyCode").''; - print '
                  '.$langs->trans("ProductAccountancySellIntraCode").''; + print '
                  '.$langs->trans("ProductAccountancySellExportCode").''; + print '
                  '.$langs->trans("ProductAccountancyBuyCode").''; + print '
                  '; - dol_fiche_end(); + dol_fiche_end(); print '
                  '; print ''; - print '     '; + print '     '; print ''; print '
                  '; - print ''; - } + print ''; + } /* * Product card @@ -1448,42 +1490,76 @@ else if (! empty($conf->accounting->enabled)) { - // Accountancy_code_sell - print ''.$langs->trans("ProductAccountancySellCode").''; - print ''; + // Accountancy_code_sell + print ''.$langs->trans("ProductAccountancySellCode").''; + print ''; print $formaccounting->select_account($object->accountancy_code_sell, 'accountancy_code_sell', 1, '', 1, 1); - print ''; + print ''; - // Accountancy_code_buy - print ''.$langs->trans("ProductAccountancyBuyCode").''; - print ''; + if ($conf->global->MAIN_FEATURES_LEVEL) + { + // Accountancy_code_sell_intra + if ($mysoc->isInEEC()) + { + print ''.$langs->trans("ProductAccountancySellIntraCode").''; + print ''; + print $formaccounting->select_account($object->accountancy_code_sell_intra, 'accountancy_code_sell_intra', 1, '', 1, 1); + print ''; + } + + // Accountancy_code_sell_export + print ''.$langs->trans("ProductAccountancySellExportCode").''; + print ''; + print $formaccounting->select_account($object->accountancy_code_sell_export, 'accountancy_code_sell_export', 1, '', 1, 1); + print ''; + } + + // Accountancy_code_buy + print ''.$langs->trans("ProductAccountancyBuyCode").''; + print ''; print $formaccounting->select_account($object->accountancy_code_buy, 'accountancy_code_buy', 1, '', 1, 1); - print ''; + print ''; } else // For external software { - // Accountancy_code_sell - print ''.$langs->trans("ProductAccountancySellCode").''; - print ''; - print ''; + // Accountancy_code_sell + print ''.$langs->trans("ProductAccountancySellCode").''; + print ''; + print ''; - // Accountancy_code_buy - print ''.$langs->trans("ProductAccountancyBuyCode").''; - print ''; - print ''; - } + if ($conf->global->MAIN_FEATURES_LEVEL) + { + // Accountancy_code_sell_intra + if ($mysoc->isInEEC()) + { + print ''.$langs->trans("ProductAccountancySellIntraCode").''; + print ''; + print ''; + } + + // Accountancy_code_sell_export + print ''.$langs->trans("ProductAccountancySellExportCode").''; + print ''; + print ''; + } + + // Accountancy_code_buy + print ''.$langs->trans("ProductAccountancyBuyCode").''; + print ''; + print ''; + } print ''; - dol_fiche_end(); + dol_fiche_end(); - print '
                  '; + print '
                  '; print ''; print '     '; - print ''; + print ''; print '
                  '; - print ''; - } + print ''; + } // Fiche en mode visu else { @@ -1575,35 +1651,71 @@ else print ''."\n"; } - // Accountancy sell code + // Accountancy sell code print ''; - print $langs->trans("ProductAccountancySellCode"); - print ''; + print $langs->trans("ProductAccountancySellCode"); + print ''; if (! empty($conf->accounting->enabled)) { $accountingaccount = new AccountingAccount($db); $accountingaccount->fetch('',$object->accountancy_code_sell,1); print $accountingaccount->getNomUrl(0,1,1,'',1); - } else { + } else { print $object->accountancy_code_sell; } print ''; - // Accountancy buy code + if ($conf->global->MAIN_FEATURES_LEVEL) + { + // Accountancy sell code intra-community + if ($mysoc->isInEEC()) + { + print ''; + print $langs->trans("ProductAccountancySellIntraCode"); + print ''; + if (! empty($conf->accounting->enabled)) + { + $accountingaccount2 = new AccountingAccount($db); + $accountingaccount2->fetch('',$object->accountancy_code_sell_intra,1); + + print $accountingaccount2->getNomUrl(0,1,1,'',1); + } else { + print $object->accountancy_code_sell_intra; + } + print ''; + } + + // Accountancy sell code export + print ''; + print $langs->trans("ProductAccountancySellExportCode"); + print ''; + if (! empty($conf->accounting->enabled)) + { + $accountingaccount3 = new AccountingAccount($db); + $accountingaccount3->fetch('',$object->accountancy_code_sell_export,1); + + print $accountingaccount3->getNomUrl(0,1,1,'',1); + } else { + print $object->accountancy_code_sell_export; + } + print ''; + } + + // Accountancy buy code print ''; - print $langs->trans("ProductAccountancyBuyCode"); - print ''; + print $langs->trans("ProductAccountancyBuyCode"); + print ''; if (! empty($conf->accounting->enabled)) { - $accountingaccount2 = new AccountingAccount($db); - $accountingaccount2->fetch('',$object->accountancy_code_buy,1); + $accountingaccount4 = new AccountingAccount($db); + $accountingaccount4->fetch('',$object->accountancy_code_buy,1); - print $accountingaccount2->getNomUrl(0,1,1,'',1); - } else { + print $accountingaccount4->getNomUrl(0,1,1,'',1); + } else { print $object->accountancy_code_buy; } - print ''; + print ''; // Status (to sell) /* diff --git a/htdocs/product/class/html.formproduct.class.php b/htdocs/product/class/html.formproduct.class.php index 8d4ddc4705d..68e80454b22 100644 --- a/htdocs/product/class/html.formproduct.class.php +++ b/htdocs/product/class/html.formproduct.class.php @@ -1,6 +1,6 @@ - * Copyright (C) 2016 Francis Appels + * Copyright (C) 2015-2017 Francis Appels * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,6 +34,7 @@ class FormProduct // Cache arrays var $cache_warehouses=array(); + var $cache_lot=array(); /** @@ -329,5 +330,157 @@ class FormProduct return $return; } -} + /** + * Return list of lot numbers (stock from product_batch) with stock location and stock qty + * + * @param int $selected Id of preselected lot stock id ('' for no value, 'ifone'=select value if one value otherwise no value) + * @param string $htmlname Name of html select html + * @param string $filterstatus lot status filter, following comma separated filter options can be used + * @param int $empty 1=Can be empty, 0 if not + * @param int $disabled 1=Select is disabled + * @param int $fk_product show lot numbers of product with id fk_product. All from objectLines if 0. + * @param int $fk_entrepot filter lot numbers for warehouse with id fk_entrepot. All if 0. + * @param array $objectLines Only cache lot numbers for products in lines of object. If no lines only for fk_product. If no fk_product, all. + * @param string $empty_label Empty label if needed (only if $empty=1) + * @param int $forcecombo 1=Force combo iso ajax select2 + * @param array $events Events to add to select2 + * @param string $morecss Add more css classes to HTML select + * + * @return string HTML select + */ + function selectLotStock($selected='',$htmlname='batch_id',$filterstatus='',$empty=0,$disabled=0,$fk_product=0,$fk_entrepot=0,$objectLines = array(),$empty_label='', $forcecombo=0, $events=array(), $morecss='minwidth200') + { + global $langs; + dol_syslog(get_class($this)."::selectLot $selected, $htmlname, $filterstatus, $empty, $disabled, $fk_product, $fk_entrepot, $empty_label, $showstock, $forcecombo, $morecss",LOG_DEBUG); + + $out=''; + $productIdArray = array(); + if (! is_array($objectLines) || ! count($objectLines)) + { + if (! empty($fk_product)) $productIdArray[] = $fk_product; + } + else + { + foreach ($objectLines as $line) { + if ($line->fk_product) $productIdArray[] = $line->fk_product; + } + } + + $nboflot = $this->loadLotStock($productIdArray); + + if ($conf->use_javascript_ajax && ! $forcecombo) + { + include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php'; + $comboenhancement = ajax_combobox($htmlname, $events); + $out.= $comboenhancement; + } + + $out.=''; + if ($disabled) $out.=''; + + return $out; + } + + /** + * Load in cache array list of lot available in stock from a given list of products + * + * @param array $productIdArray array of product id's from who to get lot numbers. A + * + * @return int Nb of loaded lines, 0 if nothing loaded, <0 if KO + */ + private function loadLotStock($productIdArray = array()) + { + global $conf, $langs; + + $cacheLoaded = false; + if (empty($productIdArray)) + { + // only Load lot stock for given products + $this->cache_lot = array(); + return 0; + } + if (count($productIdArray) && count($this->cache_lot)) + { + // check cache already loaded for product id's + foreach ($productIdArray as $productId) + { + $cacheLoaded = ! empty($this->cache_lot[$productId]) ? true : false; + } + } + if ($cacheLoaded) + { + return count($this->cache_lot); + } + else + { + // clear cache + $this->cache_lot = array(); + $productIdList = implode(',', $productIdArray); + $sql = "SELECT pb.batch, pb.rowid, ps.fk_entrepot, pb.qty, e.label, ps.fk_product"; + $sql.= " FROM ".MAIN_DB_PREFIX."product_batch as pb"; + $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."product_stock as ps on ps.rowid = pb.fk_product_stock"; + $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."entrepot as e on e.rowid = ps.fk_entrepot AND e.entity IN (".getEntity('stock').")"; + if (!empty($productIdList)) + { + $sql.= " WHERE ps.fk_product IN (".$productIdList.")"; + } + $sql.= " ORDER BY e.label, pb.batch"; + + dol_syslog(get_class($this).'::loadLotStock', LOG_DEBUG); + $resql = $this->db->query($sql); + if ($resql) + { + $num = $this->db->num_rows($resql); + $i = 0; + while ($i < $num) + { + $obj = $this->db->fetch_object($resql); + $this->cache_lot[$obj->fk_product][$obj->rowid]['id'] =$obj->rowid; + $this->cache_lot[$obj->fk_product][$obj->rowid]['batch']=$obj->batch; + $this->cache_lot[$obj->fk_product][$obj->rowid]['entrepot_id']=$obj->fk_entrepot; + $this->cache_lot[$obj->fk_product][$obj->rowid]['entrepot_label']=$obj->label; + $this->cache_lot[$obj->fk_product][$obj->rowid]['qty'] = $obj->qty; + $i++; + } + + return $num; + } + else + { + dol_print_error($this->db); + return -1; + } + } + } +} \ No newline at end of file diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 311c05858a3..fef3859fa95 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -8,7 +8,7 @@ * Copyright (C) 2012 Cedric Salvador * Copyright (C) 2013-2014 Cedric GROSS * Copyright (C) 2013-2016 Marcos García - * Copyright (C) 2011-2014 Alexandre Spangaro + * Copyright (C) 2011-2017 Alexandre Spangaro * Copyright (C) 2014 Henry Florian * Copyright (C) 2014-2016 Philippe Grand * Copyright (C) 2014 Ion agorria @@ -47,7 +47,7 @@ class Product extends CommonObject public $table_element='product'; public $fk_element='fk_product'; protected $childtables=array('supplier_proposaldet', 'propaldet','commandedet','facturedet','contratdet','facture_fourn_det','commande_fournisseurdet'); // To test if we can delete object - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe /** * {@inheritdoc} @@ -228,6 +228,8 @@ class Product extends CommonObject public $volume_units; public $accountancy_code_buy; + public $accountancy_code_buy_intra; + public $accountancy_code_buy_export; public $accountancy_code_sell; /** @@ -436,13 +438,15 @@ class Product extends CommonObject $price_min_ttc = price2num($this->price_min * (1 + ($this->tva_tx / 100)),'MU'); } - $this->accountancy_code_buy = trim($this->accountancy_code_buy); + $this->accountancy_code_buy = trim($this->accountancy_code_buy); $this->accountancy_code_sell= trim($this->accountancy_code_sell); + $this->accountancy_code_sell_intra= trim($this->accountancy_code_sell_intra); + $this->accountancy_code_sell_export= trim($this->accountancy_code_sell_export); // Barcode value $this->barcode=trim($this->barcode); - // Check parameters + // Check parameters if (empty($this->label)) { $this->error='ErrorMandatoryParametersNotProvided'; @@ -477,19 +481,19 @@ class Product extends CommonObject dol_syslog(get_class($this)."::create ref=".$this->ref." price=".$this->price." price_ttc=".$this->price_ttc." tva_tx=".$this->tva_tx." price_base_type=".$this->price_base_type, LOG_DEBUG); - $now=dol_now(); + $now=dol_now(); $this->db->begin(); - // For automatic creation during create action (not used by Dolibarr GUI, can be used by scripts) + // For automatic creation during create action (not used by Dolibarr GUI, can be used by scripts) if ($this->barcode == -1) $this->barcode = $this->get_barcode($this,$this->barcode_type_code); // Check more parameters - // If error, this->errors[] is filled - $result = $this->verify(); + // If error, this->errors[] is filled + $result = $this->verify(); - if ($result >= 0) - { + if ($result >= 0) + { $sql = "SELECT count(*) as nb"; $sql.= " FROM ".MAIN_DB_PREFIX."product"; $sql.= " WHERE entity IN (".getEntity('product').")"; @@ -519,6 +523,8 @@ class Product extends CommonObject $sql.= ", tosell"; $sql.= ", accountancy_code_buy"; $sql.= ", accountancy_code_sell"; + $sql.= ", accountancy_code_sell_intra"; + $sql.= ", accountancy_code_sell_export"; $sql.= ", canvas"; $sql.= ", finished"; $sql.= ", tobatch"; @@ -540,6 +546,8 @@ class Product extends CommonObject $sql.= ", ".$this->status_buy; $sql.= ", '".$this->db->escape($this->accountancy_code_buy)."'"; $sql.= ", '".$this->db->escape($this->accountancy_code_sell)."'"; + $sql.= ", '".$this->db->escape($this->accountancy_code_sell_intra)."'"; + $sql.= ", '".$this->db->escape($this->accountancy_code_sell_export)."'"; $sql.= ", '".$this->db->escape($this->canvas)."'"; $sql.= ", ".((! isset($this->finished) || $this->finished < 0 || $this->finished == '') ? 'null' : (int) $this->finished); $sql.= ", ".((empty($this->status_batch) || $this->status_batch < 0)? '0':$this->status_batch); @@ -565,25 +573,25 @@ class Product extends CommonObject { if ($this->update($id, $user, true, 'add') <= 0) { - $error++; + $error++; } } else { $error++; - $this->error=$this->db->lasterror(); + $this->error=$this->db->lasterror(); } } else { $error++; - $this->error='ErrorFailedToGetInsertedId'; + $this->error='ErrorFailedToGetInsertedId'; } } else { $error++; - $this->error=$this->db->lasterror(); + $this->error=$this->db->lasterror(); } } else @@ -597,15 +605,15 @@ class Product extends CommonObject else { $error++; - $this->error=$this->db->lasterror(); + $this->error=$this->db->lasterror(); } if (! $error && ! $notrigger) { - // Call trigger - $result=$this->call_trigger('PRODUCT_CREATE',$user); - if ($result < 0) { $error++; } - // End call triggers + // Call trigger + $result=$this->call_trigger('PRODUCT_CREATE',$user); + if ($result < 0) { $error++; } + // End call triggers } if (! $error) @@ -772,6 +780,8 @@ class Product extends CommonObject $this->accountancy_code_buy = trim($this->accountancy_code_buy); $this->accountancy_code_sell= trim($this->accountancy_code_sell); + $this->accountancy_code_sell_intra= trim($this->accountancy_code_sell_intra); + $this->accountancy_code_sell_export= trim($this->accountancy_code_sell_export); $this->db->begin(); @@ -883,6 +893,8 @@ class Product extends CommonObject $sql.= ", duration = '" . $this->db->escape($this->duration_value . $this->duration_unit) ."'"; $sql.= ", accountancy_code_buy = '" . $this->db->escape($this->accountancy_code_buy)."'"; $sql.= ", accountancy_code_sell= '" . $this->db->escape($this->accountancy_code_sell)."'"; + $sql.= ", accountancy_code_sell_intra= '" . $this->db->escape($this->accountancy_code_sell_intra)."'"; + $sql.= ", accountancy_code_sell_export= '" . $this->db->escape($this->accountancy_code_sell_export)."'"; $sql.= ", desiredstock = " . ((isset($this->desiredstock) && $this->desiredstock != '') ? $this->desiredstock : "null"); $sql.= ", cost_price = " . ($this->cost_price != '' ? $this->db->escape($this->cost_price) : 'null'); $sql.= ", fk_unit= " . (!$this->fk_unit ? 'NULL' : $this->fk_unit); @@ -1325,7 +1337,7 @@ class Product extends CommonObject * Sets an accountancy code for a product. * Also calls PRODUCT_MODIFY trigger when modified * - * @param string $type It can be 'buy' or 'sell' + * @param string $type It can be 'buy', 'sell', 'sell_intra' or 'sell_export' * @param string $value Accountancy code * @return int <0 KO >0 OK */ @@ -1339,6 +1351,10 @@ class Product extends CommonObject $field = 'accountancy_code_buy'; } elseif ($type == 'sell') { $field = 'accountancy_code_sell'; + } elseif ($type == 'sell_intra') { + $field = 'accountancy_code_sell_intra'; + } elseif ($type == 'sell_export') { + $field = 'accountancy_code_sell_export'; } else { return -1; } @@ -1831,7 +1847,7 @@ class Product extends CommonObject $sql.= " tobuy, fk_product_type, duration, seuil_stock_alerte, canvas, weight, weight_units,"; $sql.= " length, length_units, width, width_units, height, height_units,"; $sql.= " surface, surface_units, volume, volume_units, barcode, fk_barcode_type, finished,"; - $sql.= " accountancy_code_buy, accountancy_code_sell, stock, pmp,"; + $sql.= " accountancy_code_buy, accountancy_code_sell, accountancy_code_sell_intra, accountancy_code_sell_export, stock, pmp,"; $sql.= " datec, tms, import_key, entity, desiredstock, tobatch, fk_unit,"; $sql.= " fk_price_expression, price_autogen"; $sql.= " FROM ".MAIN_DB_PREFIX."product"; @@ -1850,78 +1866,80 @@ class Product extends CommonObject { $obj = $this->db->fetch_object($resql); - $this->id = $obj->rowid; - $this->ref = $obj->ref; - $this->ref_ext = $obj->ref_ext; - $this->label = $obj->label; - $this->description = $obj->description; - $this->url = $obj->url; - $this->note_private = $obj->note_private; - $this->note = $obj->note_private; // deprecated + $this->id = $obj->rowid; + $this->ref = $obj->ref; + $this->ref_ext = $obj->ref_ext; + $this->label = $obj->label; + $this->description = $obj->description; + $this->url = $obj->url; + $this->note_private = $obj->note_private; + $this->note = $obj->note_private; // deprecated - $this->type = $obj->fk_product_type; - $this->status = $obj->tosell; - $this->status_buy = $obj->tobuy; - $this->status_batch = $obj->tobatch; + $this->type = $obj->fk_product_type; + $this->status = $obj->tosell; + $this->status_buy = $obj->tobuy; + $this->status_batch = $obj->tobatch; - $this->customcode = $obj->customcode; - $this->country_id = $obj->fk_country; - $this->country_code = getCountry($this->country_id,2,$this->db); - $this->price = $obj->price; - $this->price_ttc = $obj->price_ttc; - $this->price_min = $obj->price_min; - $this->price_min_ttc = $obj->price_min_ttc; - $this->price_base_type = $obj->price_base_type; - $this->cost_price = $obj->cost_price; - $this->default_vat_code = $obj->default_vat_code; - $this->tva_tx = $obj->tva_tx; + $this->customcode = $obj->customcode; + $this->country_id = $obj->fk_country; + $this->country_code = getCountry($this->country_id,2,$this->db); + $this->price = $obj->price; + $this->price_ttc = $obj->price_ttc; + $this->price_min = $obj->price_min; + $this->price_min_ttc = $obj->price_min_ttc; + $this->price_base_type = $obj->price_base_type; + $this->cost_price = $obj->cost_price; + $this->default_vat_code = $obj->default_vat_code; + $this->tva_tx = $obj->tva_tx; //! French VAT NPR - $this->tva_npr = $obj->tva_npr; - $this->recuperableonly = $obj->tva_npr; // For backward compatibility + $this->tva_npr = $obj->tva_npr; + $this->recuperableonly = $obj->tva_npr; // For backward compatibility //! Local taxes - $this->localtax1_tx = $obj->localtax1_tx; - $this->localtax2_tx = $obj->localtax2_tx; - $this->localtax1_type = $obj->localtax1_type; - $this->localtax2_type = $obj->localtax2_type; + $this->localtax1_tx = $obj->localtax1_tx; + $this->localtax2_tx = $obj->localtax2_tx; + $this->localtax1_type = $obj->localtax1_type; + $this->localtax2_type = $obj->localtax2_type; - $this->finished = $obj->finished; - $this->duration = $obj->duration; - $this->duration_value = substr($obj->duration,0,dol_strlen($obj->duration)-1); - $this->duration_unit = substr($obj->duration,-1); - $this->canvas = $obj->canvas; - $this->weight = $obj->weight; - $this->weight_units = $obj->weight_units; - $this->length = $obj->length; - $this->length_units = $obj->length_units; - $this->width = $obj->width; - $this->width_units = $obj->width_units; - $this->height = $obj->height; - $this->height_units = $obj->height_units; + $this->finished = $obj->finished; + $this->duration = $obj->duration; + $this->duration_value = substr($obj->duration,0,dol_strlen($obj->duration)-1); + $this->duration_unit = substr($obj->duration,-1); + $this->canvas = $obj->canvas; + $this->weight = $obj->weight; + $this->weight_units = $obj->weight_units; + $this->length = $obj->length; + $this->length_units = $obj->length_units; + $this->width = $obj->width; + $this->width_units = $obj->width_units; + $this->height = $obj->height; + $this->height_units = $obj->height_units; - $this->surface = $obj->surface; - $this->surface_units = $obj->surface_units; - $this->volume = $obj->volume; - $this->volume_units = $obj->volume_units; - $this->barcode = $obj->barcode; - $this->barcode_type = $obj->fk_barcode_type; + $this->surface = $obj->surface; + $this->surface_units = $obj->surface_units; + $this->volume = $obj->volume; + $this->volume_units = $obj->volume_units; + $this->barcode = $obj->barcode; + $this->barcode_type = $obj->fk_barcode_type; - $this->accountancy_code_buy = $obj->accountancy_code_buy; - $this->accountancy_code_sell = $obj->accountancy_code_sell; + $this->accountancy_code_buy = $obj->accountancy_code_buy; + $this->accountancy_code_sell = $obj->accountancy_code_sell; + $this->accountancy_code_sell_intra = $obj->accountancy_code_sell_intra; + $this->accountancy_code_sell_export = $obj->accountancy_code_sell_export; - $this->seuil_stock_alerte = $obj->seuil_stock_alerte; - $this->desiredstock = $obj->desiredstock; - $this->stock_reel = $obj->stock; - $this->pmp = $obj->pmp; + $this->seuil_stock_alerte = $obj->seuil_stock_alerte; + $this->desiredstock = $obj->desiredstock; + $this->stock_reel = $obj->stock; + $this->pmp = $obj->pmp; - $this->date_creation = $obj->datec; - $this->date_modification = $obj->tms; - $this->import_key = $obj->import_key; - $this->entity = $obj->entity; + $this->date_creation = $obj->datec; + $this->date_modification = $obj->tms; + $this->import_key = $obj->import_key; + $this->entity = $obj->entity; - $this->ref_ext = $obj->ref_ext; - $this->fk_price_expression = $obj->fk_price_expression; - $this->fk_unit = $obj->fk_unit; - $this->price_autogen = $obj->price_autogen; + $this->ref_ext = $obj->ref_ext; + $this->fk_price_expression = $obj->fk_price_expression; + $this->fk_unit = $obj->fk_unit; + $this->price_autogen = $obj->price_autogen; $this->db->free($resql); @@ -3503,11 +3521,13 @@ class Product extends CommonObject $linkstart.=$linkclose.'>'; $linkend=''; + $result.=$linkstart; if ($withpicto) { - if ($this->type == Product::TYPE_PRODUCT) $result.=($linkstart.img_object(($notooltip?'':$label), 'product', ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend.' '); - if ($this->type == Product::TYPE_SERVICE) $result.=($linkstart.img_object(($notooltip?'':$label), 'service', ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend.' '); + if ($this->type == Product::TYPE_PRODUCT) $result.=(img_object(($notooltip?'':$label), 'product', ($notooltip?'class="paddingright"':'class="paddingright classfortooltip"'), 0, 0, $notooltip?0:1)); + if ($this->type == Product::TYPE_SERVICE) $result.=(img_object(($notooltip?'':$label), 'service', ($notooltip?'class="paddinright"':'class="paddingright classfortooltip"'), 0, 0, $notooltip?0:1)); } - $result.=$linkstart.$newref.$linkend; + $result.= $newref; + $result.= $linkend; return $result; } diff --git a/htdocs/product/inventory/card.php b/htdocs/product/inventory/card.php index 03c4d70b417..4b5a74ed3dd 100644 --- a/htdocs/product/inventory/card.php +++ b/htdocs/product/inventory/card.php @@ -80,109 +80,12 @@ if (empty($reshook)) { $error=0; - if ($cancel) - { - if ($action != 'addlink') - { - $urltogo=$backtopage?$backtopage:(DOL_URL_ROOT.'/product/inventory/list.php'); - header("Location: ".$urltogo); - exit; - } - if ($id > 0 || ! empty($ref)) $ret = $object->fetch($id,$ref); - $action=''; - } + $permissiontoadd = $user->rights->inventory->create; + $permissiontodelete = $user->rights->inventory->delete; + $backurlforlist = dol_buildpath('/inventory/inventory_list.php',1); - // Action to add record - if ($action == 'add' && ! empty($user->rights->inventory->create)) - { - foreach ($object->fields as $key => $val) - { - if (in_array($key, array('rowid', 'entity', 'date_creation', 'date_validation', 'tms', 'fk_user_creat', 'fk_user_modif', 'fk_user_validation', 'import_key'))) continue; // Ignore special fields - - $object->$key=GETPOST($key,'alpha'); - if ($val['notnull'] && $object->$key == '') - { - $error++; - setEventMessages($langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv($val['label'])), null, 'errors'); - } - } - - if (! $error) - { - $result=$object->createCommon($user); - if ($result > 0) - { - // Creation OK - $urltogo=$backtopage?$backtopage:dol_buildpath('/inventory/inventory_list.php',1); - header("Location: ".$urltogo); - exit; - } - else - { - // Creation KO - if (! empty($object->errors)) setEventMessages(null, $object->errors, 'errors'); - else setEventMessages($object->error, null, 'errors'); - $action='create'; - } - } - else - { - $action='create'; - } - } - - // Action to update record - if ($action == 'update' && ! empty($user->rights->inventory->create)) - { - foreach ($object->fields as $key => $val) - { - $object->$key=GETPOST($key,'alpha'); - if (in_array($key, array('rowid', 'entity', 'date_creation', 'tms', 'import_key'))) continue; - if ($val['notnull'] && $object->$key == '') - { - $error++; - setEventMessages($langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv($val['label'])), null, 'errors'); - } - } - - if (! $error) - { - $result=$object->updateCommon($user); - if ($result > 0) - { - $action='view'; - } - else - { - // Creation KO - if (! empty($object->errors)) setEventMessages(null, $object->errors, 'errors'); - else setEventMessages($object->error, null, 'errors'); - $action='edit'; - } - } - else - { - $action='edit'; - } - } - - // Action to delete - if ($action == 'confirm_delete' && ! empty($user->rights->inventory->delete)) - { - $result=$object->deleteCommon($user); - if ($result > 0) - { - // Delete OK - setEventMessages("RecordDeleted", null, 'mesgs'); - header("Location: ".dol_buildpath('/inventory/inventory_list.php',1)); - exit; - } - else - { - if (! empty($object->errors)) setEventMessages(null, $object->errors, 'errors'); - else setEventMessages($object->error, null, 'errors'); - } - } + // Actions cancel, add, update or delete + include DOL_DOCUMENT_ROOT.'/core/actions_addupdatedelete.inc.php'; } diff --git a/htdocs/product/inventory/class/inventory.class.php b/htdocs/product/inventory/class/inventory.class.php index 63790b7789c..9b48c5164d4 100644 --- a/htdocs/product/inventory/class/inventory.class.php +++ b/htdocs/product/inventory/class/inventory.class.php @@ -47,7 +47,7 @@ class Inventory extends CommonObject /** * @var array Does inventory support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe */ - protected $ismultientitymanaged = 1; + public $ismultientitymanaged = 1; /** * @var string String with name of icon for inventory */ diff --git a/htdocs/product/inventory/list.php b/htdocs/product/inventory/list.php index 33900ed8a9a..39be799db47 100644 --- a/htdocs/product/inventory/list.php +++ b/htdocs/product/inventory/list.php @@ -100,7 +100,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/product/list.php b/htdocs/product/list.php index c18935ec845..31cf38cfe9a 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -183,7 +183,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } @@ -251,7 +251,7 @@ else if ($search_type != '' && $search_type != '-1') { - if ($search_type==1) + if ($search_type == 1) { $texte = $langs->trans("Services"); } @@ -299,19 +299,19 @@ else else $sql.= " AND p.fk_product_type <> 1"; } if ($search_ref) $sql .= natural_search('p.ref', $search_ref); - if ($search_label) $sql .= natural_search('p.label', $search_label); + if ($search_label) $sql .= natural_search('p.label', $search_label); if ($search_barcode) $sql .= natural_search('p.barcode', $search_barcode); if (isset($search_tosell) && dol_strlen($search_tosell) > 0 && $search_tosell!=-1) $sql.= " AND p.tosell = ".$db->escape($search_tosell); if (isset($search_tobuy) && dol_strlen($search_tobuy) > 0 && $search_tobuy!=-1) $sql.= " AND p.tobuy = ".$db->escape($search_tobuy); if (dol_strlen($canvas) > 0) $sql.= " AND p.canvas = '".$db->escape($canvas)."'"; - if ($catid > 0) $sql.= " AND cp.fk_categorie = ".$catid; - if ($catid == -2) $sql.= " AND cp.fk_categorie IS NULL"; + if ($catid > 0) $sql.= " AND cp.fk_categorie = ".$catid; + if ($catid == -2) $sql.= " AND cp.fk_categorie IS NULL"; if ($search_categ > 0) $sql.= " AND cp.fk_categorie = ".$db->escape($search_categ); if ($search_categ == -2) $sql.= " AND cp.fk_categorie IS NULL"; - if ($fourn_id > 0) $sql.= " AND pfp.fk_soc = ".$fourn_id; + if ($fourn_id > 0) $sql.= " AND pfp.fk_soc = ".$fourn_id; if ($search_tobatch != '' && $search_tobatch >= 0) $sql.= " AND p.tobatch = ".$db->escape($search_tobatch); - if ($search_accountancy_code_sell) $sql.= natural_search('p.accountancy_code_sell', $search_accountancy_code_sell); - if ($search_accountancy_code_buy) $sql.= natural_search('p.accountancy_code_buy', $search_accountancy_code_buy); + if ($search_accountancy_code_sell) $sql.= natural_search('p.accountancy_code_sell', $search_accountancy_code_sell); + if ($search_accountancy_code_buy) $sql.= natural_search('p.accountancy_code_buy', $search_accountancy_code_buy); // Add where from extra fields if (!empty($conf->variants->enabled) && $search_hidechildproducts && ($search_type === 0)) { @@ -495,15 +495,17 @@ else $moreforfilter.='
                  '; } - if ($moreforfilter) + $parameters=array(); + $reshook=$hookmanager->executeHooks('printFieldPreListTitle',$parameters); // Note that $action and $object may have been modified by hook + if (empty($reshook)) $moreforfilter.=$hookmanager->resPrint; + else $moreforfilter=$hookmanager->resPrint; + + if ($moreforfilter) { - print '
                  '; - print $moreforfilter; - $parameters=array(); - $reshook=$hookmanager->executeHooks('printFieldPreListTitle',$parameters); // Note that $action and $object may have been modified by hook - print $hookmanager->resPrint; - print '
                  '; - } + print '
                  '; + print $moreforfilter; + print '
                  '; + } $varpage=empty($contextpage)?$_SERVER["PHP_SELF"]:$contextpage; $selectedfields=$form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage); // This also change content of $arrayfields @@ -760,23 +762,23 @@ else // Ref if (! empty($arrayfields['p.ref']['checked'])) { - print ''; - print $product_static->getNomUrl(1,'',24); + print ''; + print $product_static->getNomUrl(1); print "\n"; if (! $i) $totalarray['nbfield']++; } // Ref supplier if (! empty($arrayfields['pfp.ref_fourn']['checked'])) { - print ''; - print $product_static->getNomUrl(1,'',24); + print ''; + print $product_static->getNomUrl(1); print "\n"; if (! $i) $totalarray['nbfield']++; } // Label if (! empty($arrayfields['p.label']['checked'])) { - print ''.dol_trunc($obj->label,40).''; + print ''.dol_trunc($obj->label,40).''; if (! $i) $totalarray['nbfield']++; } diff --git a/htdocs/product/stock/productlot_card.php b/htdocs/product/stock/productlot_card.php index 70d907ae5e9..3a8f4cbff4e 100644 --- a/htdocs/product/stock/productlot_card.php +++ b/htdocs/product/stock/productlot_card.php @@ -136,9 +136,11 @@ if (empty($reshook)) // some hooks if (empty($reshook)) { $result = $object->insertExtraFields(); - if ($result < 0) { - $error++; - } + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; + } } else if ($reshook < 0) $error++; } diff --git a/htdocs/product/stock/productlot_list.php b/htdocs/product/stock/productlot_list.php index bc98b7ef12f..920bbac8a9b 100644 --- a/htdocs/product/stock/productlot_list.php +++ b/htdocs/product/stock/productlot_list.php @@ -114,7 +114,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/projet/admin/project_extrafields.php b/htdocs/projet/admin/project_extrafields.php index 26a6286f034..eb27110e88c 100644 --- a/htdocs/projet/admin/project_extrafields.php +++ b/htdocs/projet/admin/project_extrafields.php @@ -39,7 +39,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/projet/admin/project_task_extrafields.php b/htdocs/projet/admin/project_task_extrafields.php index 58f91e863fc..9f47376d02d 100644 --- a/htdocs/projet/admin/project_task_extrafields.php +++ b/htdocs/projet/admin/project_task_extrafields.php @@ -39,7 +39,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php index 4ade2a31f41..9ef2e8d6536 100644 --- a/htdocs/projet/class/project.class.php +++ b/htdocs/projet/class/project.class.php @@ -37,7 +37,7 @@ class Project extends CommonObject public $table_element = 'projet'; //!< Name of table without prefix where object is stored public $table_element_line = 'projet_task'; public $fk_element = 'fk_projet'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto = 'projectpub'; /** @@ -1018,15 +1018,18 @@ class Project extends CommonObject } $picto = 'projectpub'; - if (!$this->public) $picto = 'project'; + if (! $this->public) $picto = 'project'; $linkstart = ''; $linkend=''; - if ($withpicto) $result.=($linkstart . img_object(($notooltip?'':$label), $picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1) . $linkend); - if ($withpicto && $withpicto != 2) $result.=' '; - if ($withpicto != 2) $result.=$linkstart . $this->ref . $linkend . (($addlabel && $this->title) ? $sep . dol_trunc($this->title, ($addlabel > 1 ? $addlabel : 0)) : ''); + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; + if ($withpicto != 2) $result.=(($addlabel && $this->title) ? $sep . dol_trunc($this->title, ($addlabel > 1 ? $addlabel : 0)) : ''); + return $result; } diff --git a/htdocs/projet/class/task.class.php b/htdocs/projet/class/task.class.php index 95601c3a14a..64dc35a94f2 100644 --- a/htdocs/projet/class/task.class.php +++ b/htdocs/projet/class/task.class.php @@ -632,9 +632,12 @@ class Task extends CommonObject $picto='projecttask'; - if ($withpicto) $result.=($linkstart.img_object(($notooltip?'':$label), $picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend); - if ($withpicto && $withpicto != 2) $result.=' '; - if ($withpicto != 2) $result.=$linkstart.$this->ref.$linkend . (($addlabel && $this->label) ? $sep . dol_trunc($this->label, ($addlabel > 1 ? $addlabel : 0)) : ''); + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; + if ($withpicto != 2) $result.=(($addlabel && $this->label) ? $sep . dol_trunc($this->label, ($addlabel > 1 ? $addlabel : 0)) : ''); + return $result; } diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php index 58f4a70ea4b..a1c68756181 100644 --- a/htdocs/projet/index.php +++ b/htdocs/projet/index.php @@ -94,6 +94,7 @@ else $listofoppstatus=array(); $listofopplabel=array(); $listofoppcode=array(); $sql = "SELECT cls.rowid, cls.code, cls.percent, cls.label"; $sql.= " FROM ".MAIN_DB_PREFIX."c_lead_status as cls"; +$sql.= " WHERE active=1"; $resql = $db->query($sql); if ( $resql ) { diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php index cc4d4e27e64..08c22f30a37 100644 --- a/htdocs/projet/list.php +++ b/htdocs/projet/list.php @@ -137,7 +137,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } @@ -669,6 +669,7 @@ while ($i < min($num,$limit)) $object->datee = $db->jdate($obj->date_end); $object->statut = $obj->fk_statut; $object->opp_status = $obj->fk_opp_status; + $object->title = $obj->title; $userAccess = $object->restrictedProjectArea($user); // why this ? if ($userAccess >= 0) diff --git a/htdocs/projet/tasks/list.php b/htdocs/projet/tasks/list.php index 12c8eb2038e..d44dc3ec4b8 100644 --- a/htdocs/projet/tasks/list.php +++ b/htdocs/projet/tasks/list.php @@ -127,7 +127,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/projet/tasks/time.php b/htdocs/projet/tasks/time.php index 85e05c41f96..215a7ace2d0 100644 --- a/htdocs/projet/tasks/time.php +++ b/htdocs/projet/tasks/time.php @@ -622,7 +622,7 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0) { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php index e7e593fb831..977c65d49a7 100644 --- a/htdocs/public/payment/newpayment.php +++ b/htdocs/public/payment/newpayment.php @@ -296,9 +296,10 @@ if ($action == 'dopayment') //if ($currency == 'USD') $PAYPAL_API_DEVISE="USD"; if (! empty($currency)) $PAYPAL_API_DEVISE=$currency; + // Show var initialized by include fo paypal lib at begin of this file dol_syslog("Submit Paypal form", LOG_DEBUG); dol_syslog("PAYPAL_API_USER: $PAYPAL_API_USER", LOG_DEBUG); - //dol_syslog("PAYPAL_API_PASSWORD: $PAYPAL_API_PASSWORD", LOG_DEBUG); // No password into log files + dol_syslog("PAYPAL_API_PASSWORD: ".preg_replace('/./', '*', $PAYPAL_API_PASSWORD), LOG_DEBUG); // No password into log files dol_syslog("PAYPAL_API_SIGNATURE: $PAYPAL_API_SIGNATURE", LOG_DEBUG); dol_syslog("PAYPAL_API_SANDBOX: $PAYPAL_API_SANDBOX", LOG_DEBUG); dol_syslog("PAYPAL_API_OK: $PAYPAL_API_OK", LOG_DEBUG); @@ -371,6 +372,7 @@ if ($action == 'dopayment') } +// Called when choosing Stripe mode, after the 'dopayment' if ($action == 'charge') { // Correct the amount according to unit of currency @@ -383,21 +385,24 @@ if ($action == 'charge') $stripeToken = GETPOST("stripeToken",'alpha'); $email = GETPOST("stripeEmail",'alpha'); + $vatnumber = GETPOST('vatnumber','alpha'); dol_syslog("stripeToken = ".$stripeToken, LOG_DEBUG, 0, '_stripe'); - dol_syslog("stripeEmail = ".$stripeEmail, LOG_DEBUG, 0, '_stripe'); + dol_syslog("email = ".$email, LOG_DEBUG, 0, '_stripe'); + dol_syslog("vatnumber = ".$vatnumber, LOG_DEBUG, 0, '_stripe'); $error = 0; try { - dol_syslog("Create customer", LOG_DEBUG, 0, '_stripe'); + dol_syslog("Create customer card profile", LOG_DEBUG, 0, '_stripe'); $customer = \Stripe\Customer::create(array( 'email' => $email, - 'description' => ($email?'Customer for '.$email:null), + 'description' => ($email?'Customer card profile for '.$email:null), 'metadata' => array('ipaddress'=>$_SERVER['REMOTE_ADDR']), + 'business_vat_id' => ($vatnumber?$vatnumber:null), 'source' => $stripeToken // source can be a token OR array('object'=>'card', 'exp_month'=>xx, 'exp_year'=>xxxx, 'number'=>xxxxxxx, 'cvc'=>xxx, 'name'=>'Cardholder's full name', zip ?) )); - // TODO Add 'business_vat_id' ? + // Return $customer = array('id'=>'cus_XXXX', ...) dol_syslog("Create charge", LOG_DEBUG, 0, '_stripe'); $charge = \Stripe\Charge::create(array( @@ -408,6 +413,7 @@ if ($action == 'charge') 'metadata' => array("FULLTAG" => $FULLTAG, 'Recipient' => $mysoc->name), 'statement_descriptor' => dol_trunc(dol_trunc(dol_string_unaccent($mysoc->name), 6, 'right', 'UTF-8', 1).' '.$FULLTAG, 22, 'right', 'UTF-8', 1) // 22 chars that appears on bank receipt )); + // Return $charge = array('id'=>'ch_XXXX', 'status'=>'succeeded|pending|failed', 'failure_code'=>, 'failure_message'=>...) } catch(\Stripe\Error\Card $e) { // Since it's a decline, \Stripe\Error\Card will be caught $body = $e->getJsonBody(); @@ -515,11 +521,11 @@ if ($source && in_array($ref, array('member_ref', 'contractline_ref', 'invoice_r // Show sandbox warning -if (! empty($conf->paypal->enabled) && ! empty($conf->global->PAYPAL_API_SANDBOX)) +if (! empty($conf->paypal->enabled) && (! empty($conf->global->PAYPAL_API_SANDBOX) || GETPOST('forcesandbox','alpha'))) // We can force sand box with param 'forcesandbox' { dol_htmloutput_mesg($langs->trans('YouAreCurrentlyInSandboxMode','Paypal'),'','warning'); } -if (! empty($conf->stripe->enabled) && empty($conf->global->STRIPE_LIVE)) +if (! empty($conf->stripe->enabled) && (empty($conf->global->STRIPE_LIVE) || GETPOST('forcesandbox','alpha'))) { dol_htmloutput_mesg($langs->trans('YouAreCurrentlyInSandboxMode','Stripe'),'','warning'); } @@ -534,6 +540,7 @@ print ''."\n" print ''."\n"; print ''."\n"; print ''; +print ''; print "\n"; print ''."\n"; print ''."\n"; @@ -624,14 +631,12 @@ if (! $source) $fulltag=$tag; // Creditor - print ''.$langs->trans("Creditor"); print ''.$creditor.''; print ''; print ''."\n"; // Amount - print ''.$langs->trans("Amount"); if (empty($amount)) print ' ('.$langs->trans("ToComplete").')'; print ''; @@ -651,7 +656,6 @@ if (! $source) print ''."\n"; // Tag - print ''.$langs->trans("PaymentCode"); print ''.$fulltag.''; print ''; @@ -698,29 +702,32 @@ if ($source == 'order') $fulltag=dol_string_unaccent($fulltag); // Creditor - print ''.$langs->trans("Creditor"); print ''.$creditor.''; print ''; print ''."\n"; // Debitor - print ''.$langs->trans("ThirdParty"); print ''.$order->thirdparty->name.''; // Object - $text=''.$langs->trans("PaymentOrderRef",$order->ref).''; if (GETPOST('desc','alpha')) $text=''.$langs->trans(GETPOST('desc','alpha')).''; print ''.$langs->trans("Designation"); print ''.$text; print ''; print ''; + $directdownloadlink = $order->getLastMainDocLink('commande'); + if ($directdownloadlink) + { + print '
                  '; + print img_mime($order->last_main_doc,'').' '; + print $langs->trans("DownloadDocument").''; + } print ''."\n"; // Amount - print ''.$langs->trans("Amount"); if (empty($amount)) print ' ('.$langs->trans("ToComplete").')'; print ''; @@ -740,7 +747,6 @@ if ($source == 'order') print ''."\n"; // Tag - print ''.$langs->trans("PaymentCode"); print ''.$fulltag.''; print ''; @@ -772,6 +778,7 @@ if ($source == 'order') print ''."\n"; } print ''."\n"; + print ''."\n"; $labeldesc=$langs->trans("Order").' '.$order->ref; if (GETPOST('desc','alpha')) $labeldesc=GETPOST('desc','alpha'); print ''."\n"; @@ -813,29 +820,32 @@ if ($source == 'invoice') $fulltag=dol_string_unaccent($fulltag); // Creditor - print ''.$langs->trans("Creditor"); print ''.$creditor.''; print ''; print ''."\n"; // Debitor - print ''.$langs->trans("ThirdParty"); print ''.$invoice->thirdparty->name.''; // Object - $text=''.$langs->trans("PaymentInvoiceRef",$invoice->ref).''; if (GETPOST('desc','alpha')) $text=''.$langs->trans(GETPOST('desc','alpha')).''; print ''.$langs->trans("Designation"); print ''.$text; print ''; print ''; + $directdownloadlink = $invoice->getLastMainDocLink('facture'); + if ($directdownloadlink) + { + print '
                  '; + print img_mime($invoice->last_main_doc,'').' '; + print $langs->trans("DownloadDocument").''; + } print ''."\n"; // Amount - print ''.$langs->trans("Amount"); if (empty($amount)) print ' ('.$langs->trans("ToComplete").')'; print ''; @@ -895,6 +905,7 @@ if ($source == 'invoice') print ''."\n"; } print ''."\n"; + print ''."\n"; $labeldesc=$langs->trans("Invoice").' '.$invoice->ref; if (GETPOST('desc','alpha')) $labeldesc=GETPOST('desc','alpha'); print ''."\n"; @@ -908,6 +919,7 @@ if ($source == 'contractline') require_once DOL_DOCUMENT_ROOT.'/contrat/class/contrat.class.php'; + $contract=new Contrat($db); $contractline=new ContratLigne($db); $result=$contractline->fetch('',$ref); @@ -922,7 +934,6 @@ if ($source == 'contractline') { $object = $contractline; - $contract=new Contrat($db); $result=$contract->fetch($contractline->fk_contrat); if ($result > 0) { @@ -985,19 +996,16 @@ if ($source == 'contractline') if (GETPOST('qty')) $qty=GETPOST('qty'); // Creditor - print ''.$langs->trans("Creditor"); print ''.$creditor.''; print ''; print ''."\n"; // Debitor - print ''.$langs->trans("ThirdParty"); print ''.$contract->thirdparty->name.''; // Object - $text=''.$langs->trans("PaymentRenewContractId",$contract->ref,$contractline->ref).''; if ($contractline->fk_product) { @@ -1017,10 +1025,16 @@ if ($source == 'contractline') print ''.$text; print ''; print ''; + $directdownloadlink = $contract->getLastMainDocLink('contract'); + if ($directdownloadlink) + { + print '
                  '; + print img_mime($invoice->last_main_doc,'').' '; + print $langs->trans("DownloadDocument").''; + } print ''."\n"; // Quantity - $label=$langs->trans("Quantity"); $qty=1; $duration=''; @@ -1048,7 +1062,6 @@ if ($source == 'contractline') print '
                  '."\n"; // Amount - print ''.$langs->trans("Amount"); if (empty($amount)) print ' ('.$langs->trans("ToComplete").')'; print ''; @@ -1068,7 +1081,6 @@ if ($source == 'contractline') print ''."\n"; // Tag - print ''.$langs->trans("PaymentCode"); print ''.$fulltag.''; print ''; @@ -1100,6 +1112,7 @@ if ($source == 'contractline') print ''."\n"; } print ''."\n"; + print ''."\n"; $labeldesc=$langs->trans("Contract").' '.$contract->ref; if (GETPOST('desc','alpha')) $labeldesc=GETPOST('desc','alpha'); print ''."\n"; @@ -1389,6 +1402,7 @@ if (preg_match('/^dopayment/',$action)) print ''; print ''."\n"; print ''."\n"; + print ''; print ' diff --git a/htdocs/public/paypal/newpayment.php b/htdocs/public/paypal/newpayment.php index 310f553269b..e7a73a64895 100644 --- a/htdocs/public/paypal/newpayment.php +++ b/htdocs/public/paypal/newpayment.php @@ -282,7 +282,7 @@ if (! empty($SOURCE) && in_array($ref, array('member_ref', 'contractline_ref', ' exit; } -if (! empty($conf->global->PAYPAL_API_SANDBOX)) +if (! empty($conf->global->PAYPAL_API_SANDBOX) || GETPOST('forcesandbox','alpha')) { dol_htmloutput_mesg($langs->trans('YouAreCurrentlyInSandboxMode'),'','warning'); } @@ -296,6 +296,7 @@ print ''."\n" print ''."\n"; print ''."\n"; print ''; +print ''; print "\n"; print ''."\n"; print ''."\n"; diff --git a/htdocs/public/stripe/newpayment.php b/htdocs/public/stripe/newpayment.php index f74e7bd0295..35ccba4ef1c 100644 --- a/htdocs/public/stripe/newpayment.php +++ b/htdocs/public/stripe/newpayment.php @@ -16,6 +16,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * + * Page is called with payment parameters then called with action='dopayment', then called with action='charge' then redirect is done on urlok/jo */ /** @@ -216,25 +218,28 @@ if ($action == 'charge') $stripeToken = GETPOST("stripeToken",'alpha'); $email = GETPOST("stripeEmail",'alpha'); + $vatnumber = GETPOST('vatnumber','alpha'); dol_syslog("stripeToken = ".$stripeToken, LOG_DEBUG, 0, '_stripe'); - dol_syslog("stripeEmail = ".$stripeEmail, LOG_DEBUG, 0, '_stripe'); + dol_syslog("email = ".$email, LOG_DEBUG, 0, '_stripe'); + dol_syslog("vatnumber = ".$vatnumber, LOG_DEBUG, 0, '_stripe'); $error = 0; try { - dol_syslog("Create customer", LOG_DEBUG, 0, '_stripe'); + dol_syslog("Create customer card profile", LOG_DEBUG, 0, '_stripe'); $customer = \Stripe\Customer::create(array( 'email' => $email, - 'description' => ($email?'Customer for '.$email:null), + 'description' => ($email?'Customer card profile for '.$email:null), 'metadata' => array('ipaddress'=>$_SERVER['REMOTE_ADDR']), - 'source' => $stripeToken // source can be a token OR array('object'=>'card', 'exp_month'=>xx, 'exp_year'=>xxxx, 'number'=>xxxxxxx, 'cvc'=>xxx, 'name'=>'Cardholder's full name', zip ?) + 'business_vat_id' => ($vatnumber?$vatnumber:null), + 'source' => $stripeToken // source can be a token OR array('object'=>'card', 'exp_month'=>xx, 'exp_year'=>xxxx, 'number'=>xxxxxxx, 'cvc'=>xxx, 'name'=>'Cardholder's full name', zip ?) )); // TODO Add 'business_vat_id' ? dol_syslog("Create charge", LOG_DEBUG, 0, '_stripe'); $charge = \Stripe\Charge::create(array( - 'customer' => $customer->id, + 'customer' => $customer->id, // Will reuse default source of this customer card profile 'amount' => price2num($amount, 'MU'), 'currency' => $currency, 'description' => 'Stripe payment: '.$FULLTAG, @@ -346,7 +351,7 @@ if (! empty($SOURCE) && in_array($ref, array('member_ref', 'contractline_ref', ' exit; } -if (empty($conf->global->STRIPE_LIVE)) +if (empty($conf->global->STRIPE_LIVE) || GETPOST('forcesandbox','alpha')) { dol_htmloutput_mesg($langs->trans('YouAreCurrentlyInSandboxMode'),'','warning'); } @@ -360,6 +365,7 @@ print ''."\n" print ''."\n"; print ''."\n"; print ''; +print ''; print "\n"; print ''."\n"; print ''."\n"; @@ -576,6 +582,7 @@ if (GETPOST("source") == 'order') print ''."\n"; } print ''."\n"; + print ''."\n"; print 'ref.'">'."\n"; } @@ -686,6 +693,7 @@ if (GETPOST("source") == 'invoice') print ''."\n"; } print ''."\n"; + print ''."\n"; print 'ref.'">'."\n"; } @@ -885,6 +893,7 @@ if (GETPOST("source") == 'contractline') print ''."\n"; } print ''."\n"; + print ''."\n"; print 'ref.'">'."\n"; } @@ -1118,6 +1127,7 @@ if (preg_match('/^dopayment/',$action)) print ''; print ''."\n"; print ''."\n"; + print ''; print '
                  diff --git a/htdocs/public/websites/index.php b/htdocs/public/website/index.php similarity index 100% rename from htdocs/public/websites/index.php rename to htdocs/public/website/index.php diff --git a/htdocs/public/websites/styles.css.php b/htdocs/public/website/styles.css.php similarity index 100% rename from htdocs/public/websites/styles.css.php rename to htdocs/public/website/styles.css.php diff --git a/htdocs/societe/admin/contact_extrafields.php b/htdocs/societe/admin/contact_extrafields.php index 2a60252f7f8..f97ceedcca3 100644 --- a/htdocs/societe/admin/contact_extrafields.php +++ b/htdocs/societe/admin/contact_extrafields.php @@ -37,7 +37,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/societe/admin/societe_extrafields.php b/htdocs/societe/admin/societe_extrafields.php index a722ec61b86..8826f1e4750 100644 --- a/htdocs/societe/admin/societe_extrafields.php +++ b/htdocs/societe/admin/societe_extrafields.php @@ -38,7 +38,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/societe/ajax/company.php b/htdocs/societe/ajax/company.php index 93af8509e32..349e19b0c26 100644 --- a/htdocs/societe/ajax/company.php +++ b/htdocs/societe/ajax/company.php @@ -28,7 +28,6 @@ if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML','1'); if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1'); if (! defined('NOREQUIRESOC')) define('NOREQUIRESOC','1'); if (! defined('NOCSRFCHECK')) define('NOCSRFCHECK','1'); -if (empty($_GET['keysearch']) && ! defined('NOREQUIREHTML')) define('NOREQUIREHTML','1'); require '../../main.inc.php'; @@ -74,7 +73,6 @@ else require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; $langs->load("companies"); - $langs->load("main"); top_httphead(); diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php index 3d3bfa1b6d1..02ec2a7da0b 100644 --- a/htdocs/societe/card.php +++ b/htdocs/societe/card.php @@ -175,9 +175,14 @@ if (empty($reshook)) } } - // TODO Merge categories - + // Merge categories + $static_cat = new Categorie($db); + $custcats = $static_cat->containing($soc_origin->id, 'customer', 'id'); + $object->setCategories($custcats, 'customer'); + $suppcats = $static_cat->containing($soc_origin->id, 'supplier', 'id'); + $object->setCategories($suppcats, 'supplier'); + // Update $object->update($object->id, $user); // Move links @@ -290,11 +295,17 @@ if (empty($reshook)) $extralabels = $extrafields->fetch_name_optionals_label($object->table_element); $ret = $extrafields->setOptionalsFromPost($extralabels, $object, GETPOST('attribute')); if ($ret < 0) $error++; + if (! $error) { $result = $object->insertExtraFields(); - if ($result < 0) $error++; + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; + } } + if ($error) $action = 'edit_extras'; } @@ -1989,9 +2000,12 @@ else print ''; // Supplier - print ''; + if (! empty($conf->fournisseur->enabled)) + { + print ''; + } // Prefix if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field diff --git a/htdocs/societe/class/api_thirdparties.class.php b/htdocs/societe/class/api_thirdparties.class.php index dd743984044..1dc0eeb334b 100644 --- a/htdocs/societe/class/api_thirdparties.class.php +++ b/htdocs/societe/class/api_thirdparties.class.php @@ -83,6 +83,13 @@ class Thirdparties extends DolibarrApi throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); } + $filterabsolutediscount = "fk_facture_source IS NULL OR (fk_facture_source IS NOT NULL AND (description LIKE '(DEPOSIT)%' AND description NOT LIKE '(EXCESS RECEIVED)%'))"; + $filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR description LIKE '(EXCESS RECEIVED)%')"; + $absolute_discount = $this->company->getAvailableDiscounts('', $filterabsolutediscount); + $absolute_creditnote = $this->company->getAvailableDiscounts('', $filtercreditnote); + $this->company->absolute_discount = price2num($absolute_discount, 'MT'); + $this->company->absolute_creditnote = price2num($absolute_creditnote, 'MT'); + return $this->_cleanObjectDatas($this->company); } @@ -331,6 +338,152 @@ class Thirdparties extends DolibarrApi return $this->company; } + + /** + * Get fixed amount discount of a thirdparty (all sources: deposit, credit note, commercial offers...) + * + * @param int $id ID of the thirdparty + * @param string $filter Filter exceptional discount. "none" will return every discount, "available" returns unapplied discounts, "used" returns applied discounts {@choice none,available,used} + * @param string $sortfield Sort field + * @param string $sortorder Sort order + * + * @url GET {id}/fixedamountdiscounts + * + * @return array List of fixed discount of thirdparty + * + * @throws 400 + * @throws 401 + * @throws 404 + * @throws 503 + */ + function getFixedAmountDiscounts($id, $filter="none", $sortfield = "f.type", $sortorder = 'ASC') + { + $obj_ret = array(); + + if(! DolibarrApiAccess::$user->rights->societe->lire) { + throw new RestException(401); + } + + if(empty($id)) { + throw new RestException(400, 'Thirdparty ID is mandatory'); + } + + if( ! DolibarrApi::_checkAccessToResource('societe',$id)) { + throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); + } + + $result = $this->company->fetch($id); + if( ! $result ) { + throw new RestException(404, 'Thirdparty not found'); + } + + + $sql = "SELECT f.facnumber, f.type as factype, re.fk_facture_source, re.rowid, re.amount_ht, re.amount_tva, re.amount_ttc, re.description, re.fk_facture, re.fk_facture_line"; + $sql .= " FROM llx_societe_remise_except as re, llx_facture as f"; + $sql .= " WHERE f.rowid = re.fk_facture_source AND re.fk_soc = ".$id; + if ($filter == "available") $sql .= " AND re.fk_facture IS NULL AND re.fk_facture_line IS NULL"; + if ($filter == "used") $sql .= " AND (re.fk_facture IS NOT NULL OR re.fk_facture_line IS NOT NULL)"; + + $sql.= $this->db->order($sortfield, $sortorder); + + $result = $this->db->query($sql); + if( ! $result ) { + throw new RestException(503, $this->db->lasterror()); + } else { + $num = $this->db->num_rows($result); + while ( $obj = $this->db->fetch_object($result) ) { + $obj_ret[] = $obj; + } + } + + return $obj_ret; + } + + + + /** + * Return list of invoices qualified to be replaced by another invoice. + * + * @param int $id Id of thirdparty + * + * @url GET {id}/getinvoicesqualifiedforreplacement + * + * @return array + * @throws 400 + * @throws 401 + * @throws 404 + * @throws 405 + */ + function getInvoicesQualifiedForReplacement($id) { + + if(! DolibarrApiAccess::$user->rights->facture->lire) { + throw new RestException(401); + } + if(empty($id)) { + throw new RestException(400, 'Thirdparty ID is mandatory'); + } + + if( ! DolibarrApi::_checkAccessToResource('societe',$id)) { + throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); + } + + /*$result = $this->thirdparty->fetch($id); + if( ! $result ) { + throw new RestException(404, 'Thirdparty not found'); + }*/ + + $invoice = new Facture($this->db); + $result = $invoice->list_replacable_invoices($id); + if( $result < 0) { + throw new RestException(405, $this->thirdparty->error); + } + + return $result; + } + + /** + * Return list of invoices qualified to be corrected by a credit note. + * Invoices matching the following rules are returned + * (validated + payment on process) or classified (payed completely or payed partialy) + not already replaced + not already a credit note + * + * @param int $id Id of thirdparty + * + * @url GET {id}/getinvoicesqualifiedforcreditnote + * + * @return array + * @throws 400 + * @throws 401 + * @throws 404 + * @throws 405 + */ + function getInvoicesQualifiedForCreditNote($id) { + + if(! DolibarrApiAccess::$user->rights->facture->lire) { + throw new RestException(401); + } + if(empty($id)) { + throw new RestException(400, 'Thirdparty ID is mandatory'); + } + + if( ! DolibarrApi::_checkAccessToResource('societe',$id)) { + throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); + } + + /*$result = $this->thirdparty->fetch($id); + if( ! $result ) { + throw new RestException(404, 'Thirdparty not found'); + }*/ + + $invoice = new Facture($this->db); + $result = $invoice->list_qualified_avoir_invoices($id); + if( $result < 0) { + throw new RestException(405, $this->thirdparty->error); + } + + return $result; + } + + /** * Clean sensible object datas * diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 65b1e19c537..5b203c71693 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -43,15 +43,38 @@ class Societe extends CommonObject public $element='societe'; public $table_element = 'societe'; public $fk_element='fk_soc'; + public $fieldsforcombobox='nom,name_alias'; protected $childtables=array("supplier_proposal"=>'SupplierProposal',"propal"=>'Proposal',"commande"=>'Order',"facture"=>'Invoice',"facture_rec"=>'RecurringInvoiceTemplate',"contrat"=>'Contract',"fichinter"=>'Fichinter',"facture_fourn"=>'SupplierInvoice',"commande_fournisseur"=>'SupplierOrder',"projet"=>'Project',"expedition"=>'Shipment',"prelevement_lignes"=>'DirectDebitRecord'); // To test if we can delete object protected $childtablesoncascade=array("societe_prices", "societe_log", "societe_address", "product_fournisseur_price", "product_customer_price_log", "product_customer_price", "socpeople", "adherent", "societe_rib", "societe_remise", "societe_remise_except", "societe_commerciaux", "categorie", "notify", "notify_def", "actioncomm"); - + public $picto = 'company'; /** * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe * @var int */ - protected $ismultientitymanaged = 1; + public $ismultientitymanaged = 1; + + + // BEGIN MODULEBUILDER PROPERTIES + /** + * @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor. + */ + public $fields=array( + 'rowid' =>array('type'=>'integer', 'label'=>'TechnicalID', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1, 'index'=>1, 'position'=>1, 'comment'=>'Id'), + 'nom' =>array('type'=>'varchar(128)', 'label'=>'Name', 'enabled'=>1, 'visible'=>1, 'notnull'=>1, 'showoncombobox'=>1, 'index'=>1, 'position'=>10, 'searchall'=>1, 'comment'=>'Reference of object'), + 'name_alias' =>array('type'=>'varchar(128)', 'label'=>'Name', 'enabled'=>1, 'visible'=>1, 'notnull'=>1, 'showoncombobox'=>1, 'index'=>1, 'position'=>10, 'searchall'=>1, 'comment'=>'Reference of object'), + 'entity' =>array('type'=>'integer', 'label'=>'Entity', 'enabled'=>1, 'visible'=>0, 'default'=>1, 'notnull'=>1, 'index'=>1, 'position'=>20), + 'note_public' =>array('type'=>'text', 'label'=>'NotePublic', 'enabled'=>1, 'visible'=>0, 'position'=>60), + 'note_private' =>array('type'=>'text', 'label'=>'NotePrivate', 'enabled'=>1, 'visible'=>0, 'position'=>61), + 'date_creation' =>array('type'=>'datetime', 'label'=>'DateCreation', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1, 'position'=>500), + 'tms' =>array('type'=>'timestamp', 'label'=>'DateModification', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1, 'position'=>501), + //'date_valid' =>array('type'=>'datetime', 'label'=>'DateCreation', 'enabled'=>1, 'visible'=>-2, 'position'=>502), + 'fk_user_creat' =>array('type'=>'integer', 'label'=>'UserAuthor', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1, 'position'=>510), + 'fk_user_modif' =>array('type'=>'integer', 'label'=>'UserModif', 'enabled'=>1, 'visible'=>-2, 'notnull'=>-1, 'position'=>511), + //'fk_user_valid' =>array('type'=>'integer', 'label'=>'UserValidation', 'enabled'=>1, 'visible'=>-1, 'position'=>512), + 'import_key' =>array('type'=>'varchar(14)', 'label'=>'ImportId', 'enabled'=>1, 'visible'=>-2, 'notnull'=>-1, 'index'=>1, 'position'=>1000), + ); + public $entity; @@ -368,6 +391,10 @@ class Societe extends CommonObject var $fk_multicurrency; var $multicurrency_code; + + // END MODULEBUILDER PROPERTIES + + /** * To contains a clone of this when we need to save old properties of object * @var Societe @@ -401,7 +428,7 @@ class Societe extends CommonObject * @param User $user Object of user that ask creation * @return int >= 0 if OK, < 0 if KO */ - function create($user) + function create(User $user) { global $langs,$conf,$mysoc; @@ -698,7 +725,7 @@ class Societe extends CommonObject /** * Update parameters of third party * - * @param int $id id societe + * @param int $id Id of company (deprecated, use 0 here and call update on an object loaded by a fetch) * @param User $user Utilisateur qui demande la mise a jour * @param int $call_trigger 0=non, 1=oui * @param int $allowmodcodeclient Inclut modif code client et code compta @@ -712,6 +739,8 @@ class Societe extends CommonObject global $langs,$conf,$hookmanager; require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; + if (empty($id)) $id = $this->id; + $error=0; dol_syslog(get_class($this)."::Update id=".$id." call_trigger=".$call_trigger." allowmodcodeclient=".$allowmodcodeclient." allowmodcodefournisseur=".$allowmodcodefournisseur); @@ -739,7 +768,7 @@ class Societe extends CommonObject $this->skype = trim($this->skype); $this->url = $this->url?clean_url($this->url,0):''; $this->note_private = trim($this->note_private); - $this->note_public = trim($this->note_public); + $this->note_public = trim($this->note_public); $this->idprof1 = trim($this->idprof1); $this->idprof2 = trim($this->idprof2); $this->idprof3 = trim($this->idprof3); @@ -855,7 +884,7 @@ class Societe extends CommonObject $sql .= ",url = ".(! empty($this->url)?"'".$this->db->escape($this->url)."'":"null"); $sql .= ",note_private = ".(! empty($this->note_private)?"'".$this->db->escape($this->note_private)."'":"null"); - $sql .= ",note_public = ".(! empty($this->note_public)?"'".$this->db->escape($this->note_public)."'":"null"); + $sql .= ",note_public = ".(! empty($this->note_public)?"'".$this->db->escape($this->note_public)."'":"null"); $sql .= ",siren = '". $this->db->escape($this->idprof1) ."'"; $sql .= ",siret = '". $this->db->escape($this->idprof2) ."'"; @@ -1434,11 +1463,11 @@ class Societe extends CommonObject // Fill $toute_categs array with an array of (type => array of ("Categorie" instance)) if ($this->client || $this->prospect) { - $toute_categs['societe'] = $static_cat->containing($this->id,Categorie::TYPE_CUSTOMER); + $toute_categs['customer'] = $static_cat->containing($this->id,Categorie::TYPE_CUSTOMER); } if ($this->fournisseur) { - $toute_categs['fournisseur'] = $static_cat->containing($this->id,Categorie::TYPE_SUPPLIER); + $toute_categs['supplier'] = $static_cat->containing($this->id,Categorie::TYPE_SUPPLIER); } // Remove each "Categorie" @@ -1981,9 +2010,10 @@ class Societe extends CommonObject $linkend=''; } - if ($withpicto) $result.=($linkstart.img_object(($notooltip?'':$label), 'company', ($notooltip?'':'class="classfortooltip valigntextbottom"'), 0, 0, $notooltip?0:1).$linkend); - if ($withpicto && $withpicto != 2) $result.=' '; - if ($withpicto != 2) $result.=$linkstart.($maxlen?dol_trunc($name,$maxlen):$name).$linkend; + $result.=$linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), ($this->picto?$this->picto:'generic'), ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip valigntextbottom"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.=($maxlen?dol_trunc($name,$maxlen):$name); + $result.=$linkend; return $result; } @@ -2057,7 +2087,7 @@ class Societe extends CommonObject if ($this->email && $addthirdparty) { if (empty($this->name)) $this->name=$this->nom; - $contact_emails['thirdparty']=$langs->trans("ThirdParty").': '.dol_trunc($this->name,16)." <".$this->email.">"; + $contact_emails['thirdparty']=$langs->transnoentitiesnoconv("ThirdParty").': '.dol_trunc($this->name,16)." <".$this->email.">"; } //var_dump($contact_emails) return $contact_emails; @@ -2078,7 +2108,7 @@ class Societe extends CommonObject { if (empty($this->name)) $this->name=$this->nom; // TODO: Tester si tel non deja present dans tableau contact - $contact_phone['thirdparty']=$langs->trans("ThirdParty").': '.dol_trunc($this->name,16)." <".$this->phone.">"; + $contact_phone['thirdparty']=$langs->transnoentitiesnoconv("ThirdParty").': '.dol_trunc($this->name,16)." <".$this->phone.">"; } return $contact_phone; } @@ -2088,7 +2118,7 @@ class Societe extends CommonObject * * @param string $mode 'email' or 'mobile' * @param int $hidedisabled 1=Hide contact if disabled - * @return array Array of contacts emails or mobile array(id=>'Name ') + * @return array Array of contacts emails or mobile. Example: array(id=>'Name ') */ function contact_property_array($mode='email', $hidedisabled=0) { @@ -2110,7 +2140,8 @@ class Societe extends CommonObject $sepa="("; $sepb=")"; if ($mode == 'email') { - $sepa="<"; $sepb=">"; + //$sepa="<"; $sepb=">"; + $sepa="<"; $sepb=">"; } $i = 0; while ($i < $nump) @@ -2125,8 +2156,8 @@ class Societe extends CommonObject { if (empty($property)) { - if ($mode == 'email') $property=$langs->trans("NoEMail"); - else if ($mode == 'mobile') $property=$langs->trans("NoMobilePhone"); + if ($mode == 'email') $property=$langs->transnoentitiesnoconv("NoEMail"); + else if ($mode == 'mobile') $property=$langs->transnoentitiesnoconv("NoMobilePhone"); } if (!empty($obj->poste)) @@ -3665,8 +3696,9 @@ class Societe extends CommonObject * Adds it to non existing supplied categories. * Existing categories are left untouch. * - * @param int[]|int $categories Category or categories IDs - * @param string $type Category type (customer or supplier) + * @param int[]|int $categories Category ID or array of Categories IDs + * @param string $type Category type ('customer' or 'supplier') + * @return int <0 if KO, >0 if OK */ public function setCategories($categories, $type) { @@ -3681,7 +3713,7 @@ class Societe extends CommonObject $type_text = 'supplier'; } else { dol_syslog(__METHOD__ . ': Type ' . $type . 'is an unknown company category type. Done nothing.', LOG_ERR); - return; + return -1; } // Handle single category @@ -3714,7 +3746,7 @@ class Societe extends CommonObject } } - return; + return 1; } diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php index 4c68e12583a..28bc5be225b 100644 --- a/htdocs/societe/consumption.php +++ b/htdocs/societe/consumption.php @@ -3,7 +3,7 @@ * Copyright (C) 2004-2016 Laurent Destailleur * Copyright (C) 2013-2015 Juanjo Menent * Copyright (C) 2015 Marcos García - * Copyright (C) 2015 Ferran Marcet + * Copyright (C) 2015-2017 Ferran Marcet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -245,7 +245,7 @@ if ($type_element == 'supplier_invoice') { // Supplier : Show products from invoices. require_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.facture.class.php'; $documentstatic=new FactureFournisseur($db); - $sql_select = 'SELECT f.rowid as doc_id, f.ref as doc_number, \'1\' as doc_type, f.datef as dateprint, f.fk_statut as status, '; + $sql_select = 'SELECT f.rowid as doc_id, f.ref as doc_number, \'1\' as doc_type, f.datef as dateprint, f.fk_statut as status, f.paye as paid, '; $tables_from = MAIN_DB_PREFIX."facture_fourn as f,".MAIN_DB_PREFIX."facture_fourn_det as d"; $where = " WHERE f.fk_soc = s.rowid AND s.rowid = ".$socid; $where.= " AND d.fk_facture_fourn = f.rowid"; diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index 2082bcfa552..974db015a2c 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -197,7 +197,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/societe/notify/card.php b/htdocs/societe/notify/card.php index 697ae315fb3..5733ffa9568 100644 --- a/htdocs/societe/notify/card.php +++ b/htdocs/societe/notify/card.php @@ -180,7 +180,7 @@ if ($result > 0) print ''; } - if ($object->fournisseur) + if (! empty($conf->fournisseur->enabled) && $object->fournisseur && ! empty($user->rights->fournisseur->lire)) { print '
                  '.$langs->trans('Supplier').''; - print yn($object->fournisseur); - print '
                  '.$langs->trans('Supplier').''; + print yn($object->fournisseur); + print '
                  '; print $langs->trans('SupplierCode').''; diff --git a/htdocs/societe/website.php b/htdocs/societe/website.php index ef8659016b1..c268f56922c 100644 --- a/htdocs/societe/website.php +++ b/htdocs/societe/website.php @@ -39,7 +39,7 @@ $langs->loadLangs(array("companies","website")); $search_status=GETPOST('search_status'); // Security check -$id = GETPOST('id','int'); +$id = GETPOST('id','int')?GETPOST('id','int'):GETPOST('socid','int'); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'societe', $socid, '&societe'); @@ -91,12 +91,13 @@ foreach($objectwebsiteaccount->fields as $key => $val) // If $val['visible']==0, then we never show the field if (! empty($val['visible'])) $arrayfields['t.'.$key]=array('label'=>$val['label'], 'checked'=>(($val['visible']<0)?0:1), 'enabled'=>$val['enabled']); } + // Extra fields if (is_array($extrafields->attribute_label) && count($extrafields->attribute_label)) { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } @@ -230,7 +231,7 @@ dol_fiche_end(); $morehtmlcenter = ''; if (! empty($conf->website->enabled)) { if (! empty($user->rights->societe->lire)) { - $morehtmlcenter .= '' . $langs->trans("AddWebsiteAccount") . ''; + $morehtmlcenter .= '' . $langs->trans("AddWebsiteAccount") . ''; } else { $morehtmlcenter .= '' . $langs->trans("AddAction") . ''; } @@ -254,10 +255,11 @@ $parameters=array(); $reshook=$hookmanager->executeHooks('printFieldListSelect', $parameters, $objectwebsiteaccount); // Note that $action and $object may have been modified by hook $sql.=$hookmanager->resPrint; $sql=preg_replace('/, $/','', $sql); -$sql.= " FROM ".MAIN_DB_PREFIX."websiteaccount as t"; +$sql.= " FROM ".MAIN_DB_PREFIX."website_account as t"; if (is_array($extrafields->attribute_label) && count($extrafields->attribute_label)) $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."websiteaccount_extrafields as ef on (t.rowid = ef.fk_object)"; -if ($objectwebsiteaccount->getIsmultientitymanaged() == 1) $sql.= " WHERE t.entity IN (".getEntity('websiteaccount').")"; +if ($objectwebsiteaccount->ismultientitymanaged == 1) $sql.= " WHERE t.entity IN (".getEntity('websiteaccount').")"; else $sql.=" WHERE 1 = 1"; +$sql.=" AND fk_soc = ".$object->id; foreach($search as $key => $val) { $mode_search=(($objectwebsiteaccount->isInt($objectwebsiteaccount->fields[$key]) || $objectwebsiteaccount->isFloat($objectwebsiteaccount->fields[$key]))?1:0); @@ -378,7 +380,6 @@ print ''; foreach($objectwebsiteaccount->fields as $key => $val) { - if (in_array($key, array('date_creation', 'tms', 'import_key', 'status'))) continue; $align=''; if (in_array($val['type'], array('date','datetime','timestamp'))) $align='center'; if (in_array($val['type'], array('timestamp'))) $align.=' nowrap'; @@ -412,16 +413,6 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab $parameters=array('arrayfields'=>$arrayfields); $reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $objectwebsiteaccount); // Note that $action and $object may have been modified by hook print $hookmanager->resPrint; -// Rest of fields search -foreach($objectwebsiteaccount->fields as $key => $val) -{ - if (! in_array($key, array('date_creation', 'tms', 'import_key', 'status'))) continue; - $align=''; - if (in_array($val['type'], array('date','datetime','timestamp'))) $align='center'; - if (in_array($val['type'], array('timestamp'))) $align.=' nowrap'; - if ($key == 'status') $align.=($align?' ':'').'center'; - if (! empty($arrayfields['t.'.$key]['checked'])) print ''; -} // Action column print ''."\n"; print ''; foreach($objectwebsiteaccount->fields as $key => $val) { - if (in_array($key, array('date_creation', 'tms', 'import_key', 'status'))) continue; $align=''; if (in_array($val['type'], array('date','datetime','timestamp'))) $align='center'; if (in_array($val['type'], array('timestamp'))) $align.='nowrap'; @@ -460,16 +450,6 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab $parameters=array('arrayfields'=>$arrayfields); $reshook=$hookmanager->executeHooks('printFieldListTitle', $parameters, $objectwebsiteaccount); // Note that $action and $object may have been modified by hook print $hookmanager->resPrint; -// Rest of fields title -foreach($objectwebsiteaccount->fields as $key => $val) -{ - if (! in_array($key, array('date_creation', 'tms', 'import_key', 'status'))) continue; - $align=''; - if (in_array($val['type'], array('date','datetime','timestamp'))) $align='center'; - if (in_array($val['type'], array('timestamp'))) $align.=' nowrap'; - if ($key == 'status') $align.=($align?' ':'').'center'; - if (! empty($arrayfields['t.'.$key]['checked'])) print getTitleFieldOfList($arrayfields['t.'.$key]['label'], 0, $_SERVER['PHP_SELF'], 't.'.$key, '', $param, ($align?'class="'.$align.'"':''), $sortfield, $sortorder, $align.' ')."\n"; -} print getTitleFieldOfList($selectedfields, 0, $_SERVER["PHP_SELF"],"",'','','align="center"',$sortfield,$sortorder,'maxwidthsearch ')."\n"; print ''."\n"; @@ -502,19 +482,17 @@ while ($i < min($num, $limit)) print ''; foreach($objectwebsiteaccount->fields as $key => $val) { - if (in_array($key, array('date_creation', 'tms', 'import_key', 'status'))) continue; // Discard some field output at end $align=''; if (in_array($val['type'], array('date','datetime','timestamp'))) $align='center'; if (in_array($val['type'], array('timestamp'))) $align.='nowrap'; if ($key == 'status') $align.=($align?' ':'').'center'; if (! empty($arrayfields['t.'.$key]['checked'])) { - print ''; - if (in_array($val['type'], array('date'))) print dol_print_date($db->jdate($obj->$key), 'day', 'tzuser'); - elseif (in_array($val['type'], array('datetime','timestamp'))) print dol_print_date($db->jdate($obj->$key), 'dayhour', 'tzuser'); - elseif ($key == 'ref') print $objectwebsiteaccount->getNomUrl(1, '', 0, '', 1); - elseif ($key == 'status') print $objectwebsiteaccount->getLibStatut(3); - else print $obj->$key; + print ''; + if ($key == 'login') print $objectwebsiteaccount->getNomUrl(1, '', 0, '', 1); + else print $objectwebsiteaccount->showOutputField($val, $key, $obj->$key, ''); print ''; if (! $i) $totalarray['nbfield']++; if (! empty($val['isameasure'])) @@ -531,12 +509,12 @@ while ($i < min($num, $limit)) { if (! empty($arrayfields["ef.".$key]['checked'])) { - print 'getAlignFlag($key); + print ''; $tmpkey='options_'.$key; - print $extrafields->showOutputField($key, $obj->$tmpkey, '', 1); + print $extrafields->showOutputField($key, $obj->$tmpkey, ''); print ''; if (! $i) $totalarray['nbfield']++; if (! empty($val['isameasure'])) @@ -551,30 +529,6 @@ while ($i < min($num, $limit)) $parameters=array('arrayfields'=>$arrayfields, 'obj'=>$obj); $reshook=$hookmanager->executeHooks('printFieldListValue', $parameters, $objectwebsiteaccount); // Note that $action and $object may have been modified by hook print $hookmanager->resPrint; - // Rest of fields - foreach($objectwebsiteaccount->fields as $key => $val) - { - if (! in_array($key, array('date_creation', 'tms', 'import_key', 'status'))) continue; // Keep only field not yet already output - $align=''; - if (in_array($val['type'], array('date','datetime','timestamp'))) $align.=($align?' ':'').'center'; - if (in_array($val['type'], array('timestamp'))) $align.=($align?' ':'').'nowrap'; - if ($key == 'status') $align.=($align?' ':'').'center'; - if (! empty($arrayfields['t.'.$key]['checked'])) - { - print ''; - if (in_array($val['type'], array('date'))) print dol_print_date($db->jdate($obj->$key), 'day', 'tzuser'); - elseif (in_array($val['type'], array('datetime','timestamp'))) print dol_print_date($db->jdate($obj->$key), 'dayhour', 'tzuser'); - elseif ($key == 'status') print $objectwebsiteaccount->getLibStatut(3); - else print $obj->$key; - print ''; - if (! $i) $totalarray['nbfield']++; - if (! empty($val['isameasure'])) - { - if (! $i) $totalarray['pos'][$totalarray['nbfield']]='t.'.$key; - $totalarray['val']['t.'.$key] += $obj->$key; - } - } - } // Action column print '\n"; $var=True; foreach($extrafields->attribute_type as $key => $value) { - + print ''; print "\n"; print "\n"; diff --git a/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php b/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php index 2b0a22c51fa..c8d6cf4cae1 100644 --- a/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php +++ b/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php @@ -39,7 +39,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); @@ -94,7 +94,7 @@ print "\n"; $var=True; foreach($extrafields->attribute_type as $key => $value) { - + print ''; print "\n"; print "\n"; diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php index cfdb94c42bb..75ea0cd12ed 100644 --- a/htdocs/supplier_proposal/card.php +++ b/htdocs/supplier_proposal/card.php @@ -930,11 +930,17 @@ if (empty($reshook)) $extralabels = $extrafields->fetch_name_optionals_label($object->table_element); $ret = $extrafields->setOptionalsFromPost($extralabels, $object, GETPOST('attribute')); if ($ret < 0) $error++; + if (! $error) { $result = $object->insertExtraFields(); - if ($result < 0) $error++; + if ($result < 0) + { + setEventMessages($object->error, $object->errors, 'errors'); + $error++; + } } + if ($error) $action = 'edit_extras'; } } diff --git a/htdocs/supplier_proposal/class/api_supplier_proposals.class.php b/htdocs/supplier_proposal/class/api_supplier_proposals.class.php new file mode 100644 index 00000000000..8cb883a2d9b --- /dev/null +++ b/htdocs/supplier_proposal/class/api_supplier_proposals.class.php @@ -0,0 +1,212 @@ + + * Copyright (C) 2016 Laurent Destailleur + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +use Luracast\Restler\RestException; + +require_once DOL_DOCUMENT_ROOT.'/supplier_proposal/class/supplier_proposal.class.php'; + + +/** + * API class for orders + * + * @access protected + * @class DolibarrApiAccess {@requires user,external} + */ +class Supplierproposals extends DolibarrApi +{ + + /** + * @var array $FIELDS Mandatory fields, checked when create and update object + */ + static $FIELDS = array( + 'socid' + ); + + /** + * @var supplier_proposal $supplier_proposal {@type supplier_proposal} + */ + public $supplier_proposal; + + /** + * Constructor + */ + function __construct() + { + global $db, $conf; + $this->db = $db; + $this->supplier_proposal = new SupplierProposal($this->db); + } + + /** + * Get properties of a supplier proposal (price request) object + * + * Return an array with supplier proposal informations + * + * @param int $id ID of supplier proposal + * @return array|mixed data without useless information + * + * @throws RestException + */ + function get($id) + { + if(! DolibarrApiAccess::$user->rights->supplier_proposal->lire) { + throw new RestException(401); + } + + $result = $this->supplier_proposal->fetch($id); + if( ! $result ) { + throw new RestException(404, 'Supplier Proposal not found'); + } + + if( ! DolibarrApi::_checkAccessToResource('supplier_proposal',$this->propal->id)) { + throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login); + } + + $this->supplier_proposal->fetchObjectLinked(); + return $this->_cleanObjectDatas($this->supplier_proposal); + } + + /** + * List supplier proposals + * + * Get a list of supplier proposals + * + * @param string $sortfield Sort field + * @param string $sortorder Sort order + * @param int $limit Limit for list + * @param int $page Page number + * @param string $thirdparty_ids Thirdparty ids to filter supplier proposals. {@example '1' or '1,2,3'} {@pattern /^[0-9,]*$/i} + * @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.ref:like:'SO-%') and (t.datec:<:'20160101')" + * @return array Array of order objects + */ + function index($sortfield = "t.rowid", $sortorder = 'ASC', $limit = 100, $page = 0, $thirdparty_ids = '', $sqlfilters = '') { + global $db, $conf; + + $obj_ret = array(); + + // case of external user, $thirdparty_ids param is ignored and replaced by user's socid + $socids = DolibarrApiAccess::$user->societe_id ? DolibarrApiAccess::$user->societe_id : $thirdparty_ids; + + // If the internal user must only see his customers, force searching by him + $search_sale = 0; + if (! DolibarrApiAccess::$user->rights->societe->client->voir && !$socids) $search_sale = DolibarrApiAccess::$user->id; + + $sql = "SELECT t.rowid"; + if ((!DolibarrApiAccess::$user->rights->societe->client->voir && !$socids) || $search_sale > 0) $sql .= ", sc.fk_soc, sc.fk_user"; // We need these fields in order to filter by sale (including the case where the user can only see his prospects) + $sql.= " FROM ".MAIN_DB_PREFIX."supplier_proposal as t"; + + if ((!DolibarrApiAccess::$user->rights->societe->client->voir && !$socids) || $search_sale > 0) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc"; // We need this table joined to the select in order to filter by sale + + $sql.= ' WHERE t.entity IN ('.getEntity('propal').')'; + if ((!DolibarrApiAccess::$user->rights->societe->client->voir && !$socids) || $search_sale > 0) $sql.= " AND t.fk_soc = sc.fk_soc"; + if ($socids) $sql.= " AND t.fk_soc IN (".$socids.")"; + if ($search_sale > 0) $sql.= " AND t.rowid = sc.fk_soc"; // Join for the needed table to filter by sale + // Insert sale filter + if ($search_sale > 0) + { + $sql .= " AND sc.fk_user = ".$search_sale; + } + // Add sql filters + if ($sqlfilters) + { + if (! DolibarrApi::_checkFilters($sqlfilters)) + { + throw new RestException(503, 'Error when validating parameter sqlfilters '.$sqlfilters); + } + $regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)'; + $sql.=" AND (".preg_replace_callback('/'.$regexstring.'/', 'DolibarrApi::_forge_criteria_callback', $sqlfilters).")"; + } + + $sql.= $db->order($sortfield, $sortorder); + if ($limit) { + if ($page < 0) + { + $page = 0; + } + $offset = $limit * $page; + + $sql.= $db->plimit($limit + 1, $offset); + } + + $result = $db->query($sql); + + if ($result) + { + $num = $db->num_rows($result); + $min = min($num, ($limit <= 0 ? $num : $limit)); + while ($i < $min) + { + $obj = $db->fetch_object($result); + $propal_static = new SupplierProposal($db); + if($propal_static->fetch($obj->rowid)) { + $obj_ret[] = $this->_cleanObjectDatas($propal_static); + } + $i++; + } + } + else { + throw new RestException(503, 'Error when retrieving supplier proposal list : '.$db->lasterror()); + } + if( ! count($obj_ret)) { + throw new RestException(404, 'No supplier proposal found'); + } + return $obj_ret; + } + + + /** + * Validate fields before create or update object + * + * @param array $data Array with data to verify + * @return array + * @throws RestException + */ + function _validate($data) + { + $propal = array(); + foreach (SupplierProposals::$FIELDS as $field) { + if (!isset($data[$field])) + throw new RestException(400, "$field field missing"); + $propal[$field] = $data[$field]; + + } + return $propal; + } + + + /** + * Clean sensible object datas + * + * @param object $object Object to clean + * @return array Array of cleaned object properties + */ + function _cleanObjectDatas($object) { + + $object = parent::_cleanObjectDatas($object); + + unset($object->name); + unset($object->lastname); + unset($object->firstname); + unset($object->civility_id); + unset($object->address); + unset($object->datec); + unset($object->datev); + + return $object; + } +} diff --git a/htdocs/supplier_proposal/class/supplier_proposal.class.php b/htdocs/supplier_proposal/class/supplier_proposal.class.php index a1d45d2d0c1..2b30b550f38 100644 --- a/htdocs/supplier_proposal/class/supplier_proposal.class.php +++ b/htdocs/supplier_proposal/class/supplier_proposal.class.php @@ -48,7 +48,7 @@ class SupplierProposal extends CommonObject public $table_element='supplier_proposal'; public $table_element_line='supplier_proposaldet'; public $fk_element='fk_supplier_proposal'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto='propal'; /** @@ -2414,12 +2414,11 @@ class SupplierProposal extends CommonObject $picto='supplier_proposal'; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), $this->picto, ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; - if ($withpicto) - $result.=($linkstart.img_object(($notooltip?'':$label), $picto, ($notooltip?'':'class="classfortooltip"'), 0, 0, $notooltip?0:1).$linkend); - if ($withpicto && $withpicto != 2) - $result.=' '; - $result.=$linkstart.$this->ref.$linkend; return $result; } diff --git a/htdocs/supplier_proposal/list.php b/htdocs/supplier_proposal/list.php index 9471e7efadc..d3ce6ce6a27 100644 --- a/htdocs/supplier_proposal/list.php +++ b/htdocs/supplier_proposal/list.php @@ -157,7 +157,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/theme/eldy/img/off.png b/htdocs/theme/eldy/img/off.png deleted file mode 100644 index f4217646b26..00000000000 Binary files a/htdocs/theme/eldy/img/off.png and /dev/null differ diff --git a/htdocs/theme/eldy/img/on.png b/htdocs/theme/eldy/img/on.png deleted file mode 100644 index 728bb393536..00000000000 Binary files a/htdocs/theme/eldy/img/on.png and /dev/null differ diff --git a/htdocs/theme/eldy/img/working2.gif b/htdocs/theme/eldy/img/working2.gif deleted file mode 100644 index bf0fc8f2167..00000000000 Binary files a/htdocs/theme/eldy/img/working2.gif and /dev/null differ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index d7cd32fb352..03825de4406 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -348,13 +348,16 @@ input.buttongen { vertical-align: middle; } input.buttonpayment { - min-width: 280px; + min-width: 290px; margin-bottom: 15px; background-image: none; line-height: 24px; padding: 8px; background: none; - border: 2px solid #666666; + padding-left: 30px; + text-align: ; + border: 2px solid #ccc; + background-color: #eee; } input.buttonpaymentcb { background-image: url(); @@ -445,7 +448,7 @@ input:-webkit-autofill { ::-moz-placeholder { color:#bbb; } /* firefox 19+ */ :-ms-input-placeholder { color:#ccc; } /* ie */ input:-moz-placeholder { color:#ccc; } -input[name=weight], input[name=volume], input[name=surface], input[name=sizeheight] { margin-right: 6px; } +input[name=weight], input[name=volume], input[name=surface], input[name=sizeheight], select[name=incoterm_id] { margin-right: 6px; } input[name=surface] { margin-right: 4px; } fieldset { border: 1px solid #AAAAAA !important; } .legendforfieldsetstep { padding-bottom: 10px; } @@ -661,6 +664,10 @@ div.myavailability { padding-top: 4px; padding-bottom: 4px; } +.paddingtopbottom { + padding-top: 10px; + padding-bottom: 10px; +} .checkallactions { /* vertical-align: text-bottom; margin-top: 6px; */ @@ -695,8 +702,8 @@ div.myavailability { text-overflow: ellipsis; white-space: nowrap; } -.tdoverflowmax200 { /* For tdoverflow, the max-midth become a minimum ! */ - max-width: 200px; +.tdoverflowmax150 { /* For tdoverflow, the max-midth become a minimum ! */ + max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @@ -1590,7 +1597,7 @@ $mainmenuusedarray=array_unique(explode(',',$mainmenuused)); $generic=1; // Put here list of menu entries when the div.mainmenu.menuentry was previously defined -$divalreadydefined=array('home','companies','products','commercial','externalsite','accountancy','project','tools','members','agenda','ftp','holiday','hrm','bookmark','cashdesk','ecm','geoipmaxmind','gravatar','clicktodial','paypal','stripe','webservices','websites'); +$divalreadydefined=array('home','companies','products','commercial','externalsite','accountancy','project','tools','members','agenda','ftp','holiday','hrm','bookmark','cashdesk','ecm','geoipmaxmind','gravatar','clicktodial','paypal','stripe','webservices','website'); // Put here list of menu entries we are sure we don't want $divnotrequired=array('multicurrency','salaries','margin','opensurvey','paybox','expensereport','incoterm','prelevement','propal','workflow','notification','supplier_proposal','cron','product','productbatch','expedition'); foreach($mainmenuusedarray as $val) @@ -1749,6 +1756,9 @@ table.login_table_securitycode tr td { max-height: 90px; } +div.backgroundsemitransparent { + background:rgba(255,255,255,0.6); +} div.login_block { position: absolute; text-align: ; @@ -2224,7 +2234,7 @@ span.butAction, span.butActionDelete { .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active { text-decoration: none; - margin: 0em em; + margin: 0em em !important; padding: 0.6em em; font-family: ; font-weight: normal; @@ -3287,8 +3297,10 @@ table.valid { z-index: 3000; } +div.ui-tooltip { + max-width: px !important; +} .mytooltip { - width: px; border-top: solid 1px #BBBBBB; border-: solid 1px #BBBBBB; border-: solid 1px #444444; @@ -3312,6 +3324,8 @@ img.datecallink { padding-left: 2px !important; padding-right: 2px !important; } .ui-datepicker-trigger { vertical-align: middle; cursor: pointer; + padding-left: 2px; + padding-right: 2px; } .bodyline { @@ -3464,6 +3478,10 @@ a.websitebuttonsitepreviewdisabled img { /* Module agenda */ /* ============================================================================== */ +.dayevent .tagtr:first-of-type { + height: 24px; +} + .agendacell { height: 60px; } table.cal_month { border-spacing: 0px; } table.cal_month td:first-child { border-left: 0px; } @@ -4178,6 +4196,9 @@ div.dataTables_length select { /* Select2 */ /* ============================================================================== */ +.select2-container--default .select2-selection--single .select2-selection__rendered { + color: unset; +} .select2-default { color: #999 !important; /*opacity: 0.2;*/ @@ -4314,9 +4335,6 @@ a span.select2-chosen .select2-results { max-height: 400px; } -.css-searchselectcombo ul.select2-results { - max-height: none; -} .select2-container.select2-container-disabled .select2-choice, .select2-container-multi.select2-container-disabled .select2-choices { background-color: #FFFFFF; background-image: none; diff --git a/htdocs/theme/md/img/off.png b/htdocs/theme/md/img/off.png deleted file mode 100644 index 9bab123aca7..00000000000 Binary files a/htdocs/theme/md/img/off.png and /dev/null differ diff --git a/htdocs/theme/md/img/on.png b/htdocs/theme/md/img/on.png deleted file mode 100644 index 7d0344d4dbb..00000000000 Binary files a/htdocs/theme/md/img/on.png and /dev/null differ diff --git a/htdocs/theme/md/img/working2.gif b/htdocs/theme/md/img/working2.gif deleted file mode 100644 index bf0fc8f2167..00000000000 Binary files a/htdocs/theme/md/img/working2.gif and /dev/null differ diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index ffc6cc1a2c6..92f5f44b64f 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -345,13 +345,16 @@ input.buttongen { vertical-align: middle; } input.buttonpayment { - min-width: 280px; + min-width: 290px; margin-bottom: 15px; background-image: none; line-height: 24px; padding: 8px; background: none; - border: 2px solid #666666; + padding-left: 30px; + text-align: ; + border: 2px solid #ccc; + background-color: #eee; } input.buttonpaymentcb { background-image: url(); @@ -455,7 +458,8 @@ input:-webkit-autofill { ::-moz-placeholder { color:#bbb; } /* firefox 19+ */ :-ms-input-placeholder { color:#ccc; } /* ie */ input:-moz-placeholder { color:#ccc; } - +input[name=weight], input[name=volume], input[name=surface], input[name=sizeheight], select[name=incoterm_id] { margin-right: 6px; } +input[name=surface] { margin-right: 4px; } fieldset { border: 1px solid #AAAAAA !important; } .legendforfieldsetstep { padding-bottom: 10px; } @@ -667,6 +671,10 @@ div.myavailability { padding-top: 4px; padding-bottom: 4px; } +.paddingtopbottom { + padding-top: 10px; + padding-bottom: 10px; +} .checkallactions { /*vertical-align: text-bottom; margin-top: 6px;*/ @@ -701,8 +709,8 @@ div.myavailability { text-overflow: ellipsis; white-space: nowrap; } -.tdoverflowmax200 { /* For tdoverflow, the max-midth become a minimum ! */ - max-width: 200px; +.tdoverflowmax150 { /* For tdoverflow, the max-midth become a minimum ! */ + max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @@ -1114,6 +1122,10 @@ div.login_block { top: auto; z-index: 90; } + +div.backgroundsemitransparent { + background:rgba(255,255,255,0.6); +} div.login_block { /* position: initial !important;*/ display: none; @@ -1626,7 +1638,7 @@ $mainmenuusedarray=array_unique(explode(',',$mainmenuused)); $generic=1; // Put here list of menu entries when the div.mainmenu.menuentry was previously defined -$divalreadydefined=array('home','companies','products','commercial','externalsite','accountancy','project','tools','members','agenda','ftp','holiday','hrm','bookmark','cashdesk','ecm','geoipmaxmind','gravatar','clicktodial','paypal','stripe','webservices','websites'); +$divalreadydefined=array('home','companies','products','commercial','externalsite','accountancy','project','tools','members','agenda','ftp','holiday','hrm','bookmark','cashdesk','ecm','geoipmaxmind','gravatar','clicktodial','paypal','stripe','webservices','website'); // Put here list of menu entries we are sure we don't want $divnotrequired=array('multicurrency','salaries','margin','opensurvey','paybox','expensereport','incoterm','prelevement','propal','workflow','notification','supplier_proposal','cron','product','productbatch','expedition'); foreach($mainmenuusedarray as $val) @@ -3381,6 +3393,10 @@ table.valid { z-index: 3000; } +div.ui-tooltip { + max-width: px !important; +} + .mytooltip { width: px; border-top: solid 1px #BBBBBB; @@ -3404,6 +3420,8 @@ img.datecallink { padding-left: 2px !important; padding-right: 2px !important; } .ui-datepicker-trigger { vertical-align: middle; cursor: pointer; + padding-left: 2px; + padding-right: 2px; } .bodyline { @@ -3557,6 +3575,9 @@ a.websitebuttonsitepreviewdisabled img { /* Module agenda */ /* ============================================================================== */ +.dayevent .tagtr:first-of-type { + height: 24px; +} .agendacell { height: 60px; } table.cal_month { border-spacing: 0px; } table.cal_month td:first-child { border-left: 0px; } @@ -4198,6 +4219,9 @@ div.dataTables_length select { /* Select2 */ /* ============================================================================== */ +.select2-container--default .select2-selection--single .select2-selection__rendered { + color: unset; +} .select2-container .select2-choice { border-bottom: 1px solid #ccc; } @@ -4331,9 +4355,6 @@ a span.select2-chosen .select2-results { max-height: 400px; } -.css-searchselectcombo ul.select2-results { - max-height: none; -} .select2-container.select2-container-disabled .select2-choice, .select2-container-multi.select2-container-disabled .select2-choices { background-color: #FFFFFF; background-image: none; diff --git a/htdocs/user/admin/group_extrafields.php b/htdocs/user/admin/group_extrafields.php index 8dad702935f..0f11c3cd141 100644 --- a/htdocs/user/admin/group_extrafields.php +++ b/htdocs/user/admin/group_extrafields.php @@ -38,7 +38,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/user/admin/user_extrafields.php b/htdocs/user/admin/user_extrafields.php index 28bf22da654..b38f64c4600 100644 --- a/htdocs/user/admin/user_extrafields.php +++ b/htdocs/user/admin/user_extrafields.php @@ -37,7 +37,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); diff --git a/htdocs/user/agenda_extsites.php b/htdocs/user/agenda_extsites.php index 255b476eb61..5b9e62c21df 100644 --- a/htdocs/user/agenda_extsites.php +++ b/htdocs/user/agenda_extsites.php @@ -68,7 +68,8 @@ if (($object->id != $user->id) && (! $user->rights->user->user->lire)) accessforbidden(); // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context -$hookmanager->initHooks(array('usercard','globalcard')); +$contextpage=array('usercard','useragenda','globalcard'); +$hookmanager->initHooks($contextpage); /* * Actions diff --git a/htdocs/user/card.php b/htdocs/user/card.php index 09b2fb5b12c..5532bb8137b 100644 --- a/htdocs/user/card.php +++ b/htdocs/user/card.php @@ -48,19 +48,13 @@ if (! empty($conf->adherent->enabled)) require_once DOL_DOCUMENT_ROOT.'/adherent if (! empty($conf->categorie->enabled)) require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php'; $id = GETPOST('id','int'); -$action = GETPOST('action','alpha'); +$action = GETPOST('action','aZ09'); $mode = GETPOST('mode','alpha'); $confirm = GETPOST('confirm','alpha'); $subaction = GETPOST('subaction','alpha'); $group = GETPOST("group","int",3); $cancel = GETPOST('cancel','alpha'); -// Users/Groups management only in master entity if transverse mode -if (($action == 'create' || $action == 'adduserldap') && ! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE) -{ - accessforbidden(); -} - // Define value to know what current user can do on users $canadduser=(! empty($user->admin) || $user->rights->user->user->creer); $canreaduser=(! empty($user->admin) || $user->rights->user->user->lire); @@ -106,7 +100,8 @@ $extrafields = new ExtraFields($db); $extralabels=$extrafields->fetch_name_optionals_label($object->table_element); // Initialize technical object to manage hooks. Note that conf->hooks_modules contains array -$hookmanager->initHooks(array('usercard','globalcard')); +$contextpage=array('usercard','globalcard'); +$hookmanager->initHooks($contextpage); @@ -114,7 +109,7 @@ $hookmanager->initHooks(array('usercard','globalcard')); * Actions */ -$parameters=array('id'=>$socid); +$parameters=array('id' => $id, 'socid' => $socid, 'group' => $group, 'caneditgroup' => $caneditgroup); $reshook=$hookmanager->executeHooks('doActions',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); @@ -279,7 +274,7 @@ if (empty($reshook)) { } // Action add usergroup - if (($action == 'addgroup' || $action == 'removegroup') && $caneditfield) + if (($action == 'addgroup' || $action == 'removegroup') && $caneditgroup) { if ($group) { @@ -289,10 +284,10 @@ if (empty($reshook)) { $object->fetch($id); if ($action == 'addgroup') { - $result = $object->SetInGroup($group, (! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE) ? GETPOST('entity', 'int') : $editgroup->entity)); + $result = $object->SetInGroup($group, $editgroup->entity); } if ($action == 'removegroup') { - $result = $object->RemoveFromGroup($group, (! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE) ? GETPOST('entity', 'int') : $editgroup->entity)); + $result = $object->RemoveFromGroup($group, $editgroup->entity); } if ($result > 0) { @@ -1706,7 +1701,7 @@ else include DOL_DOCUMENT_ROOT.'/core/tpl/card_presend.tpl.php'; - if (GETPOST('action','aZ09') != 'presend' && GETPOST('action','aZ09') != 'send') + if ($action != 'presend' && $action != 'send') { /* * List of groups of user @@ -1724,12 +1719,9 @@ else if (! empty($groupslist)) { - if (! (! empty($conf->multicompany->enabled) && ! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE))) + foreach($groupslist as $groupforuser) { - foreach($groupslist as $groupforuser) - { - $exclude[]=$groupforuser->id; - } + $exclude[]=$groupforuser->id; } } @@ -1741,99 +1733,61 @@ else } print '
                  '; $searchpicto=$form->showFilterButtons(); @@ -435,7 +426,6 @@ print '
                  '; if ($massactionbutton || $massaction) // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined diff --git a/htdocs/stripe/config.php b/htdocs/stripe/config.php index 9aaed7cf0b9..9f5f0e4de96 100644 --- a/htdocs/stripe/config.php +++ b/htdocs/stripe/config.php @@ -33,19 +33,19 @@ global $conf; //use \includes\stripe as stripe; $stripe = array(); -if (empty($conf->global->STRIPE_LIVE)) +if (empty($conf->global->STRIPE_LIVE) || GETPOST('forcesandbox','alpha')) { $stripe = array( "secret_key" => $conf->global->STRIPE_TEST_SECRET_KEY, "publishable_key" => $conf->global->STRIPE_TEST_PUBLISHABLE_KEY ); } -else +else { $stripe = array( "secret_key" => $conf->global->STRIPE_LIVE_SECRET_KEY, "publishable_key" => $conf->global->STRIPE_LIVE_PUBLISHABLE_KEY - ); + ); } require_once DOL_DOCUMENT_ROOT."/includes/stripe/lib/Stripe.php"; diff --git a/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php b/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php index 8d6d437f466..0e84519e406 100644 --- a/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php +++ b/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php @@ -32,7 +32,7 @@ $form = new Form($db); // List of supported format $tmptype2label=ExtraFields::$type2label; $type2label=array(''); -foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val); +foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val); $action=GETPOST('action', 'alpha'); $attrname=GETPOST('attrname', 'alpha'); @@ -90,7 +90,7 @@ print "
                  ".$extrafields->attribute_pos[$key]."".$extrafields->attribute_label[$key]."
                  ".$extrafields->attribute_label[$key]."".$key."
                  '."\n"; - print ''."\n"; - if (! empty($conf->multicompany->enabled) && ! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE) && $conf->entity == 1 && $user->admin && ! $user->entity) + + // Other form for add user to group + $parameters=array('caneditgroup' => $caneditgroup, 'groupslist' => $groupslist, 'exclude' => $exclude); + $reshook=$hookmanager->executeHooks('formAddUserToGroup',$parameters,$object,$action); // Note that $action and $object may have been modified by hook + print $hookmanager->resPrint; + + if (empty($reshook)) { - print ''."\n"; + print ''."\n"; + + /* + * Groups assigned to user + */ + if (! empty($groupslist)) + { + foreach($groupslist as $group) { - if ($conf->entity == 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE) + print ''; + print ''; - print "'."\n"; - - /* - * Groups assigned to user - */ - if (! empty($groupslist)) - { - foreach($groupslist as $group) - { - - - print ''; - print ''; - if (! empty($conf->multicompany->enabled) && ! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE) && $conf->entity == 1 && $user->admin && ! $user->entity) - { - print ''; + print '\n"; } - print '\n"; } - } - else - { - print ''; + else + { + print ''; + } } print "
                  '.$langs->trans("Groups").''.$langs->trans("Entity").''; - } - print ''; - if ($caneditgroup) - { - // Users/Groups management only in master entity if transverse mode - if (! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE) - { - // nothing - } - else + print '
                  '.$langs->trans("Groups").''; + if ($caneditgroup) { print $form->select_dolgroups('', 'group', 1, $exclude, 0, '', '', $object->entity); print '   '; - // Multicompany - if (! empty($conf->multicompany->enabled)) + print ''; + print ''; + } + print '
                  '; + if ($caneditgroup) { - print ''.$langs->trans("Entity").'".$mc->select_entities($conf->entity); + print ''.img_object($langs->trans("ShowGroup"),"group").' '.$group->name.''; } else { - print ''; + print img_object($langs->trans("ShowGroup"),"group").' '.$group->name; } - } - else - { - print ''; - } - print ''; - } - } - print '
                  '; - if ($caneditgroup) - { - print ''.img_object($langs->trans("ShowGroup"),"group").' '.$group->name.''; - } - else - { - print img_object($langs->trans("ShowGroup"),"group").' '.$group->name; - } - print ''; - if (! empty($group->usergroup_entity)) + print ''; + if ($caneditgroup) { - $nb=0; - foreach($group->usergroup_entity as $group_entity) - { - $mc->getInfo($group_entity); - print ($nb > 0 ? ', ' : '').$mc->label; - print ''; - print img_delete($langs->trans("RemoveFromGroup")); - print ''; - $nb++; - } + print ''; + print img_delete($langs->trans("RemoveFromGroup")); + print ''; } + else + { + print " "; + } + print "
                  '; - if ($caneditgroup && empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE)) - { - print ''; - print img_delete($langs->trans("RemoveFromGroup")); - print ''; - } - else - { - print " "; - } - print "
                  '.$langs->trans("None").'
                  '.$langs->trans("None").'
                  "; diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index 3a7894c050b..b9e7378bd31 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -40,7 +40,7 @@ class User extends CommonObject { public $element='user'; public $table_element='user'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $id=0; public $ldap_sid; @@ -163,7 +163,8 @@ class User extends CommonObject } /** - * Load a user from database with its id or ref (login) + * Load a user from database with its id or ref (login). + * This function does not load permissions, only user properties. Use getrights() for this just after the fetch. * * @param int $id If defined, id to used for search * @param string $login If defined, login to used for search @@ -2130,7 +2131,7 @@ class User extends CommonObject if ($add_save_lastsearch_values) $url.='&save_lastsearch_values=1'; } - $link='executeHooks('getnomurltooltip',$parameters,$this,$action); // Note that $action and $object may have been modified by some hooks if ($reshook > 0) $linkclose = $hookmanager->resPrint; - $link.=$linkclose.'>'; + $linkstart.=$linkclose.'>'; $linkend=''; //if ($withpictoimg == -1) $result.='
                  '; - $result.=$link; + $result.=$linkstart; if ($withpictoimg) { $paddafterimage=''; @@ -2184,7 +2185,7 @@ class User extends CommonObject } /** - * Renvoie login clicable (avec eventuellement le picto) + * Return clickable link of login (eventualy with picto) * * @param int $withpicto Include picto into link * @param string $option Sur quoi pointe le lien @@ -2196,17 +2197,19 @@ class User extends CommonObject $result=''; - $link = ''; + $linkstart = ''; $linkend=''; if ($option == 'xxx') { - $link = ''; + $linkstart = ''; $linkend=''; } - if ($withpicto) $result.=($link.img_object($langs->trans("ShowUser"),'user').$linkend.' '); - $result.=$link.$this->login.$linkend; + $result.=$linkstart; + if ($withpicto) $result.=img_object($langs->trans("ShowUser"), 'user', 'class="paddingright"'); + $result.=$this->login; + $result.=$linkend; return $result; } diff --git a/htdocs/user/class/usergroup.class.php b/htdocs/user/class/usergroup.class.php index d0a82972325..7c326097669 100644 --- a/htdocs/user/class/usergroup.class.php +++ b/htdocs/user/class/usergroup.class.php @@ -36,7 +36,7 @@ class UserGroup extends CommonObject { public $element='usergroup'; public $table_element='usergroup'; - protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe public $picto='group'; public $entity; // Entity of group diff --git a/htdocs/user/document.php b/htdocs/user/document.php index bc4727feaa8..27cf4eb757a 100644 --- a/htdocs/user/document.php +++ b/htdocs/user/document.php @@ -94,7 +94,8 @@ if ($id > 0 || ! empty($ref)) } // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context -$hookmanager->initHooks(array('usercard','globalcard')); +$contextpage=array('usercard','userdoc','globalcard'); +$hookmanager->initHooks($contextpage); /* @@ -135,7 +136,7 @@ if ($object->id) if ($user->rights->user->user->lire || $user->admin) { $linkback = ''.$langs->trans("BackToList").''; } - + dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin); print '
                  '; @@ -163,7 +164,7 @@ if ($object->id) print '
                  '; print '
                  '; - + dol_fiche_end(); diff --git a/htdocs/user/group/card.php b/htdocs/user/group/card.php index a54c29ca8d7..0e2d77f749e 100644 --- a/htdocs/user/group/card.php +++ b/htdocs/user/group/card.php @@ -65,159 +65,167 @@ $extrafields = new ExtraFields($db); // fetch optionals attributes and labels $extralabels=$extrafields->fetch_name_optionals_label($object->table_element); -$hookmanager->initHooks(array('groupcard','globalcard')); +// Initialize technical object to manage hooks. Note that conf->hooks_modules contains array +$contextpage=array('groupcard','globalcard'); +$hookmanager->initHooks($contextpage); /** - * Action remove group + * Actions */ -if ($action == 'confirm_delete' && $confirm == "yes") -{ - if ($caneditperms) - { - $object->fetch($id); - $object->delete(); - header("Location: index.php"); - exit; - } - else - { - $langs->load("errors"); - setEventMessages($langs->trans('ErrorForbidden'), null, 'errors'); - } -} -/** - * Action add group - */ -if ($action == 'add') -{ - if ($caneditperms) - { - if (! $_POST["nom"]) { - setEventMessages($langs->trans("NameNotDefined"), null, 'errors'); - $action="create"; // Go back to create page - } else { - $object->nom = trim($_POST["nom"]); // For backward compatibility - $object->name = trim($_POST["nom"]); - $object->note = trim($_POST["note"]); +$parameters=array('id' => $id, 'userid' => $userid, 'caneditperms' => $caneditperms); +$reshook=$hookmanager->executeHooks('doActions',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks +if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); - // Fill array 'array_options' with data from add form - $ret = $extrafields->setOptionalsFromPost($extralabels,$object); - if ($ret < 0) $error++; +if (empty($reshook)) { - if (! empty($conf->multicompany->enabled) && ! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE)) $object->entity = 0; - else $object->entity = $_POST["entity"]; + // Action remove group + if ($action == 'confirm_delete' && $confirm == "yes") + { + if ($caneditperms) + { + $object->fetch($id); + $object->delete(); + header("Location: index.php"); + exit; + } + else + { + $langs->load("errors"); + setEventMessages($langs->trans('ErrorForbidden'), null, 'errors'); + } + } - $db->begin(); + // Action add group + if ($action == 'add') + { + if ($caneditperms) + { + if (! $_POST["nom"]) { + setEventMessages($langs->trans("NameNotDefined"), null, 'errors'); + $action="create"; // Go back to create page + } else { + $object->nom = trim($_POST["nom"]); // For backward compatibility + $object->name = trim($_POST["nom"]); + $object->note = trim($_POST["note"]); - $id = $object->create(); + // Fill array 'array_options' with data from add form + $ret = $extrafields->setOptionalsFromPost($extralabels,$object); + if ($ret < 0) $error++; - if ($id > 0) - { - $db->commit(); + if (! empty($conf->multicompany->enabled) && ! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE)) $object->entity = 0; + else $object->entity = $_POST["entity"]; - header("Location: ".$_SERVER['PHP_SELF']."?id=".$object->id); - exit; - } - else - { - $db->rollback(); + $db->begin(); - $langs->load("errors"); - setEventMessages($langs->trans("ErrorGroupAlreadyExists",$object->name), null, 'errors'); - $action="create"; // Go back to create page - } - } - } - else - { - $langs->load("errors"); - setEventMessages($langs->trans('ErrorForbidden'), null, 'errors'); - } -} + $id = $object->create(); + + if ($id > 0) + { + $db->commit(); + + header("Location: ".$_SERVER['PHP_SELF']."?id=".$object->id); + exit; + } + else + { + $db->rollback(); + + $langs->load("errors"); + setEventMessages($langs->trans("ErrorGroupAlreadyExists",$object->name), null, 'errors'); + $action="create"; // Go back to create page + } + } + } + else + { + $langs->load("errors"); + setEventMessages($langs->trans('ErrorForbidden'), null, 'errors'); + } + } + + // Add/Remove user into group + if ($action == 'adduser' || $action =='removeuser') + { + if ($caneditperms) + { + if ($userid > 0) + { + $object->fetch($id); + $object->oldcopy = clone $object; + + $edituser = new User($db); + $edituser->fetch($userid); + if ($action == 'adduser') $result=$edituser->SetInGroup($object->id,$object->entity); + if ($action == 'removeuser') $result=$edituser->RemoveFromGroup($object->id,$object->entity); + + if ($result > 0) + { + header("Location: ".$_SERVER['PHP_SELF']."?id=".$object->id); + exit; + } + else + { + setEventMessages($edituser->error, $edituser->errors, 'errors'); + } + } + } + else + { + $langs->load("errors"); + setEventMessages($langs->trans('ErrorForbidden'), null, 'errors'); + } + } + + + if ($action == 'update') + { + if ($caneditperms) + { + $db->begin(); + + $object->fetch($id); -// Add/Remove user into group -if ($action == 'adduser' || $action =='removeuser') -{ - if ($caneditperms) - { - if ($userid > 0) - { - $object->fetch($id); $object->oldcopy = clone $object; - $edituser = new User($db); - $edituser->fetch($userid); - if ($action == 'adduser') $result=$edituser->SetInGroup($object->id,(! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE)?GETPOST('entity','int'):$object->entity)); - if ($action == 'removeuser') $result=$edituser->RemoveFromGroup($object->id,(! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE)?GETPOST('entity','int'):$object->entity)); + $object->name = trim($_POST["group"]); + $object->nom = $object->name; // For backward compatibility + $object->note = dol_htmlcleanlastbr($_POST["note"]); - if ($result > 0) - { - header("Location: ".$_SERVER['PHP_SELF']."?id=".$object->id); - exit; - } - else - { - setEventMessages($edituser->error, $edituser->errors, 'errors'); - } - } - } - else - { - $langs->load("errors"); - setEventMessages($langs->trans('ErrorForbidden'), null, 'errors'); - } + // Fill array 'array_options' with data from add form + $ret = $extrafields->setOptionalsFromPost($extralabels,$object); + if ($ret < 0) $error++; + + if (! empty($conf->multicompany->enabled) && ! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE)) $object->entity = 0; + else $object->entity = $_POST["entity"]; + + $ret=$object->update(); + + if ($ret >= 0 && ! count($object->errors)) + { + setEventMessages($langs->trans("GroupModified"), null, 'mesgs'); + $db->commit(); + } + else + { + setEventMessages($object->error, $object->errors, 'errors'); + $db->rollback(); + } + } + else + { + $langs->load("errors"); + setEventMessages($langs->trans('ErrorForbidden'), null, 'mesgs'); + } + } + + // Actions to build doc + $upload_dir = $conf->usergroup->dir_output; + $permissioncreate=$user->rights->user->user->creer; + include DOL_DOCUMENT_ROOT.'/core/actions_builddoc.inc.php'; } -if ($action == 'update') -{ - if ($caneditperms) - { - $db->begin(); - - $object->fetch($id); - - $object->oldcopy = clone $object; - - $object->name = trim($_POST["group"]); - $object->nom = $object->name; // For backward compatibility - $object->note = dol_htmlcleanlastbr($_POST["note"]); - - // Fill array 'array_options' with data from add form - $ret = $extrafields->setOptionalsFromPost($extralabels,$object); - if ($ret < 0) $error++; - - if (! empty($conf->multicompany->enabled) && ! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE)) $object->entity = 0; - else $object->entity = $_POST["entity"]; - - $ret=$object->update(); - - if ($ret >= 0 && ! count($object->errors)) - { - setEventMessages($langs->trans("GroupModified"), null, 'mesgs'); - $db->commit(); - } - else - { - setEventMessages($object->error, $object->errors, 'errors'); - $db->rollback(); - } - } - else - { - $langs->load("errors"); - setEventMessages($langs->trans('ErrorForbidden'), null, 'mesgs'); - } -} - -// Actions to build doc -$upload_dir = $conf->usergroup->dir_output; -$permissioncreate=$user->rights->user->user->creer; -include DOL_DOCUMENT_ROOT.'/core/actions_builddoc.inc.php'; - - - /* * View */ @@ -384,117 +392,87 @@ else // On selectionne les users qui ne sont pas deja dans le groupe $exclude = array(); - if (! empty($object->members)) - { - if (! (! empty($conf->multicompany->enabled) && ! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE))) - { - foreach($object->members as $useringroup) - { - $exclude[]=$useringroup->id; - } - } - } - - if ($caneditperms) - { - print '
                  '."\n"; - print ''; - print ''; - print ''."\n"; - print ''."\n"; - print ''; - print "'."\n"; - print '
                  '.$langs->trans("NonAffectedUsers").''; - print $form->select_dolusers('', 'user', 1, $exclude, 0, '', '', $object->entity, 0, 0, '', 0, '', 'maxwidth300'); - print '   '; - // Multicompany - if (! empty($conf->multicompany->enabled) && is_object($mc)) - { - if ($conf->entity == 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE) - { - print ''.$langs->trans("Entity").'".$mc->select_entities($conf->entity); - } - else - { - print ''; - } - } - else - { - print ''; - } - print ''; - print '
                  '."\n"; - print '
                  '; - } - - /* - * Group members - */ - print ''; - print ''; - print ''; - print ''; - print ''; - if (! empty($conf->multicompany->enabled) && $conf->entity == 1) - { - print ''; - } - print ''; - print ''; - print "\n"; - if (! empty($object->members)) { foreach($object->members as $useringroup) { - print ''; - print ''; - print ''; - print ''; - if (! empty($conf->multicompany->enabled) && is_object($mc) && ! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE) && $conf->entity == 1 && $user->admin && ! $user->entity) - { - print ''; - } - print ''; - print '\n"; + $exclude[]=$useringroup->id; } - } - else - { - print ''; - } - print "
                  '.$langs->trans("Login").''.$langs->trans("Lastname").''.$langs->trans("Firstname").''.$langs->trans("Entity").''.$langs->trans("Status").' 
                  '; - print $useringroup->getNomUrl(-1, '', 0, 0, 24, 0, 'login'); - if ($useringroup->admin && ! $useringroup->entity) print img_picto($langs->trans("SuperAdministrator"),'redstar'); - else if ($useringroup->admin) print img_picto($langs->trans("Administrator"),'star'); - print ''.$useringroup->lastname.''.$useringroup->firstname.''; - if (! empty($useringroup->usergroup_entity)) - { - $nb=0; - foreach($useringroup->usergroup_entity as $group_entity) - { - $mc->getInfo($group_entity); - print ($nb > 0 ? ', ' : '').$mc->label; - print ''; - print img_delete($langs->trans("RemoveFromGroup")); - print ''; - $nb++; - } - } - print ''.$useringroup->getLibStatut(3).''; - if (! empty($user->admin) && empty($conf->multicompany->enabled)) - { - print ''; - print img_delete($langs->trans("RemoveFromGroup")); - print ''; - } - else - { - print "-"; - } - print "
                  '.$langs->trans("None").'
                  "; - print "
                  "; + } + + // Other form for add user to group + $parameters=array('caneditperms' => $caneditperms, 'exclude' => $exclude); + $reshook=$hookmanager->executeHooks('formAddUserToGroup',$parameters,$object,$action); // Note that $action and $object may have been modified by hook + print $hookmanager->resPrint; + + if (empty($reshook)) + { + if ($caneditperms) + { + print '
                  '."\n"; + print ''; + print ''; + print ''."\n"; + print ''."\n"; + print ''."\n"; + print '
                  '.$langs->trans("NonAffectedUsers").''; + print $form->select_dolusers('', 'user', 1, $exclude, 0, '', '', $object->entity, 0, 0, '', 0, '', 'maxwidth300'); + print '   '; + print ''; + print ''; + print '
                  '."\n"; + print '
                  '; + } + + /* + * Group members + */ + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print "\n"; + + if (! empty($object->members)) + { + foreach($object->members as $useringroup) + { + print ''; + print ''; + print ''; + print ''; + print ''; + print '\n"; + } + } + else + { + print ''; + } + print "
                  '.$langs->trans("Login").''.$langs->trans("Lastname").''.$langs->trans("Firstname").''.$langs->trans("Status").' 
                  '; + print $useringroup->getNomUrl(-1, '', 0, 0, 24, 0, 'login'); + if ($useringroup->admin && ! $useringroup->entity) print img_picto($langs->trans("SuperAdministrator"),'redstar'); + else if ($useringroup->admin) print img_picto($langs->trans("Administrator"),'star'); + print ''.$useringroup->lastname.''.$useringroup->firstname.''.$useringroup->getLibStatut(3).''; + if (! empty($user->admin)) + { + print ''; + print img_delete($langs->trans("RemoveFromGroup")); + print ''; + } + else + { + print "-"; + } + print "
                  '.$langs->trans("None").'
                  "; + } + + print "
                  "; + + print '
                  '; /* * Documents generes diff --git a/htdocs/user/group/perms.php b/htdocs/user/group/perms.php index 46477879b14..836049443d3 100644 --- a/htdocs/user/group/perms.php +++ b/htdocs/user/group/perms.php @@ -38,11 +38,6 @@ $confirm=GETPOST('confirm', 'alpha'); $module=GETPOST('module', 'alpha'); $rights=GETPOST('rights', 'int'); -// Users/Groups management only in master entity if transverse mode -if (! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE) -{ - accessforbidden(); -} // Defini si peux lire les permissions $canreadperms=($user->admin || $user->rights->user->user->lire); @@ -64,16 +59,10 @@ $object->fetch($id); $object->getrights(); $entity=$conf->entity; -if (! empty($conf->multicompany->enabled)) -{ - if (! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE)) - $entity=(GETPOST('entity','int') ? GETPOST('entity','int') : $conf->entity); - else - $entity=(! empty($object->entity) ? $object->entity : $conf->entity); -} // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context -$hookmanager->initHooks(array('groupcard','globalcard')); +$contextpage=array('groupcard','globalcard'); +$hookmanager->initHooks($contextpage); /** diff --git a/htdocs/user/index.php b/htdocs/user/index.php index 981704de6ae..7e5820dac66 100644 --- a/htdocs/user/index.php +++ b/htdocs/user/index.php @@ -102,7 +102,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab { foreach($extrafields->attribute_label as $key => $val) { - if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]); + if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>(($extrafields->attribute_list[$key]<0)?0:1), 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key])); } } diff --git a/htdocs/user/ldap.php b/htdocs/user/ldap.php index 250c721f0fb..1b5f7c77b78 100644 --- a/htdocs/user/ldap.php +++ b/htdocs/user/ldap.php @@ -46,7 +46,9 @@ $object->fetch($id, '', '', 1); $object->getrights(); // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context -$hookmanager->initHooks(array('usercard','globalcard')); +$contextpage=array('usercard','userldap','globalcard'); +$hookmanager->initHooks($contextpage); + /* * Actions diff --git a/htdocs/user/note.php b/htdocs/user/note.php index 78fe25adfe9..55dd46e1129 100644 --- a/htdocs/user/note.php +++ b/htdocs/user/note.php @@ -50,7 +50,8 @@ if ($user->id == $id) $feature2=''; // A user can always read its own card $result = restrictedArea($user, 'user', $id, 'user&user', $feature2); // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context -$hookmanager->initHooks(array('usercard','globalcard')); +$contextpage=array('usercard','usernote','globalcard'); +$hookmanager->initHooks($contextpage); /* @@ -96,11 +97,11 @@ if ($id) if ($user->rights->user->user->lire || $user->admin) { $linkback = ''.$langs->trans("BackToList").''; } - + dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin); - + print '
                  '; - + print "
                  "; print ''; diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php index 8831b56f09a..81e8996aff2 100644 --- a/htdocs/user/param_ihm.php +++ b/htdocs/user/param_ihm.php @@ -79,7 +79,8 @@ $form = new Form($db); $formadmin=new FormAdmin($db); // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context -$hookmanager->initHooks(array('usercard','globalcard')); +$contextpage=array('usercard','userihm','globalcard'); +$hookmanager->initHooks($contextpage); /* @@ -188,9 +189,9 @@ if ($action == 'edit') if ($user->rights->user->user->lire || $user->admin) { $linkback = ''.$langs->trans("BackToList").''; } - + dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin); - + if (! empty($conf->use_javascript_ajax)) {/* print '';*/ - } + } if (! empty($conf->use_javascript_ajax)) { print ''; } - + clearstatcache(); $var=true; @@ -245,7 +246,7 @@ if ($action == 'edit') print ''.$langs->trans("Parameter").''.$langs->trans("DefaultValue").' '.$langs->trans("PersonalValue").''; // Landing page - + print ''.$langs->trans("LandingPage").''; print ''; print (empty($conf->global->MAIN_LANDING_PAGE)?'':$conf->global->MAIN_LANDING_PAGE); @@ -257,9 +258,9 @@ if ($action == 'edit') print $form->selectarray('MAIN_LANDING_PAGE', $tmparray, (! empty($object->conf->MAIN_LANDING_PAGE)?$object->conf->MAIN_LANDING_PAGE:''), 0, 0, 0, '', 1); //print info_admin($langs->trans("WarningYouMayLooseAccess"), 0, 0, 0); print ''; - + // Langue par defaut - + print ''.$langs->trans("Language").''; print ''; $s=picto_from_langcode($conf->global->MAIN_LANG_DEFAULT); @@ -274,7 +275,7 @@ if ($action == 'edit') print ''; // Taille max des listes - + print ''.$langs->trans("MaxSizeList").''; print ''.$conf->global->MAIN_SIZE_LISTE_LIMIT.''; print 'conf->MAIN_SIZE_LISTE_LIMIT)?" checked":""); @@ -300,18 +301,18 @@ if ($action == 'edit') else { dol_fiche_head($head, 'guisetup', $title, -1, 'user'); - + $linkback = ''.$langs->trans("BackToList").''; - + dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin); - + $var=true; print ''; print ''; // Landing page - + print ''; print ''; - + // Language - + print ''; print ''; - + print ''; print ''; print ''; diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php index 6f89e49af5e..e523d01009f 100644 --- a/htdocs/user/perms.php +++ b/htdocs/user/perms.php @@ -71,16 +71,10 @@ $object->fetch($id, '', '', 1); $object->getrights(); $entity=$conf->entity; -if (! empty($conf->multicompany->enabled)) -{ - if (! empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE)) - $entity=(GETPOST('entity','int') ? GETPOST('entity','int') : $conf->entity); - else - $entity=(! empty($object->entity) ? $object->entity : $conf->entity); -} // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context -$hookmanager->initHooks(array('usercard','globalcard')); +$contextpage=array('usercard','userperms','globalcard'); +$hookmanager->initHooks($contextpage); /** diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php index eebe072601b..70162c4c863 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -43,6 +43,14 @@ class Website extends CommonObject * @var string Name of table without prefix where object is stored */ public $table_element = 'website'; + /** + * @var array Does websiteaccount support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + */ + public $ismultientitymanaged = 1; + /** + * @var string String with name of icon for website. Must be the part after the 'object_' into object_myobject.png + */ + public $picto = 'globe'; /** * @var int @@ -135,7 +143,7 @@ class Website extends CommonObject $sql.= 'date_creation,'; $sql.= 'tms'; $sql .= ') VALUES ('; - $sql .= ' '.(! isset($this->entity)?'NULL':$this->entity).','; + $sql .= ' '.((empty($this->entity) && $this->entity != '0')?'NULL':$this->entity).','; $sql .= ' '.(! isset($this->ref)?'NULL':"'".$this->db->escape($this->ref)."'").','; $sql .= ' '.(! isset($this->description)?'NULL':"'".$this->db->escape($this->description)."'").','; $sql .= ' '.(! isset($this->status)?'NULL':$this->status).','; @@ -648,21 +656,23 @@ class Website extends CommonObject $result = ''; $companylink = ''; - $label = '' . $langs->trans("MyModule") . ''; + $label = '' . $langs->trans("WebSite") . ''; $label.= '
                  '; - $label.= '' . $langs->trans('Ref') . ': ' . $this->ref; + $label.= '' . $langs->trans('Nom') . ': ' . $this->ref; - $link = 'picto?$this->picto:'generic'), ($notooltip?'':'class="classfortooltip"')).$linkend); if ($withpicto != 2) $result.=' '; } - $result.= $link . $this->ref . $linkend; + $result.= $linkstart . $this->ref . $linkend; return $result; } @@ -748,5 +758,131 @@ class Website extends CommonObject } + + /** + * Generate a zip with all data of web site. + * + * @return string Path to file with zip + */ + function exportWebSite() + { + global $conf; + + $website = $this; + + dol_mkdir($conf->website->dir_temp); + $srcdir = $conf->website->dir_output.'/'.$website->ref; + $destdir = $conf->website->dir_temp.'/'.$website->ref; + + $arrayreplacement=array(); + + dolCopyDir($srcdir, $destdir, 0, 1, $arrayreplacement); + + $srcdir = DOL_DATA_ROOT.'/medias/images/'.$website->ref; + $destdir = $conf->website->dir_temp.'/'.$website->ref.'/medias/images/'.$website->ref; + + dolCopyDir($srcdir, $destdir, 0, 1, $arrayreplacement); + + // Build sql file + dol_mkdir($conf->website->dir_temp.'/'.$website->ref.'/export'); + + $filesql = $conf->website->dir_temp.'/'.$website->ref.'/export/pages.sql'; + $fp = fopen($filesql,"w"); + + $objectpages = new WebsitePage($this->db); + $listofpages = $objectpages->fetchAll($website->id); + + // Assign ->newid and ->newfk_page + $i=1; + foreach($listofpages as $pageid => $objectpageold) + { + $objectpageold->newid=$i; + $i++; + } + $i=1; + foreach($listofpages as $pageid => $objectpageold) + { + // Search newid + $newfk_page=0; + foreach($listofpages as $pageid2 => $objectpageold2) + { + if ($pageid2 == $objectpageold->fk_page) + { + $newfk_page = $objectpageold2->newid; + break; + } + } + $objectpageold->newfk_page=$newfk_page; + $i++; + } + foreach($listofpages as $pageid => $objectpageold) + { + $line = 'INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, title, description, keyword, status, date_creation, tms, lang, import_key, grabbed_from, content)'; + $line.= " VALUES("; + $line.= $objectpageold->newid."+__MAXROWID__, "; + $line.= ($objectpageold->newfk_page ? $this->db->escape($objectpageold->newfk_page)."+__MAXROWID__" : "null").", "; + $line.= "__WEBSITE_ID__, "; + $line.= "'".$this->db->escape($objectpageold->pageurl)."', "; + $line.= "'".$this->db->escape($objectpageold->title)."', "; + $line.= "'".$this->db->escape($objectpageold->description)."', "; + $line.= "'".$this->db->escape($objectpageold->keyword)."', "; + $line.= "'".$this->db->escape($objectpageold->status)."', "; + $line.= "'".$this->db->idate($objectpageold->date_creation)."', "; + $line.= "'".$this->db->idate($objectpageold->date_modification)."', "; + $line.= "'".$this->db->escape($objectpageold->lang)."', "; + $line.= ($objectpageold->import_key ? "'".$this->db->escape($objectpageold->import_key)."'" : "null").", "; + $line.= "'".$this->db->escape($objectpageold->grabbed_from)."', "; + $line.= "'".$this->db->escape($objectpageold->content)."'"; + $line.= ");"; + $line.= "\n"; + fputs($fp, $line); + } + + fclose($fp); + if (! empty($conf->global->MAIN_UMASK)) + @chmod($filesql, octdec($conf->global->MAIN_UMASK)); + + // Build zip file + $filedir = $conf->website->dir_temp.'/'.$website->ref; + $fileglob = $conf->website->dir_temp.'/'.$website->ref.'/export/website_'.$website->ref.'-*.zip'; + $filename = $conf->website->dir_temp.'/'.$website->ref.'/export/website_'.$website->ref.'-'.dol_print_date(dol_now(),'dayhourlog').'.zip'; + + dol_delete_file($fileglob, 0); + dol_compress_file($filedir, $filename, 'zip'); + + return $filename; + } + + + /** + * Open a zip with all data of web site and load it into database. + * + * @param string $pathtofile Path of zip file + * @return int <0 if KO, Id of new website if OK + */ + function importWebSite($pathtofile) + { + global $conf; + + $result = 0; + + $object = new Website($this->db); + + $filename = basename($pathtofile); + if (! preg_match('/^website_(.*)-(.*)$/', $filename, $reg)) + { + $this->errors[]='Bad format for filename '.$filename.'. Must be website_XXX-VERSION.'; + return -1; + } + + $websitecode = $reg[1]; + + $sql = "INSERT INTO ".MAIN_DB_PREFIX."website(ref, entity, description, status) values('".$websitecode."', ".$conf->entity.", 'Portal to sell your SaaS. Do not remove this entry.', 1)"; + $resql = $this->db->query($sql); + + + return $result; + } + } diff --git a/htdocs/website/class/websiteaccount.class.php b/htdocs/website/class/websiteaccount.class.php index 267eae9ac57..275b2491e49 100644 --- a/htdocs/website/class/websiteaccount.class.php +++ b/htdocs/website/class/websiteaccount.class.php @@ -42,32 +42,32 @@ class WebsiteAccount extends CommonObject /** * @var string Name of table without prefix where object is stored */ - public $table_element = 'websiteaccount'; - + public $table_element = 'website_account'; /** * @var array Does websiteaccount support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe */ - protected $ismultientitymanaged = 0; - + public $ismultientitymanaged = 0; /** - * @var string String with name of icon for websiteaccount + * @var string String with name of icon for websiteaccount. Must be the part after the 'object_' into object_myobject.png */ - public $picto = 'object_globe'; + public $picto = 'globe'; /** - * 'type' if the field format. - * 'label' the translation key. - * 'enabled' is a condition when the filed must be managed. - * 'visible' says if field is visible in list (-1 means not shown by default but can be added into list to be viewed). - * 'notnull' is set to 1 if not null in database. Set to -1 if we must set data to null if empty ('' or 0). - * 'index' if we want an index in database. - * 'foreignkey'=>'tablename.field' if the field is a foreign key (it is recommanded to name the field fk_...). - * 'position' is the sort order of field. - * 'searchall' is 1 if we want to search in this field when making a search from the quick search button. - * 'isameasure' must be set to 1 if you want to have a total on list for this field. Field type must be summable like integer or double(24,8). - * 'help' is a string visible as a tooltip on field - * 'comment' is not used. You can store here any text of your choice. + * 'type' if the field format. + * 'label' the translation key. + * 'enabled' is a condition when the field must be managed. + * 'visible' says if field is visible in list (Examples: 0=Not visible, 1=Visible on list and create/update/view forms, 2=Visible on list only. Using a negative value means field is not shown by default on list but can be selected for viewing) + * 'notnull' is set to 1 if not null in database. Set to -1 if we must set data to null if empty ('' or 0). + * 'index' if we want an index in database. + * 'foreignkey'=>'tablename.field' if the field is a foreign key (it is recommanded to name the field fk_...). + * 'position' is the sort order of field. + * 'searchall' is 1 if we want to search in this field when making a search from the quick search button. + * 'isameasure' must be set to 1 if you want to have a total on list for this field. Field type must be summable like integer or double(24,8). + * 'help' is a string visible as a tooltip on field + * 'comment' is not used. You can store here any text of your choice. It is not used by application. + * 'default' is a default value for creation (can still be replaced by the global setup of default values) + * 'showoncombobox' if field must be shown into the label of combobox */ // BEGIN MODULEBUILDER PROPERTIES @@ -75,23 +75,30 @@ class WebsiteAccount extends CommonObject * @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor. */ public $fields=array( - 'rowid' => array('type'=>'integer', 'label'=>'TechnicalID', 'visible'=>-1, 'enabled'=>1, 'position'=>1, 'notnull'=>1, 'index'=>1, 'comment'=>'Id',), - 'login' => array('type'=>'varchar(64)', 'label'=>'Ref', 'visible'=>1, 'enabled'=>1, 'position'=>10, 'notnull'=>1, 'index'=>1, 'searchall'=>1, 'comment'=>'Login',), - 'label' => array('type'=>'varchar(255)', 'label'=>'Label', 'visible'=>1, 'enabled'=>1, 'position'=>30, 'notnull'=>-1, 'searchall'=>1,), - 'note_public' => array('type'=>'text', 'label'=>'NotePublic', 'visible'=>-1, 'enabled'=>1, 'position'=>45, 'notnull'=>-1,), + 'rowid' => array('type'=>'integer', 'label'=>'TechnicalID', 'visible'=>-2, 'enabled'=>1, 'position'=>1, 'notnull'=>1, 'index'=>1, 'comment'=>'Id',), + 'login' => array('type'=>'varchar(64)', 'label'=>'Login', 'visible'=>1, 'enabled'=>1, 'position'=>10, 'notnull'=>1, 'index'=>1, 'searchall'=>1, 'comment'=>'Login',), + 'pass_encoding' => array('type'=>'varchar(24)', 'label'=>'PassEncoding', 'visible'=>-2, 'enabled'=>1, 'position'=>30), + 'pass_crypted' => array('type'=>'varchar(128)', 'label'=>'Password', 'visible'=>1, 'enabled'=>1, 'position'=>31, 'notnull'=>1), + 'pass_temp' => array('type'=>'varchar(128)', 'label'=>'Temp', 'visible'=>0, 'enabled'=>0, 'position'=>32, 'notnull'=>-1,), + 'fk_soc' => array('type'=>'integer:Societe:societe/class/societe.class.php', 'label'=>'ThirdParty', 'visible'=>1, 'enabled'=>1, 'position'=>40, 'notnull'=>-1, 'index'=>1), + 'fk_website' => array('type'=>'integer:Website:website/class/website.class.php', 'label'=>'WebSite', 'visible'=>1, 'enabled'=>1, 'position'=>41, 'notnull'=>1, 'index'=>1), + 'date_last_login' => array('type'=>'datetime', 'label'=>'LastConnexion', 'visible'=>2, 'enabled'=>1, 'position'=>50, 'notnull'=>0,), + 'date_previous_login' => array('type'=>'datetime', 'label'=>'PreviousConnexion', 'visible'=>2, 'enabled'=>1, 'position'=>51, 'notnull'=>0,), + //'note_public' => array('type'=>'text', 'label'=>'NotePublic', 'visible'=>-1, 'enabled'=>1, 'position'=>45, 'notnull'=>-1,), 'note_private' => array('type'=>'text', 'label'=>'NotePrivate', 'visible'=>-1, 'enabled'=>1, 'position'=>46, 'notnull'=>-1,), - 'date_creation' => array('type'=>'datetime', 'label'=>'DateCreation', 'visible'=>-1, 'enabled'=>1, 'position'=>500, 'notnull'=>1,), - 'tms' => array('type'=>'timestamp', 'label'=>'DateModification', 'visible'=>-1, 'enabled'=>1, 'position'=>500, 'notnull'=>1,), - 'fk_user_creat' => array('type'=>'integer', 'label'=>'UserAuthor', 'visible'=>-1, 'enabled'=>1, 'position'=>500, 'notnull'=>1,), - 'fk_user_modif' => array('type'=>'integer', 'label'=>'UserModif', 'visible'=>-1, 'enabled'=>1, 'position'=>500, 'notnull'=>-1,), - 'import_key' => array('type'=>'varchar(14)', 'label'=>'ImportId', 'visible'=>-1, 'enabled'=>1, 'position'=>1000, 'notnull'=>-1, 'index'=>1,), - 'status' => array('type'=>'integer', 'label'=>'Status', 'visible'=>1, 'enabled'=>1, 'position'=>1000, 'notnull'=>-1, 'index'=>1, 'arrayofkeyval'=>array('0'=>'Disabled', '1'=>'Active')), - 'fk_soc' => array('type'=>'integer', 'label'=>'ThirdParty', 'visible'=>1, 'enabled'=>1, 'position'=>50, 'notnull'=>-1, 'index'=>1, 'searchall'=>1,), + 'date_creation' => array('type'=>'datetime', 'label'=>'DateCreation', 'visible'=>-2, 'enabled'=>1, 'position'=>500, 'notnull'=>1,), + 'tms' => array('type'=>'timestamp', 'label'=>'DateModification', 'visible'=>-2, 'enabled'=>1, 'position'=>500, 'notnull'=>1,), + 'fk_user_creat' => array('type'=>'integer', 'label'=>'UserAuthor', 'visible'=>-2, 'enabled'=>1, 'position'=>500, 'notnull'=>1,), + 'fk_user_modif' => array('type'=>'integer', 'label'=>'UserModif', 'visible'=>-2, 'enabled'=>1, 'position'=>500, 'notnull'=>-1,), + 'import_key' => array('type'=>'varchar(14)', 'label'=>'ImportId', 'visible'=>-2, 'enabled'=>1, 'position'=>1000, 'notnull'=>-1, 'index'=>1,), + 'status' => array('type'=>'integer', 'label'=>'Status', 'visible'=>1, 'enabled'=>1, 'position'=>1000, 'notnull'=>1, 'index'=>1, 'default'=>1, 'arrayofkeyval'=>array('1'=>'Active','0'=>'Disabled')), ); public $rowid; public $login; - public $label; - public $note_public; + public $pass_encoding; + public $pass_crypted; + public $date_last_login; + public $date_previous_login; public $note_private; public $date_creation; public $tms; @@ -104,16 +111,17 @@ class WebsiteAccount extends CommonObject + // If this object has a subtable with lines /** * @var int Name of subtable line */ - //public $table_element_line = 'websiteaccountdet'; + //public $table_element_line = 'website_accountdet'; /** * @var int Field with ID of parent key if this field has a parent */ - //public $fk_element = 'fk_websiteaccount'; + //public $fk_element = 'fk_website_account'; /** * @var int Name of subtable class that manage subtable lines */ @@ -121,7 +129,7 @@ class WebsiteAccount extends CommonObject /** * @var array Array of child tables (child tables to delete before deleting a record) */ - //protected $childtables=array('websiteaccountdet'); + //protected $childtables=array('website_accountdet'); /** * @var WebsiteAccountLine[] Array of subtable lines */ @@ -277,9 +285,12 @@ class WebsiteAccount extends CommonObject $result = ''; $companylink = ''; + $this->ref = $this->login; + $label = '' . $langs->trans("WebsiteAccount") . ''; $label.= '
                  '; - $label.= '' . $langs->trans('Ref') . ': ' . $this->ref; + $label.= '' . $langs->trans('Login') . ': ' . $this->ref; + //$label.= '' . $langs->trans('WebSite') . ': ' . $this->ref; $url = dol_buildpath('/website/websiteaccount_card.php',1).'?id='.$this->id; @@ -308,12 +319,11 @@ class WebsiteAccount extends CommonObject $linkstart.=$linkclose.'>'; $linkend='
                  '; - if ($withpicto) - { - $result.=($linkstart.img_object(($notooltip?'':$label), 'label', ($notooltip?'':'class="classfortooltip"')).$linkend); - if ($withpicto != 2) $result.=' '; - } - $result.= $linkstart . $this->ref . $linkend; + $result .= $linkstart; + if ($withpicto) $result.=img_object(($notooltip?'':$label), ($this->picto?$this->picto:'generic'), ($notooltip?(($withpicto != 2) ? 'class="paddingright"' : ''):'class="'.(($withpicto != 2) ? 'paddingright ' : '').'classfortooltip"'), 0, 0, $notooltip?0:1); + if ($withpicto != 2) $result.= $this->ref; + $result .= $linkend; + return $result; } diff --git a/htdocs/website/class/websitepage.class.php b/htdocs/website/class/websitepage.class.php index 12f36f5daa7..15ffc7bed69 100644 --- a/htdocs/website/class/websitepage.class.php +++ b/htdocs/website/class/websitepage.class.php @@ -43,6 +43,10 @@ class WebsitePage extends CommonObject * @var string Name of table without prefix where object is stored */ public $table_element = 'website_page'; + /** + * @var string String with name of icon for websitepage. Must be the part after the 'object_' into object_myobject.png + */ + public $picto = 'label'; /** */ @@ -408,17 +412,19 @@ class WebsitePage extends CommonObject $label.= '
                  '; $label.= '' . $langs->trans('Ref') . ': ' . $this->ref; - $link = 'picto?$this->picto:'generic'), ($notooltip?'':'class="classfortooltip"')).$linkend); + if ($withpicto != 2) $result.=' '; } - $result.= $link . $this->ref . $linkend; + $result.= $linkstart . $this->ref . $linkend; return $result; } diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 243781e0e04..79eca309e59 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -57,7 +57,7 @@ if (GETPOST('delete')) { $action='delete'; } if (GETPOST('preview')) $action='preview'; if (GETPOST('createsite')) { $action='createsite'; } if (GETPOST('create')) { $action='create'; } -if (GETPOST('editmedias')) { $action='editmedias'; } +if (GETPOST('file_manager')) { $action='file_manager'; } if (GETPOST('editcss')) { $action='editcss'; } if (GETPOST('editmenu')) { $action='editmenu'; } if (GETPOST('setashome')) { $action='setashome'; } @@ -923,6 +923,10 @@ if (($action == 'updatesource' || $action == 'updatecontent' || $action == 'conf setEventMessages($objectpage->error, $objectpage->errors, 'errors'); $action='createpagefromclone'; } + else + { + // TODO Switch on the new page ? + } } } @@ -1058,7 +1062,7 @@ if (($action == 'updatesource' || $action == 'updatecontent' || $action == 'conf // Export site if (GETPOST('exportsite')) { - $fileofzip = exportWebSite($object); + $fileofzip = $object->exportWebSite(); $file_name = basename($fileofzip); @@ -1090,7 +1094,18 @@ $arrayofjs = array( ); $arrayofcss = array(); -llxHeader('', $langs->trans("websiteetup"), $help_url, '', 0, 0, $arrayofjs, $arrayofcss, '', '', ''."\n".'
                  '); +$moreheadcss=''; +$moreheadjs=''; + +$arrayofjs[]='includes/jquery/plugins/blockUI/jquery.blockUI.js'; +$arrayofjs[]='core/js/blockUI.js'; // Used by ecm/tpl/enabledfiletreeajax.tpl.pgp +if (empty($conf->global->MAIN_ECM_DISABLE_JS)) $arrayofjs[]="includes/jquery/plugins/jqueryFileTree/jqueryFileTree.js"; + +$moreheadjs.=''."\n"; + +llxHeader($moreheadcss.$moreheadjs, $langs->trans("websiteetup"), $help_url, '', 0, 0, $arrayofjs, $arrayofcss, '', '', ''."\n".'
                  '); print "\n".'
                  '; print ''; @@ -1148,7 +1163,7 @@ if (count($object->records) > 0) print '
                  '; print '
                  '; - print $langs->trans("Website").': '; + print $langs->trans("WebSite").': '; print '
                  '; // List of website @@ -1195,7 +1210,7 @@ if (count($object->records) > 0) print '   '; - print ''; + print ''; } print '
                  '; @@ -1223,10 +1238,10 @@ if (count($object->records) > 0) print '
                  '; } - if (in_array($action, array('editcss','editmenu','editmedias'))) + if (in_array($action, array('editcss','editmenu','file_manager'))) { - if (preg_match('/^create/',$action) && $action != 'editmedias') print ''; - if (preg_match('/^edit/',$action) && $action != 'editmedias') print ''; + if (preg_match('/^create/',$action) && $action != 'file_manager') print ''; + if (preg_match('/^edit/',$action) && $action != 'file_manager') print ''; if ($action != 'preview') print ''; } @@ -1235,7 +1250,7 @@ if (count($object->records) > 0) // ***** Part for pages - if ($website && ! in_array($action, array('editcss','editmenu','editmedias'))) + if ($website && ! in_array($action, array('editcss','editmenu','file_manager'))) { print '
                  '; // Close current websitebar to open a new one @@ -1302,10 +1317,10 @@ if (count($object->records) > 0) if ($action == 'createfromclone') { // Create an array for form $formquestion = array( - array('type' => 'text', 'name' => 'siteref', 'label'=> $langs->trans("Website") ,'value'=> 'copy_of_'.$object->ref), + array('type' => 'text', 'name' => 'siteref', 'label'=> $langs->trans("WebSite") ,'value'=> 'copy_of_'.$object->ref), //array('type' => 'checkbox', 'name' => 'is_a_translation', 'label' => $langs->trans("SiteIsANewTranslation"), 'value' => 0), //array('type' => 'other','name' => 'newlang','label' => $langs->trans("Language"), 'value' => $formadmin->select_language(GETPOST('newlang', 'az09')?GETPOST('newlang', 'az09'):$langs->defaultlang, 'newlang', 0, null, '', 0, 0, 'minwidth200')), - //array('type' => 'other','name' => 'newwebsite','label' => $langs->trans("Website"), 'value' => $formwebsite->selectWebsite($object->id, 'newwebsite', 0)) + //array('type' => 'other','name' => 'newwebsite','label' => $langs->trans("WebSite"), 'value' => $formwebsite->selectWebsite($object->id, 'newwebsite', 0)) ); $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id='.$object->id, $langs->trans('CloneSite'), '', 'confirm_createfromclone', $formquestion, 0, 1, 200); @@ -1321,11 +1336,11 @@ if (count($object->records) > 0) $formquestion = array( array('type' => 'text', 'name' => 'pageurl', 'label'=> $langs->trans("WEBSITE_PAGENAME") ,'value'=> 'copy_of_'.$objectpage->pageurl), array('type' => 'checkbox', 'name' => 'is_a_translation', 'label' => $langs->trans("PageIsANewTranslation"), 'value' => 0), - array('type' => 'other','name' => 'newlang','label' => $langs->trans("Language"), 'value' => $formadmin->select_language(GETPOST('newlang', 'az09')?GETPOST('newlang', 'az09'):$langs->defaultlang, 'newlang', 0, null, '', 0, 0, 'minwidth200')), - array('type' => 'other','name' => 'newwebsite','label' => $langs->trans("Website"), 'value' => $formwebsite->selectWebsite($object->id, 'newwebsite', 0)) + array('type' => 'other','name' => 'newlang','label' => $langs->trans("Language"), 'value' => $formadmin->select_language(GETPOST('newlang', 'az09')?GETPOST('newlang', 'az09'):$langs->defaultlang, 'newlang', 0, null, 1, 0, 0, 'minwidth200')), + array('type' => 'other','name' => 'newwebsite','label' => $langs->trans("WebSite"), 'value' => $formwebsite->selectWebsite($object->id, 'newwebsite', 0)), ); - $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?pageid=' . $pageid, $langs->trans('ClonePage'), '', 'confirm_createpagefromclone', $formquestion, 0, 1, 250); + $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?website='.$object->ref.'&pageid=' . $pageid, $langs->trans('ClonePage'), '', 'confirm_createpagefromclone', $formquestion, 0, 1, 300, 550); print $formconfirm; } @@ -1373,7 +1388,7 @@ if (count($object->records) > 0) // TODO Add js to save alias like we save virtual host name and use dynamic virtual host for url of id=previewpageext } - if (! in_array($action, array('editcss','editmenu','editmedias','createsite','create','createpagefromclone'))) + if (! in_array($action, array('editcss','editmenu','file_manager','createsite','create','createpagefromclone'))) { if (preg_match('/^create/',$action)) print ''; if (preg_match('/^edit/',$action)) print ''; @@ -1738,7 +1753,7 @@ if ($action == 'editmeta' || $action == 'create') print '
                  '; print '
                  '.$langs->trans("Parameter").''.$langs->trans("DefaultValue").' '.$langs->trans("PersonalValue").'
                  '.$langs->trans("LandingPage").''; print (empty($conf->global->MAIN_LANDING_PAGE)?'':$conf->global->MAIN_LANDING_PAGE); @@ -327,9 +328,9 @@ else else print $object->conf->MAIN_LANDING_PAGE; //print $form->selectarray('MAIN_LANDING_PAGE', $tmparray, (! empty($object->conf->MAIN_LANDING_PAGE)?$object->conf->MAIN_LANDING_PAGE:''), 0, 0, 0, '', 1); print '
                  '.$langs->trans("Language").''; $s=picto_from_langcode($conf->global->MAIN_LANG_DEFAULT); @@ -343,7 +344,7 @@ else print (isset($object->conf->MAIN_LANG_DEFAULT) && $object->conf->MAIN_LANG_DEFAULT=='auto'?$langs->trans("AutoDetectLang"):(! empty($object->conf->MAIN_LANG_DEFAULT)?$langs->trans("Language_".$object->conf->MAIN_LANG_DEFAULT):'')); print '
                  '.$langs->trans("MaxSizeList").''.(! empty($conf->global->MAIN_SIZE_LISTE_LIMIT)?$conf->global->MAIN_SIZE_LISTE_LIMIT:' ').'conf->MAIN_SIZE_LISTE_LIMIT)?" checked":"").'> '.$langs->trans("UsePersonalValue").'
                  '; print $langs->trans('Language'); print ''; - print $formadmin->select_language($pagelang?$pagelang:$langs->defaultlang, 'WEBSITE_LANG'); + print $formadmin->select_language($pagelang?$pagelang:$langs->defaultlang, 'WEBSITE_LANG', 0, null, '1'); print '
                  '; @@ -1770,10 +1785,14 @@ if ($action == 'editmeta' || $action == 'create') print '
                  '; } -if ($action == 'editmedias') +if ($action == 'file_manager') { print ''."\n"; - print '
                  '.$langs->trans("FeatureNotYetAvailable").''; + print '

                  '; + //print '
                  '.$langs->trans("FeatureNotYetAvailable").''; + + $module = 'medias'; + include DOL_DOCUMENT_ROOT.'/ecm/tpl/filemanager.tpl.php'; } if ($action == 'editmenu') @@ -1974,6 +1993,7 @@ function dolSavePageContent($filetpl, $object, $objectpage) $tplcontent.= ''."\n"; $tplcontent.= $objectpage->content."\n"; $tplcontent.= ''."\n"; + $tplcontent.= ''."\n"; $tplcontent.= ' + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * \file htdocs/website/lib/websiteaccount.lib.php + * \ingroup website + * \brief Library files with common functions for WebsiteAccount + */ + +/** + * Prepare array of tabs for WebsiteAccount + * + * @param WebsiteAccount $object WebsiteAccount + * @return array Array of tabs + */ +function websiteaccountPrepareHead($object) +{ + global $db, $langs, $conf; + + $langs->load("monmodule@monmodule"); + + $h = 0; + $head = array(); + + $head[$h][0] = dol_buildpath("/website/websiteaccount_card.php", 1).'?id='.$object->id; + $head[$h][1] = $langs->trans("Card"); + $head[$h][2] = 'card'; + $h++; + + /*if (isset($object->fields['note_public']) || isset($object->fields['note_private'])) + { + $nbNote = 0; + if(!empty($object->fields['note_private'])) $nbNote++; + if(!empty($object->fields['note_public'])) $nbNote++; + $head[$h][0] = dol_buildpath('/monmodule/websiteaccount_note.php', 1).'?id='.$object->id; + $head[$h][1] = $langs->trans('Notes'); + if ($nbNote > 0) $head[$h][1].= ' '.$nbNote.''; + $head[$h][2] = 'note'; + $h++; + }*/ + + /* + require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php'; + require_once DOL_DOCUMENT_ROOT.'/core/class/link.class.php'; + $upload_dir = $conf->monmodule->dir_output . "/websiteaccount/" . dol_sanitizeFileName($object->ref); + $nbFiles = count(dol_dir_list($upload_dir,'files',0,'','(\.meta|_preview.*\.png)$')); + $nbLinks=Link::count($db, $object->element, $object->id); + $head[$h][0] = dol_buildpath("/monmodule/websiteaccount_document.php", 1).'?id='.$object->id; + $head[$h][1] = $langs->trans('Documents'); + if (($nbFiles+$nbLinks) > 0) $head[$h][1].= ' '.($nbFiles+$nbLinks).''; + $head[$h][2] = 'document'; + $h++; + + $head[$h][0] = dol_buildpath("/monmodule/websiteaccount_agenda.php", 1).'?id='.$object->id; + $head[$h][1] = $langs->trans("Events"); + $head[$h][2] = 'agenda'; + $h++; + */ + + // Show more tabs from modules + // Entries must be declared in modules descriptor with line + //$this->tabs = array( + // 'entity:+tabname:Title:@monmodule:/monmodule/mypage.php?id=__ID__' + //); // to add new tab + //$this->tabs = array( + // 'entity:-tabname:Title:@monmodule:/monmodule/mypage.php?id=__ID__' + //); // to remove a tab + complete_head_from_modules($conf, $langs, $object, $head, $h, 'websiteaccount@website'); + + return $head; +} diff --git a/htdocs/website/websiteaccount_card.php b/htdocs/website/websiteaccount_card.php new file mode 100644 index 00000000000..9918b0b3022 --- /dev/null +++ b/htdocs/website/websiteaccount_card.php @@ -0,0 +1,428 @@ + +* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * \file htdocs/Website/websiteaccount_card.php + * \ingroup website + * \brief Page to create/edit/view websiteaccount + */ + +//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); +//if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1'); +//if (! defined('NOREQUIRESOC')) define('NOREQUIRESOC','1'); +//if (! defined('NOREQUIRETRAN')) define('NOREQUIRETRAN','1'); +//if (! defined('NOSCANGETFORINJECTION')) define('NOSCANGETFORINJECTION','1'); // Do not check anti CSRF attack test +//if (! defined('NOSCANPOSTFORINJECTION')) define('NOSCANPOSTFORINJECTION','1'); // Do not check anti CSRF attack test +//if (! defined('NOCSRFCHECK')) define('NOCSRFCHECK','1'); // Do not check anti CSRF attack test done when option MAIN_SECURITY_CSRF_WITH_TOKEN is on. +//if (! defined('NOSTYLECHECK')) define('NOSTYLECHECK','1'); // Do not check style html tag into posted data +//if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Do not check anti POST attack test +//if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU','1'); // If there is no need to load and show top and left menu +//if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML','1'); // If we don't need to load the html.form.class.php +//if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1'); // Do not load ajax.lib.php library +//if (! defined("NOLOGIN")) define("NOLOGIN",'1'); // If this page is public (can be called outside logged session) + +// Load Dolibarr environment +$res=0; +// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined) +if (! $res && ! empty($_SERVER["CONTEXT_DOCUMENT_ROOT"])) $res=@include($_SERVER["CONTEXT_DOCUMENT_ROOT"]."/main.inc.php"); +// Try main.inc.php into web root detected using web root caluclated from SCRIPT_FILENAME +$tmp=empty($_SERVER['SCRIPT_FILENAME'])?'':$_SERVER['SCRIPT_FILENAME'];$tmp2=realpath(__FILE__); $i=strlen($tmp)-1; $j=strlen($tmp2)-1; +while($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i]==$tmp2[$j]) { $i--; $j--; } +if (! $res && $i > 0 && file_exists(substr($tmp, 0, ($i+1))."/main.inc.php")) $res=@include(substr($tmp, 0, ($i+1))."/main.inc.php"); +if (! $res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i+1)))."/main.inc.php")) $res=@include(dirname(substr($tmp, 0, ($i+1)))."/main.inc.php"); +// Try main.inc.php using relative path +if (! $res && file_exists("../main.inc.php")) $res=@include("../main.inc.php"); +if (! $res && file_exists("../../main.inc.php")) $res=@include("../../main.inc.php"); +if (! $res && file_exists("../../../main.inc.php")) $res=@include("../../../main.inc.php"); +if (! $res) die("Include of main fails"); + +include_once(DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php'); +include_once(DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php'); +include_once(DOL_DOCUMENT_ROOT.'/website/class/websiteaccount.class.php'); +include_once(DOL_DOCUMENT_ROOT.'/website/lib/websiteaccount.lib.php'); + +// Load traductions files requiredby by page +$langs->loadLangs(array("website","other")); + +// Get parameters +$id = GETPOST('id', 'int'); +$ref = GETPOST('ref', 'alpha'); +$action = GETPOST('action', 'alpha'); +$cancel = GETPOST('cancel', 'aZ09'); +$backtopage = GETPOST('backtopage', 'alpha'); + +// Initialize technical objects +$object=new WebsiteAccount($db); +$extrafields = new ExtraFields($db); +$diroutputmassaction=$conf->website->dir_output . '/temp/massgeneration/'.$user->id; +$hookmanager->initHooks(array('websiteaccountcard')); // Note that conf->hooks_modules contains array +// Fetch optionals attributes and labels +$extralabels = $extrafields->fetch_name_optionals_label('websiteaccount'); +$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_'); + +// Initialize array of search criterias +$search_all=trim(GETPOST("search_all",'alpha')); +$search=array(); +foreach($object->fields as $key => $val) +{ + if (GETPOST('search_'.$key,'alpha')) $search[$key]=GETPOST('search_'.$key,'alpha'); +} + +if (empty($action) && empty($id) && empty($ref)) $action='view'; + +// Security check - Protection if external user +//if ($user->societe_id > 0) access_forbidden(); +//if ($user->societe_id > 0) $socid = $user->societe_id; +//$result = restrictedArea($user, 'website', $id); + +// fetch optionals attributes and labels +$extralabels = $extrafields->fetch_name_optionals_label($object->table_element); + +// Load object +include DOL_DOCUMENT_ROOT.'/core/actions_fetchobject.inc.php'; // Must be include, not include_once // Must be include, not include_once. Include fetch and fetch_thirdparty but not fetch_optionals + + + +/* + * Actions + */ + +$parameters=array(); +$reshook=$hookmanager->executeHooks('doActions',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks +if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); + +if (empty($reshook)) +{ + $error=0; + + $permissiontoadd = $user->rights->website->write; + $permissiontodelete = $user->rights->website->delete; + $backurlforlist = dol_buildpath('/website/websiteaccount_list.php',1); + + // Actions cancel, add, update or delete + include DOL_DOCUMENT_ROOT.'/core/actions_addupdatedelete.inc.php'; + + // Actions when printing a doc from card + include DOL_DOCUMENT_ROOT.'/core/actions_printing.inc.php'; + + // Actions to send emails + $trigger_name='MYOBJECT_SENTBYMAIL'; + $autocopy='MAIN_MAIL_AUTOCOPY_MYOBJECT_TO'; + $trackid='websiteaccount'.$object->id; + include DOL_DOCUMENT_ROOT.'/core/actions_sendmails.inc.php'; +} + + +/* + * View + */ + +$form=new Form($db); +$formfile=new FormFile($db); + +llxHeader('','WebsiteAccount',''); + +// Example : Adding jquery code +print ''; + + +// Part to create +if ($action == 'create') +{ + print load_fiche_titre($langs->trans("NewObject", $langs->transnoentitiesnoconv("WebsiteAccount"))); + + print ''; + print ''; + print ''; + print ''; + + dol_fiche_head(); + + print ''."\n"; + + // Common attributes + include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_add.tpl.php'; + + // Other attributes + include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_add.tpl.php'; + + print '
                  '."\n"; + + dol_fiche_end(); + + print '
                  '; + print ''; + print '  '; + print ''; // Cancel for create does not post form if we don't know the backtopage + print '
                  '; + + print ''; +} + +// Part to edit record +if (($id || $ref) && $action == 'edit') +{ + print load_fiche_titre($langs->trans("WebsiteAccount")); + + print '
                  '; + print ''; + print ''; + print ''; + + dol_fiche_head(); + + print ''."\n"; + + // Common attributes + include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_edit.tpl.php'; + + // Other attributes + include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_edit.tpl.php'; + + print '
                  '; + + dol_fiche_end(); + + print '
                  '; + print '   '; + print '
                  '; + + print '
                  '; +} + +// Part to show record +if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'create'))) +{ + if ($object->fk_soc >0 && empty($socid)) $socid = $object->fk_soc; + + $res = $object->fetch_optionals($object->id, $extralabels); + + $head = websiteaccountPrepareHead($object); + dol_fiche_head($head, 'card', $langs->trans("WebsiteAccount"), -1, 'websiteaccount@website'); + + $formconfirm = ''; + + // Confirmation to delete + if ($action == 'delete') { + $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('DeleteWebsiteAccount'), $langs->trans('ConfirmDeleteWebsiteAccount'), 'confirm_delete', '', 0, 1); + } + + // Confirmation of action xxxx + if ($action == 'xxx') + { + $formquestion=array(); + /* + $formquestion = array( + // 'text' => $langs->trans("ConfirmClone"), + // array('type' => 'checkbox', 'name' => 'clone_content', 'label' => $langs->trans("CloneMainAttributes"), 'value' => 1), + // array('type' => 'checkbox', 'name' => 'update_prices', 'label' => $langs->trans("PuttingPricesUpToDate"), 'value' => 1), + // array('type' => 'other', 'name' => 'idwarehouse', 'label' => $langs->trans("SelectWarehouseForStockDecrease"), 'value' => $formproduct->selectWarehouses(GETPOST('idwarehouse')?GETPOST('idwarehouse'):'ifone', 'idwarehouse', '', 1))); + }*/ + $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('XXX'), $text, 'confirm_xxx', $formquestion, 0, 1, 220); + } + + if (! $formconfirm) { + $parameters = array('lineid' => $lineid); + $reshook = $hookmanager->executeHooks('formConfirm', $parameters, $object, $action); // Note that $action and $object may have been modified by hook + if (empty($reshook)) $formconfirm.=$hookmanager->resPrint; + elseif ($reshook > 0) $formconfirm=$hookmanager->resPrint; + } + + // Print form confirm + print $formconfirm; + + + // Object card + // ------------------------------------------------------------ + $linkback=''; + if ($socid) $linkback = '' . $langs->trans("BackToListOfThirdParty") . ''; + if ($fk_website) $linkback = '' . $langs->trans("BackToList") . ''; + + $morehtmlref='
                  '; + /* + // Ref bis + $morehtmlref.=$form->editfieldkey("RefBis", 'ref_client', $object->ref_client, $object, $user->rights->website->creer, 'string', '', 0, 1); + $morehtmlref.=$form->editfieldval("RefBis", 'ref_client', $object->ref_client, $object, $user->rights->website->creer, 'string', '', null, null, '', 1); + // Thirdparty + $morehtmlref.='
                  '.$langs->trans('ThirdParty') . ' : ' . $soc->getNomUrl(1); + // Project + if (! empty($conf->projet->enabled)) + { + $langs->load("projects"); + $morehtmlref.='
                  '.$langs->trans('Project') . ' '; + if ($user->rights->website->creer) + { + if ($action != 'classify') + { + $morehtmlref.='' . img_edit($langs->transnoentitiesnoconv('SetProject')) . ' : '; + if ($action == 'classify') { + //$morehtmlref.=$form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, 'projectid', 0, 0, 1, 1); + $morehtmlref.='
                  '; + $morehtmlref.=''; + $morehtmlref.=''; + $morehtmlref.=$formproject->select_projects($object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1); + $morehtmlref.=''; + $morehtmlref.='
                  '; + } else { + $morehtmlref.=$form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1); + } + } + } else { + if (! empty($object->fk_project)) { + $proj = new Project($db); + $proj->fetch($object->fk_project); + $morehtmlref.=''; + $morehtmlref.=$proj->ref; + $morehtmlref.=''; + } else { + $morehtmlref.=''; + } + } + } + */ + $morehtmlref.='
                  '; + + if ($socid > 0) $object->next_prev_filter = 'te.fk_soc = '.$socid; + + dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref); + + + print '
                  '; + print '
                  '; + print '
                  '; + print ''."\n"; + + // Common attributes + include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_view.tpl.php'; + + // Other attributes + include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_view.tpl.php'; + + print '
                  '; + print '
                  '; + print '
                  '; + print '
                  '; + + print '

                  '; + + dol_fiche_end(); + + + // Buttons for actions + if ($action != 'presend' && $action != 'editline') { + print '
                  '."\n"; + $parameters=array(); + $reshook=$hookmanager->executeHooks('addMoreActionsButtons',$parameters,$object,$action); // Note that $action and $object may have been modified by hook + if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); + + if (empty($reshook)) + { + // Send + print ''."\n"; + + if ($user->rights->website->write) + { + print ''."\n"; + } + + /* + if ($user->rights->sellyoursaas->create) + { + if ($object->status == 1) + { + print ''."\n"; + } + else + { + print ''."\n"; + } + } + */ + + if ($user->rights->website->delete) + { + print ''."\n"; + } + } + print '
                  '."\n"; + } + + + // Select mail models is same action as presend + if (GETPOST('modelselected')) { + $action = 'presend'; + } + + if ($action != 'presend') + { + print '
                  '; + print ''; // ancre + + // Documents + /*$comref = dol_sanitizeFileName($object->ref); + $relativepath = $comref . '/' . $comref . '.pdf'; + $filedir = $conf->website->dir_output . '/' . $comref; + $urlsource = $_SERVER["PHP_SELF"] . "?id=" . $object->id; + $genallowed = $user->rights->website->read; // If you can read, you can build the PDF to read content + $delallowed = $user->rights->website->create; // If you can create/edit, you can remove a file on card + print $formfile->showdocuments('website', $comref, $filedir, $urlsource, $genallowed, $delallowed, $object->modelpdf, 1, 0, 0, 28, 0, '', '', '', $soc->default_lang); + */ + + // Show links to link elements + /*$linktoelem = $form->showLinkToObjectBlock($object, null, array('websiteaccount')); + $somethingshown = $form->showLinkedObjectBlock($object, $linktoelem); + */ + + print '
                  '; + + $MAXEVENT = 10; + + // List of actions on element + /* + include_once DOL_DOCUMENT_ROOT . '/core/class/html.formactions.class.php'; + $formactions = new FormActions($db); + $somethingshown = $formactions->showactions($object, 'websiteaccount', $socid, 1, '', $MAXEVENT); + */ + + print '
                  '; + } + + // Presend form + $modelmail='websiteaccount'; + $defaulttopic='Information'; + $diroutput = $conf->website->dir_output; + $trackid = 'websiteaccount'.$object->id; + + include DOL_DOCUMENT_ROOT.'/core/tpl/card_presend.tpl.php'; +} + + +// End of page +llxFooter(); +$db->close(); diff --git a/test/phpunit/AllTests.php b/test/phpunit/AllTests.php index df36ffabd28..d1c39e4358b 100644 --- a/test/phpunit/AllTests.php +++ b/test/phpunit/AllTests.php @@ -85,6 +85,8 @@ class AllTests $suite->addTestSuite('CompanyLibTest'); require_once dirname(__FILE__).'/DateLibTest.php'; $suite->addTestSuite('DateLibTest'); + require_once dirname(__FILE__).'/UtilsTest.php'; + $suite->addTestSuite('UtilsTest'); //require_once dirname(__FILE__).'/DateLibTzFranceTest.php'; //$suite->addTestSuite('DateLibTzFranceTest'); require_once dirname(__FILE__).'/MarginsLibTest.php'; diff --git a/test/phpunit/FunctionsLibTest.php b/test/phpunit/FunctionsLibTest.php index eb81a29be27..ad12d464b8e 100644 --- a/test/phpunit/FunctionsLibTest.php +++ b/test/phpunit/FunctionsLibTest.php @@ -817,10 +817,6 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase $s=img_picto('title','/fullpath/img.png','',true); print __METHOD__." s=".$s."\n"; $this->assertEquals('',$s,'testImgPicto4'); - - $s=img_picto('title:alt','/fullpath/img.png','',true); - print __METHOD__." s=".$s."\n"; - $this->assertEquals('alt',$s,'testImgPicto5'); } /** diff --git a/test/phpunit/SecurityTest.php b/test/phpunit/SecurityTest.php index 288a15c317e..87a5fdeb905 100644 --- a/test/phpunit/SecurityTest.php +++ b/test/phpunit/SecurityTest.php @@ -148,7 +148,7 @@ class SecurityTest extends PHPUnit_Framework_TestCase $_GET["param3"]='"a/b#e(pr)qq-rr\cc'; // Same than param2 + " $_GET["param4"]='../dir'; $_GET["param5"]="a_1-b"; - + // Test int $result=GETPOST('id','int'); // Must return nothing print __METHOD__." result=".$result."\n"; @@ -179,19 +179,19 @@ class SecurityTest extends PHPUnit_Framework_TestCase $result=GETPOST("param1",'aZ09'); // Must return '' as there is a forbidden char ../ print __METHOD__." result=".$result."\n"; $this->assertEquals($result,$_GET["param1"]); - + $result=GETPOST("param2",'aZ09'); // Must return '' as there is a forbidden char ../ print __METHOD__." result=".$result."\n"; $this->assertEquals($result,''); - + $result=GETPOST("param3",'aZ09'); // Must return '' as there is a forbidden char ../ print __METHOD__." result=".$result."\n"; $this->assertEquals($result,''); - + $result=GETPOST("param4",'aZ09'); // Must return '' as there is a forbidden char ../ print __METHOD__." result=".$result."\n"; $this->assertEquals($result,''); - + $result=GETPOST("param5",'aZ09'); print __METHOD__." result=".$result."\n"; $this->assertEquals($result,$_GET["param5"]); @@ -255,17 +255,17 @@ class SecurityTest extends PHPUnit_Framework_TestCase $genpass1=getRandomPassword(true); // Should be a string return by dol_hash (if no option set, will be md5) print __METHOD__." genpass1=".$genpass1."\n"; - $this->assertEquals(strlen($genpass1),32); + $this->assertEquals(strlen($genpass1), 32); $conf->global->USER_PASSWORD_GENERATED='None'; $genpass2=getRandomPassword(false); // Should be an empty string print __METHOD__." genpass2=".$genpass2."\n"; - $this->assertEquals($genpass2,''); + $this->assertEquals($genpass2, ''); $conf->global->USER_PASSWORD_GENERATED='Standard'; $genpass3=getRandomPassword(false); print __METHOD__." genpass3=".$genpass3."\n"; - $this->assertEquals(strlen($genpass3),8); + $this->assertEquals(strlen($genpass3), 8); return 0; } diff --git a/test/phpunit/SupplierProposalTest.php b/test/phpunit/SupplierProposalTest.php index 757449af8bc..ee4729ed47f 100644 --- a/test/phpunit/SupplierProposalTest.php +++ b/test/phpunit/SupplierProposalTest.php @@ -81,6 +81,8 @@ class SupplierProposalTest extends PHPUnit_Framework_TestCase global $conf,$user,$langs,$db; $db->begin(); // This is to have all actions inside a transaction even if test launched without suite. + if (empty($conf->global->MAIN_MODULE_SUPPLIERPROPOSAL)) { print "\n".__METHOD__." module Supplier proposal must be enabled.\n"; die(); } + print __METHOD__."\n"; } diff --git a/test/phpunit/UtilsTest.php b/test/phpunit/UtilsTest.php new file mode 100644 index 00000000000..b80ce84f624 --- /dev/null +++ b/test/phpunit/UtilsTest.php @@ -0,0 +1,152 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * or see http://www.gnu.org/ + */ + +/** + * \file test/phpunit/UtilsTest.php + * \ingroup test + * \brief PHPUnit test + * \remarks To run this script as CLI: phpunit filename.php + */ + +global $conf,$user,$langs,$db; +//define('TEST_DB_FORCE_TYPE','mysql'); // This is to force using mysql driver +//require_once 'PHPUnit/Autoload.php'; +require_once dirname(__FILE__).'/../../htdocs/master.inc.php'; +require_once dirname(__FILE__).'/../../htdocs/core/class/utils.class.php'; + +if (empty($user->id)) { + print "Load permissions for admin user nb 1\n"; + $user->fetch(1); + $user->getrights(); +} +$conf->global->MAIN_DISABLE_ALL_MAILS=1; + + +/** + * Class for PHPUnit tests + * + * @backupGlobals disabled + * @backupStaticAttributes enabled + * @remarks backupGlobals must be disabled to have db,conf,user and lang not erased. + */ +class UtilsTest extends PHPUnit_Framework_TestCase +{ + protected $savconf; + protected $savuser; + protected $savlangs; + protected $savdb; + + /** + * Constructor + * We save global variables into local variables + * + * @return UserTest + */ + function __construct() + { + //$this->sharedFixture + global $conf,$user,$langs,$db; + $this->savconf=$conf; + $this->savuser=$user; + $this->savlangs=$langs; + $this->savdb=$db; + + print __METHOD__." db->type=".$db->type." user->id=".$user->id; + //print " - db ".$db->db; + print "\n"; + } + + // Static methods + public static function setUpBeforeClass() + { + global $conf,$user,$langs,$db; + + $db->begin(); // This is to have all actions inside a transaction even if test launched without suite. + + print __METHOD__."\n"; + } + + // tear down after class + public static function tearDownAfterClass() + { + global $conf,$user,$langs,$db; + $db->rollback(); + + print __METHOD__."\n"; + } + + /** + * Init phpunit tests + * + * @return void + */ + protected function setUp() + { + global $conf,$user,$langs,$db; + $conf=$this->savconf; + $user=$this->savuser; + $langs=$this->savlangs; + $db=$this->savdb; + + print __METHOD__."\n"; + } + + /** + * End phpunit tests + * + * @return void + */ + protected function tearDown() + { + print __METHOD__."\n"; + } + + /** + * testExecuteCLI + * + * @return void + */ + public function testExecuteCLI() + { + global $conf,$user,$langs,$db; + $conf=$this->savconf; + $user=$this->savuser; + $langs=$this->savlangs; + $db=$this->savdb; + + $localobject=new Utils($this->savdb); + $result = $localobject->executeCLI('ls', $conf->admin->dir_temp.'/out.tmp', 1); + print var_export($result, true); + $this->assertEquals($result['result'], 0); + $this->assertEquals($result['error'], ''); + //$this->assertEquals(preg_match('/phpunit/', $result['output']), 1); + + $localobject=new Utils($this->savdb); + $result = $localobject->executeCLI('ls', $conf->admin->dir_temp.'/out.tmp', 2); + print var_export($result, true); + $this->assertEquals($result['result'], 0); + $this->assertEquals($result['error'], ''); + //$this->assertEquals(preg_match('/phpunit/', $result['output']), 1); + + print __METHOD__." result=".$result."\n"; + return $result; + } + + + +}